Webdia
Web based diagram and command line tools
What is Webdia ?
Webdia is a web based diagram modeling tool that comes with a bunch of command line tools. It can convert Dia (UML) to MySql or to DokuWiki syntax. It can also create a Dia (UML) file from a database. MySQL is the only supported database for now. Each tables are represented as UML class and each fields are represented as UML class attributes.
Next steps are not defined yet ! Any suggestions ?
License
Copyright © 2010 Sylvain Lévesque
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Download
| 2010-04-02 | Webdia 0.1.2 |
|---|---|
| 2010-02-26 | Webdia 0.1 |
Requirements
- Linux Operating System (i'm using Ubuntu)
- PHP 5.x
- PHP CLI (Command line interpreter)
- MySQL and existing databases (with access to it)
Installation
- Extract the archive somewhere.
- Use it !
TIPS
Add Webdia's installation folder in your PATH environnment variable to use console script everywhere. Edit your .bashrc file and add this at the end.
PATH=$PATH;/path/to/webdia; export PATH
Give me your opinions
Sylvain Lévesque <slevesque(@)gezere.com>