From f25236bd6f1082f779fc365f7d2c14a60891dcf5 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Mon, 9 Jul 2012 17:08:41 +0200 Subject: some content here and there --- services/dev.html | 10 ++++++++++ services/foren.html | 10 ++++++++++ services/ftp.html | 10 ++++++++++ services/gedaechtnisprotokolle.html | 10 ++++++++++ services/jabber.html | 10 ++++++++++ services/lists.html | 10 ++++++++++ services/osm.html | 10 ++++++++++ services/splinux.html | 10 ++++++++++ services/talks.html | 10 ++++++++++ services/zettel.html | 11 +++++++++++ 10 files changed, 101 insertions(+) create mode 100644 services/dev.html create mode 100644 services/foren.html create mode 100644 services/ftp.html create mode 100644 services/gedaechtnisprotokolle.html create mode 100644 services/jabber.html create mode 100644 services/lists.html create mode 100644 services/osm.html create mode 100644 services/splinux.html create mode 100644 services/talks.html create mode 100644 services/zettel.html (limited to 'services') diff --git a/services/dev.html b/services/dev.html new file mode 100644 index 0000000..bb42029 --- /dev/null +++ b/services/dev.html @@ -0,0 +1,10 @@ +{% meta %} + title: Dev + service: True + logo_url: http://spline.de/images/f/f5/SplineTracLogo.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/foren.html b/services/foren.html new file mode 100644 index 0000000..7738201 --- /dev/null +++ b/services/foren.html @@ -0,0 +1,10 @@ +{% meta %} + title: Foren + service: True + logo_url: http://spline.de/images/thumb/b/b6/Logo_phpBB.gif/50px-Logo_phpBB.gif + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/ftp.html b/services/ftp.html new file mode 100644 index 0000000..bf0a953 --- /dev/null +++ b/services/ftp.html @@ -0,0 +1,10 @@ +{% meta %} + title: FTP + service: True + logo_url: http://spline.de/images/thumb/a/a7/SplineFTPLogo.png/30px-SplineFTPLogo.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/gedaechtnisprotokolle.html b/services/gedaechtnisprotokolle.html new file mode 100644 index 0000000..87aa0a9 --- /dev/null +++ b/services/gedaechtnisprotokolle.html @@ -0,0 +1,10 @@ +{% meta %} + title: Gedächtnisprotokolle + service: True + logo_url: http://spline.de/images/thumb/7/72/GprotLogo.png/50px-GprotLogo.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/jabber.html b/services/jabber.html new file mode 100644 index 0000000..d8fdfd9 --- /dev/null +++ b/services/jabber.html @@ -0,0 +1,10 @@ +{% meta %} + title: Jabber + service: True + logo_url: http://spline.de/images/thumb/1/10/Xmpp-small.png/40px-Xmpp-small.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/lists.html b/services/lists.html new file mode 100644 index 0000000..091225c --- /dev/null +++ b/services/lists.html @@ -0,0 +1,10 @@ +{% meta %} + title: Mailinglisten + service: True + logo_url: http://spline.de/images/thumb/5/56/Penguin2.png/50px-Penguin2.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/osm.html b/services/osm.html new file mode 100644 index 0000000..c4541aa --- /dev/null +++ b/services/osm.html @@ -0,0 +1,10 @@ +{% meta %} + title: osm@spline + service: True + logo_url: http://spline.de/images/thumb/3/30/Mag_map-120x120.png/50px-Mag_map-120x120.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/splinux.html b/services/splinux.html new file mode 100644 index 0000000..d457777 --- /dev/null +++ b/services/splinux.html @@ -0,0 +1,10 @@ +{% meta %} + title: Splinux + service: True + logo_url: http://spline.de/images/thumb/e/e4/Questionmark-GNU_FDLed.png/35px-Questionmark-GNU_FDLed.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/talks.html b/services/talks.html new file mode 100644 index 0000000..e0a6c25 --- /dev/null +++ b/services/talks.html @@ -0,0 +1,10 @@ +{% meta %} + title: Talks + service: True + logo_url: http://spline.de/images/thumb/1/1e/Talk.png/50px-Talk.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} diff --git a/services/zettel.html b/services/zettel.html new file mode 100644 index 0000000..36b8e22 --- /dev/null +++ b/services/zettel.html @@ -0,0 +1,11 @@ +{% meta %} + title: Zettel + service: True + logo_url: http://spline.de/images/thumb/d/d5/Zettel.png/33px-Zettel.png + description: lorm ipsum dolores +{% endmeta %} + +{% block content %} +That's just a simple page nax +{% endblock %} + -- cgit v1.2.3-1-g7c22