85c9091db4b1879a24fcd2e58d839ea8a6271116
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) # Directions for building the website:
2) #
Sebastian Hahn Update the Makefile

Sebastian Hahn authored 13 years ago

3) # 1. Clone the Tor git repository and make TORGIT point to it:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4) #
5) # 	git clone git://git.torproject.org/tor/ tor
6) #
Sebastian Hahn Update the Makefile

Sebastian Hahn authored 13 years ago

7) #    Note that you will need to point to the actual .git directory.
8) # 2. Edit include/versions.wmi or others if you like
9) # 3. Update STABLETAG and DEVTAG below if there is a new git tag
10) # 4. make
11) # 5. ./publish
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

12) 
Erinn Clark put phobos's defaults back...

Erinn Clark authored 13 years ago

13) export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
Andrew Lewman tor 0.2.2.23-alpha is current.

Andrew Lewman authored 13 years ago

14) export STABLETAG=tor-0.2.2.23-alpha
15) export DEVTAG=tor-0.2.2.23-alpha
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

16) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

17) WMLBASE=.
Andrew Lewman kill the dead project pages...

Andrew Lewman authored 13 years ago

18) SUBDIRS=docs eff projects press about download getinvolved donate torbutton
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19) 
20) include $(WMLBASE)/Makefile.common
21) all: $(SUBDIRS)
22) 
23) docs:
24) 	$(MAKE) -C "$@" WMLBASE=..
25) eff:
26) 	$(MAKE) -C "$@" WMLBASE=..
27) projects:
28) 	$(MAKE) -C "$@" WMLBASE=..
29) press:
30) 	$(MAKE) -C "$@" WMLBASE=..
31) about:
32) 	$(MAKE) -C "$@" WMLBASE=.. 
33) download:
34) 	$(MAKE) -C "$@" WMLBASE=.. 
35) getinvolved:
36) 	$(MAKE) -C "$@" WMLBASE=.. 
37) donate:
38) 	$(MAKE) -C "$@" WMLBASE=..  
Andrew Lewman fix up projects sidenav, re...

Andrew Lewman authored 13 years ago

39) torbutton:
40) 	$(MAKE) -C "$@" WMLBASE=..  
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

41) mirrors:
42) 	./update-mirrors.pl
43) translations:
44) 	./po2wml.sh
45) qrcode:
Andrew Lewman make qrcode image generatio...

Andrew Lewman authored 13 years ago

46) 	qrencode -o $(IMGROOT)/android/orbot-qr-code-latest.png \
Andrew Lewman update the makefile.

Andrew Lewman authored 13 years ago

47)     "https://www.torproject.org/dist/android/alpha-orbot-latest.apk"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

48) 
49) # XXX: this also depends on all subs' wmlfiles.  How to fix?
Andrew Lewman more press fixes, sync with...

Andrew Lewman authored 13 years ago

50) #translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

51)