From: <tre...@us...> - 2009-09-05 11:06:03
|
Revision: 268 http://spd.svn.sourceforge.net/spd/?rev=268&view=rev Author: treibholz Date: 2009-09-05 11:05:52 +0000 (Sat, 05 Sep 2009) Log Message: ----------- moved to doc and changed svnnotify Added Paths: ----------- trunk/doc/spd_modules.dot Removed Paths: ------------- trunk/spd_modules.dot Copied: trunk/doc/spd_modules.dot (from rev 266, trunk/spd_modules.dot) =================================================================== --- trunk/doc/spd_modules.dot (rev 0) +++ trunk/doc/spd_modules.dot 2009-09-05 11:05:52 UTC (rev 268) @@ -0,0 +1,40 @@ +graph ER { + overlap=false; + node [shape=doubleoctagon color=red style=filled fontsize=20] Core; + + node [shape=box color=grey fontsize=12]; + + Core -- UI; + Core -- Encryption; + Core -- Storage; + Core -- Server; + Encryption -- Storage [style=dotted]; + + node [shape=ellipse color=yellow]; + + UI -- Tk; + UI -- WxWidgets; + UI -- cli; + UI -- ncurses; + + node [color=green]; + Encryption -- OpenSSL; + Encryption -- GnuPG; + + + node [color=blue]; + Storage -- tsv; + Storage -- SQLite; + + node [color=brown1]; + Server -- RCS; + Server -- Fileshare; + Server -- rsync; + + node [shape=diamond color=brown3]; + RCS -- Subversion; + RCS -- CVS; + RCS -- git; + + label = "\nSPD 0.3 \"Codename: Verräterpartei\" \n Modules - Brainstorming"; +} Property changes on: trunk/doc/spd_modules.dot ___________________________________________________________________ Added: svn:mergeinfo + Deleted: trunk/spd_modules.dot =================================================================== --- trunk/spd_modules.dot 2009-09-05 10:58:44 UTC (rev 267) +++ trunk/spd_modules.dot 2009-09-05 11:05:52 UTC (rev 268) @@ -1,40 +0,0 @@ -graph ER { - overlap=false; - node [shape=doubleoctagon color=red style=filled fontsize=20] Core; - - node [shape=box color=grey fontsize=12]; - - Core -- UI; - Core -- Encryption; - Core -- Storage; - Core -- Server; - Encryption -- Storage [style=dotted]; - - node [shape=ellipse color=yellow]; - - UI -- Tk; - UI -- WxWidgets; - UI -- cli; - UI -- ncurses; - - node [color=green]; - Encryption -- OpenSSL; - Encryption -- GnuPG; - - - node [color=blue]; - Storage -- tsv; - Storage -- SQLite; - - node [color=brown1]; - Server -- RCS; - Server -- Fileshare; - Server -- rsync; - - node [shape=diamond color=brown3]; - RCS -- Subversion; - RCS -- CVS; - RCS -- git; - - label = "\nSPD 0.3 \"Codename: Verräterpartei\" \n Modules - Brainstorming"; -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |