Lightweight alternative to Discourse written in Nim https://forum.nim-lang.org/
Find a file
2013-08-06 20:18:33 +01:00
public Moved RSS feed links to the bottom of the page. 2013-05-30 12:45:21 +01:00
static Adds license page generated from static rst file. Refs #10. 2013-07-28 22:10:39 +02:00
.gitignore Creates a .gitignore to avoid generated files. 2013-03-23 00:47:59 +01:00
captchas.nim Added lastOnline field to Person table in createdb. 2013-01-13 22:52:53 +00:00
createdb.nim Added lastOnline field to Person table in createdb. 2013-01-13 22:52:53 +00:00
editdb.nim The time a user was last online is now tracked and the main page displays the "online" users as well as some other stats. 2012-05-16 16:38:23 +01:00
forms.tmpl Adds hyperlinks to profile pages. 2013-03-23 00:47:59 +01:00
forum.nim Changed page title format. 2013-08-06 20:18:33 +01:00
license.txt Added license. 2013-01-13 22:55:53 +00:00
main.tmpl Merge branch 'pr_license_info' of git://github.com/gradha/nimforum into gradha-pr_license_info 2013-08-06 20:07:02 +01:00
nimrod.cfg updated nimrod.cfg 2013-03-17 20:44:42 +01:00
README.md Adds info about libcairo runtime dependency. 2013-07-03 20:17:58 +02:00
rst.txt some bugfixes 2012-05-09 23:49:59 +02:00
todo.txt all relevant files added 2012-05-05 01:14:26 +02:00

nimforum

This is Nimrod's forum. The code depends on the RST parser of the Nimrod compiler and on Jester. The code generating captchas for registration uses the cairo module, which requires you to have the cairo library installed when you run the forum, or you will be greeted by a cryptic error message similar to:

$ ./forum could not load: libcairo.so(1.2)

If you are using macosx and have installed the cairo library through MacPorts you still need to add the library path to your LD_LIBRARY_PATH environment variable. Example:

$ LD_LIBRARY_PATH=/opt/local/lib/ ./forum

Replace /opt/local/lib with the correct path on your system.

Copyright

Copyright (c) 2012-2013 Andreas Rumpf, Dominik Picheta.

All rights reserved.

License

Nimforum is licensed under the MIT license.