|
@@ -34,6 +34,15 @@ Now some pictures:
|
34
|
34
|
[![Foto 12][30]][31]
|
35
|
35
|
[![Foto 13][32]][33]
|
36
|
36
|
|
|
37
|
+Other articles that are part of xyRobot:
|
|
38
|
+
|
|
39
|
+<!--%
|
|
40
|
+mpages = [p for p in pages if p.get("parent", "") == "xyrobot" and p.lang == "en"]
|
|
41
|
+mpages.sort(key=lambda p: int(p["position"]))
|
|
42
|
+for p in mpages:
|
|
43
|
+ print " * **[%s](%s)**" % (p.title, p.url) # markdown list item
|
|
44
|
+%-->
|
|
45
|
+
|
37
|
46
|
[1]: bluetooth.html
|
38
|
47
|
[2]: http://www.angelfire.com/de3/juliprograms/amr/gbcam.htm
|
39
|
48
|
[3]: k6x4008.html
|
|
@@ -68,15 +77,6 @@ Now some pictures:
|
68
|
77
|
[32]: img/roboter_platine.png
|
69
|
78
|
[33]: img/roboter_platine_big.png
|
70
|
79
|
|
71
|
|
-Other articles that are part of xyRobot:
|
72
|
|
-
|
73
|
|
-<!--%
|
74
|
|
-mpages = [p for p in pages if p.get("parent", "") == "xyrobot" and p.lang == "en"]
|
75
|
|
-mpages.sort(key=lambda p: int(p["position"]))
|
76
|
|
-for p in mpages:
|
77
|
|
- print " * **[%s](%s)**" % (p.title, p.url) # markdown list item
|
78
|
|
-%-->
|
79
|
|
-
|
80
|
80
|
lang: de
|
81
|
81
|
|
82
|
82
|
# {{ page.title_de }}
|
|
@@ -101,7 +101,7 @@ Hier nun einige Bilder meines Roboters:
|
101
|
101
|
[![Foto 12][30]][31]
|
102
|
102
|
[![Foto 13][32]][33]
|
103
|
103
|
|
104
|
|
-Andere Artike die zu xyRobot gehören:
|
|
104
|
+Andere Artikel die zu xyRobot gehören:
|
105
|
105
|
|
106
|
106
|
<!--%
|
107
|
107
|
mpages = [p for p in pages if p.get("parent", "") == "xyrobot" and p.lang == "de"]
|