summary refs log tree commit diff stats
path: root/tools/nimweb.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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
|\
| * 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
|\
| * 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
* | resolved conflictAraq2014-09-131-15/+20
|\ \
| * | Some docgen fixes.Dominik Picheta2014-09-131-16/+16
* | | merged things from develAraq2014-09-121-9/+47
|\ \ \ | |/ / |/| / | |/
| * Adds --parallelBuild to koch web and automatic reruns. Refs #1455.Grzegorz Adam Hankiewicz2014-08-081-4/+27
| * Parallelizes documentation building.Grzegorz Adam Hankiewicz2014-08-061-9/+24
* | posix.nim compiles againAraq2014-08-291-2/+2
|/
* Implemented babel package list in lib.html.Dominik Picheta2014-04-121-0/+5
* merged better html links #850Araq2014-04-081-9/+24
* nil->discardAraq2014-02-141-6/+6
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-251-0/+14
|\
| * Transforms docgen sample to be generated from source.Grzegorz Adam Hankiewicz2014-01-061-0/+14
* | case consistency part 7Araq2013-12-281-11/+11
|/
* Implements basic rss generation for website news.Grzegorz Adam Hankiewicz2013-05-231-2/+118
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-181-11/+18
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+6
* extracted documentation generatorAraq2012-05-091-8/+5
ref='/ahoang/Nim/blame/rod/nimrod.ini?h=devel&id=ce88dc3e67436939b03f97e624c11ca6058fedce'>^
ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^
e792940f5 ^
5131b3cea ^










e792940f5 ^




c323ec015 ^
ddaedab83 ^

765366c1f ^

ff4a69b62 ^

cd292568d ^
90119066a ^
e792940f5 ^
033c28f11 ^
cd292568d ^
4d4b3b1c0 ^
ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^

ddaedab83 ^
c323ec015 ^
4d4b3b1c0 ^


ddaedab83 ^
c323ec015 ^
ddaedab83 ^
becd46f61 ^
ddaedab83 ^

c323ec015 ^
ddaedab83 ^


6901a725d ^
c323ec015 ^
6901a725d ^




ff4a69b62 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147