b002f78ad6a89df82ee7a9794dc848173e0f695c
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 git:// is dead, long live h...

Sebastian Hahn authored 9 years ago

5) # 	git clone https://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
Roger Dingledine new instructions in the Mak...

Roger Dingledine authored 9 years ago

11) # 5. Do a git commit for your changes
12) 
13) # Then either 6a) git push to staging or master, or 6b) push your git
14) # branch to your personal webwml repository, open a trac ticket in the
15) # website component, and set it to needs_review.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

16) 
Nick Mathewson 0.3.1.7 is out.

Nick Mathewson authored 6 years ago

17) export STABLETAG=tor-0.3.1.7
18) export DEVTAG=tor-0.3.1.7
Nick Mathewson trivial change to try rebui...

Nick Mathewson authored 8 years ago

19) 
Nick Mathewson trigger website build again...

Nick Mathewson authored 6 years ago

20) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 9 years ago

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

Peter Palfrader authored 12 years ago

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

Andrew Lewman authored 13 years ago

24) include $(WMLBASE)/Makefile.common
25) 
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

27) docs:
28) 	$(MAKE) -C "$@" WMLBASE=..
29) eff:
30) 	$(MAKE) -C "$@" WMLBASE=..
31) projects:
32) 	$(MAKE) -C "$@" WMLBASE=..
33) press:
34) 	$(MAKE) -C "$@" WMLBASE=..
35) about:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

37) download:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

39) getinvolved:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

41) donate:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

45) mirrors:
46) 	./update-mirrors.pl
47) translations:
48) 	./po2wml.sh
49) qrcode:
Andrew Lewman make qrcode image generatio...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

55)