83a08aa08b93630e71b4214fa1e42db0fdc69de3
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) 
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

13) export STABLETAG=tor-0.2.2.35
Sebastian Hahn Revert the non-version chan...

Sebastian Hahn authored 12 years ago

14) export DEVTAG=tor-0.2.3.12-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=.
Sebastian Hahn Make a dummy relays/ direct...

Sebastian Hahn authored 12 years ago

17) SUBDIRS=docs eff projects press about download getinvolved donate torbutton relays
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) 
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=..  
Sebastian Hahn Make a dummy relays/ direct...

Sebastian Hahn authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

53)