Kaynağa Gözat

Translated Contact and Blog

Thomas Buck 11 yıl önce
ebeveyn
işleme
3e097e8cf9
9 değiştirilmiş dosya ile 369 ekleme ve 64 silme
  1. 20
    2
      input/blog.md
  2. 27
    0
      input/contact.md
  3. 127
    0
      output/blog.de.html
  4. 1
    1
      output/blog.html
  5. 111
    0
      output/contact.de.html
  6. 1
    1
      output/contact.html
  7. 8
    0
      output/index.php
  8. 2
    2
      output/rss.xml
  9. 72
    58
      output/sitemap.xml

+ 20
- 2
input/blog.md Dosyayı Görüntüle

@@ -19,5 +19,23 @@ for p in posts:
19 19
     print "  * **[%s](%s)** - %s" % (p.post, p.url, date) # markdown list item
20 20
 %-->
21 21
 
22
-[rss]: rss.xml
23
-[logo]: img/rss.png
22
+ [rss]: rss.xml
23
+ [logo]: img/rss.png
24
+
25
+lang: de
26
+
27
+# Blog Archiv
28
+
29
+Um über meine neuesten Artikel informiert zu werden, abonniere meinen [RSS Feed! ![RSS Logo][logo]][rss]
30
+
31
+<!--%
32
+from datetime import datetime
33
+posts = [p for p in pages if "post" in p] # get all blog post pages
34
+posts.sort(key=lambda p: p.get("date"), reverse=True) # sort post pages by date
35
+for p in posts:
36
+    date = datetime.strptime(p.date, "%Y-%m-%d").strftime("%d %B %Y")
37
+    print "  * **[%s](%s)** - %s" % (p.post, p.url, date) # markdown list item
38
+%-->
39
+
40
+ [rss]: rss.xml
41
+ [logo]: img/rss.png

+ 27
- 0
input/contact.md Dosyayı Görüntüle

@@ -28,3 +28,30 @@ Youtube: [xythobuz][4]
28 28
  [2]: https://twitter.com/xythobuz
29 29
  [3]: https://www.facebook.com/vballert
30 30
  [4]: http://www.youtube.com/user/xythobuz
31
+
32
+lang: de
33
+
34
+# Kontakt
35
+
36
+Du kannst immer diesen [PGP Key][1] nutzen!
37
+
38
+Mail: <xythobuz@xythobuz.de>
39
+
40
+Jabber: xythobuz@jabber.ccc.de
41
+
42
+Skype: xythobuz
43
+
44
+ICQ: 347449811
45
+
46
+Twitter: [@xythobuz][2]
47
+
48
+Facebook: [Ver Ballert][3]
49
+
50
+PSN: xythobuz
51
+
52
+Youtube: [xythobuz][4]
53
+
54
+ [1]: files/xythobuz.gpg
55
+ [2]: https://twitter.com/xythobuz
56
+ [3]: https://www.facebook.com/vballert
57
+ [4]: http://www.youtube.com/user/xythobuz

+ 127
- 0
output/blog.de.html Dosyayı Görüntüle

