From: <tre...@us...> - 2009-09-09 07:37:06
|
Revision: 276 http://spd.svn.sourceforge.net/spd/?rev=276&view=rev Author: treibholz Date: 2009-09-09 07:36:46 +0000 (Wed, 09 Sep 2009) Log Message: ----------- reorganized some files. Modified Paths: -------------- trunk/doc/upload.txt Added Paths: ----------- trunk/doc/coding_guidelines.txt trunk/doc/project_rewrite.txt trunk/extras/ trunk/extras/passwords.txt Removed Paths: ------------- trunk/project_rewrite.txt trunk/src/coding_guidelines.txt trunk/src/passwords.txt Copied: trunk/doc/coding_guidelines.txt (from rev 275, trunk/src/coding_guidelines.txt) =================================================================== --- trunk/doc/coding_guidelines.txt (rev 0) +++ trunk/doc/coding_guidelines.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -0,0 +1,2 @@ +indenting: + we use a real tab ('\t') for indenting. Property changes on: trunk/doc/coding_guidelines.txt ___________________________________________________________________ Added: svn:mergeinfo + Copied: trunk/doc/project_rewrite.txt (from rev 273, trunk/project_rewrite.txt) =================================================================== --- trunk/doc/project_rewrite.txt (rev 0) +++ trunk/doc/project_rewrite.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -0,0 +1,11 @@ +Collection of ideas for a rewrite. This is a loose collection, like a text-based brainstorming. + +### Modular + the core-functionality is in spd-core, which has a defined API to support multiple frontends, like + spd-gui + spd-ncurses + spd-cli + + Maybe also different storage-backends (e.g. csv and SQLite) or encryption-backends (GnuPG and S/MIME) + + Property changes on: trunk/doc/project_rewrite.txt ___________________________________________________________________ Added: svn:mergeinfo + Added: svn:eol-style + native Modified: trunk/doc/upload.txt =================================================================== --- trunk/doc/upload.txt 2009-09-09 07:26:17 UTC (rev 275) +++ trunk/doc/upload.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -1,2 +1,4 @@ -lftp sftp://$SOURCEFORGEUSERNAME$,sp...@we... -> mirror -R html htdocs +Upload to sourceforge: + +lftp sftp://$user,sp...@we... +> mirror -R Copied: trunk/extras/passwords.txt (from rev 275, trunk/src/passwords.txt) =================================================================== --- trunk/extras/passwords.txt (rev 0) +++ trunk/extras/passwords.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -0,0 +1,5 @@ +Host IP Username Password FQDN Accesslink +localhost 127.0.0.1 test pppp localhost.localdomain - +remotehost 192.168.1.10 root oooo remotehost.de http://www.remotehost.de/setup +firewall 192.168.1.1 admin iiii gw.intra.net https://192.168.1.1:4444 +Accesspoint 192.168.1.254 nimda uuuu ap.intra.net http://192.168.1.254 Deleted: trunk/project_rewrite.txt =================================================================== --- trunk/project_rewrite.txt 2009-09-09 07:26:17 UTC (rev 275) +++ trunk/project_rewrite.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -1,11 +0,0 @@ -Collection of ideas for a rewrite. This is a loose collection, like a text-based brainstorming. - -### Modular - the core-functionality is in spd-core, which has a defined API to support multiple frontends, like - spd-gui - spd-ncurses - spd-cli - - Maybe also different storage-backends (e.g. csv and SQLite) or encryption-backends (GnuPG and S/MIME) - - Deleted: trunk/src/coding_guidelines.txt =================================================================== --- trunk/src/coding_guidelines.txt 2009-09-09 07:26:17 UTC (rev 275) +++ trunk/src/coding_guidelines.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -1,2 +0,0 @@ -indenting: - we use a real tab ('\t') for indenting. Deleted: trunk/src/passwords.txt =================================================================== --- trunk/src/passwords.txt 2009-09-09 07:26:17 UTC (rev 275) +++ trunk/src/passwords.txt 2009-09-09 07:36:46 UTC (rev 276) @@ -1,5 +0,0 @@ -Host IP Username Password FQDN Accesslink -localhost 127.0.0.1 test pppp localhost.localdomain - -remotehost 192.168.1.10 root oooo remotehost.de http://www.remotehost.de/setup -firewall 192.168.1.1 admin iiii gw.intra.net https://192.168.1.1:4444 -Accesspoint 192.168.1.254 nimda uuuu ap.intra.net http://192.168.1.254 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |