The following page captures other useful information about setting up, running, and working with blojsom.
General
Question: What does blojsom stand for?
Answer: I was looking for a way to play off the name, blosxom
, blojsom's not-so-distant "relative" and blojsom stuck. As of blojsom 3.0, blojsom retains no compatability with the original blosxom as blojsom 3.0 requires a database.
Question: How do you pronounce blojsom?
Answer: Phonetically, it would be bloj-sum.
Question: Who did the artwork and images?
Answer: Mark Pierce over at Omnimodo
.
Question: Do you have blojsom wallpaper?
Answer: Yes. Blue
. Grey
. Red
.
Internationalization
Question: I'm having trouble displaying entries with international characters. What should I check for?
Answer: If you're using Tomcat and you're having issues with international characters in your URLs, then you might want to look at your server.xml file and check out the settings for various defined <Connector .../> elements.
Set your URIEncoding attribute to UTF-8, which is the character encoding format blojsom uses for encoding links.
Why the need to change this attribute? According to the URIencoding attribute documentation for this element in the Tomcat 5 connector documentation
, "This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be used.".
For example:
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" URIEncoding="UTF-8" />
Licensing
Question: Is blojsom free?
Answer: Yes
Question: How is blojsom licensed?
Answer: blojsom uses the BSD license
. The blojsom license is given below: