comparison roundup/scripts/roundup_server.py @ 5102:96dc9f07340a

issue2161722: oudated docs Fix old entry in FAQ, update roundup-server config docs and example file from current roundup-server output. Update some typos in .py files.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Jun 2016 20:53:11 -0400
parents 8f6cfe824c9f
children a9ace22e0a2f
comparison
equal deleted inserted replaced
5101:d043a09952db 5102:96dc9f07340a
532 ("trackers", (), "Roundup trackers to serve.\n" 532 ("trackers", (), "Roundup trackers to serve.\n"
533 "Each option in this section defines single Roundup tracker.\n" 533 "Each option in this section defines single Roundup tracker.\n"
534 "Option name identifies the tracker and will appear in the URL.\n" 534 "Option name identifies the tracker and will appear in the URL.\n"
535 "Option value is tracker home directory path.\n" 535 "Option value is tracker home directory path.\n"
536 "The path may be either absolute or relative\n" 536 "The path may be either absolute or relative\n"
537 "to the directory containig this config file."), 537 "to the directory containing this config file."),
538 ) 538 )
539 539
540 # options recognized by config 540 # options recognized by config
541 OPTIONS = { 541 OPTIONS = {
542 "host": "n:", 542 "host": "n:",

Roundup Issue Tracker: http://roundup-tracker.org/