825b2d8d93a1fa45cb94b29b3dfe62a0fab88ac0
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 14 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) 
Roger Dingledine update TORCVSSTABLE variabl...

Roger Dingledine authored 17 years ago

18) TORSVNSTABLE = ../tor-stable
Sebastian Hahn Update Makefile for how to...

Sebastian Hahn authored 14 years ago

19) TORGIT = ../tor/.git
Sebastian Hahn Build the html manpage for...

Sebastian Hahn authored 14 years ago

20) STABLETAG = tor-0.2.1.22
Runa A. Sandvik updated the instructions fo...

Runa A. Sandvik authored 14 years ago

21) DEVTAG = tor-0.2.2.12-alpha
Roger Dingledine change where i put my tors,...

Roger Dingledine authored 14 years ago

22) #TORSVNSTABLE = /home/arma/work/onion/git/tor-021
23) #TORSVNHEAD = /home/arma/work/onion/git/tor
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 15 years ago

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

Peter Palfrader authored 18 years ago

27) 
Peter Palfrader Split Makefile in two

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

29) all: $(SUBDIRS)
30) 
Peter Palfrader Add docs/ stuff

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Jacob Appelbaum authored 15 years ago

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

Jacob Appelbaum authored 16 years ago

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

Roger Dingledine authored 16 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

53) mirrors:
54) 	./update-mirrors.pl
Runa A. Sandvik make translations

Runa A. Sandvik authored 14 years ago

55) translations:
56) 	./po2wml.sh
Jacob Appelbaum Add code to generate QR cod...

Jacob Appelbaum authored 14 years ago

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

Peter Palfrader authored 18 years ago

60) 
Peter Palfrader misc translation fixes

Peter Palfrader authored 18 years ago

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