Roger Dingledine commited on 2005-10-09 07:21:55
Zeige 1 geänderte Dateien mit 9 Einfügungen und 0 Löschungen.
... | ... |
@@ -1,5 +1,14 @@ |
1 |
+# Directions for building the website: |
|
2 |
+# 1. check out stable-tor and cvs-tor and website onto moria. |
|
3 |
+# 2. edit the two lines below to point to them. |
|
4 |
+# 3. (edit include/versions.wmi or others if you like) |
|
5 |
+# 4. make |
|
6 |
+# 5. scp *.html.* arma@tor.eff.org:/var/www/fhaven/htdocs/ |
|
7 |
+ |
|
1 | 8 |
TORCVSSTABLE = ../tor.0.1.0-branch |
2 | 9 |
TORCVSHEAD = ../tor-head |
10 |
+#TORCVSSTABLE = /home/arma/work/onion/tor-010x/tor |
|
11 |
+#TORCVSHEAD = /home/arma/work/onion/cvs/tor |
|
3 | 12 |
|
4 | 13 |
WMLBASE = . |
5 | 14 |
WMLOPT = \ |
6 | 15 |