[or-cvs] r17695: {website} add a new press/ directory for phobos. we should probably ch (in website/trunk: . press press/en)

arma at seul.org arma at seul.org
Fri Dec 19 06:32:44 UTC 2008


Author: arma
Date: 2008-12-19 01:32:44 -0500 (Fri, 19 Dec 2008)
New Revision: 17695

Added:
   website/trunk/press/
   website/trunk/press/Makefile
   website/trunk/press/en/
   website/trunk/press/en/index.wml
Modified:
   website/trunk/Makefile
Log:
add a new press/ directory for phobos.

we should probably change the items in the list. :)


Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2008-12-19 06:31:45 UTC (rev 17694)
+++ website/trunk/Makefile	2008-12-19 06:32:44 UTC (rev 17695)
@@ -11,7 +11,7 @@
 #TORSVNHEAD = /home/arma/work/onion/svn/trunk
 
 WMLBASE = .
-SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press
 
 include $(WMLBASE)/Makefile.common
 all: $(SUBDIRS)
@@ -32,10 +32,12 @@
 	$(MAKE) -C "$@" WMLBASE=..
 torvm:
 	$(MAKE) -C "$@" WMLBASE=..
+press:
+	$(MAKE) -C "$@" WMLBASE=..
 mirrors:
 	./update-mirrors.pl
 
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
 
-.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press

Added: website/trunk/press/Makefile
===================================================================
--- website/trunk/press/Makefile	                        (rev 0)
+++ website/trunk/press/Makefile	2008-12-19 06:32:44 UTC (rev 17695)
@@ -0,0 +1 @@
+include $(WMLBASE)/Makefile.common

Added: website/trunk/press/en/index.wml
===================================================================
--- website/trunk/press/en/index.wml	                        (rev 0)
+++ website/trunk/press/en/index.wml	2008-12-19 06:32:44 UTC (rev 17695)
@@ -0,0 +1,23 @@
+## translation metadata
+# Revision: $Revision: 15880 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor Press Page"
+
+<div class="main-column">
+
+<!-- PUT CONTENT AFTER THIS TAG -->
+
+<h2>Tor Press Page</h2>
+<hr>
+
+<ul>
+<li>NLnet <a href="<page projects/hidserv>">Speed Up Hidden Services</a></li>
+<li>NLnet <a href="<page projects/lowbandwidth>">Tor for low bandwidth clients</a></li>
+<li>Google <a href="<page projects/google>">Auto-update for Tor</a></li>
+</ul>
+
+</div><!-- #main -->
+
+#include <foot.wmi>
+


Property changes on: website/trunk/press/en/index.wml
___________________________________________________________________
Name: svn:keywords:Author Date Id Revision
   + 
Name: svn:eol-style
   + native



More information about the tor-commits mailing list