Pārlūkot izejas kodu

Added DRM HTML5 Blog entry

Thomas Buck 11 gadus atpakaļ
vecāks
revīzija
9915b19814
56 mainītis faili ar 380 papildinājumiem un 210 dzēšanām
  1. 21
    0
      input/blog/2013_04_04_html5.md
  2. 3
    3
      output/2012_12_05_xycontrol.html
  3. 3
    3
      output/2012_12_16_mun.html
  4. 3
    3
      output/2012_12_22_docking.html
  5. 3
    3
      output/2012_12_22_motor_test.html
  6. 3
    3
      output/2012_12_25_heli.html
  7. 3
    3
      output/2013_01_20_quadrocopter.html
  8. 3
    3
      output/2013_01_31_odys_genio.html
  9. 3
    3
      output/2013_02_11_motor_test.html
  10. 3
    3
      output/2013_02_25_android.html
  11. 3
    3
      output/2013_03_05_graphview.html
  12. 3
    3
      output/2013_03_10_yasab.html
  13. 3
    3
      output/2013_03_12_test_rig.html
  14. 3
    3
      output/2013_03_13_test_rig.html
  15. 3
    3
      output/2013_03_16_pid.html
  16. 3
    3
      output/2013_03_25_doxygen.html
  17. 3
    3
      output/2013_04_02_zaphod.html
  18. 133
    0
      output/2013_04_04_html5.html
  19. 3
    3
      output/404.html
  20. 3
    3
      output/avrnetstack.html
  21. 3
    3
      output/avrserial.de.html
  22. 3
    3
      output/avrserial.html
  23. 4
    3
      output/blog.html
  24. 3
    3
      output/bluetooth.de.html
  25. 3
    3
      output/bluetooth.html
  26. 3
    3
      output/c250.de.html
  27. 3
    3
      output/c250.html
  28. 3
    3
      output/contact.html
  29. 3
    3
      output/index.de.html
  30. 3
    3
      output/index.html
  31. 3
    3
      output/k6x4008.de.html
  32. 3
    3
      output/k6x4008.html
  33. 3
    3
      output/ledcube.de.html
  34. 3
    3
      output/ledcube.html
  35. 3
    3
      output/ledmatrix.de.html
  36. 3
    3
      output/ledmatrix.html
  37. 3
    3
      output/nas.de.html
  38. 3
    3
      output/nas.html
  39. 3
    3
      output/rremote.de.html
  40. 3
    3
      output/rremote.html
  41. 10
    2
      output/rss.xml
  42. 3
    3
      output/serialdebug.de.html
  43. 3
    3
      output/serialdebug.html
  44. 3
    3
      output/serialhelper.de.html
  45. 3
    3
      output/serialhelper.html
  46. 59
    52
      output/sitemap.xml
  47. 3
    3
      output/ssop28.de.html
  48. 3
    3
      output/ssop28.html
  49. 3
    3
      output/ultimatenotifier.de.html
  50. 3
    3
      output/ultimatenotifier.html
  51. 3
    3
      output/xyrobot.de.html
  52. 3
    3
      output/xyrobot.html
  53. 3
    3
      output/xyrobotremote.de.html
  54. 3
    3
      output/xyrobotremote.html
  55. 3
    3
      output/yasab.de.html
  56. 3
    3
      output/yasab.html

+ 21
- 0
input/blog/2013_04_04_html5.md Parādīt failu

@@ -0,0 +1,21 @@
1
+title: Blog
2
+post: Kein DRM in HTML5
3
+date: 2013-04-04
4
+comments: true
5
+flattr: true
6
+twitter: xythobuz
7
+---
8
+
9
+## {{ page["post"] }}
10
+<!--%
11
+from datetime import datetime
12
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
13
+print "*Posted at %s.*" % date
14
+%-->
15
+
16
+Habe gerade unterzeichnet. Tut es auch!
17
+
18
+[![Stop the Hollyweb! No DRM in HTML5.][f1s]][f1]
19
+
20
+ [f1s]: http//static.fsf.org/dbd/hollywebshare.jpeg
21
+ [f1]: http://www.defectivebydesign.org/no-drm-in-html5

+ 3
- 3
output/2012_12_05_xycontrol.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 3
- 3
output/2012_12_16_mun.html Parādīt failu

@@ -70,7 +70,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
70 70
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
71 71
 
72 72
             <p id="bio">
73
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
73
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
74 74
             </p>
75 75
 
76 76
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -102,11 +102,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
102 102
             <div id="recent">
103 103
                 Recent blog posts:
104 104
                 <ul id="recentList">
105
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
106
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106 107
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
107 108
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
108 109
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
109
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
110 110
                 </ul>
111 111
             </div>
112 112
         </div>

+ 3
- 3
output/2012_12_22_docking.html Parādīt failu

@@ -70,7 +70,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
70 70
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
71 71
 
72 72
             <p id="bio">
73
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
73
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
74 74
             </p>
75 75
 
76 76
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -102,11 +102,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
102 102
             <div id="recent">
103 103
                 Recent blog posts:
104 104
                 <ul id="recentList">
105
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
106
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106 107
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
107 108
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
108 109
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
109
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
110 110
                 </ul>
111 111
             </div>
112 112
         </div>

+ 3
- 3
output/2012_12_22_motor_test.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 3
- 3
output/2012_12_25_heli.html Parādīt failu

@@ -71,7 +71,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
71 71
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
72 72
 
73 73
             <p id="bio">
74
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
74
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
75 75
             </p>
76 76
 
77 77
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -103,11 +103,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
103 103
             <div id="recent">
104 104
                 Recent blog posts:
105 105
                 <ul id="recentList">
106
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
107
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
107 108
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
108 109
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
109 110
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
110
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
111 111
                 </ul>
112 112
             </div>
113 113
         </div>

+ 3
- 3
output/2013_01_20_quadrocopter.html Parādīt failu

@@ -78,7 +78,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
78 78
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
79 79
 
80 80
             <p id="bio">
81
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
81
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
82 82
             </p>
83 83
 
84 84
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -110,11 +110,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
110 110
             <div id="recent">
111 111
                 Recent blog posts:
112 112
                 <ul id="recentList">
113
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
113
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
114
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
114 115
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
115 116
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
116 117
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
117
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
118 118
                 </ul>
119 119
             </div>
120 120
         </div>

+ 3
- 3
output/2013_01_31_odys_genio.html Parādīt failu

@@ -72,7 +72,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
72 72
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
73 73
 
74 74
             <p id="bio">
75
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
75
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
76 76
             </p>
77 77
 
78 78
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -104,11 +104,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
104 104
             <div id="recent">
105 105
                 Recent blog posts:
106 106
                 <ul id="recentList">
107
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
107
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
108
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108 109
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
109 110
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
110 111
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
111
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
112 112
                 </ul>
113 113
             </div>
114 114
         </div>

+ 3
- 3
output/2013_02_11_motor_test.html Parādīt failu

