A simple file-based weblog focused on design elegance.
Copyright (c) 2005, Peter A. Geer <pageer@skepticats.com>
LnBlog is a simple blog written in PHP which stores data in text files. It is strives to be easy to use, easy to manage, and feature rich whil maintaining a clean, elegant, and modular design. It is built to create sites with a clean, directory-based URL structure and valid XHTML and CSS for style and layout.
Currently, LnBlog is in the active developmen, which just means that it is functional and tested, but not anywhere close to done yet. There are still lots of features to add, both in the back-end code and in terms of interface elements. You can see the to do list to get an idea of what is currently planned. If you have any comments or suggestions, or if you have any problems or find any bugs, feel free to e-mail me.
LnBlog is fairly light on requirements. It does not require any particular operating system or web server and is known to work on Linux/Apache and WinXP/IIS. The only hard requirements are the following:
For step-by-step instructions, please see the install guide. If you're more technically inclined, then it's probably safe to just skip to the summary below.
Here's the quick version. Just extract the installation archive and upload the whole LnBlog directory to a location in the publicly accessible portion of your web hosting account. Make sure the directory is writable by the web server so that you can set a password. (You can always change the permissions back afterward, if this bothers you.) This username and password will be used for the administration pages and for any blogs you create. When you're done with that, fire up your favorite browser and point it to the URL of LnBlog on your web host, e.g. http://www.mysite.com/lnblog/ or something similar. This will run the LnBlog setup, which will prompt you to create a login and allow you to create a new blog.
Please note that you may need to change the file permissions on some folders to make LnBlog work. In particular, to create a new blog, the web server must be able to write files in the specified folder, and if that folder does not exist, the web server must be able to create it. Usually, this means that you must either change the permissions on your web root directory to be writable by the web server, or you must create and change the permissions on each blog directory by hand. Alternatively, you could create a singe directory that is writable by the web server and put all your blogs under that. It's your site, so it's your call.
Adding a blog entry is pretty self-explanatory. Just log in and click on the "add entry" link. You will be taken to the entry edit screen, where you can enter the subject for your entry, the entry text itself, and turn comments for this entry on or off.
There are three possible input modes, which you can change between with the option buttons below the edit area. They are:
An article in LnBlog is just a blog entry with a different URL and
different display template. It's basically a "mini-CMS" feature, i.e. a
cheap and easy way to add static content that meshes with the overall look
and feel of the blog, but doesn't require any extra work. You still get
BBCode support and revision history, but the URL structure is pneumonic
and comments are turned off by default. The URL of an article will look like
this:
http://www.yoursite.com/yourblog/content/article_subject/
instead of the usual blog entry URL based on the entry year, month, and day.