Roger Dingledine commited on 2008-05-27 20:00:22
Zeige 3 geänderte Dateien mit 26 Einfügungen und 4 Löschungen.
... | ... |
@@ -11,7 +11,7 @@ TORSVNHEAD = ../tor-head |
11 | 11 |
#TORSVNHEAD = /home/arma/work/onion/svn/trunk |
12 | 12 |
|
13 | 13 |
WMLBASE = . |
14 |
-SUBDIRS=docs eff gui torbrowser tordnsel |
|
14 |
+SUBDIRS=docs eff gui torbrowser tordnsel projects |
|
15 | 15 |
|
16 | 16 |
include $(WMLBASE)/Makefile.common |
17 | 17 |
all: $(SUBDIRS) |
... | ... |
@@ -26,10 +26,10 @@ torbrowser: |
26 | 26 |
$(MAKE) -C "$@" WMLBASE=.. |
27 | 27 |
tordnsel: |
28 | 28 |
$(MAKE) -C "$@" WMLBASE=.. |
29 |
- |
|
30 |
- |
|
29 |
+projects: |
|
30 |
+ $(MAKE) -C "$@" WMLBASE=.. |
|
31 | 31 |
|
32 | 32 |
# XXX: this also depends on all subs' wmlfiles. How to fix? |
33 | 33 |
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES) |
34 | 34 |
|
35 |
-.PHONY: docs eff gui torbrowser tordnsel |
|
35 |
+.PHONY: docs eff gui torbrowser tordnsel projects |
... | ... |
@@ -0,0 +1 @@ |
1 |
+include $(WMLBASE)/Makefile.common |
... | ... |
@@ -0,0 +1,21 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision: 14486 $ |
|
3 |
+# Translation-Priority: 1-high |
|
4 |
+ |
|
5 |
+#include "head.wmi" TITLE="Tor Projects Page" |
|
6 |
+ |
|
7 |
+<div class="main-column"> |
|
8 |
+ |
|
9 |
+<!-- PUT CONTENT AFTER THIS TAG --> |
|
10 |
+ |
|
11 |
+<h2>Tor Projects Page</h2> |
|
12 |
+<hr> |
|
13 |
+ |
|
14 |
+<p> |
|
15 |
+Insert text here. |
|
16 |
+</p> |
|
17 |
+ |
|
18 |
+</div><!-- #main --> |
|
19 |
+ |
|
20 |
+#include <foot.wmi> |
|
21 |
+ |
|
0 | 22 |