nglister-1.0.1+nmu2/ 0000755 0000000 0000000 00000000000 12574100366 011107 5 ustar nglister-1.0.1+nmu2/nglister.1 0000644 0000000 0000000 00000010617 07757026062 013034 0 ustar .\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "NGLISTER" "1" "12 February 2003" "John Goerzen" "NGLister Manual"
.SH NAME
NGLister \- Tool to download newsgroup information from news servers
.SH SYNOPSIS
\fBnglister\fR [ \fB-u \fIusername\fB\fR ] [ \fB-p \fIpassword\fB\fR ] [ \fB-P \fIport\fB\fR ] \fB\fIhostname\fB\fR \fB\fIfilename\fB\fR
\fBnglister\fR \fB-h\fR | \fB--help\fR
.SH "DESCRIPTION"
.PP
\fBNGLister\fR is a tool to download information about
groups and other information available on an NNTP (Usenet
news) server. It is designed to be fast and simple;
just specify the server and the information you want,
and \fBNGLister\fR will send it to standard output.
.PP
You can write the information to a file by appending:
.PP
\fB> \fIfilename\fB\fR
.PP
to the end of your command-line.
.SH "INSTALLATION"
.PP
To install \fBNGLister\fR, you will need a current version of
Python .
\fBNGLister\fR requires only one other piece of software:
Optik. You can find it at
.
.PP
To install, run this command as root: \fBpython setup.py install\fR
.SH "OPTIONS"
.TP
\fB-u \fIusername\fB\fR
Specifies the user name to use for logging into
the server. Use this only if your server requires authentication.
.TP
\fB-p \fIpassword\fB\fR
Specifies the password to use for logging into
the server. Use this only if your server requires a password.
.TP
\fB-P \fIport\fB\fR
Specifies the numeric port to use when connecting.
Most servers listen on port 119, the default NNTP port,
so that value is used by the default. This option will
only be needed rarely.
.TP
\fB\fIhostname\fB\fR
Specifies the name of the NNTP server.
.TP
\fB\fIfilename\fB\fR
Specifies the name of the data to retrieve
from the remote NNTP server. Most people will use
\fIactive\fR or
\fInewsgroups\fR here. The set of files
supported varies from one server to the next. Please
note that this parameter does \fBnot\fR
denote an output filename or even a real filename; just
the type of information you want from the server.
Here is a list of commonly-supported information types.
Additional items are specified in
RFC2980
with the LIST command.
.RS
.TP 0.2i
\(bu
\fIactive\fR lists
all newsgroups and describes their numbering.
.TP 0.2i
\(bu
\fInewsgroups\fR lists
the newsgroup descriptions. Note that most servers
do not carry descriptions for all groups, and the groups
that lack a description will not be listed here at all.
.TP 0.2i
\(bu
\fIactive.times\fR describes
how recently each newsgroup has seen activity.
.TP 0.2i
\(bu
\fImotd\fR shows the server's
"Message Of The Day" -- that is, current news about the
server.
.RE
.TP
\fB-h\fR
.TP
\fB--help\fR
Displays brief usage help.
.SH "CONFORMING TO"
.TP 0.2i
\(bu
Network News Transport Protocol as specified in RFC 977
.TP 0.2i
\(bu
Common NNTP Extensions as specified in RFC 2980
.TP 0.2i
\(bu
Standard Python 2.2.1 as implemented on POSIX-compliant systems.
.SH "COPYRIGHT"
.PP
\fBNGLister\fR and this manual, are Copyright (C) 2003 John Goerzen.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.SH "AUTHOR"
.PP
\fBNGLister\fR its libraries, documentation, and all included files,
was written by John Goerzen and
copyright is held as stated in the COPYRIGHT section.
.PP
\fBNGLister\fR may be downloaded from the
Subversion repository
or from the Debian package page .
.SH "SEE ALSO"
.PP
\fBslrn\fR(1),
\fBpython\fR(1)
nglister-1.0.1+nmu2/COPYRIGHT 0000644 0000000 0000000 00000001447 07757026064 012421 0 ustar nglister newsgroup description downloader
Copyright (C) 2003 John Goerzen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
nglister-1.0.1+nmu2/ChangeLog 0000644 0000000 0000000 00000012450 07757026063 012673 0 ustar ------------------------------------------------------------------------
rev 14: jgoerzen | 2003-02-12 11:15:19 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/debian/changelog
M /nglister/head/debian/control
M /nglister/head/debian/rules
Touched up some packaging.
------------------------------------------------------------------------
rev 13: jgoerzen | 2003-02-12 11:13:13 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/debian/changelog
M /nglister/head/debian/control
M /nglister/head/debian/copyright
M /nglister/head/debian/dirs
M /nglister/head/debian/docs
M /nglister/head/debian/rules
Updated for first try at Debian packaging.
------------------------------------------------------------------------
rev 12: jgoerzen | 2003-02-12 11:08:37 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
D /nglister/head/debian/README.Debian
D /nglister/head/debian/conffiles.ex
D /nglister/head/debian/ex.package.doc-base
D /nglister/head/debian/init.d.ex
Removed more unneeded files
------------------------------------------------------------------------
rev 11: jgoerzen | 2003-02-12 11:08:19 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
D /nglister/head/debian/cron.d.ex
D /nglister/head/debian/emacsen-install.ex
D /nglister/head/debian/emacsen-remove.ex
D /nglister/head/debian/emacsen-startup.ex
D /nglister/head/debian/manpage.1.ex
D /nglister/head/debian/manpage.sgml.ex
D /nglister/head/debian/menu.ex
D /nglister/head/debian/postinst.ex
D /nglister/head/debian/postrm.ex
D /nglister/head/debian/preinst.ex
D /nglister/head/debian/prerm.ex
D /nglister/head/debian/watch.ex
Removed unneeded example files
------------------------------------------------------------------------
rev 10: jgoerzen | 2003-02-12 11:07:39 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
A /nglister/head/debian
A /nglister/head/debian/README.Debian
A /nglister/head/debian/changelog
A /nglister/head/debian/conffiles.ex
A /nglister/head/debian/control
A /nglister/head/debian/copyright
A /nglister/head/debian/cron.d.ex
A /nglister/head/debian/dirs
A /nglister/head/debian/docs
A /nglister/head/debian/emacsen-install.ex
A /nglister/head/debian/emacsen-remove.ex
A /nglister/head/debian/emacsen-startup.ex
A /nglister/head/debian/ex.package.doc-base
A /nglister/head/debian/init.d.ex
A /nglister/head/debian/manpage.1.ex
A /nglister/head/debian/manpage.sgml.ex
A /nglister/head/debian/menu.ex
A /nglister/head/debian/postinst.ex
A /nglister/head/debian/postrm.ex
A /nglister/head/debian/preinst.ex
A /nglister/head/debian/prerm.ex
A /nglister/head/debian/rules
A /nglister/head/debian/watch.ex
Added initial files from dh_make
------------------------------------------------------------------------
rev 9: jgoerzen | 2003-02-12 11:05:59 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/manual.html
M /nglister/head/manual.pdf
M /nglister/head/manual.ps
M /nglister/head/manual.txt
M /nglister/head/nglister.1
Rebuilt docs
------------------------------------------------------------------------
rev 8: jgoerzen | 2003-02-12 11:05:35 -0600 (Wed, 12 Feb 2003) | 3 lines
Changed paths:
A /nglister/head/ChangeLog
M /nglister/head/nglister.sgml
Added the ChangeLog
Updated docs with install info
------------------------------------------------------------------------
rev 7: jgoerzen | 2003-02-12 11:04:43 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/Makefile
A /nglister/head/setup.py
Added setup.py
------------------------------------------------------------------------
rev 6: jgoerzen | 2003-02-12 11:00:52 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/Makefile
A /nglister/head/manual.html
A /nglister/head/manual.pdf
A /nglister/head/manual.ps
A /nglister/head/manual.txt
A /nglister/head/nglister.1
M /nglister/head/nglister.sgml
Added documentation files; wrote documentation.
------------------------------------------------------------------------
rev 5: jgoerzen | 2003-02-12 10:27:22 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
M /nglister/head/nglister
Working!
------------------------------------------------------------------------
rev 4: jgoerzen | 2003-02-12 10:23:58 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
A /nglister/head/nglister
Added
------------------------------------------------------------------------
rev 3: jgoerzen | 2003-02-12 10:11:08 -0600 (Wed, 12 Feb 2003) | 3 lines
Changed paths:
A /nglister/head/COPYRIGHT
A /nglister/head/Makefile
A /nglister/head/nglister.sgml
Added COPYRIGHT.
Added Makefile, nglister.sgml from examples in OfflineIMAP.
------------------------------------------------------------------------
rev 2: jgoerzen | 2003-02-12 10:09:09 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
A /nglister/head/COPYING
Added.
------------------------------------------------------------------------
rev 1: jgoerzen | 2003-02-12 10:07:23 -0600 (Wed, 12 Feb 2003) | 2 lines
Changed paths:
A /nglister
A /nglister/branches
A /nglister/head
A /nglister/releases
A /nglister/tags
Added initial directory structure for nglister
------------------------------------------------------------------------
nglister-1.0.1+nmu2/nglister.sgml 0000644 0000000 0000000 00000016040 07757026064 013634 0 ustar
OfflineIMAP">
NGLister">
]>
NGLister Manual
jgoerzen@complete.org
JohnGoerzen
$Date: 2003-01-29 14:36:13 -0600 (Wed, 29 Jan 2003) $
nglister
1
John Goerzen
NGLister
Tool to download newsgroup information from news servers
nglister
-u username
-p password
-P port
hostname
filename
nglister
-h--help
Description
&NGLister; is a tool to download information about
groups and other information available on an NNTP (Usenet
news) server. It is designed to be fast and simple;
just specify the server and the information you want,
and &NGLister; will send it to standard output.
You can write the information to a file by appending:
> filename
to the end of your command-line.
Installation
To install &NGLister;, you will need a current version of
Python.
&NGLister; requires only one other piece of software:
Optik. You can find it at
.
To install, run this command as root: python setup.py install
Options
-u username
Specifies the user name to use for logging into
the server. Use this only if your server requires authentication.
-p password
Specifies the password to use for logging into
the server. Use this only if your server requires a password.
-P port
Specifies the numeric port to use when connecting.
Most servers listen on port 119, the default NNTP port,
so that value is used by the default. This option will
only be needed rarely.
hostname
Specifies the name of the NNTP server.
filename
Specifies the name of the data to retrieve
from the remote NNTP server. Most people will use
active or
newsgroups here. The set of files
supported varies from one server to the next. Please
note that this parameter does not
denote an output filename or even a real filename; just
the type of information you want from the server.
Here is a list of commonly-supported information types.
Additional items are specified in
RFC2980
with the LIST command.
active lists
all newsgroups and describes their numbering.
newsgroups lists
the newsgroup descriptions. Note that most servers
do not carry descriptions for all groups, and the groups
that lack a description will not be listed here at all.
active.times describes
how recently each newsgroup has seen activity.
motd shows the server's
"Message Of The Day" -- that is, current news about the
server.
-h --help
Displays brief usage help.
Conforming To
Network News Transport Protocol as specified in RFC 977
Common NNTP Extensions as specified in RFC 2980
Standard Python 2.2.1 as implemented on POSIX-compliant systems.
Copyright
&NGLister; and this manual, are Copyright © 2003 John Goerzen.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author
&NGLister; its libraries, documentation, and all included files,
was written by John Goerzen jgoerzen@complete.org and
copyright is held as stated in the COPYRIGHT section.
&NGLister; may be downloaded from the
Subversion repository
or from the Debian package page.
See Also
slrn(1),
python(1)
nglister-1.0.1+nmu2/nglister 0000755 0000000 0000000 00000003520 07757026140 012670 0 ustar #!/usr/bin/env python
# -*- Mode: Python; -*-
# Copyright (C) 2002, 2003 John Goerzen
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
rev = '$Rev: 5 $'
version = '1.0.0'
import sys, nntplib
from optparse import OptionParser
usage = """
USAGE: nglister [-u username] [-p password] [-P port] hostname file
"""
parser = OptionParser(usage = usage)
parser.add_option('-u', action="store", type="string", dest="username",
help="Specify a username for logging into NNTP server")
parser.add_option('-p', action="store", type="string", dest="password",
help="Specify a password for logging into NNTP server")
parser.add_option('-P', action="store", type="int", dest="port",
help="Specify a port for NNTP server", default=119)
(options, args) = parser.parse_args()
try:
hostname = args[0]
filename = args[1]
except IndexError:
parser.print_help()
sys.exit(255)
# OK, ready to go.
s = nntplib.NNTP(hostname, options.port, options.username, options.password,
1)
(response, results) = s.longcmd("LIST " + filename)
results.sort()
print response
print "\n".join(results)
nglister-1.0.1+nmu2/setup.py 0000644 0000000 0000000 00000001750 07757026062 012633 0 ustar #!/usr/bin/env python2.2
# $Id: setup.py,v 1.1 2002/06/21 18:10:49 jgoerzen Exp $
# Module: installer
# COPYRIGHT #
# Copyright (C) 2003 John Goerzen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# END OF COPYRIGHT #
from distutils.core import setup
setup(name = "nglister",
scripts = ['nglister'])
nglister-1.0.1+nmu2/debian/ 0000755 0000000 0000000 00000000000 12574100544 012327 5 ustar nglister-1.0.1+nmu2/debian/control 0000644 0000000 0000000 00000000771 12574100342 013733 0 ustar Source: nglister
Section: news
Priority: optional
Maintainer: John Goerzen
Build-Depends: debhelper (>> 3.0.0), python (>= 2.3), dh-python
Standards-Version: 3.5.8
Package: nglister
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Downloads information from NNTP server
NGLister is a simple program designed to download information from an
NNTP server. It can download lists of newsgroups (active file),
newgroup descriptions (newsgroups file), etc.
nglister-1.0.1+nmu2/debian/docs 0000644 0000000 0000000 00000000054 07757026061 013211 0 ustar manual.txt
manual.pdf
manual.ps
manual.html
nglister-1.0.1+nmu2/debian/copyright 0000644 0000000 0000000 00000002004 12574100255 014255 0 ustar This package was debianized by John Goerzen on
Wed, 12 Feb 2003 11:07:14 -0600.
Upstream Author: John Goerzen
Copyright (C) 2003 John Goerzen
Copyright:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
nglister-1.0.1+nmu2/debian/rules 0000755 0000000 0000000 00000003457 12574077774 013442 0 ustar #!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
python setup.py build
#/usr/bin/docbook-to-man debian/nglister.sgml > nglister.1
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/nglister.
#$(MAKE) install DESTDIR=$(CURDIR)/debian/nglister
python setup.py install --root=`pwd`/debian/nglister --prefix=/usr --no-compile
binary-arch: build install
# We have nothing to do by default.
binary-indep: build install
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
dh_installcron
dh_installman nglister.1
dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_python2
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
nglister-1.0.1+nmu2/debian/changelog 0000644 0000000 0000000 00000001535 12574100544 014205 0 ustar nglister (1.0.1+nmu2) unstable; urgency=medium
* Non-maintainer upload.
* Switch to dh_python2 (Closes: #786182).
-- Luca Falavigna Wed, 09 Sep 2015 20:52:54 +0200
nglister (1.0.1+nmu1) unstable; urgency=low
* Non-maintainer upload.
* Pass --prefix=/usr option to setup.py to install files in correct
location with python2.6 as default Python version (Closes: #571481).
* Build-depend on python-support and invoke dh_pysupport in rules file.
-- Luca Falavigna Sun, 07 Mar 2010 14:09:44 +0100
nglister (1.0.1) unstable; urgency=low
* Updated for Python 2.3.
-- John Goerzen Wed, 19 Nov 2003 20:51:44 -0600
nglister (1.0.0) unstable; urgency=low
* Initial Release. Closes: #180762.
-- John Goerzen Wed, 12 Feb 2003 11:07:14 -0600
nglister-1.0.1+nmu2/debian/dirs 0000644 0000000 0000000 00000000010 07757026060 013211 0 ustar usr/bin
nglister-1.0.1+nmu2/debian/.svn/ 0000755 0000000 0000000 00000000000 11344724327 013220 5 ustar nglister-1.0.1+nmu2/debian/.svn/all-wcprops 0000644 0000000 0000000 00000001201 11344723505 015375 0 ustar K 25
svn:wc:ra_dav:version-url
V 38
/misc/!svn/ver/15/nglister/head/debian
END
control
K 25
svn:wc:ra_dav:version-url
V 46
/misc/!svn/ver/14/nglister/head/debian/control
END
dirs
K 25
svn:wc:ra_dav:version-url
V 43
/misc/!svn/ver/13/nglister/head/debian/dirs
END
changelog
K 25
svn:wc:ra_dav:version-url
V 48
/misc/!svn/ver/14/nglister/head/debian/changelog
END
docs
K 25
svn:wc:ra_dav:version-url
V 43
/misc/!svn/ver/13/nglister/head/debian/docs
END
copyright
K 25
svn:wc:ra_dav:version-url
V 48
/misc/!svn/ver/13/nglister/head/debian/copyright
END
rules
K 25
svn:wc:ra_dav:version-url
V 44
/misc/!svn/ver/15/nglister/head/debian/rules
END
nglister-1.0.1+nmu2/debian/.svn/text-base/ 0000755 0000000 0000000 00000000000 07757026061 015117 5 ustar nglister-1.0.1+nmu2/debian/.svn/text-base/docs.svn-base 0000644 0000000 0000000 00000000054 07757026061 017506 0 ustar manual.txt
manual.pdf
manual.ps
manual.html
nglister-1.0.1+nmu2/debian/.svn/text-base/changelog.svn-base 0000644 0000000 0000000 00000000233 07757026060 020503 0 ustar nglister (1.0.0) unstable; urgency=low
* Initial Release. Closes: #180762.
-- John Goerzen Wed, 12 Feb 2003 11:07:14 -0600
nglister-1.0.1+nmu2/debian/.svn/text-base/rules.svn-base 0000644 0000000 0000000 00000003425 07757026061 017715 0 ustar #!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
python setup.py build
#/usr/bin/docbook-to-man debian/nglister.sgml > nglister.1
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/nglister.
#$(MAKE) install DESTDIR=$(CURDIR)/debian/nglister
python setup.py install --root=`pwd`/debian/nglister --no-compile
binary-arch: build install
# We have nothing to do by default.
binary-indep: build install
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
dh_installcron
dh_installman nglister.1
dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
nglister-1.0.1+nmu2/debian/.svn/text-base/dirs.svn-base 0000644 0000000 0000000 00000000010 07757026060 017506 0 ustar usr/bin
nglister-1.0.1+nmu2/debian/.svn/text-base/control.svn-base 0000644 0000000 0000000 00000000741 07757026060 020240 0 ustar Source: nglister
Section: news
Priority: optional
Maintainer: John Goerzen
Build-Depends-Indep: debhelper (>> 3.0.0), python-dev
Standards-Version: 3.5.8
Package: nglister
Architecture: all
Depends: python, python-optik
Description: Downloads information from NNTP server
NGLister is a simple program designed to download information from an
NNTP server. It can download lists of newsgroups (active file),
newgroup descriptions (newsgroups file), etc.
nglister-1.0.1+nmu2/debian/.svn/text-base/copyright.svn-base 0000644 0000000 0000000 00000002007 07757026061 020566 0 ustar This package was debianized by John Goerzen on
Wed, 12 Feb 2003 11:07:14 -0600.
Upstream Author(s): John Goerzen
Copyright (C) 2003 John Goerzen
Copyright:
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
nglister-1.0.1+nmu2/debian/.svn/entries 0000644 0000000 0000000 00000001566 11344723505 014621 0 ustar 10
dir
117
https://svn.complete.org/misc/nglister/head/debian
2003-02-12T17:19:08.839251Z
15
jgoerzen
e28dff2b-f9b7-0310-918f-8e10a17e95e8
control
file
2003-11-20T02:51:28.000000Z
ecb219fb36bc837fcf6fafaa2c1fb950
2003-02-12T17:15:19.589308Z
14
jgoerzen
dirs
file
2003-11-20T02:51:28.000000Z
362717e7464d60c498ef732268770754
2003-02-12T17:13:13.487409Z
13
jgoerzen
changelog
file
2003-11-20T02:51:28.000000Z
cfac0ab23385894e66e41847ebee4a78
2003-02-12T17:15:19.589308Z
14
jgoerzen
docs
file
2003-11-20T02:51:29.000000Z
c266e54b4c1fbfad868b4f6ed6d9eeca
2003-02-12T17:13:13.487409Z
13
jgoerzen
copyright
file
2003-11-20T02:51:29.000000Z
2b5602eef0d8b0c5045027ee4518a912
2003-02-12T17:13:13.487409Z
13
jgoerzen
rules
file
2003-11-20T02:51:29.000000Z
11071f1c924e8ae4024a40cea89c64bc
2003-02-12T17:19:08.839251Z
15
jgoerzen
has-props
nglister-1.0.1+nmu2/debian/.svn/tmp/ 0000755 0000000 0000000 00000000000 11344724327 014020 5 ustar nglister-1.0.1+nmu2/debian/.svn/tmp/text-base/ 0000755 0000000 0000000 00000000000 11344724327 015714 5 ustar nglister-1.0.1+nmu2/debian/.svn/tmp/props/ 0000755 0000000 0000000 00000000000 11344724327 015163 5 ustar nglister-1.0.1+nmu2/debian/.svn/tmp/prop-base/ 0000755 0000000 0000000 00000000000 11344724327 015710 5 ustar nglister-1.0.1+nmu2/debian/.svn/props/ 0000755 0000000 0000000 00000000000 11344723505 014360 5 ustar nglister-1.0.1+nmu2/debian/.svn/prop-base/ 0000755 0000000 0000000 00000000000 11344723505 015105 5 ustar nglister-1.0.1+nmu2/debian/.svn/prop-base/rules.svn-base 0000644 0000000 0000000 00000000035 11344723505 017675 0 ustar K 14
svn:executable
V 0
END
nglister-1.0.1+nmu2/Makefile 0000644 0000000 0000000 00000002736 07757026065 012571 0 ustar # Copyright (C) 2002 John Goerzen
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
SHELL=/bin/bash
clean:
-rm -f `find . -name "*~"`
-rm -f `find . -name "*.tmp"`
-python setup.py clean --all
-rm -f nglisterc
-rm -f `find . -name "*.pyc"`
-rm -f `find . -name "*.pygc"`
-rm -f `find . -name "*.class"`
-rm -f `find . -name "*.bak"`
-rm -f `find . -name ".cache*"`
-rm manpage.links
-rm manpage.refs
-find . -name auth -exec rm -vf {}/password {}/username \;
-svn cleanup
changelog:
svn log -v > ChangeLog
docs:
docbook2man nglister.sgml
docbook2man nglister.sgml
docbook2html -u nglister.sgml
mv nglister.html manual.html
man -t -l nglister.1 > manual.ps
ps2pdf manual.ps
groff -Tascii -man nglister.1 | sed $$'s/.\b//g' > manual.txt
-rm manpage.links manpage.refs
nglister-1.0.1+nmu2/manual.txt 0000644 0000000 0000000 00000010751 07757026065 013143 0 ustar NGLISTER(1) NGLister Manual NGLISTER(1)
NAME
NGLister - Tool to download newsgroup information from news servers
SYNOPSIS
nglister [ -u username ] [ -p password ] [ -P port ] hostname filename
nglister -h | --help
DESCRIPTION
NGLister is a tool to download information about groups and other
information available on an NNTP (Usenet news) server. It is designed
to be fast and simple; just specify the server and the information you
want, and NGLister will send it to standard output.
You can write the information to a file by appending:
> filename
to the end of your command-line.
INSTALLATION
To install NGLister, you will need a current version of Python
. NGLister requires only one other piece
of software: Optik. You can find it at
.
To install, run this command as root: python setup.py install
OPTIONS
-u username
Specifies the user name to use for logging into the server. Use
this only if your server requires authentication.
-p password
Specifies the password to use for logging into the server. Use
this only if your server requires a password.
-P port
Specifies the numeric port to use when connecting. Most servers
listen on port 119, the default NNTP port, so that value is used
by the default. This option will only be needed rarely.
hostname
Specifies the name of the NNTP server.
filename
Specifies the name of the data to retrieve from the remote NNTP
server. Most people will use active or newsgroups here. The
set of files supported varies from one server to the next.
Please note that this parameter does not denote an output file-
name or even a real filename; just the type of information you
want from the server. Here is a list of commonly-supported
information types. Additional items are specified in RFC2980
with the LIST command.
o active lists all newsgroups and describes their numbering.
o newsgroups lists the newsgroup descriptions. Note that most
servers do not carry descriptions for all groups, and the
groups that lack a description will not be listed here at all.
o active.times describes how recently each newsgroup has seen
activity.
o motd shows the server's "Message Of The Day" -- that is, cur-
rent news about the server.
-h
--help Displays brief usage help.
CONFORMING TO
o Network News Transport Protocol as specified in RFC 977
o Common NNTP Extensions as specified in RFC 2980
o Standard Python 2.2.1 as implemented on POSIX-compliant systems.
COPYRIGHT
NGLister and this manual, are Copyright (C) 2003 John Goerzen.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MER-
CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AUTHOR
NGLister its libraries, documentation, and all included files, was
written by John Goerzen and copyright is held
as stated in the COPYRIGHT section.
NGLister may be downloaded from the Subversion repository
or from the Debian package page
.
SEE ALSO
slrn(1), python(1)
John Goerzen 12 February 2003 NGLISTER(1)
nglister-1.0.1+nmu2/COPYING 0000644 0000000 0000000 00000043110 07757026064 012152 0 ustar GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
nglister-1.0.1+nmu2/manual.pdf 0000644 0000000 0000000 00000026537 07757026061 013102 0 ustar %PDF-1.2
%쏢
6 0 obj
<>
stream
xYrF+1]%~x\剝l#ы8lH@ @1L.[/<(;NfJ%K"u=c.}韫Njېm̓̏՞m}\7<, C_xA}Njn?,O*^O?]A/.7yuK6YMn=,rrc^j/QjOW>xJmcl]0|H)baKZKeu]f