Sylbi is a conversation system built with Perl and MySQL. Not a forum, and not a blogging platform -- instead, actually both -- Sylbi grew from the idea that a blog with comments and a forum only differ in their perspective of the conversation.
License
GNU General Public License version 2.0 (GPLv2)Follow Sylbi
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I was a bit disappointed. The files were of mixed format - different line endings, they were of mixed encoding (ISO-8859-1, UTF-8). This is sort of things are a recipe for disaster. I had to fix the (my)SQL input file to indicate an input-type of utf-8. I also had to unify the files - convert them all to the same line endings, and utf-8, and fix all the template files to report content as text/html utf-8. Even having done all of this, the pages still insist that the pages are text/html ISO-8859-1! BIG disappointment. Wouldn't recommend this. :(