add a new press/ directory for phobos.

we should probably change the items in the list. :)
This commit is contained in:
Roger Dingledine 2008-12-19 06:32:44 +00:00
parent b776df45b6
commit 34905eddd9
3 changed files with 28 additions and 2 deletions

View File

@ -11,7 +11,7 @@ TORSVNHEAD = ../tor
#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 @@ projects:
$(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

1
press/Makefile Normal file
View File

@ -0,0 +1 @@
include $(WMLBASE)/Makefile.common

23
press/en/index.wml Normal file
View File

@ -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>