diff --git a/todo.txt b/todo.txt index 5b0d00e166..d301acdc3a 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,6 @@ version 0.10 ============ - Repetition renders the ridiculous reasonable. - - document 'converter' - document the tables module better diff --git a/tools/nimweb.nim b/tools/nimweb.nim index 46c1d0d857..6fc946552c 100644 --- a/tools/nimweb.nim +++ b/tools/nimweb.nim @@ -418,14 +418,14 @@ proc main(c: var TConfigData) = quit("[Error] cannot write file: " & outfile) removeFile(temp) copyDir("web/assets", "web/upload/assets") - buildJS("web/upload") + #buildJS("web/upload") buildNewsRss(c, "web/upload") - buildAddDoc(c, "web/upload") - buildDocSamples(c, "web/upload") - buildDoc(c, "web/upload") - buildDocSamples(c, "doc") - buildDoc(c, "doc") - buildPdfDoc(c, "doc") + #buildAddDoc(c, "web/upload") + #buildDocSamples(c, "web/upload") + #buildDoc(c, "web/upload") + #buildDocSamples(c, "doc") + #buildDoc(c, "doc") + #buildPdfDoc(c, "doc") var c: TConfigData initConfigData(c) diff --git a/tools/website.tmpl b/tools/website.tmpl index f3cacdb64e..b4dd2631c6 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -1,27 +1,24 @@ #! stdtmpl | standard #proc generateHTMLPage(c: var TConfigData, currentTab, content, rss: string): string = # result = "" - + +
+ +
- ${c.quotations[currentTab].quote}
-
- -- ${c.quotations[currentTab].author}
-
The new website design and forum are now online!
+ + -Nimrod version 0.9.6 has been released!
- -Nimrod version 0.9.4 has been released!
- - -Nimrod featured in Dr. Dobb's Journal
-Andreas Rumpf's talk on Nimrod at Strange Loop 2013 is now online.
- -New website design!
- - - -Nimrod version 0.9.2 has been released!
- - - -Nimrod version 0.9.0 has been released!
- - - -Nimrod version 0.8.14 has been released!
- - - -Nimrod version 0.8.12 has been released!
- - - -Nimrod version 0.8.10 has been released!
- - - -Nimrod version 0.8.8 has been released!
- +See All News...