mirror of
https://github.com/torproject/webwml.git
synced 2025-04-01 12:21:39 +00:00
add a new press/ directory for phobos.
we should probably change the items in the list. :)
This commit is contained in:
parent
b776df45b6
commit
34905eddd9
6
Makefile
6
Makefile
@ -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
1
press/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include $(WMLBASE)/Makefile.common
|
23
press/en/index.wml
Normal file
23
press/en/index.wml
Normal 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user