aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/website.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge GH #956 Add link to API docs in website table of contentsJack Lloyd2017-03-311-1/+3
|\
| * Add TOC link to users manual and API ref for websiteRené Korthaus2017-03-311-1/+3
| |
* | Re-add index to PDF users manualRené Korthaus2017-03-311-1/+1
|/ | | | | Run pdflatex twice to have LaTex generate an index for the PDF users manual. This somehow broke in GH #937.
* shellcheck fix in website.shJack Lloyd2017-03-241-5/+3
| | | | [ci skip]
* Use a hardcoded URL for the PDF downloadRené Korthaus2017-03-231-10/+8
|
* Provide the handbook as a PDF downloadRené Korthaus2017-03-161-0/+10
| | | | | | | Extends the website script to include a link to the manual as a PDF file for download. Also includes links to search and index only for html, as it does not work for latex.
* Move license and news to top level directoryJack Lloyd2016-10-311-2/+2
| | | | | These files are important so make them easy to find for someone unpacking the tarball for the first time.
* Add security notifications/advisory page to website.Jack Lloyd2015-10-151-2/+2
| | | | Based on GH #272
* Use shellcheck where possibleSimon Warta2015-07-221-5/+6
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-0/+26
Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore.