357a6e660332d519c904a37f9287e63c3d4518be
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) #
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

5) # 	git clone git://git.torproject.org/tor/ tor.git
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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) 
Roger Dingledine 0.2.4.22 is the new stable

Roger Dingledine authored 9 years ago

13) export STABLETAG=tor-0.2.4.22
Roger Dingledine when we bump the include/ve...

Roger Dingledine authored 9 years ago

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

Andrew Lewman authored 13 years ago

15) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

16) WMLBASE=.
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

17) SUBDIRS=docs eff projects press about download getinvolved donate docs/torbutton
Peter Palfrader Move the TORGIT config opti...

Peter Palfrader authored 12 years ago

18) include $(WMLBASE)/Makefile.local
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19) include $(WMLBASE)/Makefile.common
20) 
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

21) all: $(SUBDIRS)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

22) docs:
23) 	$(MAKE) -C "$@" WMLBASE=..
24) eff:
25) 	$(MAKE) -C "$@" WMLBASE=..
26) projects:
27) 	$(MAKE) -C "$@" WMLBASE=..
28) press:
29) 	$(MAKE) -C "$@" WMLBASE=..
30) about:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

32) download:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

34) getinvolved:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

36) donate:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

50)