Mercurial > noffle
comparison INSTALL.html @ 38:8e972daaeab9 noffle
[svn] Applied patch from Jim Hague:
- Forget cached group info when group database closed.
- Added list of 'forbidden' newsgroup specs.
- Fixed problem with article numbering if the overview file empties.
- Changed %i to %d in sscanfs (%i interprets leading zeros as octal numbers)
- New groups now always start numbering at article 1.
- Record newsgroup posting status. Enforce it at posting time.
Added --modify
- Added group deletion.
- Added wildmat code taken from INN
| author | enz |
|---|---|
| date | Fri, 05 May 2000 08:23:15 +0100 |
| parents | 04124a4423d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 37:792eb10e936d | 38:8e972daaeab9 |
|---|---|
| 129 /usr/local/bin/noffle --offline | 129 /usr/local/bin/noffle --offline |
| 130 </pre> | 130 </pre> |
| 131 Add a line for running noffle to the crontab of news (by running | 131 Add a line for running noffle to the crontab of news (by running |
| 132 'crontab -u news -e' as root): | 132 'crontab -u news -e' as root): |
| 133 <pre> | 133 <pre> |
| 134 0 19 * * 1 /usr/local/bin/noffle --expire 14 | 134 0 19 * * 1 /usr/local/bin/noffle --expire |
| 135 </pre> | 135 </pre> |
| 136 (if you want to run 'noffle' on Monday (1st day of week) at | 136 (if you want to run 'noffle' on Monday (1st day of week) at |
| 137 19.00 and delete all articles not accessed within the last 14 days). | 137 19.00 and delete all articles not accessed recently. The default |
| 138 expiry period is 14 days, but this can be changed in /etc/noffle.conf. | |
| 138 <p> | 139 <p> |
| 139 | 140 |
| 140 </ul> | 141 </ul> |
| 141 | 142 |
| 142 Now you are ready, configure the client readers to use "localhost" port 119 | 143 Now you are ready, configure the client readers to use "localhost" port 119 |
