Lightweight alternative to Discourse written in Nim https://forum.nim-lang.org/
Find a file
Dominik Picheta a03e5a9bd3 Fixes #36
2015-02-14 14:22:25 +00:00
public Syntax highlighting improvements. 2014-12-07 14:54:03 +00:00
static Forum search added and some modifications done. 2014-11-11 08:22:11 +03:00
.gitignore gitignore *.db 2014-12-06 23:32:29 +00:00
cache.nim Remove debug code. 2014-10-17 18:39:09 +01:00
captchas.nim Fixes for new_async version of Jester. 2014-07-13 10:45:26 +01:00
createdb.nim Implement user bans and deactivations. Fix registration issues. 2015-02-14 14:13:36 +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 Fixes #36 2015-02-14 14:22:25 +00:00
forum.nim Nimrod -> Nim 2015-02-14 14:14:44 +00:00
forum.nim.cfg Fix createdb and config filename. 2014-10-14 17:22:02 +01:00
fts.sql Improves search. 2014-12-07 02:53:10 +00:00
license.txt Added license. 2013-01-13 22:55:53 +00:00
main.tmpl Fixes navigation bar. Updates copyright year. 2015-02-14 14:19:44 +00:00
nimforum.babel Enabled bcrypt on Linux. Closes #25. 2014-12-07 18:07:05 +00:00
README.md s/nimrod-code/nimrod-lang/ 2013-12-24 19:26:28 +01:00
rst.txt s/nimrod-code/nimrod-lang/ 2013-12-24 19:26:28 +01: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.