b3c56ddb27650ea424d388abcc5e1edd12f32338
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) #
Sebastian Hahn Make website build instruct...

Sebastian Hahn authored 13 years ago

3) # 1. Clone the Tor git repository, switch to branch release-0.2.1, and
4) #    make TORSVNSTABLE point to it:
Runa A. Sandvik updated the instructions fo...

Runa A. Sandvik authored 13 years ago

5) #
6) # 	git clone git://git.torproject.org/tor/ tor-stable
Sebastian Hahn Make website build instruct...

Sebastian Hahn authored 13 years ago

7) # 	cd tor-stable && git checkout release-0.2.1
Runa A. Sandvik updated the instructions fo...

Runa A. Sandvik authored 13 years ago

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) #
Sebastian Hahn Make website build instruct...

Sebastian Hahn authored 13 years ago

13) #    note that you need to either make this a bare repository or point
14) #    TORGIT to the .git subdirectory in your clone.
15) #
Runa A. Sandvik updated the instructions fo...

Runa A. Sandvik authored 13 years ago

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

Sebastian Hahn authored 14 years ago

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

Roger Dingledine authored 18 years ago

20) 
Roger Dingledine oops. hello, conflicts.

Roger Dingledine authored 13 years ago

21) TORSVNSTABLE = /path/to/your/tor/stable
22) TORGIT = /path/to/your/tor/master/.git
Andrew Lewman update the makefile stable...

Andrew Lewman authored 13 years ago

23) STABLETAG = tor-0.2.1.26
Roger Dingledine bump devtag

Roger Dingledine authored 13 years ago

24) DEVTAG = tor-0.2.2.14-alpha
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 15 years ago

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

Peter Palfrader authored 18 years ago

28) 
Peter Palfrader Split Makefile in two

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 17 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 17 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 17 years ago

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

Roger Dingledine authored 16 years ago

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

Jacob Appelbaum authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

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

Runa A. Sandvik authored 14 years ago

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

Jacob Appelbaum authored 14 years ago

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

Peter Palfrader authored 18 years ago

61) 
Peter Palfrader misc translation fixes

Peter Palfrader authored 18 years ago

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