Skip to content

Commit 888425f

Browse files
committed
Update meta description. Also fix test command in code.txt.
1 parent 6844e4d commit 888425f

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-4
lines changed

doc/design.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
========================================================
28
Roundup - An Issue-Tracking System for Knowledge Workers
39
========================================================

doc/implementation.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. meta::
2+
:description:
3+
Additional implementation notes for the Roundup Issue Tracker.
4+
15
====================
26
Implementation notes
37
====================

doc/user_guide.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
==========
78
User Guide

website/issues/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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">

website/www/code.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
Code
28
====
39

@@ -34,7 +40,7 @@ Execute tests
3440
-------------
3541
::
3642

37-
python run_tests.py
43+
python -m pytest test
3844

3945
See repository `README.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/README.txt>`_
4046
for more info.

website/www/contact.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Contact
29
=======
310

website/www/docs.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. meta::
2+
:description:
3+
Table of contents for published documentation on the Roundup
4+
Issue Tracker.
5+
16
Docs
27
====
38

0 commit comments

Comments
 (0)