6a9ad6e074bbea72a12012a38c119832b178cd2a
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.4.8 is out

Nick Mathewson authored 5 years ago

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

Nick Mathewson authored 8 years ago

19) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 9 years ago

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

Peter Palfrader authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

26) docs:
27) 	$(MAKE) -C "$@" WMLBASE=..
28) eff:
29) 	$(MAKE) -C "$@" WMLBASE=..
30) projects:
31) 	$(MAKE) -C "$@" WMLBASE=..
32) press:
33) 	$(MAKE) -C "$@" WMLBASE=..
34) about:
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) download:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

38) getinvolved:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

40) donate:
Andrew Lewman add docs/torbutton.

Andrew Lewman authored 9 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

54)