File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4+ 2009-xx-xx 1.4.X
5+
6+ Fixes:
7+
8+ - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
9+ (issue 2550573)
10+
4112009-08-10 1.4.9 (r4346)
512
613Fixes:
Original file line number Diff line number Diff line change @@ -441,14 +441,14 @@ Example for FreeBSD (``envvars`` is in ``/usr/local/sbin/``)::
441441 export LD_PRELOAD
442442
443443Next, you have to add Roundup trackers configuration to apache config.
444- Roundup apache interface uses two options specified with ``PythonOption``
445- directives:
444+ Roundup apache interface uses the following options specified with
445+ ``PythonOption`` directives:
446446
447447 TrackerHome:
448448 defines the tracker home directory - the directory that was specified
449449 when you did ``roundup-admin init``. This option is required.
450450
451- TrackerLaguage :
451+ TrackerLanguage :
452452 defines web user interface language. mod_python applications do not
453453 receive OS environment variables in the same way as command-line
454454 programs, so the language cannot be selected by setting commonly
@@ -482,7 +482,7 @@ russian user interface. The other tracker (devel) has english user
482482interface (default).
483483
484484Static files from ``html`` directory are served by apache itself - this
485- is quickier and generally more robust than doing that from python.
485+ is quicker and generally more robust than doing that from python.
486486Everything else is aliased to dummy (non-existing) ``py`` file,
487487which is handled by mod_python and our roundup module.
488488
You can’t perform that action at this time.
0 commit comments