Mercurial > p > roundup > code
comparison roundup/scripts/roundup_server.py @ 661:cdcee6721841
. [SF#517734] web header customisation is obscure
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Mar 2002 23:59:24 +0000 |
| parents | 3569dfce4bc5 |
| children | 6003d6fa02a5 |
comparison
equal
deleted
inserted
replaced
| 660:efd540a78727 | 661:cdcee6721841 |
|---|---|
| 1 #!/usr/bin/python | |
| 2 # | |
| 3 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | 1 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) |
| 4 # This module is free software, and you may redistribute it and/or modify | 2 # This module is free software, and you may redistribute it and/or modify |
| 5 # under the same terms as Python, so long as this copyright message and | 3 # under the same terms as Python, so long as this copyright message and |
| 6 # disclaimer are retained in their original form. | 4 # disclaimer are retained in their original form. |
| 7 # | 5 # |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 16 # |
| 19 """ HTTP Server that serves roundup. | 17 """ HTTP Server that serves roundup. |
| 20 | 18 |
| 21 $Id: roundup_server.py,v 1.4 2002-02-21 07:02:54 richard Exp $ | 19 $Id: roundup_server.py,v 1.5 2002-03-14 23:59:24 richard Exp $ |
| 22 """ | 20 """ |
| 23 | 21 |
| 24 # python version check | 22 # python version check |
| 25 from roundup import version_check | 23 from roundup import version_check |
| 26 | 24 |
| 247 if __name__ == '__main__': | 245 if __name__ == '__main__': |
| 248 run() | 246 run() |
| 249 | 247 |
| 250 # | 248 # |
| 251 # $Log: not supported by cvs2svn $ | 249 # $Log: not supported by cvs2svn $ |
| 250 # Revision 1.4 2002/02/21 07:02:54 richard | |
| 251 # The correct var is "HTTP_HOST" | |
| 252 # | |
| 252 # Revision 1.3 2002/02/21 06:57:39 richard | 253 # Revision 1.3 2002/02/21 06:57:39 richard |
| 253 # . Added popup help for classes using the classhelp html template function. | 254 # . Added popup help for classes using the classhelp html template function. |
| 254 # - add <display call="classhelp('priority', 'id,name,description')"> | 255 # - add <display call="classhelp('priority', 'id,name,description')"> |
| 255 # to an item page, and it generates a link to a popup window which displays | 256 # to an item page, and it generates a link to a popup window which displays |
| 256 # the id, name and description for the priority class. The description | 257 # the id, name and description for the priority class. The description |
