<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/symbio.css">
</head>
<body>
<h1>Symbio 1.0</h1>
<h2>Changes</h2>
<p>First final Symbio release - yay!<br>
Because of problems with the automatic installation package on various servers, only the manual installation package is distributed. Automatic installation might return in the future, when I find the solution to the problems.<br>
SymbioDocs, the Symbio documentation system, was introduced. As a result, installation instructions have been removed from the package.<br>
Full theming support is now a fact. Just about every bit of the pages can be customized. Note that the help popup uses the system template, which is not customizable.<br>
Language selection was introduced. Language files for Dutch and English are included, and more will be added soon.<br>
The script URL and resource URL can now be set in the control panel. Woops!</p>
<h2>Upgrading</h2>
<p>Pre-1.0 themes are not compatible with this new release. Remove the <tt>templates</tt> directory before you install version 1.0, as it is now obsolete. Themes are stored in the <tt>themes</tt> directory from now on. Upgrading your theme to version 1.0 shouldn't be too much of a hassle; for instructions, please consult the appropriate section of the documentation.<br>
You can keep the <tt>config/setup.txt</tt> file from the previous version, but you'll have to log into the control panel right after you've installed the new version, and choose the default language.</p>

<h1>Symbio Beta 3</h1>
<h2>Changes</h2>
<p>The long-awaited control panel is now included in Symbio. You'll need to make sure all directories in the script directory and their files are writable (<tt>chmod 777</tt>) before using the control panel.<br>
If you've changed the system templates in the <tt>system</tt> directory, I recommend reverting to the original ones (which are obviously included in the archive).<br>
The site-specific variables from <tt>common.pl</tt> are now stored in <tt>setup.txt</tt> in the <tt>config</tt> directory, so there's no longer need to edit any of the scripts.<br>
The smiley code should now be bug-free. I also added smiley tooltips, so you can just move your cursor over an image to find out how to insert it into your post, as well as for users who have images turned off but not smileys.<br>
You can now use a different link for articles with no comments or one comment.<br>
Strikethrough has been added to text styling.<br>
A few minor bugs have been fixed.</p>
<h2>Upgrading</h2>
<p>Upgrading from previous versions should not pose any direct problems. It's safe to install this version to the original install directory. If upgrading from beta 1, you may want to remove the four text files in the <tt>templates</tt> directory, since these are no longer used by Symbio.</p>

<h1>Symbio Beta 2</h1>
<h2>Known Issues</h2>
<p>Symbio will probably not work unless you change <tt>comments/index.cgi</tt> in <tt>index.cgi</tt> on line 271 to <tt>$scripturl/index.cgi</tt>. In addition, you might want to change <tt>tblcommenthelp</tt> on line 206 to <tt>${basictitle}commenthelp</tt> to keep other sites from interfering with your help window and vice versa. I really goofed things up here guys, sorry.</p>
<h2>Changes</h2>
<p>Symbio now comes in both an easy installer package and a manual installation package, for more experienced users and those who encounter problems with the installer. The installer will have you running Symbio in no time (if successful), but for now, using the manual installation package might be a wiser choice.<br>
The <tt>templates</tt> directory is now divided into separate directories, each representing a theme. For now, only one theme is included: the default, called <tt>basic</tt>.<br>
It is recommended that you make a new directory with the files for your personal theme instead of editing the default files. To make sure it doesn't get overwritten when upgrading in the future, you can prefix its name with an underscore or another character, since the themes that will be available in the future will always have names composed of strictly alphanumeric characters.<br>
All known issues from the first release have been resolved.</p>
<h2>Upgrading</h2>
<p>Upgrading from the previous version should not pose any problems. It's safe to install this version to the beta 1 install directory. You may want to remove the four text files in the <tt>templates</tt> directory, since these are no longer used by Symbio.</p>

<h1>Symbio Beta 1</h1>
<h2>Release Notes</h2>
<p>If you choose to host Symbio on a different server than the pages on which you want to use comments, you will need to use installation option 2 from the <tt>usage.html</tt> file.<br>
If your server has a strict <tt>cgi-bin</tt> configuration, you will not be able to view the <tt>usage.html</tt> file from within that directory. In this case, just open the file on your computer.<br>
In this case you will also have to move the <tt>system.css</tt> file in the <tt>css</tt> directory to an accessible location, and update the <tt>system/head.txt</tt> and <tt>templates/head.txt</tt> files appropriately. In addition, you will have to move the <tt>img</tt> and <tt>smileys</tt> directories and look for <tt>&lt;img&gt;</tt> and <tt>&lt;input type="image"&gt;</tt> tags in <tt>help.pl</tt> and <tt>index.cgi</tt> to update their <tt>src</tt> attributes.<br>
Your server might not recognize <tt>index.cgi</tt> as the default index file. In this case, edit <tt>index.cgi</tt> as follows:<br>
Change line 89 to<br>
<tt><nobr>Location: index.cgi?mode=view&id=$id\n\n";</nobr></tt><br>
Change line 224 to<br>
<tt><nobr>&lt;form method="POST" name="cform"&gt;</nobr></tt><br>
Change line 279 to<br>
<tt><nobr>var mywin = window.open('<i>URL</i>/index.cgi?id=' <i>etc.</i></nobr></tt><br>
<i>URL</i> being the URL that is already there<br>
To change the appearance of your comment windows, edit the 4 text files in the <tt>templates</tt> directory. Editing the system templates in the <tt>system</tt> directory and the system stylesheet in the <tt>css</tt> directory is not recommended, unless you have got a strict <tt>cgi-bin</tt> configuration.<br>
The form to add a comment cannot be changed using templates yet, but you can edit the HTML in <tt>index.cgi</tt> if desired.<br>
The appearance of the comment link on your pages cannot be changed using templates yet, but you can edit the code in <tt>index.cgi</tt> on line 275 if desired.</p>

<!--#include virtual="_history_nav.html"-->

</body>
</html>