Version 1.2
Version 1.2 introduced functionality for flattening an existing Cloud Wiki to static html files -- this was implmented so we could publish the Cloud Wiki Manual to Sourceforge. Version 1.2 also added functionality for using external editors to edit nodes on the server, and made it easier to update Cloud Wiki nodes from external programs.
Download Cloud Wiki 1.2
Changes introduced in Version 1.2:
- Added the refs command to the cloud-wiki management script to list all references to specified nodes.
- Added the links command to similarly list all local links in a node.
- Added image links, to satisfy Sourceforge's logo display rules.
- Added the backup-html command to back up all nodes as html files to a directory.
- Added the get-html command to retrieve listed nodes as html, similar to the get command.
- Internal links will now properly capitalize keys in the href attribute. This is a workaround for exported static html which could be hosted on a case sensitive file system.
- Updated stylesheet to work around a bug in MSIE 6.0 involving styled unordered list items. ( MSIE was inserting text blocks consisting of white space between items, making whitespace significant -- a violation of the HTML 4 spec, but what is new.. )
- Added a edit method for the cloud-wiki command line tool that forks an external editor, and update the node when committed.
- Changes to the wiki made using the cloud-wiki command line tool can now be attributed to a user, using the -u option. For example, "cloud-wiki --user 'Scott Dunlop' edit 'Version 1.2'"
- Found and fixed a bug related to changing a database to use authentication that would break the node changes interface.
Relevant Documentation:
Migration from Version 1.x to Version 1.2:
1) Stop the old server, using cloud-wiki stop
2) Extract and install the new server.
3) Invoke cloud-wiki migrate to empty content caches and update minor-version and major-version settings on the database.
This node is a part of the Cloud Wiki Manual.