Smoot is a Web-based tool for creating diagrams of icons and links between them.
Version: 0.7Smoot is a Web-based tool for creating diagrams of icons and links between them.
License: LGPL
Operating System: Linux
Homepage: smoot.sourceforge.net
Developed by:
Smoot project features Google Maps and Google Earth integration, configurable tool palettes, and automated palette generation from a Google Local query.
Requirements:
· A Web server with PHP 4.3 or higher
· A MySQL database, preferably 4.1 or higher (otherwise you will need to modify the schema provided)
· The Pear PHP library with packages DB and Log and your PHP include_path set appropriately
· Latest version of one of these browsers: Mozilla Firefox, Internet Explorer, or Safari
To create your database, you'll need to do the following:
mysql> create smoot
shell% mysql -u root -p smoot < smoot_schema.sql
mysql> grant insert,select,update,delete on smoot.* to smoot@localhost identified by 'smoot';
You can of course use your favorite MySQL client, such as PHPMySQL, to accomplish all that; you can also use different values for database, user, password and host. Just make sure you remember the values, because you'll need them for the ini later.
NOTE: For this schema, you need MySQL 4.1 or later.