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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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. :(