Blite: Upgrade to 0.1-rc3 (from rc1 or rc2) --------------------------------------------- The database structure is unchanged, so you can continue to use your existing database without modification. 1. Download RC 3 to a temporary location and extract it: ---------- [doug@serv:~] cd /tmp [doug@serv:/tmp] wget http://blite.ca/releases/blite-0.1-rc3.tar.gz [doug@serv:/tmp] tar -xzf blite-0.1-rc3.tar.gz ---------- 2. Change to the new blite directory and copy all files to your Blite website directory: ---------- [doug@serv:/tmp] cd blite [doug@serv:/tmp/blite] /bin/cp -af * /path/to/my/blite/website ---------- Use '/bin/cp' instead of just 'cp' to avoid the 'overwrite?' prompt for every file. 3. Go to the Settings page and click 'Save'. This will create new settings in the database. New settings are: - Tagline (in General) - Always display as HTML entity (in Display -> Editor) 4. Custom themes: addition of the 'Tagline' setting required some modifications to the theme. If you use a custom theme and wish to use the Tagline setting you will need to edit your theme. Refer to main.tpl and browse.css in the default theme.