@@ -71,7 +71,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
71 71
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
72 72
 
73 73
             <p id="bio">
74
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
74
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
75 75
             </p>
76 76
 
77 77
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -103,11 +103,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
103 103
             <div id="recent">
104 104
                 Recent blog posts:
105 105
                 <ul id="recentList">
106
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
107
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
107 108
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
108 109
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
109 110
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
110
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
111 111
                 </ul>
112 112
             </div>
113 113
         </div>

+ 3
- 3
output/2013_02_25_android.html Parādīt failu

@@ -70,7 +70,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
70 70
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
71 71
 
72 72
             <p id="bio">
73
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
73
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
74 74
             </p>
75 75
 
76 76
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -102,11 +102,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
102 102
             <div id="recent">
103 103
                 Recent blog posts:
104 104
                 <ul id="recentList">
105
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
106
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106 107
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
107 108
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
108 109
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
109
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
110 110
                 </ul>
111 111
             </div>
112 112
         </div>

+ 3
- 3
output/2013_03_05_graphview.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 3
- 3
output/2013_03_10_yasab.html Parādīt failu

@@ -70,7 +70,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
70 70
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
71 71
 
72 72
             <p id="bio">
73
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
73
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
74 74
             </p>
75 75
 
76 76
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -102,11 +102,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
102 102
             <div id="recent">
103 103
                 Recent blog posts:
104 104
                 <ul id="recentList">
105
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
106
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106 107
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
107 108
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
108 109
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
109
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
110 110
                 </ul>
111 111
             </div>
112 112
         </div>

+ 3
- 3
output/2013_03_12_test_rig.html Parādīt failu

@@ -71,7 +71,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
71 71
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
72 72
 
73 73
             <p id="bio">
74
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
74
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
75 75
             </p>
76 76
 
77 77
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -103,11 +103,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
103 103
             <div id="recent">
104 104
                 Recent blog posts:
105 105
                 <ul id="recentList">
106
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
107
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
107 108
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
108 109
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
109 110
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
110
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
111 111
                 </ul>
112 112
             </div>
113 113
         </div>

+ 3
- 3
output/2013_03_13_test_rig.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 3
- 3
output/2013_03_16_pid.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 3
- 3
output/2013_03_25_doxygen.html Parādīt failu

@@ -72,7 +72,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
72 72
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
73 73
 
74 74
             <p id="bio">
75
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
75
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
76 76
             </p>
77 77
 
78 78
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -104,11 +104,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
104 104
             <div id="recent">
105 105
                 Recent blog posts:
106 106
                 <ul id="recentList">
107
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
107
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
108
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108 109
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
109 110
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
110 111
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
111
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
112 112
                 </ul>
113 113
             </div>
114 114
         </div>

+ 3
- 3
output/2013_04_02_zaphod.html Parādīt failu

@@ -69,7 +69,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
69 69
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70 70
 
71 71
             <p id="bio">
72
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73 73
             </p>
74 74
 
75 75
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -101,11 +101,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
101 101
             <div id="recent">
102 102
                 Recent blog posts:
103 103
                 <ul id="recentList">
104
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
105 106
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
106 107
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
107 108
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
108
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
109 109
                 </ul>
110 110
             </div>
111 111
         </div>

+ 133
- 0
output/2013_04_04_html5.html Parādīt failu

