dd07fada221e126e12af241cbadef9255e95a20c
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

1) # Directions for building the website:
Runa A. Sandvik updated the instructions fo...

Runa A. Sandvik authored 13 years ago

2) #
3) # 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
4) # make TORSVNSTABLE point to it: 
5) #
6) # 	git clone git://git.torproject.org/tor/ tor-stable
7) # 	cd tor-stable && git checkout maint-0.2.1
8) #
9) # 2. Clone the Tor git repository again and make TORGIT point to it:
10) #
11) # 	git clone git://git.torproject.org/tor/ tor
12) #
13) # 3. Edit include/versions.wmi or others if you like
Sebastian Hahn Build the html manpage for...

Sebastian Hahn authored 14 years ago

14) # 4. Update STABLETAG and DEVTAG below if there is a new git tag
15) # 5. make
16) # 6. ./publish
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

17) 
Andrew Lewman fix the Makefile, plz stop...

Andrew Lewman authored 13 years ago

18) #TORSVNSTABLE = /path/to/your/tor/stable
19) #TORGIT = /path/to/your/tor/master
Andrew Lewman update the makefile stable...

Andrew Lewman authored 13 years ago

20) STABLETAG = tor-0.2.1.26
Andrew Lewman fix the Makefile, plz stop...

Andrew Lewman authored 13 years ago

21) DEVTAG = tor-0.2.2.13-alpha
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

22) 
Peter Palfrader Make local links point to t...

Peter Palfrader authored 18 years ago

23) WMLBASE = .
Roger Dingledine and build the vidalia subdi...

Roger Dingledine authored 15 years ago

24) SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

25) 
Peter Palfrader Split Makefile in two

Peter Palfrader authored 18 years ago

26) include $(WMLBASE)/Makefile.common
Peter Palfrader WMLify eff/

Peter Palfrader authored 18 years ago

27) all: $(SUBDIRS)
28) 
Peter Palfrader Add docs/ stuff

Peter Palfrader authored 18 years ago

29) docs:
Peter Palfrader Remove ././././././ from links

Peter Palfrader authored 18 years ago

30) 	$(MAKE) -C "$@" WMLBASE=..
Peter Palfrader WMLify eff/

Peter Palfrader authored 18 years ago

31) eff:
Peter Palfrader Remove ././././././ from links

Peter Palfrader authored 18 years ago

32) 	$(MAKE) -C "$@" WMLBASE=..
Peter Palfrader Add gui and minor fixes

Peter Palfrader authored 18 years ago

33) gui:
Peter Palfrader Remove ././././././ from links

Peter Palfrader authored 18 years ago

34) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine build torbrowser pages too

Roger Dingledine authored 16 years ago

35) torbrowser:
36) 	$(MAKE) -C "$@" WMLBASE=..
Jacob Appelbaum Add torbutton wml into the...

Jacob Appelbaum authored 15 years ago

37) torbutton:
38) 	$(MAKE) -C "$@" WMLBASE=..
Jacob Appelbaum Addition of tordnsel to the...

Jacob Appelbaum authored 15 years ago

39) tordnsel:
40) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

41) projects:
42) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine make the torvm stuff build

Roger Dingledine authored 15 years ago

43) torvm:
44) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine add a new press/ directory...

Roger Dingledine authored 15 years ago

45) press:
46) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine and make it build too

Roger Dingledine authored 15 years ago

47) gettor:
48) 	$(MAKE) -C "$@" WMLBASE=..
Roger Dingledine and build the vidalia subdi...

Roger Dingledine authored 15 years ago

49) vidalia:
50) 	$(MAKE) -C "$@" WMLBASE=..
Jacob Appelbaum Add a target for updating m...

Jacob Appelbaum authored 15 years ago

51) mirrors:
52) 	./update-mirrors.pl
Runa A. Sandvik make translations

Runa A. Sandvik authored 14 years ago

53) translations:
54) 	./po2wml.sh
Jacob Appelbaum Add code to generate QR cod...

Jacob Appelbaum authored 14 years ago

55) qrcode:
56) 	qrencode -o img/android/orbot-qr-code-latest.png \
57)     "http://www.torproject.org/dist/android/alpha-orbot-latest.apk"
Peter Palfrader WMLify eff/

Peter Palfrader authored 18 years ago

58) 
Peter Palfrader misc translation fixes

Peter Palfrader authored 18 years ago

59) # XXX: this also depends on all subs' wmlfiles.  How to fix?
60) translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
61)