comparison doc/tracker_templates.txt @ 6727:3f3ce3004013

issue2551206 - remove mention of roundup installer, fix up windows docs roundup windows installer is long since dead. Fix up last couple of references to it. Also fix path to roundup install to use python 2.7 path not python 2.2 path.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Jun 2022 23:05:29 -0400
parents b76be13e027e
children f83e19465b70
comparison
equal deleted inserted replaced
6726:189f5c1656fd 6727:3f3ce3004013
3 ========================= 3 =========================
4 4
5 The templates distributed with Roundup are stored in the "share" directory 5 The templates distributed with Roundup are stored in the "share" directory
6 nominated by Python. On Unix this is typically 6 nominated by Python. On Unix this is typically
7 ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and 7 ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
8 on Windows this is ``c:\python22\share\roundup\templates\``. 8 on Windows this is ``c:\python27\share\roundup\templates\``.
9 9
10 The template loading looks in four places to find the templates: 10 The template loading looks in four places to find the templates:
11 11
12 1. *share* - eg. ``<prefix>/share/roundup/templates/*``. 12 1. *share* - eg. ``<prefix>/share/roundup/templates/*``.
13 This should be the standard place to find them when Roundup is 13 This should be the standard place to find them when Roundup is

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