From e9f8693fad229e078295601f8484042a2d577ded Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 31 Mar 2011 12:36:37 +0200 Subject: Add 404 error page --- template/404.content.html | 10 ++++++++++ template/404.desc_de | 1 + template/404.desc_en | 1 + template/404.keywords | 1 + 4 files changed, 13 insertions(+) create mode 100644 template/404.content.html create mode 100644 template/404.desc_de create mode 100644 template/404.desc_en create mode 100644 template/404.keywords (limited to 'template') diff --git a/template/404.content.html b/template/404.content.html new file mode 100644 index 0000000..dc1bb57 --- /dev/null +++ b/template/404.content.html @@ -0,0 +1,10 @@ +

+ [ 404 - File not Found ] +

+ +

+ Leider konnten wir die Datei zu Deiner Anfrage nicht finden. + Eventuell ist der Link den Du benutzt hast fehlerhaft oder veraltet. + Falls Du der Meinung bist, dass dieser Link funktionieren sollte, kontaktiere bitte kontakt [at] sublab.org.
+ Hier geht es zur Startseite. +

diff --git a/template/404.desc_de b/template/404.desc_de new file mode 100644 index 0000000..270e5d0 --- /dev/null +++ b/template/404.desc_de @@ -0,0 +1 @@ +Das sublab ist ein Hackerspace im Westwerk in Leipzig-Plagwitz. Meet your local Hackers here! diff --git a/template/404.desc_en b/template/404.desc_en new file mode 100644 index 0000000..fcdffda --- /dev/null +++ b/template/404.desc_en @@ -0,0 +1 @@ +The sublab is a Hackerspacelocated at the Westwerk in Leipzig-Plagwitz (Germany). Meet your local Hackers here! diff --git a/template/404.keywords b/template/404.keywords new file mode 100644 index 0000000..b9f685b --- /dev/null +++ b/template/404.keywords @@ -0,0 +1 @@ +Chaos Computer Club, CCC, Chaostreff, Chaostreff Leipzig, Arbeitskreis Vorratsdatenspeicherung, AK Vorrat, AK, Vorrat, Freifunk, Elektronik Runde, Multimedia, Lab, Linux Multimedia Lab -- cgit v1.2.1 From fd7b3b0f017eb8206914b0d614615f46d882bf72 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 31 Mar 2011 13:12:07 +0200 Subject: mod_rewrite now appends .html, so drop it in links --- template/template.html | 20 ++++++++++---------- template/termine.content.html | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'template') diff --git a/template/template.html b/template/template.html index a4d42b5..0c04b2d 100644 --- a/template/template.html +++ b/template/template.html @@ -43,34 +43,34 @@ @@ -114,7 +114,7 @@ $template_chattopic


- Webcam am Rack + Webcam am Rack
diff --git a/template/termine.content.html b/template/termine.content.html index fd1ab31..e83117f 100644 --- a/template/termine.content.html +++ b/template/termine.content.html @@ -8,7 +8,7 @@ Im März im sublab

- 28. März - 20 Uhr - Info und Diskussionsverastaltung zum Zensus 2011
+ 28. März - 20 Uhr - Info und Diskussionsverastaltung zum Zensus 2011
31. März - 21 Uhr - sub:lounge - Mit kühlen Getränken und dubbiger Musik

-- cgit v1.2.1 From 4d3b16280418a265a91a3d8c19ab1c7dd7bbbac1 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 31 Mar 2011 13:25:21 +0200 Subject: Add favicon --- template/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/template.html b/template/template.html index 0c04b2d..6fd795d 100644 --- a/template/template.html +++ b/template/template.html @@ -21,7 +21,7 @@ - + -- cgit v1.2.1