@@ -0,0 +1,127 @@
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
+    
17
+</head>
18
+<body onload="sh_highlightDocument('/js/sh/', '.min.js');">
19
+    
20
+    <div id="header">
21
+        <h1>xythobuz.de</h1>
22
+        <h2>a day in the life of...</h2>
23
+    </div>
24
+    <div id="lang"><span id="lang2">Translation: 
25
+<a href='blog.de.html'>de</a> | <a href='blog.html'>en</a>
26
+</span></div>
27
+    <div class="colmask leftmenu"><div class="colleft">
28
+        <div class="content">
29
+
30
+            <h1>Blog Archiv</h1>
31
+<p>Um über meine neuesten Artikel informiert zu werden, abonniere meinen <a href="/rss.xml">RSS Feed! <img alt="RSS Logo" src="/img/rss.png" /></a></p>
32
+<ul>
33
+<li><strong><a href="/2013_04_24_bitrot.html">Softwareverrottung</a></strong> - 24 April 2013</li>
34
+<li><strong><a href="/2013_04_23_pad.html">PCB Pads suck</a></strong> - 23 April 2013</li>
35
+<li><strong><a href="/2013_04_19_ekstasie.html">Just Dance</a></strong> - 19 April 2013</li>
36
+<li><strong><a href="/2013_04_17_abi.html">Abi Pruefungen</a></strong> - 17 April 2013</li>
37
+<li><strong><a href="/2013_04_11_rss.html">RSS Probleme</a></strong> - 11 April 2013</li>
38
+<li><strong><a href="/2013_04_04_html5.html">Kein DRM in HTML5</a></strong> - 04 April 2013</li>
39
+<li><strong><a href="/2013_04_02_zaphod.html">Neuer Webserver</a></strong> - 02 April 2013</li>
40
+<li><strong><a href="/2013_03_25_doxygen.html">xyControl Doxygen Dokumentation</a></strong> - 25 March 2013</li>
41
+<li><strong><a href="/2013_03_16_pid.html">xyCopter PID-Parameter</a></strong> - 16 March 2013</li>
42
+<li><strong><a href="/2013_03_13_test_rig.html">Quadrocopter Test Rig Video</a></strong> - 13 March 2013</li>
43
+<li><strong><a href="/2013_03_12_test_rig.html">Quadrocopter Testvorrichtung</a></strong> - 12 March 2013</li>
44
+<li><strong><a href="/2013_03_10_yasab.html">xyCopter loves YASAB</a></strong> - 10 March 2013</li>
45
+<li><strong><a href="/2013_03_05_graphview.html">xyCopter mit GraphView</a></strong> - 05 March 2013</li>
46
+<li><strong><a href="/2013_02_25_android.html">xyCopter Android App</a></strong> - 25 February 2013</li>
47
+<li><strong><a href="/2013_02_11_motor_test.html">Quadrocopter Motor Test</a></strong> - 11 February 2013</li>
48
+<li><strong><a href="/2013_01_31_odys_genio.html">Odys Genio USB Debugging am Mac</a></strong> - 31 January 2013</li>
49
+<li><strong><a href="/2013_01_20_quadrocopter.html">Quadrocopter Ueberblick</a></strong> - 20 January 2013</li>
50
+<li><strong><a href="/2012_12_25_heli.html">RC-Heli Absturz</a></strong> - 25 December 2012</li>
51
+<li><strong><a href="/2012_12_22_docking.html">Docking in Kerbal Orbit</a></strong> - 22 December 2012</li>
52
+<li><strong><a href="/2012_12_22_motor_test.html">Quadrocopter Motor Test</a></strong> - 22 December 2012</li>
53
+<li><strong><a href="/2012_12_16_mun.html">Mun Landing</a></strong> - 16 December 2012</li>
54
+<li><strong><a href="/2012_12_05_xycontrol.html">xyControl PCB angekommen</a></strong> - 05 December 2012</li>
55
+</ul>
56
+
57
+            
58
+
59
+        
60
+
61
+        </div>
62
+        <div class="nav">
63
+            <h3>Thomas Buck</h3>
64
+
65
+            <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
66
+
67
+            <p id="bio">
68
+                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 <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> on my <a href="https://github.com/xythobuz">GitHub Profile</a>.
69
+            </p>
70
+
71
+            <ul id="menuList">
72
+            <li><a href="/index.html">Home</a></li>
73
+<li><a href="/blog.html">Blog</a></li>
74
+<li><a href="/contact.html">Contact</a></li>
75
+<li>&nbsp;</li>
76
+<li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
77
+<li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
78
+<li><a href="/avrnetstack.html">avrNetStack</a></li>
79
+<li><a href="/avrserial.html">AVR Serial Library</a></li>
80
+<li><a href="/serialdebug.html">Serial Debug</a></li>
81
+<li><a href="/ledmatrix.html">LED Matrix</a></li>
82
+<li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
83
+<li><a href="/xyrobot.html">xyRobot</a></li>
84
+<li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
85
+<li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
86
+<li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
87
+<li><a href="/rremote.html">rRemote</a></li>
88
+<li>&nbsp;</li>
89
+<li><a href="/c250.html">Mio C250 Unlock</a></li>
90
+<li><a href="/nas.html">IB-NAS6210 Linux</a></li>
91
+<li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
92
+<li><a href="/serialhelper.html">Serial Helper</a></li>
93
+            </ul>
94
+
95
+            <div id="recent">
96
+                Recent blog posts:
97
+                <ul id="recentList">
98
+                <li class="recentList"><a href="/2013_04_24_bitrot.html">Softwareverrottung</a></li><li class="recentDate">2013-04-24</li>
99
+<li class="recentList"><a href="/2013_04_23_pad.html">PCB Pads suck</a></li><li class="recentDate">2013-04-23</li>
100
+<li class="recentList"><a href="/2013_04_19_ekstasie.html">Just Dance</a></li><li class="recentDate">2013-04-19</li>
101
+<li class="recentList"><a href="/2013_04_17_abi.html">Abi Pruefungen</a></li><li class="recentDate">2013-04-17</li>
102
+<li class="recentList"><a href="/2013_04_11_rss.html">RSS Probleme</a></li><li class="recentDate">2013-04-11</li>
103
+                </ul>
104
+            </div>
105
+        </div>
106
+    </div></div>
107
+
108
+    <img id="dude" alt="The Dude abides..." src="/img/dude.png">
109
+    <img id="walter" alt="Mark it zero!" src="/img/walter.png">
110
+
111
+    <div id="footer">
112
+        Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
113
+        &middot;
114
+        Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
115
+        &middot;
116
+        <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
117
+        &middot;
118
+        <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.de%2Fstyle.css&amp;profile=css3">Validate CSS</a>
119
+        &middot;
120
+        <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.de/rss.xml">Validate RSS</a>
121
+        &middot;
122
+        <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.de&amp;googleTyp=SITEMAP">Validate Sitemap</a>
123
+    </div>
124
+    <img src="/stats/count.php?img" alt="Analytics">
125
+    <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
126
+</body>
127
+</html>

