Changeset - a36928f7cc35
[Not reviewed]
default
1 11 0
Drew Perttula - 9 years ago 2016-05-30 06:57:23
drewp@bigasterisk.com
upgrade jquery, use bower
Ignore-this: 456b1f3a8aba410e9acf8e61a7f6bb73
12 files changed with 14 insertions and 14 deletions:
0 comments (0 inline, 0 general)
light9/ascoltami/index.html
Show inline comments
 
@@ -2,13 +2,13 @@
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" 
 
      xmlns:py="http://genshi.edgewall.org/">
 
  <head>
 
    <title>ascoltami on ${host}</title>
 
    <script type="text/javascript" src="/lib/jquery-2.1.1.min.js"></script>
 
    <script type="text/javascript" src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script type="text/javascript" src="/lib/jquery-ui-1.11.4/jquery-ui.min.js"></script>
 
    <link rel="Stylesheet" type="text/css" href="/lib/jquery-ui-1.11.4/themes/smoothness/jquery-ui.min.css"/>
 
    <link rel="Stylesheet" type="text/css" href="/style.css"/>
 
  </head>
 
  <body>
 
    <h1>ascoltami on ${host}</h1>
light9/effecteval/effect-components.html
Show inline comments
 
<link rel="import" href="/lib/polymer/polymer.html">
 
<script src="/websocket.js"></script>
 
<script src="/lib/jquery-2.1.1.min.js"></script>
 
<script src="/lib/jquery/dist/jquery.min.js"></script>
 

	
 
<dom-module id="song-effect-list">
 
  <template>
 
    <template is="dom-repeat" items="{{songs}}" as="song">
 
      <li>
 
        <a class="song"
light9/effecteval/effect.html
Show inline comments
 
@@ -15,13 +15,13 @@
 
      <div>
 
        code:
 
        <input type="text" size="160" data-bind="value: text"></input>
 
      </div>
 
    </div>
 
    
 
    <script src="/lib/jquery-2.1.1.min.js"></script>
 
    <script src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script src="/lib/knockout-3.1.0.js"></script>
 
    <script src="/websocket.js"></script>
 
    <script src="/lib/QueryString.js"></script>
 
    <script src="effect.js"></script>
 
  </body>
 
</html>
light9/rdfdb/web/graphView.xhtml
Show inline comments
 
@@ -29,13 +29,13 @@
 
        </tr>
 
      </thead>
 
      <tbody>
 
      </tbody>
 
    </table>
 

	
 
    <script type="text/javascript" src="/lib/jquery-2.1.1.min.js"></script>
 
    <script type="text/javascript" src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script type="text/javascript" src="/websocket.js"></script>
 
    <script type="text/javascript" src="syncedgraph.js"></script>
 
    <script type="text/javascript">
 
      // <![CDATA[
 
      $(function(){
 

	
light9/rdfdb/web/index.xhtml
Show inline comments
 
@@ -19,13 +19,13 @@
 

	
 
    <fieldset>
 
      <legend>Messages</legend>
 
      <div id="out"></div>
 
    </fieldset>
 

	
 
    <script type="text/javascript" src="/lib/jquery-2.1.1.min.js"></script>
 
    <script type="text/javascript" src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script type="text/javascript" src="/websocket.js"></script>
 
    <script type="text/javascript">
 
      // <![CDATA[
 
      $(function(){
 

	
 
          function collapseCuries(s) {
light9/subcomposer/index.html
Show inline comments
 
@@ -47,13 +47,13 @@
 
    <button data-chan="http://light9.bigasterisk.com/theater/piedmont/channel/f8">f8-blue-x2</button>
 
    <button data-chan="http://light9.bigasterisk.com/theater/piedmont/channel/f9">f9-purp</button>
 
    <button data-chan="http://light9.bigasterisk.com/theater/piedmont/channel/f10">f10-l</button>
 
    <button data-chan="http://light9.bigasterisk.com/theater/piedmont/channel/f11">f11-c</button>
 
    <button data-chan="http://light9.bigasterisk.com/theater/piedmont/channel/f12-out">f12-r</button>
 

	
 
    <script src="/lib/jquery-2.1.1.min.js"></script>
 
    <script src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script>
 
      $(document).on("click", "button", function (ev) {
 
          var chan = ev.target.getAttribute('data-chan');
 
          $.ajax({
 
              type: 'POST',
 
              url: 'toggle',
light9/subserver/effects.jade
Show inline comments
 
@@ -32,10 +32,10 @@ html
 
          button(data-bind="click: $root.addToCurrentSong") Add to current song
 
        div
 
          code(data-bind="text: code")
 
        
 
    #status
 
      
 
    script(src="/lib/jquery-2.1.1.min.js")
 
    script(src="/lib/jquery/dist/jquery.min.js")
 
    script(src="/lib/knockout-3.1.0.js")
 
    script(src="/websocket.js")
 
    script(src="effects.js")
 
\ No newline at end of file
light9/subserver/index.jade
Show inline comments
 
@@ -26,10 +26,10 @@ html
 
            New snapshot
 
            
 
      // /ko
 

	
 
    #status
 
      
 
    script(src="/lib/jquery-2.1.1.min.js")
 
    script(src="/lib/jquery/dist/jquery.min.js")
 
    script(src="/lib/knockout-3.1.0.js")
 
    script(src="/websocket.js")
 
    script(src="gui.js")
 
\ No newline at end of file
light9/vidref/vidref.html
Show inline comments
 
@@ -96,13 +96,13 @@
 

	
 
    <div>Resulting crop image:</div>
 
    <div><img id="cropped"></div>
 

	
 
    
 
    <script src="/lib/knockout-3.1.0.js"></script>
 
    <script src="/lib/jquery-2.1.1.min.js"></script>
 
    <script src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script src="/lib/underscore-min.js"></script>
 
    <script src="/lib/tapmodo-Jcrop-1902fbc/js/jquery.Jcrop.js"></script>
 
    <script>
 
     jQuery(function () {
 
       var model = {
 
         baseUrl: ko.observable(),
light9/web/lib/bower.json
Show inline comments
 
{
 
  "name": "3rd-party polymer elements",
 
  "dependencies": {
 
    "polymer": "~1.4.0",
 
    "paper-slider": "PolymerElements/paper-slider#~1.0.11",
 
    "iron-ajax": "PolymerElements/iron-ajax#~1.2.0"
 
    "iron-ajax": "PolymerElements/iron-ajax#~1.2.0",
 
    "jquery": "~2.2.4"
 
  }
 
}
light9/web/lib/jquery-2.1.1.min.js
Show inline comments
 
deleted file
makefile
Show inline comments
 
@@ -57,12 +57,15 @@ bin/ascoltami2: gst_packages link_to_sys
 
gst_packages:
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio 
 

	
 
packages:
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev tix libzmq3 python-dev libssl-dev
 

	
 
bower:
 
	cd light9/web/lib; bower install
 

	
 
raspberry_pi_virtualenv:
 
	mkdir -p env_pi
 
	virtualenv --system-site-packages env_pi
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python-picamera python-twisted 
0 comments (0 inline, 0 general)