Commit graph

2 commits

Author SHA1 Message Date
Christian Thäter
d726535c98 infrastructure to test the documentation standalone
The goal is to run the build_website.sh script in the doc/ dir
(for local testing purposes only, not on the server)

added to doc/.gitignore because:
	/broken_links
		the linkchecker generates it

	/documentation
		symlink to ./ to fix links

	/css
	/js
	/page.conf
	/images
		symlink to some local copy of the
		lumiera-website checked out

	/menu.html
		fill with (to create a fake empty page):
		<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
		<TITLE>no menu</TITLE>

	.*
	*~
		ignore hidden and backup files

Then from the 'doc' dir:
 python -m SimpleHTTPServer 8010 &
 echo http://localhost:8010 >.baseurl
 /path/to/build_website.sh

to generate the documentation. Other build_website.sh options work as well.
2018-11-01 04:38:17 +01:00
7bc7ae09fc Especially ignore Asciidoc generated HTML files in the documentation tree 2010-11-17 04:39:36 +01:00