BitOwl news gives you the option to use either flatfile (a .txt file) or MySQL as the database to hold news and comments. Both types have advantages and disadvantages that you should consider before selecting.
Disadvantages
You may not use the "|" character (shift+\) anywhere as the database stucture depends on it to separate "columns"
Archives are harder to restore. When something is archived it is assigned a new ID based on the file it is in.
Some host will separate MySQL databases from the webspace. This can be good for when your low on space, however if you run out of MySQL space and still have lots of file space you will not be able to add more news. Archiving news can be a way around this as archives are stored in flatfile.
From 0.8 to 1.0.1:
Before reinstalling, run "update.php" to covert your old template to the multi template compatible form. It will be named "converted".
Once thats done it will automatically pull up install.php.
From 0.9, 0.10. or 1.0 to 1.0.1:
Replace files with the new ones. If you have multiuser support on rename users.txt to users.php.
To delete a news post or comment, go to the "news" tab and select "Edit/Delete" from the menu (you must pull it down). The rest should be fairly straight forward.
The archives are always stored in a flatfile with the year and the month in the file name (archive200604 for example).
Archives can be restored easier in MySQL than in flatfile due to the way they are stored.
To edit or create a template go to the "Template" tab.
To create a new template, make sure you're on the "Template" tab. At the bottom of the tab there will be a box for you to supply a template name.
This will create a template based on the default template.
Note
Template names are case sensitive and you will
need to use the right case when using it with
show.php.
After opening the template and template file you desire you can use the following commands to use certain variables: News Item
{id} = ID number of post
{title} = The title of the post
{author} = the author of the post
{content} = the content of the post
{comment-number} = Amount of comments
{view-comments} = Link to comments
{/view-comments} = end of link to comments
Comment Item
{cauthor} = Author of the comment
{cemail} = If supplied the email of the
autor of the comment
{comment} = the content of the comment
Write a Comment Form
{form} = defines the form (MUST BE FIRST THING)
{/form} = end the form (MUST BE LAST THING)
{submit} = Submit button
{name} = Name form
{email} = email form
{textarea} = comment textarea
(where you type your comment)
If you find any bugs please report them with a subject along the
lines of bug report to Blzut3@zoominternet.net. On the other hand, if
you want a feature added, but don't see it on the list then email
them to me at above stated email address with the subject along the
lines of Feature Request.