add a new press/ directory for phobos.
Roger Dingledine

Roger Dingledine commited on 2008-12-19 07:32:44
Zeige 3 geänderte Dateien mit 28 Einfügungen und 2 Löschungen.


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

... ...
@@ -11,7 +11,7 @@ TORSVNHEAD = ../tor
11 11
 #TORSVNHEAD = /home/arma/work/onion/svn/trunk
12 12
 
13 13
 WMLBASE = .
14
-SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm
14
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press
15 15
 
16 16
 include $(WMLBASE)/Makefile.common
17 17
 all: $(SUBDIRS)
... ...
@@ -32,10 +32,12 @@ projects:
32 32
 	$(MAKE) -C "$@" WMLBASE=..
33 33
 torvm:
34 34
 	$(MAKE) -C "$@" WMLBASE=..
35
+press:
36
+	$(MAKE) -C "$@" WMLBASE=..
35 37
 mirrors:
36 38
 	./update-mirrors.pl
37 39
 
38 40
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
39 41
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
40 42
 
41
-.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm
43
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press
... ...
@@ -0,0 +1 @@
1
+include $(WMLBASE)/Makefile.common
... ...
@@ -0,0 +1,23 @@
1
+## translation metadata
2
+# Revision: $Revision: 15880 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Press Page"
6
+
7
+<div class="main-column">
8
+
9
+<!-- PUT CONTENT AFTER THIS TAG -->
10
+
11
+<h2>Tor Press Page</h2>
12
+<hr>
13
+
14
+<ul>
15
+<li>NLnet <a href="<page projects/hidserv>">Speed Up Hidden Services</a></li>
16
+<li>NLnet <a href="<page projects/lowbandwidth>">Tor for low bandwidth clients</a></li>
17
+<li>Google <a href="<page projects/google>">Auto-update for Tor</a></li>
18
+</ul>
19
+
20
+</div><!-- #main -->
21
+
22
+#include <foot.wmi>
23
+
0 24