diff doc/design.txt @ 7464:82bbb95e5690 issue2550923_computed_property

merge from tip into issue2550923_computed_property
author John Rouillard <rouilj@ieee.org>
date Thu, 08 Jun 2023 00:10:32 -0400
parents 1fe17a659f39
children 2ab234484708
line wrap: on
line diff
--- a/doc/design.txt	Mon Nov 07 22:58:38 2022 -0500
+++ b/doc/design.txt	Thu Jun 08 00:10:32 2023 -0400
@@ -1,3 +1,9 @@
+.. meta::
+    :description:
+        Documentation of design for the Roundup Issue Tracker. This
+        is the original design (written by Ka-Ping Yee) updated with
+        implementation notes by Richard Jones.
+ 
 ========================================================
 Roundup - An Issue-Tracking System for Knowledge Workers
 ========================================================
@@ -936,7 +942,7 @@
 2. a `reactor` is triggered just after an item has been modified
 
 When the Roundup database is about to perform a ``create()``, ``set()``,
-``retire()``, or ``restore`` operation, it first calls any *auditors*
+``retire()``, or ``restore()`` operation, it first calls any *auditors*
 that have been registered for that operation on that class. Any auditor
 may raise a *Reject* exception to abort the operation.
 
@@ -1325,7 +1331,7 @@
 menu      for a Link property, display a menu of the available choices
 ========= ==============================================================
 
-See the `customisation`_ documentation for the complete list.
+See the `reference`_ documentation for the complete list.
 
 
 Index Views
@@ -1747,5 +1753,5 @@
 - Added "actor" property
 - 'classname' format specified in class Class.
 
-.. _customisation: customizing.html
+.. _reference: reference.html
 

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