File: control

package info (click to toggle)
noss 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 6,571; sh: 569; xml: 294; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 1,936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: noss
Section: net
Priority: optional
Maintainer: Hari Narayan <harinarayanmr2@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 perl,
 libdbi-perl,
 libdbd-sqlite3-perl,
 libjson-perl,
 libparallel-forkmanager-perl,
 libxml-libxml-perl,
Standards-Version: 4.7.2
Homepage: https://codeberg.org/1-1sam/noss
Vcs-Git: https://salsa.debian.org/debian/noss.git
Vcs-Browser: https://salsa.debian.org/debian/noss

Package: noss
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 dialog,
 perl,
 libdbi-perl,
 libdbd-sqlite3-perl,
 libjson-perl,
 libparallel-forkmanager-perl,
 libxml-libxml-perl,
 curl,
 lynx,
 sqlite3,
Description: command-line program for aggregating and reading RSS/Atom
 feeds.
 noss is a command-line program for aggregating and reading RSS/Atom
 feeds. noss can fetch feed updates, list posts, read posts from the
 command-line, open posts in a browser, and much more.
 noss works by storing feed and post information in a local database,
 and the user interacts with the database by supplying commands to
 noss.
 noss requires a feed list in order for it to function. A feed list is
 supplied to noss via a feeds file, a file that contains a list of
 feeds and any special configuration to use for those feeds. The
 format of this file is documented in the subequent "Feeds File"
 section of this manual. Once a list of feeds is supplied to noss
 through the feeds file, the feeds can then be fetched and loaded into
 its database via the "update" command.
 In order for noss to read posts, it must be able to uniquely identify
 and distinguish posts from each other. Posts in noss are identified
 via two pieces of information: the name of the feed they're in and
 their unique ID within that feed. When reading a post, like with
 either the "read" or "open" command, you would typically supply the
 command with the feed name and post ID to refer to that specific
 post.