File tree Expand file tree Collapse file tree 7 files changed +33
-4
lines changed
Expand file tree Collapse file tree 7 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1+ .. meta::
2+ :description:
3+ Documentation of design for the Roundup Issue Tracker. This
4+ is the original design (written by Ka-Ping Yee) updated with
5+ implementation notes by Richard Jones.
6+
17========================================================
28Roundup - An Issue-Tracking System for Knowledge Workers
39========================================================
Original file line number Diff line number Diff line change 1+ .. meta::
2+ :description:
3+ Additional implementation notes for the Roundup Issue Tracker.
4+
15====================
26Implementation notes
37====================
Original file line number Diff line number Diff line change 11.. meta::
22 :description:
3- Describes how to interact with and use a tracker with the
4- Roundup Issue Tracker.
3+ Describes how to interact with a tracker based on the
4+ Roundup Issue Tracker. Covers web (html), and email
5+ interfaces.
56
67==========
78User Guide
Original file line number Diff line number Diff line change 66< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77< title metal:define-slot ="head_title "> title goes here</ title >
88< link media ="screen " href ="@@file/defaultfonts.css " type ="text/css " rel ="alternate stylesheet " title ="default fonts " />
9- < meta name ="description " content ="Issue tracker for the Roundup Issue Tracker software. Yes, we eat our own dog food. " />
9+ < meta name ="description " content ="Tracker for bugs and enhancement to the Roundup Issue Tracker software (https://www.roundup-tracker.org/) . Yes, we eat our own dog food. " />
1010< link rel ="stylesheet " type ="text/css " href ="@@file/style.css " />
1111< script tal:attributes ="nonce request/client/client_nonce "
1212 tal:replace ="structure request/base_javascript ">
Original file line number Diff line number Diff line change 1+ .. meta::
2+ :description:
3+ Information for developers of Roundup. Including directions on
4+ checking code from repository, how to run demo mode and
5+ execute tests.
6+
17Code
28====
39
@@ -34,7 +40,7 @@ Execute tests
3440-------------
3541::
3642
37- python run_tests.py
43+ python -m pytest test
3844
3945See repository `README.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/README.txt>`_
4046for more info.
Original file line number Diff line number Diff line change 1+ .. meta::
2+ :description:
3+ Instructions for contacting the authors of the Roundup Issue Tracker.
4+ Includes mailing lists (hosted by sourceforge), and the IRC
5+ channel #roundup on oftc.
6+
7+
18Contact
29=======
310
Original file line number Diff line number Diff line change 1+ .. meta::
2+ :description:
3+ Table of contents for published documentation on the Roundup
4+ Issue Tracker.
5+
16Docs
27====
38
You can’t perform that action at this time.
0 commit comments