@@ -0,0 +1,133 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+    <meta charset="utf-8" />
5
+    <title>Blog - xythobuz.de</title>
6
+    <meta name="description" content="Electronics &amp; Software Projects" />
7
+    <meta name="keywords" content="xythobuz" />
8
+    <link rel="author" href="/xythobuz@xythobuz.de">
9
+    <link rel="shortcut icon" href="/img/favicon.ico">
10
+    <script type="text/javascript" src="/js/sh_main.js"></script>
11
+    <link type="text/css" rel="stylesheet" href="/css/sh_bright.min.css" />
12
+    <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
13
+    <link rel="alternate" type="application/rss+xml" title="Blog" href="/rss.xml">
14
+    <link rel="stylesheet" href="/css/gh-fork-ribbon.css" />
15
+    <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
16
+    <script type='text/javascript'>
17
+/* <![CDATA[ */
18
+(function() {
19
+var s = document.createElement('script');
20
+var t = document.getElementsByTagName('script')[0];
21
+s.type = 'text/javascript';
22
+s.async = true;
23
+s.src = '//api.flattr.com/js/0.6/load.js?mode=auto&uid=xythobuz&category=text';
24
+t.parentNode.insertBefore(s, t);
25
+})();
26
+/* ]]> */
27
+</script>
28
+</head>
29
+<body onload="sh_highlightDocument('/js/sh/', '.min.js');">
30
+    
31
+    <div id="header">
32
+        <h1>xythobuz.de</h1>
33
+        <h2>Blog</h2>
34
+    </div>
35
+    <div id="lang"><span id="lang2">Translation: 
36
+<a href='2013_04_04_html5.html'>en</a>
37
+</span></div>
38
+    <div class="colmask leftmenu"><div class="colleft">
39
+        <div class="content">
40
+
41
+            <div id="flattr">
42
+<a class="FlattrButton" href="http://www.xythobuz.de/2013_04_04_html5.html" title="Blog">Blog</a>
43
+</div>
44
+<div id="twitter">
45
+<a href="https://twitter.com/share" class="twitter-share-button" data-via="xythobuz" data-dnt="true" data-related="xythobuz" data-count="vertical">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
46
+</div>
47
+
48
+            <h2>Kein DRM in HTML5</h2>
49
+<p><em>Posted at April 04, 2013.</em></p>
50
+<p>Habe gerade unterzeichnet. Tut es auch!</p>
51
+<p><a href="http://www.defectivebydesign.org/no-drm-in-html5"><img alt="Stop the Hollyweb! No DRM in HTML5." src="/http//static.fsf.org/dbd/hollywebshare.jpeg" /></a></p>
52
+
53
+        <div id="disqus_thread"></div>
54
+<script type="text/javascript">
55
+var disqus_shortname = "xythobuz";
56
+(function() {
57
+var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
58
+dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
59
+(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
60
+})();
61
+</script>
62
+<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
63
+<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
64
+
65
+        </div>
66
+        <div class="nav">
67
+            <h3>Thomas Buck</h3>
68
+
69
+            <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
70
+
71
+            <p id="bio">
72
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
73
+            </p>
74
+
75
+            <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
76
+
77
+            <ul id="menuList">
78
+            <li><a href="/index.html">Home</a></li>
79
+<li><a href="/blog.html">Blog</a></li>
80
+<li><a href="/contact.html">Contact</a></li>
81
+<li>&nbsp;</li>
82
+<li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
83
+<li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
84
+<li><a href="/avrnetstack.html">avrNetStack</a></li>
85
+<li><a href="/avrserial.html">AVR Serial Library</a></li>
86
+<li><a href="/serialdebug.html">Serial Debug</a></li>
87
+<li><a href="/ledmatrix.html">LED Matrix</a></li>
88
+<li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
89
+<li><a href="/xyrobot.html">xyRobot</a></li>
90
+<li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
91
+<li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
92
+<li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
93
+<li><a href="/rremote.html">rRemote</a></li>
94
+<li>&nbsp;</li>
95
+<li><a href="/c250.html">Mio C250 Unlock</a></li>
96
+<li><a href="/nas.html">IB-NAS6210 Linux</a></li>
97
+<li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
98
+<li><a href="/serialhelper.html">Serial Helper</a></li>
99
+            </ul>
100
+
101
+            <div id="recent">
102
+                Recent blog posts:
103
+                <ul id="recentList">
104
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
105
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
106
+<li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
107
+<li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
108
+<li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
109
+                </ul>
110
+            </div>
111
+        </div>
112
+    </div></div>
113
+
114
+    <img id="dude" alt="The Dude abides..." src="/img/dude.png">
115
+    <img id="walter" alt="Mark it zero!" src="/img/walter.png">
116
+
117
+    <div id="footer">
118
+        Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
119
+        &middot;
120
+        Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
121
+        &middot;
122
+        <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
123
+        &middot;
124
+        <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.de%2Fstyle.css&amp;profile=css3">Validate CSS</a>
125
+        &middot;
126
+        <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.de/rss.xml">Validate RSS</a>
127
+        &middot;
128
+        <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.de&amp;googleTyp=SITEMAP">Validate Sitemap</a>
129
+    </div>
130
+    <img src="/stats/count.php?img" alt="Analytics">
131
+    <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
132
+</body>
133
+</html>

+ 3
- 3
output/404.html Parādīt failu

@@ -42,7 +42,7 @@
42 42
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
43 43
 
44 44
             <p id="bio">
45
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
45
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
46 46
             </p>
47 47
 
48 48
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -74,11 +74,11 @@
74 74
             <div id="recent">
75 75
                 Recent blog posts:
76 76
                 <ul id="recentList">
77
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
77
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
78
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
78 79
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
79 80
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
80 81
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
81
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
82 82
                 </ul>
83 83
             </div>
84 84
         </div>

+ 3
- 3
output/avrnetstack.html Parādīt failu

@@ -126,7 +126,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
126 126
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
127 127
 
128 128
             <p id="bio">
129
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
129
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
130 130
             </p>
131 131
 
132 132
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -158,11 +158,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
158 158
             <div id="recent">
159 159
                 Recent blog posts:
160 160
                 <ul id="recentList">
161
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
161
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
162
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
162 163
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
163 164
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
164 165
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
165
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
166 166
                 </ul>
167 167
             </div>
168 168
         </div>

+ 3
- 3
output/avrserial.de.html Parādīt failu

@@ -78,7 +78,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
78 78
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
79 79
 
80 80
             <p id="bio">
81
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
81
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
82 82
             </p>
83 83
 
84 84
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -110,11 +110,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
110 110
             <div id="recent">
111 111
                 Recent blog posts:
112 112
                 <ul id="recentList">
113
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
113
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
114
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
114 115
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
115 116
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
116 117
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
117
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
118 118
                 </ul>
119 119
             </div>
120 120
         </div>

+ 3
- 3
output/avrserial.html Parādīt failu

@@ -78,7 +78,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
78 78
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
79 79
 
80 80
             <p id="bio">
81
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
81
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
82 82
             </p>
83 83
 
84 84
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -110,11 +110,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
110 110
             <div id="recent">
111 111
                 Recent blog posts:
112 112
                 <ul id="recentList">
113
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
113
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
114
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
114 115
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
115 116
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
116 117
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
117
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
118 118
                 </ul>
119 119
             </div>
120 120
         </div>

+ 4
- 3
output/blog.html Parādīt failu

@@ -32,6 +32,7 @@
32 32
             <h1>Blog Archive</h1>
33 33
 <p>To receive my latest updates, you can subscribe the <a href="/rss.xml">RSS Feed! <img alt="RSS Logo" src="/img/rss.png" /></a></p>
34 34
 <ul>
35
+<li><strong><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></strong> - April 04, 2013</li>
35 36
 <li><strong><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></strong> - April 02, 2013</li>
36 37
 <li><strong><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></strong> - March 25, 2013</li>
37 38
 <li><strong><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></strong> - March 16, 2013</li>
@@ -59,7 +60,7 @@
59 60
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
60 61
 
61 62
             <p id="bio">
62
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
63
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
63 64
             </p>
64 65
 
65 66
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -91,11 +92,11 @@
91 92
             <div id="recent">
92 93
                 Recent blog posts:
93 94
                 <ul id="recentList">
94
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
95
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
96
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
95 97
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
96 98
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
97 99
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
98
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
99 100
                 </ul>
100 101
             </div>
101 102
         </div>

+ 3
- 3
output/bluetooth.de.html Parādīt failu

@@ -90,7 +90,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
90 90
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
91 91
 
92 92
             <p id="bio">
93
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
93
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
94 94
             </p>
95 95
 
96 96
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -122,11 +122,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
122 122
             <div id="recent">
123 123
                 Recent blog posts:
124 124
                 <ul id="recentList">
125
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
125
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
126
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
126 127
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
127 128
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
128 129
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
129
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
130 130
                 </ul>
131 131
             </div>
132 132
         </div>

+ 3
- 3
output/bluetooth.html Parādīt failu

@@ -90,7 +90,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
90 90
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
91 91
 
92 92
             <p id="bio">
93
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
93
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
94 94
             </p>
95 95
 
96 96
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -122,11 +122,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
122 122
             <div id="recent">
123 123
                 Recent blog posts:
124 124
                 <ul id="recentList">
125
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
125
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
126
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
126 127
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
127 128
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
128 129
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
129
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
130 130
                 </ul>
131 131
             </div>
132 132
         </div>

+ 3
- 3
output/c250.de.html Parādīt failu

@@ -89,7 +89,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
89 89
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
90 90
 
91 91
             <p id="bio">
92
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
92
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
93 93
             </p>
94 94
 
95 95
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -121,11 +121,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
121 121
             <div id="recent">
122 122
                 Recent blog posts:
123 123
                 <ul id="recentList">
124
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
124
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
125
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
125 126
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
126 127
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
127 128
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
128
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
129 129
                 </ul>
130 130
             </div>
131 131
         </div>

+ 3
- 3
output/c250.html Parādīt failu

@@ -80,7 +80,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
80 80
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
81 81
 
82 82
             <p id="bio">
83
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
83
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
84 84
             </p>
85 85
 
86 86
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -112,11 +112,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
112 112
             <div id="recent">
113 113
                 Recent blog posts:
114 114
                 <ul id="recentList">
115
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
115
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
116
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
116 117
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
117 118
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
118 119
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
119
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
120 120
                 </ul>
121 121
             </div>
122 122
         </div>

+ 3
- 3
output/contact.html Parādīt failu

@@ -49,7 +49,7 @@
49 49
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
50 50
 
51 51
             <p id="bio">
52
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
52
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
53 53
             </p>
54 54
 
55 55
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -81,11 +81,11 @@
81 81
             <div id="recent">
82 82
                 Recent blog posts:
83 83
                 <ul id="recentList">
84
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
84
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
85
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
85 86
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
86 87
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
87 88
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
88
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
89 89
                 </ul>
90 90
             </div>
91 91
         </div>

+ 3
- 3
output/index.de.html Parādīt failu

@@ -66,7 +66,7 @@ GCS/E/MU d-(--)>--- s:++ a-- C++++>$ UBLX+++>++++$ P+ L+ !E--- W+++ N+ !o K--? !
66 66
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
67 67
 
68 68
             <p id="bio">
69
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
69
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
70 70
             </p>
71 71
 
72 72
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -98,11 +98,11 @@ GCS/E/MU d-(--)>--- s:++ a-- C++++>$ UBLX+++>++++$ P+ L+ !E--- W+++ N+ !o K--? !
98 98
             <div id="recent">
99 99
                 Recent blog posts:
100 100
                 <ul id="recentList">
101
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
101
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
102
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
102 103
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
103 104
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
104 105
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
105
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
106 106
                 </ul>
107 107
             </div>
108 108
         </div>

+ 3
- 3
output/index.html Parādīt failu

@@ -66,7 +66,7 @@ GCS/E/MU d-(--)>--- s:++ a-- C++++>$ UBLX+++>++++$ P+ L+ !E--- W+++ N+ !o K--? !
66 66
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
67 67
 
68 68
             <p id="bio">
69
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
69
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
70 70
             </p>
71 71
 
72 72
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -98,11 +98,11 @@ GCS/E/MU d-(--)>--- s:++ a-- C++++>$ UBLX+++>++++$ P+ L+ !E--- W+++ N+ !o K--? !
98 98
             <div id="recent">
99 99
                 Recent blog posts:
100 100
                 <ul id="recentList">
101
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
101
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
102
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
102 103
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
103 104
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
104 105
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
105
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
106 106
                 </ul>
107 107
             </div>
108 108
         </div>

+ 3
- 3
output/k6x4008.de.html Parādīt failu

@@ -80,7 +80,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
80 80
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
81 81
 
82 82
             <p id="bio">
83
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
83
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
84 84
             </p>
85 85
 
86 86
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -112,11 +112,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
112 112
             <div id="recent">
113 113
                 Recent blog posts:
114 114
                 <ul id="recentList">
115
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
115
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
116
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
116 117
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
117 118
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
118 119
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
119
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
120 120
                 </ul>
121 121
             </div>
122 122
         </div>

+ 3
- 3
output/k6x4008.html Parādīt failu

@@ -80,7 +80,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
80 80
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
81 81
 
82 82
             <p id="bio">
83
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
83
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
84 84
             </p>
85 85
 
86 86
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -112,11 +112,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
112 112
             <div id="recent">
113 113
                 Recent blog posts:
114 114
                 <ul id="recentList">
115
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
115
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
116
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
116 117
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
117 118
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
118 119
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
119
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
120 120
                 </ul>
121 121
             </div>
122 122
         </div>

+ 3
- 3
output/ledcube.de.html Parādīt failu

@@ -110,7 +110,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
110 110
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
111 111
 
112 112
             <p id="bio">
113
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
113
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
114 114
             </p>
115 115
 
116 116
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -142,11 +142,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
142 142
             <div id="recent">
143 143
                 Recent blog posts:
144 144
                 <ul id="recentList">
145
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
145
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
146
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
146 147
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
147 148
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
148 149
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
149
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
150 150
                 </ul>
151 151
             </div>
152 152
         </div>

+ 3
- 3
output/ledcube.html Parādīt failu

@@ -110,7 +110,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
110 110
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
111 111
 
112 112
             <p id="bio">
113
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
113
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
114 114
             </p>
115 115
 
116 116
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -142,11 +142,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
142 142
             <div id="recent">
143 143
                 Recent blog posts:
144 144
                 <ul id="recentList">
145
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
145
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
146
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
146 147
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
147 148
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
148 149
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
149
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
150 150
                 </ul>
151 151
             </div>
152 152
         </div>

+ 3
- 3
output/ledmatrix.de.html Parādīt failu

@@ -73,7 +73,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
73 73
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
74 74
 
75 75
             <p id="bio">
76
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
76
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
77 77
             </p>
78 78
 
79 79
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -105,11 +105,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
105 105
             <div id="recent">
106 106
                 Recent blog posts:
107 107
                 <ul id="recentList">
108
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
109
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109 110
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
110 111
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
111 112
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
112
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
113 113
                 </ul>
114 114
             </div>
115 115
         </div>

+ 3
- 3
output/ledmatrix.html Parādīt failu

@@ -73,7 +73,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
73 73
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
74 74
 
75 75
             <p id="bio">
76
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
76
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
77 77
             </p>
78 78
 
79 79
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -105,11 +105,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
105 105
             <div id="recent">
106 106
                 Recent blog posts:
107 107
                 <ul id="recentList">
108
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
109
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109 110
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
110 111
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
111 112
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
112
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
113 113
                 </ul>
114 114
             </div>
115 115
         </div>

+ 3
- 3
output/nas.de.html Parādīt failu

@@ -225,7 +225,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
225 225
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
226 226
 
227 227
             <p id="bio">
228
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
228
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
229 229
             </p>
230 230
 
231 231
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -257,11 +257,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
257 257
             <div id="recent">
258 258
                 Recent blog posts:
259 259
                 <ul id="recentList">
260
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
260
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
261
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
261 262
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
262 263
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
263 264
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
264
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
265 265
                 </ul>
266 266
             </div>
267 267
         </div>

+ 3
- 3
output/nas.html Parādīt failu

@@ -92,7 +92,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
92 92
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
93 93
 
94 94
             <p id="bio">
95
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
95
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
96 96
             </p>
97 97
 
98 98
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -124,11 +124,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
124 124
             <div id="recent">
125 125
                 Recent blog posts:
126 126
                 <ul id="recentList">
127
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
127
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
128
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
128 129
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
129 130
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
130 131
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
131
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
132 132
                 </ul>
133 133
             </div>
134 134
         </div>

+ 3
- 3
output/rremote.de.html Parādīt failu

@@ -74,7 +74,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
74 74
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
75 75
 
76 76
             <p id="bio">
77
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
77
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
78 78
             </p>
79 79
 
80 80
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -106,11 +106,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
106 106
             <div id="recent">
107 107
                 Recent blog posts:
108 108
                 <ul id="recentList">
109
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
110
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
110 111
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
111 112
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
112 113
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
113
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
114 114
                 </ul>
115 115
             </div>
116 116
         </div>

+ 3
- 3
output/rremote.html Parādīt failu

@@ -74,7 +74,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
74 74
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
75 75
 
76 76
             <p id="bio">
77
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
77
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
78 78
             </p>
79 79
 
80 80
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -106,11 +106,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
106 106
             <div id="recent">
107 107
                 Recent blog posts:
108 108
                 <ul id="recentList">
109
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
110
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
110 111
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
111 112
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
112 113
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
113
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
114 114
                 </ul>
115 115
             </div>
116 116
         </div>

+ 10
- 2
output/rss.xml Parādīt failu

@@ -6,12 +6,20 @@
6 6
 <atom:link href="http://www.xythobuz.de/rss.xml" rel="self" type="application/rss+xml" />
7 7
 <description>xythobuz Electronics &amp; Software Projects</description>
8 8
 <language>en-us</language>
9
-<pubDate>Tue, 02 Apr 2013 22:37:01 -0000</pubDate>
10
-<lastBuildDate>Tue, 02 Apr 2013 22:37:01 -0000</lastBuildDate>
9
+<pubDate>Thu, 04 Apr 2013 19:39:24 -0000</pubDate>
10
+<lastBuildDate>Thu, 04 Apr 2013 19:39:24 -0000</lastBuildDate>
11 11
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
12 12
 <generator>Poole</generator>
13 13
 
14 14
 <item>
15
+    <title>Kein DRM in HTML5</title>
16
+    <link>http://www.xythobuz.de/2013_04_04_html5.html</link>
17
+    <description>Electronics &amp; Software Projects</description>
18
+    <pubDate>Thu, 04 Apr 2013 10:00:00 -0000</pubDate>
19
+    <guid>http://www.xythobuz.de/2013_04_04_html5.html</guid>
20
+</item>
21
+
22
+<item>
15 23
     <title>Neuer Webserver</title>
16 24
     <link>http://www.xythobuz.de/2013_04_02_zaphod.html</link>
17 25
     <description>Electronics &amp; Software Projects</description>

+ 3
- 3
output/serialdebug.de.html Parādīt failu

@@ -76,7 +76,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
76 76
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
77 77
 
78 78
             <p id="bio">
79
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
79
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
80 80
             </p>
81 81
 
82 82
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -108,11 +108,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
108 108
             <div id="recent">
109 109
                 Recent blog posts:
110 110
                 <ul id="recentList">
111
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
111
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
112
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
112 113
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
113 114
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
114 115
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
115
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
116 116
                 </ul>
117 117
             </div>
118 118
         </div>

+ 3
- 3
output/serialdebug.html Parādīt failu

@@ -76,7 +76,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
76 76
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
77 77
 
78 78
             <p id="bio">
79
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
79
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
80 80
             </p>
81 81
 
82 82
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -108,11 +108,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
108 108
             <div id="recent">
109 109
                 Recent blog posts:
110 110
                 <ul id="recentList">
111
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
111
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
112
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
112 113
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
113 114
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
114 115
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
115
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
116 116
                 </ul>
117 117
             </div>
118 118
         </div>

+ 3
- 3
output/serialhelper.de.html Parādīt failu

@@ -100,7 +100,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
100 100
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
101 101
 
102 102
             <p id="bio">
103
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
103
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
104 104
             </p>
105 105
 
106 106
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -132,11 +132,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
132 132
             <div id="recent">
133 133
                 Recent blog posts:
134 134
                 <ul id="recentList">
135
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
135
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
136
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
136 137
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
137 138
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
138 139
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
139
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
140 140
                 </ul>
141 141
             </div>
142 142
         </div>

+ 3
- 3
output/serialhelper.html Parādīt failu

@@ -100,7 +100,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
100 100
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
101 101
 
102 102
             <p id="bio">
103
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
103
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
104 104
             </p>
105 105
 
106 106
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -132,11 +132,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
132 132
             <div id="recent">
133 133
                 Recent blog posts:
134 134
                 <ul id="recentList">
135
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
135
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
136
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
136 137
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
137 138
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
138 139
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
139
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
140 140
                 </ul>
141 141
             </div>
142 142
         </div>

+ 59
- 52
output/sitemap.xml Parādīt failu

@@ -3,364 +3,371 @@
3 3
 
4 4
 <url>
5 5
     <loc>/404.html</loc>
6
-    <lastmod>2013-04-03</lastmod>
6
+    <lastmod>2013-04-04</lastmod>
7 7
     <changefreq>monthly</changefreq>
8 8
     <priority>0.5</priority>
9 9
 </url>
10 10
 
11 11
 <url>
12 12
     <loc>/blog.html</loc>
13
-    <lastmod>2013-04-03</lastmod>
13
+    <lastmod>2013-04-04</lastmod>
14 14
     <changefreq>daily</changefreq>
15 15
     <priority>0.8</priority>
16 16
 </url>
17 17
 
18 18
 <url>
19 19
     <loc>/contact.html</loc>
20
-    <lastmod>2013-04-03</lastmod>
20
+    <lastmod>2013-04-04</lastmod>
21 21
     <changefreq>monthly</changefreq>
22 22
     <priority>0.5</priority>
23 23
 </url>
24 24
 
25 25
 <url>
26 26
     <loc>/index.de.html</loc>
27
-    <lastmod>2013-04-03</lastmod>
27
+    <lastmod>2013-04-04</lastmod>
28 28
     <changefreq>monthly</changefreq>
29 29
     <priority>0.5</priority>
30 30
 </url>
31 31
 
32 32
 <url>
33 33
     <loc>/index.html</loc>
34
-    <lastmod>2013-04-03</lastmod>
34
+    <lastmod>2013-04-04</lastmod>
35 35
     <changefreq>monthly</changefreq>
36 36
     <priority>0.5</priority>
37 37
 </url>
38 38
 
39 39
 <url>
40 40
     <loc>/2012_12_05_xycontrol.html</loc>
41
-    <lastmod>2013-04-03</lastmod>
41
+    <lastmod>2013-04-04</lastmod>
42 42
     <changefreq>monthly</changefreq>
43 43
     <priority>0.5</priority>
44 44
 </url>
45 45
 
46 46
 <url>
47 47
     <loc>/2012_12_16_mun.html</loc>
48
-    <lastmod>2013-04-03</lastmod>
48
+    <lastmod>2013-04-04</lastmod>
49 49
     <changefreq>monthly</changefreq>
50 50
     <priority>0.5</priority>
51 51
 </url>
52 52
 
53 53
 <url>
54 54
     <loc>/2012_12_22_docking.html</loc>
55
-    <lastmod>2013-04-03</lastmod>
55
+    <lastmod>2013-04-04</lastmod>
56 56
     <changefreq>monthly</changefreq>
57 57
     <priority>0.5</priority>
58 58
 </url>
59 59
 
60 60
 <url>
61 61
     <loc>/2012_12_22_motor_test.html</loc>
62
-    <lastmod>2013-04-03</lastmod>
62
+    <lastmod>2013-04-04</lastmod>
63 63
     <changefreq>monthly</changefreq>
64 64
     <priority>0.5</priority>
65 65
 </url>
66 66
 
67 67
 <url>
68 68
     <loc>/2012_12_25_heli.html</loc>
69
-    <lastmod>2013-04-03</lastmod>
69
+    <lastmod>2013-04-04</lastmod>
70 70
     <changefreq>monthly</changefreq>
71 71
     <priority>0.5</priority>
72 72
 </url>
73 73
 
74 74
 <url>
75 75
     <loc>/2013_01_20_quadrocopter.html</loc>
76
-    <lastmod>2013-04-03</lastmod>
76
+    <lastmod>2013-04-04</lastmod>
77 77
     <changefreq>monthly</changefreq>
78 78
     <priority>0.5</priority>
79 79
 </url>
80 80
 
81 81
 <url>
82 82
     <loc>/2013_01_31_odys_genio.html</loc>
83
-    <lastmod>2013-04-03</lastmod>
83
+    <lastmod>2013-04-04</lastmod>
84 84
     <changefreq>monthly</changefreq>
85 85
     <priority>0.5</priority>
86 86
 </url>
87 87
 
88 88
 <url>
89 89
     <loc>/2013_02_11_motor_test.html</loc>
90
-    <lastmod>2013-04-03</lastmod>
90
+    <lastmod>2013-04-04</lastmod>
91 91
     <changefreq>monthly</changefreq>
92 92
     <priority>0.5</priority>
93 93
 </url>
94 94
 
95 95
 <url>
96 96
     <loc>/2013_02_25_android.html</loc>
97
-    <lastmod>2013-04-03</lastmod>
97
+    <lastmod>2013-04-04</lastmod>
98 98
     <changefreq>monthly</changefreq>
99 99
     <priority>0.5</priority>
100 100
 </url>
101 101
 
102 102
 <url>
103 103
     <loc>/2013_03_05_graphview.html</loc>
104
-    <lastmod>2013-04-03</lastmod>
104
+    <lastmod>2013-04-04</lastmod>
105 105
     <changefreq>monthly</changefreq>
106 106
     <priority>0.5</priority>
107 107
 </url>
108 108
 
109 109
 <url>
110 110
     <loc>/2013_03_10_yasab.html</loc>
111
-    <lastmod>2013-04-03</lastmod>
111
+    <lastmod>2013-04-04</lastmod>
112 112
     <changefreq>monthly</changefreq>
113 113
     <priority>0.5</priority>
114 114
 </url>
115 115
 
116 116
 <url>
117 117
     <loc>/2013_03_12_test_rig.html</loc>
118
-    <lastmod>2013-04-03</lastmod>
118
+    <lastmod>2013-04-04</lastmod>
119 119
     <changefreq>monthly</changefreq>
120 120
     <priority>0.5</priority>
121 121
 </url>
122 122
 
123 123
 <url>
124 124
     <loc>/2013_03_13_test_rig.html</loc>
125
-    <lastmod>2013-04-03</lastmod>
125
+    <lastmod>2013-04-04</lastmod>
126 126
     <changefreq>monthly</changefreq>
127 127
     <priority>0.5</priority>
128 128
 </url>
129 129
 
130 130
 <url>
131 131
     <loc>/2013_03_16_pid.html</loc>
132
-    <lastmod>2013-04-03</lastmod>
132
+    <lastmod>2013-04-04</lastmod>
133 133
     <changefreq>monthly</changefreq>
134 134
     <priority>0.5</priority>
135 135
 </url>
136 136
 
137 137
 <url>
138 138
     <loc>/2013_03_25_doxygen.html</loc>
139
-    <lastmod>2013-04-03</lastmod>
139
+    <lastmod>2013-04-04</lastmod>
140 140
     <changefreq>monthly</changefreq>
141 141
     <priority>0.5</priority>
142 142
 </url>
143 143
 
144 144
 <url>
145 145
     <loc>/2013_04_02_zaphod.html</loc>
146
-    <lastmod>2013-04-03</lastmod>
146
+    <lastmod>2013-04-04</lastmod>
147
+    <changefreq>monthly</changefreq>
148
+    <priority>0.5</priority>
149
+</url>
150
+
151
+<url>
152
+    <loc>/2013_04_04_html5.html</loc>
153
+    <lastmod>2013-04-04</lastmod>
147 154
     <changefreq>monthly</changefreq>
148 155
     <priority>0.5</priority>
149 156
 </url>
150 157
 
151 158
 <url>
152 159
     <loc>/avrnetstack.html</loc>
153
-    <lastmod>2013-04-03</lastmod>
160
+    <lastmod>2013-04-04</lastmod>
154 161
     <changefreq>monthly</changefreq>
155 162
     <priority>0.5</priority>
156 163
 </url>
157 164
 
158 165
 <url>
159 166
     <loc>/avrserial.de.html</loc>
160
-    <lastmod>2013-04-03</lastmod>
167
+    <lastmod>2013-04-04</lastmod>
161 168
     <changefreq>monthly</changefreq>
162 169
     <priority>0.5</priority>
163 170
 </url>
164 171
 
165 172
 <url>
166 173
     <loc>/avrserial.html</loc>
167
-    <lastmod>2013-04-03</lastmod>
174
+    <lastmod>2013-04-04</lastmod>
168 175
     <changefreq>monthly</changefreq>
169 176
     <priority>0.5</priority>
170 177
 </url>
171 178
 
172 179
 <url>
173 180
     <loc>/c250.de.html</loc>
174
-    <lastmod>2013-04-03</lastmod>
181
+    <lastmod>2013-04-04</lastmod>
175 182
     <changefreq>monthly</changefreq>
176 183
     <priority>0.5</priority>
177 184
 </url>
178 185
 
179 186
 <url>
180 187
     <loc>/c250.html</loc>
181
-    <lastmod>2013-04-03</lastmod>
188
+    <lastmod>2013-04-04</lastmod>
182 189
     <changefreq>monthly</changefreq>
183 190
     <priority>0.5</priority>
184 191
 </url>
185 192
 
186 193
 <url>
187 194
     <loc>/ledcube.de.html</loc>
188
-    <lastmod>2013-04-03</lastmod>
195
+    <lastmod>2013-04-04</lastmod>
189 196
     <changefreq>monthly</changefreq>
190 197
     <priority>0.5</priority>
191 198
 </url>
192 199
 
193 200
 <url>
194 201
     <loc>/ledcube.html</loc>
195
-    <lastmod>2013-04-03</lastmod>
202
+    <lastmod>2013-04-04</lastmod>
196 203
     <changefreq>monthly</changefreq>
197 204
     <priority>0.5</priority>
198 205
 </url>
199 206
 
200 207
 <url>
201 208
     <loc>/ledmatrix.de.html</loc>
202
-    <lastmod>2013-04-03</lastmod>
209
+    <lastmod>2013-04-04</lastmod>
203 210
     <changefreq>monthly</changefreq>
204 211
     <priority>0.5</priority>
205 212
 </url>
206 213
 
207 214
 <url>
208 215
     <loc>/ledmatrix.html</loc>
209
-    <lastmod>2013-04-03</lastmod>
216
+    <lastmod>2013-04-04</lastmod>
210 217
     <changefreq>monthly</changefreq>
211 218
     <priority>0.5</priority>
212 219
 </url>
213 220
 
214 221
 <url>
215 222
     <loc>/nas.de.html</loc>
216
-    <lastmod>2013-04-03</lastmod>
223
+    <lastmod>2013-04-04</lastmod>
217 224
     <changefreq>monthly</changefreq>
218 225
     <priority>0.5</priority>
219 226
 </url>
220 227
 
221 228
 <url>
222 229
     <loc>/nas.html</loc>
223
-    <lastmod>2013-04-03</lastmod>
230
+    <lastmod>2013-04-04</lastmod>
224 231
     <changefreq>monthly</changefreq>
225 232
     <priority>0.5</priority>
226 233
 </url>
227 234
 
228 235
 <url>
229 236
     <loc>/serialdebug.de.html</loc>
230
-    <lastmod>2013-04-03</lastmod>
237
+    <lastmod>2013-04-04</lastmod>
231 238
     <changefreq>monthly</changefreq>
232 239
     <priority>0.5</priority>
233 240
 </url>
234 241
 
235 242
 <url>
236 243
     <loc>/serialdebug.html</loc>
237
-    <lastmod>2013-04-03</lastmod>
244
+    <lastmod>2013-04-04</lastmod>
238 245
     <changefreq>monthly</changefreq>
239 246
     <priority>0.5</priority>
240 247
 </url>
241 248
 
242 249
 <url>
243 250
     <loc>/serialhelper.de.html</loc>
244
-    <lastmod>2013-04-03</lastmod>
251
+    <lastmod>2013-04-04</lastmod>
245 252
     <changefreq>monthly</changefreq>
246 253
     <priority>0.5</priority>
247 254
 </url>
248 255
 
249 256
 <url>
250 257
     <loc>/serialhelper.html</loc>
251
-    <lastmod>2013-04-03</lastmod>
258
+    <lastmod>2013-04-04</lastmod>
252 259
     <changefreq>monthly</changefreq>
253 260
     <priority>0.5</priority>
254 261
 </url>
255 262
 
256 263
 <url>
257 264
     <loc>/ssop28.de.html</loc>
258
-    <lastmod>2013-04-03</lastmod>
265
+    <lastmod>2013-04-04</lastmod>
259 266
     <changefreq>monthly</changefreq>
260 267
     <priority>0.5</priority>
261 268
 </url>
262 269
 
263 270
 <url>
264 271
     <loc>/ssop28.html</loc>
265
-    <lastmod>2013-04-03</lastmod>
272
+    <lastmod>2013-04-04</lastmod>
266 273
     <changefreq>monthly</changefreq>
267 274
     <priority>0.5</priority>
268 275
 </url>
269 276
 
270 277
 <url>
271 278
     <loc>/ultimatenotifier.de.html</loc>
272
-    <lastmod>2013-04-03</lastmod>
279
+    <lastmod>2013-04-04</lastmod>
273 280
     <changefreq>monthly</changefreq>
274 281
     <priority>0.5</priority>
275 282
 </url>
276 283
 
277 284
 <url>
278 285
     <loc>/ultimatenotifier.html</loc>
279
-    <lastmod>2013-04-03</lastmod>
286
+    <lastmod>2013-04-04</lastmod>
280 287
     <changefreq>monthly</changefreq>
281 288
     <priority>0.5</priority>
282 289
 </url>
283 290
 
284 291
 <url>
285 292
     <loc>/yasab.de.html</loc>
286
-    <lastmod>2013-04-03</lastmod>
293
+    <lastmod>2013-04-04</lastmod>
287 294
     <changefreq>monthly</changefreq>
288 295
     <priority>0.5</priority>
289 296
 </url>
290 297
 
291 298
 <url>
292 299
     <loc>/yasab.html</loc>
293
-    <lastmod>2013-04-03</lastmod>
300
+    <lastmod>2013-04-04</lastmod>
294 301
     <changefreq>monthly</changefreq>
295 302
     <priority>0.5</priority>
296 303
 </url>
297 304
 
298 305
 <url>
299 306
     <loc>/bluetooth.de.html</loc>
300
-    <lastmod>2013-04-03</lastmod>
307
+    <lastmod>2013-04-04</lastmod>
301 308
     <changefreq>monthly</changefreq>
302 309
     <priority>0.5</priority>
303 310
 </url>
304 311
 
305 312
 <url>
306 313
     <loc>/bluetooth.html</loc>
307
-    <lastmod>2013-04-03</lastmod>
314
+    <lastmod>2013-04-04</lastmod>
308 315
     <changefreq>monthly</changefreq>
309 316
     <priority>0.5</priority>
310 317
 </url>
311 318
 
312 319
 <url>
313 320
     <loc>/k6x4008.de.html</loc>
314
-    <lastmod>2013-04-03</lastmod>
321
+    <lastmod>2013-04-04</lastmod>
315 322
     <changefreq>monthly</changefreq>
316 323
     <priority>0.5</priority>
317 324
 </url>
318 325
 
319 326
 <url>
320 327
     <loc>/k6x4008.html</loc>
321
-    <lastmod>2013-04-03</lastmod>
328
+    <lastmod>2013-04-04</lastmod>
322 329
     <changefreq>monthly</changefreq>
323 330
     <priority>0.5</priority>
324 331
 </url>
325 332
 
326 333
 <url>
327 334
     <loc>/rremote.de.html</loc>
328
-    <lastmod>2013-04-03</lastmod>
335
+    <lastmod>2013-04-04</lastmod>
329 336
     <changefreq>monthly</changefreq>
330 337
     <priority>0.5</priority>
331 338
 </url>
332 339
 
333 340
 <url>
334 341
     <loc>/rremote.html</loc>
335
-    <lastmod>2013-04-03</lastmod>
342
+    <lastmod>2013-04-04</lastmod>
336 343
     <changefreq>monthly</changefreq>
337 344
     <priority>0.5</priority>
338 345
 </url>
339 346
 
340 347
 <url>
341 348
     <loc>/xyrobot.de.html</loc>
342
-    <lastmod>2013-04-03</lastmod>
349
+    <lastmod>2013-04-04</lastmod>
343 350
     <changefreq>monthly</changefreq>
344 351
     <priority>0.5</priority>
345 352
 </url>
346 353
 
347 354
 <url>
348 355
     <loc>/xyrobot.html</loc>
349
-    <lastmod>2013-04-03</lastmod>
356
+    <lastmod>2013-04-04</lastmod>
350 357
     <changefreq>monthly</changefreq>
351 358
     <priority>0.5</priority>
352 359
 </url>
353 360
 
354 361
 <url>
355 362
     <loc>/xyrobotremote.de.html</loc>
356
-    <lastmod>2013-04-03</lastmod>
363
+    <lastmod>2013-04-04</lastmod>
357 364
     <changefreq>monthly</changefreq>
358 365
     <priority>0.5</priority>
359 366
 </url>
360 367
 
361 368
 <url>
362 369
     <loc>/xyrobotremote.html</loc>
363
-    <lastmod>2013-04-03</lastmod>
370
+    <lastmod>2013-04-04</lastmod>
364 371
     <changefreq>monthly</changefreq>
365 372
     <priority>0.5</priority>
366 373
 </url>

+ 3
- 3
output/ssop28.de.html Parādīt failu

@@ -73,7 +73,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
73 73
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
74 74
 
75 75
             <p id="bio">
76
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
76
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
77 77
             </p>
78 78
 
79 79
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -105,11 +105,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
105 105
             <div id="recent">
106 106
                 Recent blog posts:
107 107
                 <ul id="recentList">
108
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
109
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109 110
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
110 111
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
111 112
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
112
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
113 113
                 </ul>
114 114
             </div>
115 115
         </div>

+ 3
- 3
output/ssop28.html Parādīt failu

@@ -73,7 +73,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
73 73
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
74 74
 
75 75
             <p id="bio">
76
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
76
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
77 77
             </p>
78 78
 
79 79
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -105,11 +105,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
105 105
             <div id="recent">
106 106
                 Recent blog posts:
107 107
                 <ul id="recentList">
108
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
108
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
109
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
109 110
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
110 111
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
111 112
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
112
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
113 113
                 </ul>
114 114
             </div>
115 115
         </div>

+ 3
- 3
output/ultimatenotifier.de.html Parādīt failu

@@ -165,7 +165,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
165 165
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
166 166
 
167 167
             <p id="bio">
168
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
168
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
169 169
             </p>
170 170
 
171 171
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -197,11 +197,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
197 197
             <div id="recent">
198 198
                 Recent blog posts:
199 199
                 <ul id="recentList">
200
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
200
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
201
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
201 202
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
202 203
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
203 204
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
204
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
205 205
                 </ul>
206 206
             </div>
207 207
         </div>

+ 3
- 3
output/ultimatenotifier.html Parādīt failu

@@ -167,7 +167,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
167 167
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
168 168
 
169 169
             <p id="bio">
170
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
170
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
171 171
             </p>
172 172
 
173 173
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -199,11 +199,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
199 199
             <div id="recent">
200 200
                 Recent blog posts:
201 201
                 <ul id="recentList">
202
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
202
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
203
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
203 204
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
204 205
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
205 206
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
206
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
207 207
                 </ul>
208 208
             </div>
209 209
         </div>

+ 3
- 3
output/xyrobot.de.html Parādīt failu

@@ -92,7 +92,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
92 92
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
93 93
 
94 94
             <p id="bio">
95
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
95
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
96 96
             </p>
97 97
 
98 98
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -124,11 +124,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
124 124
             <div id="recent">
125 125
                 Recent blog posts:
126 126
                 <ul id="recentList">
127
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
127
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
128
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
128 129
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
129 130
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
130 131
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
131
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
132 132
                 </ul>
133 133
             </div>
134 134
         </div>

+ 3
- 3
output/xyrobot.html Parādīt failu

@@ -92,7 +92,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
92 92
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
93 93
 
94 94
             <p id="bio">
95
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
95
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
96 96
             </p>
97 97
 
98 98
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -124,11 +124,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
124 124
             <div id="recent">
125 125
                 Recent blog posts:
126 126
                 <ul id="recentList">
127
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
127
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
128
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
128 129
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
129 130
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
130 131
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
131
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
132 132
                 </ul>
133 133
             </div>
134 134
         </div>

+ 3
- 3
output/xyrobotremote.de.html Parādīt failu

@@ -84,7 +84,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
84 84
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
85 85
 
86 86
             <p id="bio">
87
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
87
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
88 88
             </p>
89 89
 
90 90
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -116,11 +116,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
116 116
             <div id="recent">
117 117
                 Recent blog posts:
118 118
                 <ul id="recentList">
119
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
119
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
120
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
120 121
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
121 122
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
122 123
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
123
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
124 124
                 </ul>
125 125
             </div>
126 126
         </div>

+ 3
- 3
output/xyrobotremote.html Parādīt failu

@@ -84,7 +84,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
84 84
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
85 85
 
86 86
             <p id="bio">
87
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
87
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
88 88
             </p>
89 89
 
90 90
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -116,11 +116,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
116 116
             <div id="recent">
117 117
                 Recent blog posts:
118 118
                 <ul id="recentList">
119
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
119
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
120
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
120 121
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
121 122
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
122 123
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
123
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
124 124
                 </ul>
125 125
             </div>
126 126
         </div>

+ 3
- 3
output/yasab.de.html Parādīt failu

@@ -96,7 +96,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
96 96
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
97 97
 
98 98
             <p id="bio">
99
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
99
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
100 100
             </p>
101 101
 
102 102
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -128,11 +128,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
128 128
             <div id="recent">
129 129
                 Recent blog posts:
130 130
                 <ul id="recentList">
131
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
131
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
132
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
132 133
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
133 134
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
134 135
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
135
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
136 136
                 </ul>
137 137
             </div>
138 138
         </div>

+ 3
- 3
output/yasab.html Parādīt failu

@@ -96,7 +96,7 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
96 96
             <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
97 97
 
98 98
             <p id="bio">
99
-                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Open Source Software.
99
+                I'm a 19 year old Information Engineering student from Germany, mostly building cool stuff with AVR microcontrollers. All of my projects are released as Free Software.
100 100
             </p>
101 101
 
102 102
             <iframe src="http://githubbadge.appspot.com/badge/xythobuz?a=0" style="border: 0;height: 142px;width: 200px;overflow: hidden;"></iframe>
@@ -128,11 +128,11 @@ dsq.src = "http://" + disqus_shortname + ".disqus.com/embed.js";
128 128
             <div id="recent">
129 129
                 Recent blog posts:
130 130
                 <ul id="recentList">
131
-                <li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
131
+                <li class="recentList"><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></li><li class="recentDate">2013-04-04</li>
132
+<li class="recentList"><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></li><li class="recentDate">2013-04-02</li>
132 133
 <li class="recentList"><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></li><li class="recentDate">2013-03-25</li>
133 134
 <li class="recentList"><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></li><li class="recentDate">2013-03-16</li>
134 135
 <li class="recentList"><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></li><li class="recentDate">2013-03-13</li>
135
-<li class="recentList"><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></li><li class="recentDate">2013-03-12</li>
136 136
                 </ul>
137 137
             </div>
138 138
         </div>

Notiek ielāde…
Atcelt
Saglabāt