ce2c0006a5631a12f936ebe46832a274b72c4e5b
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

1) # Directions for building the website:
Sebastian Hahn Build the html manpage for...

Sebastian Hahn authored 14 years ago

2) # 1. check out stable-tor, make TORSVNSTABLE point to it.
Sebastian Hahn Update Makefile for how to...

Sebastian Hahn authored 14 years ago

3) # 2. Clone the Tor git repository, make TORGIT point to it. This needs to be
4) #    the path to the .git directory (or a bare repo).
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

5) # 3. (edit include/versions.wmi or others if you like)
Sebastian Hahn Build the html manpage for...

Sebastian Hahn authored 14 years ago

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

Roger Dingledine authored 18 years ago

9) 
Roger Dingledine update TORCVSSTABLE variabl...

Roger Dingledine authored 17 years ago

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

Sebastian Hahn authored 14 years ago

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

Sebastian Hahn authored 14 years ago

12) STABLETAG = tor-0.2.1.22
13) DEVTAG = tor-0.2.2.8-alpha
Roger Dingledine change where i put my tors,...

Roger Dingledine authored 14 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 15 years ago

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

Peter Palfrader authored 18 years ago

19) 
Peter Palfrader Split Makefile in two

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

21) all: $(SUBDIRS)
22) 
Peter Palfrader Add docs/ stuff

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Jacob Appelbaum authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

45) mirrors:
46) 	./update-mirrors.pl
Runa A. Sandvik make translations

Runa A. Sandvik authored 14 years ago

47) translations:
48) 	./po2wml.sh
Jacob Appelbaum Add code to generate QR cod...

Jacob Appelbaum authored 14 years ago

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

Peter Palfrader authored 18 years ago

52) 
Peter Palfrader misc translation fixes

Peter Palfrader authored 18 years ago

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