+ 1
- 1
output/blog.html Dosyayı Görüntüle

@@ -22,7 +22,7 @@
22 22
         <h2>a day in the life of...</h2>
23 23
     </div>
24 24
     <div id="lang"><span id="lang2">Translation: 
25
-<a href='blog.html'>en</a>
25
+<a href='blog.de.html'>de</a> | <a href='blog.html'>en</a>
26 26
 </span></div>
27 27
     <div class="colmask leftmenu"><div class="colleft">
28 28
         <div class="content">

+ 111
- 0
output/contact.de.html Dosyayı Görüntüle

@@ -0,0 +1,111 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+    <meta charset="utf-8" />
5
+    <title>Contact - 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
+    
17
+</head>
18
+<body onload="sh_highlightDocument('/js/sh/', '.min.js');">
19
+    
20
+    <div id="header">
21
+        <h1>xythobuz.de</h1>
22
+        <h2>drop a message!</h2>
23
+    </div>
24
+    <div id="lang"><span id="lang2">Translation: 
25
+<a href='contact.de.html'>de</a> | <a href='contact.html'>en</a>
26
+</span></div>
27
+    <div class="colmask leftmenu"><div class="colleft">
28
+        <div class="content">
29
+
30
+            <h1>Kontakt</h1>
31
+<p>Du kannst immer diesen <a href="/files/xythobuz.gpg">PGP Key</a> nutzen!</p>
32
+<p>Mail: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#120;&#121;&#116;&#104;&#111;&#98;&#117;&#122;&#64;&#120;&#121;&#116;&#104;&#111;&#98;&#117;&#122;&#46;&#100;&#101;">&#120;&#121;&#116;&#104;&#111;&#98;&#117;&#122;&#64;&#120;&#121;&#116;&#104;&#111;&#98;&#117;&#122;&#46;&#100;&#101;</a></p>
33
+<p>Jabber: xythobuz@jabber.ccc.de</p>
34
+<p>Skype: xythobuz</p>
35
+<p>ICQ: 347449811</p>
36
+<p>Twitter: <a href="https://twitter.com/xythobuz">@xythobuz</a></p>
37
+<p>Facebook: <a href="https://www.facebook.com/vballert">Ver Ballert</a></p>
38
+<p>PSN: xythobuz</p>
39
+<p>Youtube: <a href="http://www.youtube.com/user/xythobuz">xythobuz</a></p>
40
+
41
+            
42
+
43
+        
44
+
45
+        </div>
46
+        <div class="nav">
47
+            <h3>Thomas Buck</h3>
48
+
49
+            <div id="logo"><img id="logoImg" src="http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=180" alt="Avatar"></div>
50
+
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 <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> on my <a href="https://github.com/xythobuz">GitHub Profile</a>.
53
+            </p>
54
+
55
+            <ul id="menuList">
56
+            <li><a href="/index.html">Home</a></li>
57
+<li><a href="/blog.html">Blog</a></li>
58
+<li><a href="/contact.html">Contact</a></li>
59
+<li>&nbsp;</li>
60
+<li><a href="/ledcube.html">8x8x8 LED Cube</a></li>
61
+<li><a href="/yasab.html">YASAB AVR Bootloader</a></li>
62
+<li><a href="/avrnetstack.html">avrNetStack</a></li>
63
+<li><a href="/avrserial.html">AVR Serial Library</a></li>
64
+<li><a href="/serialdebug.html">Serial Debug</a></li>
65
+<li><a href="/ledmatrix.html">LED Matrix</a></li>
66
+<li><a href="/ssop28.html">SSOP28 - DIL Adapter</a></li>
67
+<li><a href="/xyrobot.html">xyRobot</a></li>
68
+<li><a href="/bluetooth.html">Bluetooth UART (BTM-222)</a></li>
69
+<li><a href="/k6x4008.html">K6x4008 SRAM</a></li>
70
+<li><a href="/xyrobotremote.html">xyRobotRemote</a></li>
71
+<li><a href="/rremote.html">rRemote</a></li>
72
+<li>&nbsp;</li>
73
+<li><a href="/c250.html">Mio C250 Unlock</a></li>
74
+<li><a href="/nas.html">IB-NAS6210 Linux</a></li>
75
+<li><a href="/ultimatenotifier.html">Ultimate Notifier Script</a></li>
76
+<li><a href="/serialhelper.html">Serial Helper</a></li>
77
+            </ul>
78
+
79
+            <div id="recent">
80
+                Recent blog posts:
81
+                <ul id="recentList">
82
+                <li class="recentList"><a href="/2013_04_24_bitrot.html">Softwareverrottung</a></li><li class="recentDate">2013-04-24</li>
83
+<li class="recentList"><a href="/2013_04_23_pad.html">PCB Pads suck</a></li><li class="recentDate">2013-04-23</li>
84
+<li class="recentList"><a href="/2013_04_19_ekstasie.html">Just Dance</a></li><li class="recentDate">2013-04-19</li>
85
+<li class="recentList"><a href="/2013_04_17_abi.html">Abi Pruefungen</a></li><li class="recentDate">2013-04-17</li>
86
+<li class="recentList"><a href="/2013_04_11_rss.html">RSS Probleme</a></li><li class="recentDate">2013-04-11</li>
87
+                </ul>
88
+            </div>
89
+        </div>
90
+    </div></div>
91
+
92
+    <img id="dude" alt="The Dude abides..." src="/img/dude.png">
93
+    <img id="walter" alt="Mark it zero!" src="/img/walter.png">
94
+
95
+    <div id="footer">
96
+        Built with <a href="http://bitbucket.org/obensonne/poole">Poole</a>
97
+        &middot;
98
+        Licensed as <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
99
+        &middot;
100
+        <a href="http://validator.w3.org/check?uri=referer">Validate HTML</a>
101
+        &middot;
102
+        <a href="http://jigsaw.w3.org/css-validator/validator?uri=xythobuz.de%2Fstyle.css&amp;profile=css3">Validate CSS</a>
103
+        &middot;
104
+        <a href="http://feed1.w3.org/check.cgi?url=http://www.xythobuz.de/rss.xml">Validate RSS</a>
105
+        &middot;
106
+        <a href="http://www.validome.org/google/validate?url=http://www.xythobuz.de&amp;googleTyp=SITEMAP">Validate Sitemap</a>
107
+    </div>
108
+    <img src="/stats/count.php?img" alt="Analytics">
109
+    <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
110
+</body>
111
+</html>

