288b0320a72376489b04895ffeb2d557fc5bf5f4
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 change tags here too

Roger Dingledine authored 11 years ago

13) export STABLETAG=tor-0.2.3.25
Roger Dingledine 0.2.4.8-alpha tarball is up

Roger Dingledine authored 11 years ago

14) export DEVTAG=tor-0.2.4.8-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 remove relays directory.

Andrew Lewman authored 12 years ago

17) SUBDIRS=docs eff projects press about download getinvolved donate 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) 
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)