Revision: 880
http://cs-project.svn.sourceforge.net/cs-project/?rev=880&view=rev
Author: crazedsanity
Date: 2008-04-24 20:56:55 -0700 (Thu, 24 Apr 2008)
Log Message:
-----------
Add autoconfig.xml file in docs directory: I believe it has all options needed
on a per-step basis. There's no code to actually care about the file yet, but
this was probably the more difficult part of getting autoconfig to work.
ISSUES AFFECTED:::
#166: Automatic Setup System
Added Paths:
-----------
trunk/1.2/docs/samples/autoconfig.xml
Added: trunk/1.2/docs/samples/autoconfig.xml
===================================================================
--- trunk/1.2/docs/samples/autoconfig.xml (rev 0)
+++ trunk/1.2/docs/samples/autoconfig.xml 2008-04-25 03:56:55 UTC (rev 880)
@@ -0,0 +1,41 @@
+<autoconfig>
+ <step number="1">
+ <database_dbname>cs-project</database_dbname>
+ <database_host>localhost</database_host>
+ <database_port>5432</database_port>
+ <database_user>postgres</database_user>
+ <database_password />
+ </step>
+ <step number="2" />
+ <step number="3">
+ <users>
+ <username></username>
+ <password></password>
+ <name></name>
+ <email></email>
+ <is_admin></is_admin>
+ </users>
+ <users>
+ <username></username>
+ <password></password>
+ <name></name>
+ <email></email>
+ <is_admin></is_admin>
+ </users>
+ </step>
+ <step number="4">
+ <isdevsite></isdevsite>
+ <proj_name></proj_name>
+ <project_url></project_url>
+ <helpdesk_issue_announce_email></helpdesk_issue_announce_email>
+ <phpmailer_host></phpmailer_host>
+ <phpmailer_method>IsSMTP</phpmailer_method>
+ <max_time></max_time>
+ <max_idle></max_idle>
+ <config_session_name></config_session_name>
+ <debugprintopt>1</debugprintopt>
+ <debugremovehr>0</debugremovehr>
+ <workingonit>0</workingonit>:w
+ </step>
+ <step number="5" />
+</autoconfig>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|