03e644bd075b6d1f024c3dda802154677629748b
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

1) # Directions for building the website:
2) # 1. check out stable-tor and cvs-tor and website onto moria.
3) # 2. edit the two lines below to point to them.
4) # 3. (edit include/versions.wmi or others if you like)
5) # 4. make
Roger Dingledine change the path in the dire...

Roger Dingledine authored 18 years ago

6) # 5. scp *.html.* arma@tor.eff.org:/www/tor.eff.org/docs/
Roger Dingledine add instructions to the web...

Roger Dingledine authored 18 years ago

7) 
Roger Dingledine update TORCVSSTABLE variabl...

Roger Dingledine authored 17 years ago

8) TORSVNSTABLE = ../tor-stable
Jacob Appelbaum French translation update f...

Jacob Appelbaum authored 15 years ago

9) TORSVNHEAD = ../tor
Roger Dingledine build torbrowser pages too

Roger Dingledine authored 16 years ago

10) #TORSVNSTABLE = /home/arma/work/onion/tor-012x/tor/
Roger Dingledine update TORCVSSTABLE variabl...

Roger Dingledine authored 17 years ago

11) #TORSVNHEAD = /home/arma/work/onion/svn/trunk
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

13) WMLBASE = .
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

14) SUBDIRS=docs eff gui torbrowser tordnsel projects
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

15) 
Peter Palfrader Split Makefile in two

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

17) all: $(SUBDIRS)
18) 
Peter Palfrader Add docs/ stuff

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 16 years ago

25) torbrowser:
26) 	$(MAKE) -C "$@" WMLBASE=..
Jacob Appelbaum Addition of tordnsel to the...

Jacob Appelbaum authored 15 years ago

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

Roger Dingledine authored 15 years ago

29) projects:
30) 	$(MAKE) -C "$@" WMLBASE=..
Jacob Appelbaum Add a target for updating m...

Jacob Appelbaum authored 15 years ago

31) mirrors:
32) 	./update-mirrors.pl
Peter Palfrader WMLify eff/

Peter Palfrader authored 18 years ago

33) 
Peter Palfrader misc translation fixes

Peter Palfrader authored 18 years ago

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