[or-cvs] r14746: a new 'projects' directory, for our nlnet projects, maybe ou (in website/trunk: . projects projects/en)

arma at seul.org arma at seul.org
Tue May 27 18:00:23 UTC 2008


Author: arma
Date: 2008-05-27 14:00:22 -0400 (Tue, 27 May 2008)
New Revision: 14746

Added:
   website/trunk/projects/
   website/trunk/projects/Makefile
   website/trunk/projects/en/
   website/trunk/projects/en/index.wml
Modified:
   website/trunk/Makefile
Log:
a new 'projects' directory, for our nlnet projects, maybe our
gsoc projects, heck, maybe all of them.


Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2008-05-27 05:45:13 UTC (rev 14745)
+++ website/trunk/Makefile	2008-05-27 18:00:22 UTC (rev 14746)
@@ -11,7 +11,7 @@
 #TORSVNHEAD = /home/arma/work/onion/svn/trunk
 
 WMLBASE = .
-SUBDIRS=docs eff gui torbrowser tordnsel
+SUBDIRS=docs eff gui torbrowser tordnsel projects
 
 include $(WMLBASE)/Makefile.common
 all: $(SUBDIRS)
@@ -26,10 +26,10 @@
 	$(MAKE) -C "$@" WMLBASE=..
 tordnsel:
 	$(MAKE) -C "$@" WMLBASE=..
+projects:
+	$(MAKE) -C "$@" WMLBASE=..
 
-
-
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
 
-.PHONY: docs eff gui torbrowser tordnsel
+.PHONY: docs eff gui torbrowser tordnsel projects

Added: website/trunk/projects/Makefile
===================================================================
--- website/trunk/projects/Makefile	                        (rev 0)
+++ website/trunk/projects/Makefile	2008-05-27 18:00:22 UTC (rev 14746)
@@ -0,0 +1 @@
+include $(WMLBASE)/Makefile.common

Added: website/trunk/projects/en/index.wml
===================================================================
--- website/trunk/projects/en/index.wml	                        (rev 0)
+++ website/trunk/projects/en/index.wml	2008-05-27 18:00:22 UTC (rev 14746)
@@ -0,0 +1,21 @@
+## translation metadata
+# Revision: $Revision: 14486 $
+# Translation-Priority: 1-high
+
+#include "head.wmi" TITLE="Tor Projects Page"
+
+<div class="main-column">
+
+<!-- PUT CONTENT AFTER THIS TAG -->
+
+<h2>Tor Projects Page</h2>
+<hr>
+
+<p>
+Insert text here.
+</p>
+
+</div><!-- #main -->
+
+#include <foot.wmi>
+



More information about the tor-commits mailing list