[Pgp-tools-commit] r242 - web

Christoph Berg myon-guest at costa.debian.org
Thu Sep 8 00:06:30 UTC 2005


Author: myon-guest
Date: 2005-09-08 00:06:30 +0000 (Thu, 08 Sep 2005)
New Revision: 242

Added:
   web/.htaccess
Modified:
   web/Makefile
   web/foot.wmi
Log:
multiviews, fix filenames

Added: web/.htaccess
===================================================================
--- web/.htaccess	2005-09-08 00:01:15 UTC (rev 241)
+++ web/.htaccess	2005-09-08 00:06:30 UTC (rev 242)
@@ -0,0 +1 @@
+Options +MultiViews

Modified: web/Makefile
===================================================================
--- web/Makefile	2005-09-08 00:01:15 UTC (rev 241)
+++ web/Makefile	2005-09-08 00:06:30 UTC (rev 242)
@@ -1,7 +1,7 @@
 wml: index.html.en index.html.es
 
-index.html.en: index.wml.en
+index.html.en: index.wml.en *.wmi
 	wml $< > $@
 
-index.html.es: index.wml.es
+index.html.es: index.wml.es *.wmi
 	wml $< > $@

Modified: web/foot.wmi
===================================================================
--- web/foot.wmi	2005-09-08 00:01:15 UTC (rev 241)
+++ web/foot.wmi	2005-09-08 00:06:30 UTC (rev 242)
@@ -1,8 +1,8 @@
 
 <p>
 This page is available in the following languages:
- <a href="index.en.html" title="English" hreflang="en" lang="en" rel="alternate">English</a>
- <a href="index.es.html" title="Spanish" hreflang="es" lang="es" rel="alternate">espa&ntilde;ol</a>
+ <a href="index.html.en" title="English" hreflang="en" lang="en" rel="alternate">English</a>
+ <a href="index.html.es" title="Spanish" hreflang="es" lang="es" rel="alternate">espa&ntilde;ol</a>
 </p>
 
 </body>





More information about the Pgp-tools-commit mailing list