Changeset 6687
- Timestamp:
- 06/23/09 16:39:03 (9 months ago)
- Location:
- trunk/website
- Files:
-
- 1 removed
- 4 modified
-
Makefile (modified) (4 diffs)
-
content (modified) (1 prop)
-
content/documentation.txt (modified) (1 diff)
-
content/download.txt (modified) (1 diff)
-
reference-0.3.7.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/Makefile
r6522 r6687 8 8 9 9 CONTENT=$(wildcard $(PWD)/content/*.txt $(PWD)/content/doc-svn/*.txt \ 10 $(PWD)/content/doc-0. 3.7/*.txt $(PWD)/content/doc-0.3.8/*.txt \10 $(PWD)/content/doc-0.9.1/*.txt $(PWD)/content/doc-0.3.8/*.txt \ 11 11 $(PWD)/content/doc-0.9.0/*.txt) 12 12 HTML=$(shell echo $(CONTENT:.txt=.html) | sed -e 's/content\//html\//g') 13 13 14 all: indexes $(PWD)/html/doc-svn/reference.html $(PWD)/html/doc-0. 3.7/reference.html \14 all: indexes $(PWD)/html/doc-svn/reference.html $(PWD)/html/doc-0.9.1/reference.html \ 15 15 $(PWD)/html/doc-0.3.8/reference.html $(PWD)/html/doc-svn/scripts/index.html \ 16 $(PWD)/html/doc-0. 3.7/scripts/index.html $(PWD)/html/doc-0.3.8/scripts/index.html \16 $(PWD)/html/doc-0.9.1/scripts/index.html $(PWD)/html/doc-0.3.8/scripts/index.html \ 17 17 $(PWD)/html/doc-0.9.0/reference.html $(PWD)/html/doc-0.9.0/scripts/index.html \ 18 18 $(PWD)/html/doc-0.9.0/settings.html $(PWD)/html/doc-svn/settings.html … … 31 31 @exit 1 32 32 33 indexes: $(HTML) $(PWD)/html/doc-svn/scripts/index.html $(PWD)/html/doc-0. 3.7/scripts/index.html33 indexes: $(HTML) $(PWD)/html/doc-svn/scripts/index.html $(PWD)/html/doc-0.9.1/scripts/index.html 34 34 35 35 $(PWD)/html/index.html: $(PWD)/content/index.txt $(LIQI) … … 38 38 @cd $(PWD)/html && $(LIQI) --main-main -i $(<) -o $(@) --basedir $(PWD)/html 39 39 40 $(PWD)/html/doc-0. 3.7/reference.txt:41 @cp $(PWD)/reference-0. 3.7.txt $(PWD)/html/doc-0.3.7/reference.txt40 $(PWD)/html/doc-0.9.1/reference.txt: 41 @cp $(PWD)/reference-0.9.1.txt $(PWD)/html/doc-0.9.1/reference.txt 42 42 43 43 $(PWD)/html/doc-0.3.8/reference.txt: … … 64 64 65 65 66 $(PWD)/html/doc-0. 3.7/reference.html: $(PWD)/html/doc-0.3.7/reference.txt67 @cd html/doc-0. 3.7&& $(LIQI) --main -i $(<) -o $(@) --basedir $(PWD)/html66 $(PWD)/html/doc-0.9.1/reference.html: $(PWD)/html/doc-0.9.1/reference.txt 67 @cd html/doc-0.9.1 && $(LIQI) --main -i $(<) -o $(@) --basedir $(PWD)/html 68 68 69 69 $(PWD)/html/doc-0.3.8/reference.html: $(PWD)/html/doc-0.3.8/reference.txt -
trunk/website/content
- Property svn:externals
-
old new 1 1 doc-svn https://savonet.svn.sourceforge.net/svnroot/savonet/trunk/liquidsoap/doc/content 2 doc-0. 3.7 https://savonet.svn.sourceforge.net/svnroot/savonet/tags/liquidsoap/0.3.7/doc/content2 doc-0.9.1 https://savonet.svn.sourceforge.net/svnroot/savonet/tags/liquidsoap/0.9.1/doc/content 3 3 doc-0.3.8 https://savonet.svn.sourceforge.net/svnroot/savonet/tags/liquidsoap/0.3.8/doc/content 4 4 doc-0.9.0 https://savonet.svn.sourceforge.net/svnroot/savonet/tags/liquidsoap/0.9.0/doc/content
-
- Property svn:externals
-
trunk/website/content/documentation.txt
r6463 r6687 5 5 Latest releases: 6 6 7 * "Latest stable release (0.9. 0)":doc-0.9.0/documentation.html7 * "Latest stable release (0.9.1)":doc-0.9.1/documentation.html 8 8 * "Latest developement trunk":doc-svn/documentation.html 9 9 10 10 Previous releases: 11 * "0. 3.7":doc-0.3.7/documentation.html11 * "0.9.0":doc-0.9.0/documentation.html 12 12 * "0.3.8, 0.3.8.1":doc-0.3.8/documentation.html -
trunk/website/content/download.txt
r6607 r6687 28 28 The daily packages are mostly aimed toward developers. 29 29 30 h3. ArchLinux 31 32 A package for Arch Linux users is available from the distribution, 33 see the "ArchLinux Liquidsoap package page":http://aur.archlinux.org/packages.php?ID=23902 34 30 35 h3. Cygwin (Windows) 31 36
