view debian/templates @ 390:2ad4c1c97734 noffle

[svn] * src/client.c: Return correct status from Client_postArt() and add function comment detailing what return code should be, because it's not obvious that the return code should report success when the posting failed for reasons other than connection problems. This should fix problem with failing posting stopping fetches. Thanks to Dan Jacobson for spotting this. * src/client.c: Fix problemette with filter discards not updating remote group article count and so the overview being refetched until and article appears that doesn't fall foul of the filter and thus does update the remove group 'next article' marker. Thanks to Dan Jacobson for spotting this. * src/content.c: Don't be fooled into thinking a filename starting ".." is just "..". * src/outgoing.c: Don't assume "." and ".." are the first files returned from readdir(). Thanks to Andreas Happe for spotting this. * src/noffle.c: Update online help to include 'm' group posting status. * src/server.c: Move incorrect updating of server.grp in doGrp() which was causing doGrp() to not retrieve remote article details when in online mode. Thanks to Miernik and Andreas Happe for reporting the problem.
author bears
date Thu, 22 May 2003 10:04:38 +0100
parents 89143e773bc6
children c9ff77f643a2
line wrap: on
line source

Template: noffle/debconf
Type: boolean
Default: false
_Description: Manage noffle configuration using debconf?
 I'm going to overwrite /etc/news/noffle.conf and /etc/default/noffle with
 some defaults and your following answers, and will update /etc/inetd.conf
 if you agree.

Template: noffle/port
Type: string
_Default: 119
_Description: Please choose the port number noffle runs on:
 The default port number for NNTP is 119 (nntp). However, perhaps you want
 to run noffle alongside a normal NNTP server; in that case, choose another
 number (above 1024, I recommend 10119), and configure your news reader also
 to use that port number.

Template: noffle/server
Type: string
_Default: news
_Description: Which parent NNTP server do you want to use?
 Noffle expects to obtain its news from another NNTP server. Enter the name
 of that server here. If the server uses a non-standard port number for the
 NNTP connection, please fill that in here as 'servername:portnumber'.

Template: noffle/username
Type: string
_Description: What is your username when accessing your parent NNTP server?
 If you need to authenticate you may fill in your username on your parent
 NNTP server; if not, just leave this field blank.
 .
 This is not the preferred way of authentication, since your password will
 be transmitted in clear text, see README.Debian for more details.

Template: noffle/password
Type: password
_Description: What is your password when accessing your parent NNTP server?
 If you need to authenticate you may fill in your password on your parent
 NNTP server; if not, just leave this field blank. Warning: This password
 will be saved in plaintext in /etc/news/noffle.conf and in the debconf
 database!
 .
 This is not the preferred way of authentication, since your password will
 be transmitted in clear text, see README.Debian for more details.

Template: noffle/fetchmode
Type: select
_Choices: ppp, cron
_Description: How is noffle supposed to fetch the articles?
 If this is a dialup system, then noffle can be configured to fetch articles
 when the PPP connection comes online. This is done via scripts in
 /etc/ppp/ip-up.d/ and /etc/ppp/ip-down.d/. If you have a permanent
 connection, noffle will assume it can always access the NNTP server and a
 cron job will do.

Template: noffle/maxfetch
Type: string
_Default: 300
_Description: Fetch how many articles by default?
 When noffle fetches articles, it will never fetch more than this amount; if
 there are more, the oldest are discarded.

Template: noffle/default-expire
Type: string
_Default: 14
_Description: What should the default expire time (in days) be?
 Noffle is configured to purge the local cache of articles older than a
 certain limit. This parameter configures the minimum age of articles to
 expire; this can be fine-tuned in /etc/news/noffle.conf if necessary.
 Enter '0' to disable it.