Skip to content

Commit cea0089

Browse files
Documentation polishing.
1 parent 0e1b56a commit cea0089

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

doc/FAQ.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ For ``assigned to``, this is already done around line 77::
161161
Great! But now the select/option list is too big
162162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163163

164-
Thats a little harder (but only a little ;^)
164+
That is a little harder (but only a little ;^)
165165

166166
Again, edit ``html/issue.item``. For nosy, change line (around line 69) from::
167167

@@ -177,8 +177,8 @@ for more information, go and read about Zope Page Templates.
177177
Using Roundup
178178
-------------
179179

180-
I got an error and I cant reload it!
181-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180+
I got an error and I cannot reload it!
181+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
182182

183183
If you're using Netscape/Mozilla, try holding shift and pressing reload.
184184
If you're using IE then install Mozilla and try again ;^)

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Migrating Backends
243243

244244
roundup-admin -i <tracker home> import <tracker export dir>
245245

246-
If interactively, enter 'commit' before exitting.
246+
If interactively, enter 'commit' before exiting.
247247
7. Test each of the admin tool, web interface and mail gateway using the new
248248
backend.
249249
8. Move the old tracker home out of the way (rename to "tracker.old") and

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Features:
1414

1515
Fixed:
1616

17-
- Installation: Fixed an issue that prevented to use EasyInstall
17+
- Installation: Fixed an issue that prevented use of EasyInstall
1818
and a Python egg. Thanks to Satchidanand Haridas for the patch and
1919
John Kristensen for testing it. (Bernhard Reiter)
2020
- The PostgreSQL backend quotes database names now for CREATE and DROP,

doc/design.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Layer Cake
2323
-----------------
2424

2525
Lots of software design documents come with a picture of a cake.
26-
Everybody seems to like them. I also like cakes (i think they are
26+
Everybody seems to like them. I also like cakes (I think they are
2727
tasty). So I, too, shall include a picture of a cake here::
2828

2929
________________________________________________________________
@@ -68,7 +68,7 @@ dates. The hyperdatabase module provides Timestamp objects for
6868
representing date-and-time stamps and Interval objects for representing
6969
date-and-time intervals.
7070

71-
As strings, date-and-time stamps are specified with the date in
71+
As strings, date-and-time stamps are specified with the date in ISO8601
7272
international standard format (``yyyy-mm-dd``) joined to the time
7373
(``hh:mm:ss``) by a period "``.``". Dates in this form can be easily
7474
compared and are fairly readable when printed. An example of a valid
@@ -457,7 +457,7 @@ Here is the interface provided by the hyperdatabase::
457457
given items.
458458

459459
'propspec' consists of keyword args propname=itemid or
460-
propname={<itemid 1>:1, <itemid 2>: 1, ...}
460+
propname={<itemid 1>:1, <itemid 2>:1, ...}
461461
'propname' must be the name of a property in this class,
462462
or a KeyError is raised. That property must
463463
be a Link or Multilink property, or a TypeError

doc/glossary.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ itemid
1616
item
1717
a collection of data that forms one entry in the hyperdb.
1818
property
19-
one element of data that makes up an item. In Roundup, item
20-
properties may be changed as needed - even after the tracker
21-
has been initialised and used in production.
19+
one element of data that makes up an item. In Roundup, the set
20+
of item properties may be changed as needed - even after the
21+
tracker has been initialised and used in production.
2222
schema
2323
the definition of all the classes that make up an tracker
2424
tracker

doc/security.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Security controls in Roundup could be approached in three ways:
5656
3) at a logical permission level, checked as needed.
5757

5858
In all cases, the security built into roundup assumes restricted access to the
59-
hyperdatabase itself, through Operating System controls such as user or group
59+
hyperdatabase itself, through operating-system controls such as user or group
6060
permissions.
6161

6262

0 commit comments

Comments
 (0)