+ 1
- 1
output/contact.html Dosyayı Görüntüle

@@ -22,7 +22,7 @@
22 22
         <h2>drop a message!</h2>
23 23
     </div>
24 24
     <div id="lang"><span id="lang2">Translation: 
25
-<a href='contact.html'>en</a>
25
+<a href='contact.de.html'>de</a> | <a href='contact.html'>en</a>
26 26
 </span></div>
27 27
     <div class="colmask leftmenu"><div class="colleft">
28 28
         <div class="content">

+ 8
- 0
output/index.php Dosyayı Görüntüle

@@ -6,10 +6,18 @@ if (isset($_GET['p'])) {
6 6
         $_GET['p'] .= EN;
7 7
     }
8 8
     switch($_GET['p']) {
9
+        case "blog":
10
+            $loc = "/blog.de.html";
11
+            break;
12
+
9 13
         case "blogEN":
10 14
             $loc = "/blog.html";
11 15
             break;
12 16
 
17
+        case "kontakt":
18
+            $loc = "/contact.de.html";
19
+            break;
20
+
13 21
         case "kontaktEN":
14 22
             $loc = "/contact.html";
15 23
             break;

+ 2
- 2
output/rss.xml Dosyayı Görüntüle

@@ -6,8 +6,8 @@
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>Wed, 24 Apr 2013 15:33:47 -0000</pubDate>
10
-<lastBuildDate>Wed, 24 Apr 2013 15:33:47 -0000</lastBuildDate>
9
+<pubDate>Thu, 25 Apr 2013 21:51:05 -0000</pubDate>
10
+<lastBuildDate>Thu, 25 Apr 2013 21:51:05 -0000</lastBuildDate>
11 11
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
12 12
 <generator>Poole</generator>
13 13
 

+ 72
- 58
output/sitemap.xml Dosyayı Görüntüle

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

Loading…
İptal
Kaydet