diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-15 05:55:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-15 05:55:30 +0800 |
commit | 5ba8c51305f04401763057249036efd1922cfd26 (patch) | |
tree | c6290f825e738aa8a3859181dac0b7ebc870de71 /news/Makefile | |
parent | 19dd4ecab609fa4f42cd498cec67e0e60db3a8fb (diff) | |
download | freebsd-ports-gnome-5ba8c51305f04401763057249036efd1922cfd26.tar.gz freebsd-ports-gnome-5ba8c51305f04401763057249036efd1922cfd26.tar.zst freebsd-ports-gnome-5ba8c51305f04401763057249036efd1922cfd26.zip |
With XPN you can read/write articles on the Usenet with a good MIME
support (better than some well known newsreaders).
XPN can operate with all the most diffuse charset starting from US-ASCII
to UTF-8. When you edit an article XPN automatically chooses the best
charset, however is always possible to override this choice.
There also other useful features like scoring, filtered views,
random tag-lines, external editor support, one-key navigation,
ROT13, spoiler char ...
WWW: http://xpn.altervista.org/
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index a1e0447225af..02049827b577 100644 --- a/news/Makefile +++ b/news/Makefile @@ -101,6 +101,7 @@ SUBDIR += ubh SUBDIR += unpost SUBDIR += xmitbin + SUBDIR += xpn SUBDIR += xrn SUBDIR += yencode SUBDIR += yydecode |