summary refs log tree commit diff stats
path: root/web/nimrod.ini
diff options
context:
space:
mode:
Diffstat (limited to 'web/nimrod.ini')
-rw-r--r--web/nimrod.ini22
1 files changed, 18 insertions, 4 deletions
diff --git a/web/nimrod.ini b/web/nimrod.ini
index 565a02117..9c7e977c0 100644
--- a/web/nimrod.ini
+++ b/web/nimrod.ini
@@ -5,9 +5,11 @@ Logo: "efficient, expressive, elegant"
 Authors: "Andreas Rumpf and contributors"
 
 [Links]
-FORUM: "http://forum.nimrod-code.org"
-APORIA: "https://github.com/nimrod-code/Aporia"
-NIMBUILD: "http://build.nimrod-code.org"
+# Underscores are replaced with a space.
+# Everything after ; is the ID
+User_Forum: "http://forum.nimrod-code.org;link_forum"
+Aporia_IDE: "https://github.com/nimrod-code/Aporia;link_aporia"
+Nimbuild: "http://build.nimrod-code.org;link_nimbuild"
 
 [Tabs]
 # Menu entry: filename
@@ -19,7 +21,19 @@ community: community
 FAQ: question
 
 [Ticker]
-file: ticker
+file: ticker.txt
+
+[Quotations]
+# Page: quote - Person
+# Bad things will happen if you use multiple dashes here.
+index: """The most important thing in the programming language is the name. 
+A language will not succeed without a good name. I have recently invented a 
+very good name and now I am looking for a suitable language. - D. E. Knuth"""
+documentation: """Incorrect documentation is often worse than no documentation. 
+- Bertrand Meyer"""
+download: """There are two major products that come out of Berkeley: LSD and
+UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson."""
+
 
 [Documentation]
 doc: "endb;intern;apis;lib;manual;tut1;tut2;nimrodc;overview;filters;trmacros"