Changes between Initial Version and Version 1 of TracCreateWebUiScript


Ignore:
Timestamp:
Sep 3, 2009, 9:39:04 PM (15 years ago)
Author:
Shai Perednik
Comment:

New hack TracCreateWebUiScript, created by shaiss

Legend:

Unmodified
Added
Removed
Modified
  • TracCreateWebUiScript

    v1 v1  
     1= Trac Create Web UI =
     2
     3== Description ==
     4
     5This trachack is a combination of scripts I had found and some custom coded.
     6I started with the init.pl found @ http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/ and redid it in python.
     7
     8That init.pl is great, however I don't want to always have to ssh to the server to create a new project/svn.
     9
     10I then took a great php form from http://www.easyphpcontactform.com/ and modified and hacked it up quite a bit.
     11
     12At this stage the application runns localy just fine, but when I move it to the server the script fails.  I havn't had much time to debug, and I think its time to hand it off to the community to help out.
     13
     14Its a simple script, but it does the job.
     15
     16I've tested it with my trac install 0.11.5 and svnserve 1.4.6.
     17
     18I know my python script needs work.  Also, notice the python script contains the superuser password.  I know this is unsecure, but any ideas on how to do it?
     19
     20== Bugs/Feature Requests ==
     21
     22Existing bugs and feature requests for TracCreateWebUiScript are
     23[report:9?COMPONENT=TracCreateWebUiScript here].
     24
     25If you have any issues, create a
     26[http://trac-hacks.org/newticket?component=TracCreateWebUiScript&owner=shaiss new ticket].
     27
     28== Download ==
     29
     30Download the zipped source from [download:traccreatewebuiscript here].
     31
     32== Source ==
     33
     34You can check out TracCreateWebUiScript from [http://trac-hacks.org/svn/traccreatewebuiscript here] using Subversion, or [source:traccreatewebuiscript browse the source] with Trac.
     35
     36== Example ==
     37
     38User enters there registered name, short project name, long project name and that's it.
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(traccreatewebuiscript, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:shaiss] [[BR]]
     47'''Contributors:'''