It took a while but the first release candidate is finally here! If nothing really strange happens, this release will eventually become the 0.1 final release.
All you need to do is grab the files from
here, either in
tar.gz or in
tar.bz2 format, unpack them and run the wizard.php script. The new version comes with redesigned and slicker documentation that will guide you through the process of installing pLog, if any help is required at all. The documentation can also be browsed on-line
here.
If you are installing from the latest development release,
plog-devel-20030805, the wizard includes also support for upgrading the database structure (which has slightly changed a little) but it will take care of everything so that you don't lose your information. If you are installing from a previous development release, it is strongly recommended that you recreate the whole database since there have been too many changes since then.
Finally, if you are installing from a previous pLog stable release, it is also recommended that you throw it all away since changes are way too extreme to keep things compatible. However, in a few days I will post a simple php script that I myself developed and used to convert my
own journal to the latest version.
For your information, this is a brief list with the most important changes since the last stable release:
- Completely rewritten code base, to make it more modular, following a pseudo-MVC model.
- Multiple unlimited users per blog and multiple blogs per single installation of pLog.
- Database storage
- Smarty based templating layer that completely isolates the presentation of the content from the core classes.
- Posts now can be classified under categories, and comments can be posted for every post.
- Visual edition of HTML code, thanks to the HTMLArea component (only available if using Mozilla 1.3b+ or IE 5.5 or higher)
- Automatic generation or archives and calendar.
- Completely localizable, including texts, dates, numbers and the administration interface. The default package contains texts in English, Spanish, Catalan, Russian, Chinese (traditional) and Chinese (Taiwan), Italian (partly) and Portuguese (partly) Please contact the team leaving a message in the forums or by joining the mailing list if interested in translating pLog to your own language.
- Blogging features: Support for XML-RPC Ping notification-style for sites like Weblogs.com or blo.gs. Support for sending and receiving Trackback pings. Generation and aggreagation of RSS feeds.
- Easily extendable with a plugin system
Please, if you find any bug or problem, do not forget to report it either in the project forums or directly by filling in a bug report using the
interface at Sourceforge. You collaboration is as important as the code itself!
Happy blogging! :)