site update
authorMart Lubbers <mart@martlubbers.net>
Fri, 22 May 2015 08:58:00 +0000 (10:58 +0200)
committerMart Lubbers <mart@martlubbers.net>
Fri, 22 May 2015 08:58:00 +0000 (10:58 +0200)
index.html
lejos-ubuntu.html [deleted file]

index 1429e81..1ad70ad 100644 (file)
@@ -97,8 +97,9 @@
 
                <h3>Software and libraries</h3>
                <ul>
+                       <li><a href="https://github.com/dopefishh/cleanwhile">CleanWhile</a> - A While parser and interpreter written in Clean.</li>
                        <li><a href="https://github.com/dopefishh/vocatrainer">Vocatrainer</a> - A pure bash vocabulary trainer.</li>
-                       <li><a href="https://github.com/dopefishh/praatlign">Praat Align</a> - An interactive praat forced aligner, easily extensible for more languages.</li>
+                       <li><a href="https://github.com/dopefishh/praatlign">Praatalign</a> - An interactive praat forced aligner, easily extensible for more languages.</li>
                        <li><a href="https://github.com/dopefishh/pympi">pympi</a> - A python toolkit to interact with Praat and Elan files.</li>
                </ul>
 
                </ul>
 
                <div style="margin-top">
-                       Last updated: 15-04-22
+                       Last updated: 15-05-22
                        <img style="margin:0px auto;display:block" alt="footer" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAR0lEQVQ4y2P8z4AdMOKQ+M8IoZkYyAT018hCSAHMT+h+H0J+HAkaGRn+k6dxCPkRnlZxpUl08SHox5GgkQUWT4wkptkh5EcAi7gLO+9vTlIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDQtMjRUMTY6MTI6MzErMDI6MDC13ejnAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA0LTI0VDE2OjEyOjMxKzAyOjAwxIBQWwAAAABJRU5ErkJggg==" />
                        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
                </div>
diff --git a/lejos-ubuntu.html b/lejos-ubuntu.html
deleted file mode 100644 (file)
index 8c1a73c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
-       <head>
-               <title>Install LeJOS on Ubuntu</title>
-               <link href="style.css" rel="stylesheet" type="text/css">
-       </head>
-       <body>
-               <h3>INFO</h3>
-               <p><a href="http://lejos.org">LeJOS</a> is an alternative operating system and programming environment for the LEGO NXT robots. LeJOS 
-               uses java as main programming languages and makes it thus very easy to program object-oriented and reuse old java code.</p>
-
-               <h3>INSTALLATION</h3>
-               <pre>
-# apt-get update
-# apt-get install libusb-dev gcj libbluetooth-dev ant
-$ wget http://downloads.sourceforge.net/project/lejos/lejos-NXJ/0.9.1beta/leJOS_NXJ_0.9.1beta-3.tar.gz?
-r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Flejos%2Ffiles%2Flejos-NXJ%2F0.9.1beta%2F&amp;ts=1356791160&amp;use_mirror=heanet
-$ tar -zxvf leJOS_NXJ_0.9.1beta-3.tar.gz 
-$ mv leJOS_NXJ_0.9.1beta-3 ~/software/lejos_nxj (or something)
-$ cd ~/software/lejos_nxj/bin
-$ chmod +x nxj*
-$ cd ~/software/lejos_nxj/build
-$ ant
-$ export PATH=/home/user/software/lejos_nxj/bin:$PATH (or put in /etc/environment)
-# touch /etc/udev/rules.d/70-lego.rules
-# echo "BUS==\"usb\", SYSFS&#123;idVendor&#125;==\"03eb\", GROUP=\"lego\", MODE=\"0660\"" &lt;&lt; /etc/udev/rules.d/70-lego.rules
-# echo "BUS==\"usb\", SYSFS&#123;idVendor&#125;==\"0694\", GROUP=\"lego\", MODE=\"0660\"" &lt;&lt; /etc/udev/rules.d/70-lego.rules 
-$ groupadd lego
-$ useradd -G lego user</pre>
-               <br />
-               <p>Remember to run eclipse as root(don't know why yet)</p> 
-       </body>
-</html>