summary refs log tree commit diff stats
path: root/tools/nimweb.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-1/+1
|
* complete removal of web folder, fixes #9304 (#9310)Miran2018-10-121-5/+0
| | | | | | * complete removal of web folder, fixes #9304 * remove `buildJS`
* fixes #8215; remove reference to old doc command which was deprecated (#8418)Timothee Cour2018-08-051-7/+3
|
* fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵Timothee Cour2018-07-301-44/+60
| | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb
* make tools/nimweb.nim compileable with latest Nim (#7602)skilchen2018-04-131-1/+1
|
* Add boot directive in nimweb (#6824)Federico Ceratto2017-11-281-1/+1
| | | Enables #6780
* 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-1/+1
|
* nimweb: Show output of failed external command (#5343)flyx2017-02-061-2/+2
|
* Use the correct parallelBuild value. fixes #5328 (#5329)Federico Ceratto2017-02-041-2/+5
| | | Also check for incorrect parallelBuild values
* execute pdflatex in nonstopmode (#5305)flyx2017-01-311-2/+3
| | | | * Name is irritating; nonstopmode stops execution if an error occurs instead of asking the user for input.
* docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-5/+16
|
* nimweb generates better upload directoryAraq2016-10-211-3/+5
|
* nimweb updated for the new news filenamesAndreas Rumpf2016-10-211-3/+4
|
* documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-23/+16
|
* Show inactive supporters on sponsors page too.Dominik Picheta2016-09-041-4/+6
|
* koch knows about json2Andreas Rumpf2016-07-191-3/+17
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-12/+25
|
* make source code links work againAraq2016-06-071-6/+6
|
* Fixes RSS feed generated by nimweb.Dominik Picheta2016-06-041-22/+23
|
* Fixes website page titles.Dominik Picheta2016-06-041-5/+6
|
* News articles are now placed in separate pages.Dominik Picheta2016-06-041-23/+37
| | | | Also given each rst file its rightful extension.
* Implemented generation of sponsors page + missing assets.Dominik Picheta2016-06-041-1/+36
|
* Generate nre docs with websiteFlaviu Tamas2016-05-131-10/+10
|
* documented NimScriptAraq2015-09-071-2/+2
|
* updated links to source codeAraq2015-06-301-1/+1
|
* renamed writeln to writeLine in toolspatrick dw2015-06-191-3/+3
|
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-2/+2
|
* cleanup index generationAraq2015-02-101-1/+1
|
* Happy new year!Guillaume Gelin2015-01-061-2/+2
|
* Merge pull request #1779 from flaviut/ga-docsVarriount2015-01-051-1/+7
|\ | | | | Add google analytics to docs
| * Mostly get analytics working for docsFlaviu Tamas2014-12-251-1/+7
| |
* | website updates; Source links now workAraq2014-12-301-9/+11
| |
* | Renamed Babel to Nimble in lib.txt.Dominik Picheta2014-12-261-2/+2
|/
* Fix source code linksNick Greenfield2014-12-211-8/+8
|
* Merge pull request #1748 from boydgreenfield/improved-doc-stylingAndreas Rumpf2014-12-211-8/+10
|\ | | | | Improved doc styling
| * Update nimweb.nim to work w/ non-hardcoded --docSeeSrcUrl argument to nim docNick Greenfield2014-12-191-8/+10
| |
* | implemented 'koch pdf'Araq2014-12-191-9/+10
|/
* added 'website' option to koch for convenienceAraq2014-12-131-2/+7
|
* website slightly improvedAraq2014-12-111-1/+1
|
* nimweb builds full docs againAraq2014-12-101-7/+11
|
* further website improvementsAraq2014-12-101-0/+1
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+1
|
* new websiteAraq2014-12-101-7/+7
|
* Nimrod -> NimAraq2014-10-311-5/+5
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-6/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * disable 'view source' featureAraq2014-10-201-3/+4
| |
| * documentation improvementsAraq2014-10-191-4/+9
| |
* | docgen should work againAraq2014-10-051-1/+1
| |
* | some progress on documentation buildingAraq2014-09-171-84/+80
| |
* | nimweb compiles againAraq2014-09-141-6/+1
| |