Changes between Version 17 and Version 18 of WindowsServiceScript


Ignore:
Timestamp:
May 21, 2022, 5:14:51 PM (23 months ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v17 v18  
    1010This script design is inspired from [http://turbogears.org/ TurboGears] similar script.
    1111
    12 == Bugs/Feature Requests
    13 
    14 Existing [report:9?COMPONENT=WindowsServiceScript bugs and feature requests] for !WindowsServiceScript.
    15 
    16 If you have any issues, create a [/newticket?component=WindowsServiceScript new ticket].
    17 
    18 [[TicketQuery(component=WindowsServiceScript&group=type,format=progress)]]
    19 
    20 == Source & Download
    21 
    22 Download and install [http://sourceforge.net/projects/pywin32/ Mark Hammond's Python for Windows Extensions].
    23 
    24 You can checkout WindowsServiceScript from [/svn/windowsservicescript here] using Subversion, or [source:windowsservicescript browse the source] with Trac, or [export:windowsservicescript download] the zipped source.
    25 
    26 You can also [/browser/windowsservicescript view the script].
    27 
    28 == Usage
     12=== Usage
    2913
    3014 1. Copy file to '\Python23\Scripts\'.
     
    4226'''Vista/Windows 7:''' You must run as administrator, or tracservice will be unable to manage the service.
    4327
    44 == Comments
     28=== Comments
    4529
    46 Many thanks ! Script + 0.10 patch works for a multi project setup on 0.11.3. Script + 0.10 patch also works for 0.11.7 using Python 2.6.5 from [http://www.python.org/].
     30Script + 0.10 patch works for a multi project setup on 0.11.3. Script + 0.10 patch also works for 0.11.7 using Python 2.6.5 from [http://www.python.org/].
    4731{{{
    4832PYTHON = r'D:/trac/Python25/python.exe'
     
    5741and set single_env = False further down
    5842
     43== Bugs/Feature Requests
     44
     45Existing [report:9?COMPONENT=WindowsServiceScript bugs and feature requests] for !WindowsServiceScript.
     46
     47If you have any issues, create a [/newticket?component=WindowsServiceScript new ticket].
     48
     49[[TicketQuery(component=WindowsServiceScript&group=type,format=progress)]]
     50
     51== Download
     52
     53Download and install [http://sourceforge.net/projects/pywin32/ Mark Hammond's Python for Windows Extensions] or [export:windowsservicescript download] the zipped source.
     54
     55== Source
     56
     57You can checkout WindowsServiceScript from [/svn/windowsservicescript here] using Subversion, or [source:windowsservicescript browse the source] with Trac
     58
    5959== Recent Changes
    6060