Sfoglia il codice sorgente

Translated Contact and Blog

Thomas Buck 11 anni fa
parent
commit
3e097e8cf9
9 ha cambiato i file con 369 aggiunte e 64 eliminazioni
  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 Vedi File

19
     print "  * **[%s](%s)** - %s" % (p.post, p.url, date) # markdown list item
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 Vedi File

28
  [2]: https://twitter.com/xythobuz
28
  [2]: https://twitter.com/xythobuz
29
  [3]: https://www.facebook.com/vballert
29
  [3]: https://www.facebook.com/vballert
30
  [4]: http://www.youtube.com/user/xythobuz
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 Vedi File

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 Vedi File

22
         <h2>a day in the life of...</h2>
22
         <h2>a day in the life of...</h2>
23
     </div>
23
     </div>
24
     <div id="lang"><span id="lang2">Translation: 
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
 </span></div>
26
 </span></div>
27
     <div class="colmask leftmenu"><div class="colleft">
27
     <div class="colmask leftmenu"><div class="colleft">
28
         <div class="content">
28
         <div class="content">

+ 111
- 0
output/contact.de.html Vedi File

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 Vedi File

22
         <h2>drop a message!</h2>
22
         <h2>drop a message!</h2>
23
     </div>
23
     </div>
24
     <div id="lang"><span id="lang2">Translation: 
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
 </span></div>
26
 </span></div>
27
     <div class="colmask leftmenu"><div class="colleft">
27
     <div class="colmask leftmenu"><div class="colleft">
28
         <div class="content">
28
         <div class="content">

+ 8
- 0
output/index.php Vedi File

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

+ 2
- 2
output/rss.xml Vedi File

6
 <atom:link href="http://www.xythobuz.de/rss.xml" rel="self" type="application/rss+xml" />
6
 <atom:link href="http://www.xythobuz.de/rss.xml" rel="self" type="application/rss+xml" />
7
 <description>xythobuz Electronics &amp; Software Projects</description>
7
 <description>xythobuz Electronics &amp; Software Projects</description>
8
 <language>en-us</language>
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
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
11
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
12
 <generator>Poole</generator>
12
 <generator>Poole</generator>
13
 
13
 

+ 72
- 58
output/sitemap.xml Vedi File

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

Loading…
Annulla
Salva