Mercurial > p > roundup > code
changeset 4656:bce631d8f24d
issue2550738: Fixes for various documentation typos, thanks Nathan Russell
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Mon, 27 Aug 2012 23:09:58 +1000 |
| parents | 45157fd8ba52 |
| children | baddbae588ad |
| files | CHANGES.txt doc/FAQ.txt doc/customizing.txt doc/installation.txt |
| diffstat | 4 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Tue Aug 21 16:05:41 2012 +0200 +++ b/CHANGES.txt Mon Aug 27 23:09:58 2012 +1000 @@ -33,6 +33,8 @@ to W. Trevor King. (Bernhard Reiter) - issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen. (Bernhard Reiter) +- issue2550738: Fixes for various documentation typoes, + thanks Nathan Russell. (John Kristensen) 2012-05-15: 1.4.20
--- a/doc/FAQ.txt Tue Aug 21 16:05:41 2012 +0200 +++ b/doc/FAQ.txt Mon Aug 27 23:09:58 2012 +1000 @@ -131,7 +131,7 @@ This is the template code that Roundup uses to display the various pages. This is based upon the template markup language in Zope called, oddly -enough "Zope Page Templates". There's documentation in the Roundup +enough, "Zope Page Templates". There's documentation in the Roundup customisation_ documentation. For more information have a look at: http://docs.zope.org/zope2/zope2book/
--- a/doc/customizing.txt Tue Aug 21 16:05:41 2012 +0200 +++ b/doc/customizing.txt Mon Aug 27 23:09:58 2012 +1000 @@ -375,7 +375,7 @@ origmsg_re -- `` ^[>|\s]*-----\s?Original Message\s?-----$`` Regular expression matching start of an original message if quoted - the in body. Value is Python Regular Expression (UTF8-encoded). + in the body. Value is Python Regular Expression (UTF8-encoded). sign_re -- ``^[>|\s]*-- ?$`` Regular expression matching the start of a signature in the message
--- a/doc/installation.txt Tue Aug 21 16:05:41 2012 +0200 +++ b/doc/installation.txt Mon Aug 27 23:09:58 2012 +1000 @@ -390,7 +390,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are running in a shared-hosting environment or otherwise don't have -permissiong to edit the system web server's configuration, but can create a +permission to edit the system web server's configuration, but can create a ``.htaccess`` file then you may be able to use this approach. 1. Install flup_
