.: XPN::Features :.

it it en en

::Introduction::

In this section you can find detailed information about XPN features.

::On-Line/Off-Line Mode::

XPN has been for a long time an on-line only newsreader, now it's changed. Starting from 0.2.5 I added the read articles storing, and starting from 0.4.0 you are able to download the whole bodies with the headers, or to mark for retrieval some articles and then download their bodies.

Note that the download is a bit slow because I haven't yet optimized this code, so the better way to use XPN is still with a local news-server, or if you have a DSL connection, directly online.

::MIME Standards::

With XPN you can read articles coded with quoted-printable, 7bit or 8bit. XPN is also full UTF-8 compliant, you can read and send aritcles with the UTF-8 charset.

Outgoing articles are coded with the best charset, however you can always override this choice.

::Scoring::

It's possible to create scoring rules (like the Hamster's ones but simpler) in order to assign a score to articles. This rule can act on this fields: From, Subject, Date, Message-ID, References, Age, Xpost, Xref, Bytes and Lines

You may also create action rules. These rules trigger an action to be applied on to the article. Possible actions are !kill (delete the article), !markread, !watch, !ignore and so on.

Action rules act on the same fields listed above plus a new field named Score, in fact action rules are always applied after scoring rules.

::Multiple Layouts::

There are twentyfour different possible layouts for the main window. Probably in the future I will add more of them. You can also zoom one of the tree panes.

::Colors::

Articles are shown with different colors for text, quoted text and signs. You can change this colors.

::Random TagLines::

It's possible to automatically add a random tagline in your articles. TagLines are picked from a textfile that you can customize.

::X-Face::

Starting from 0.4.5 XPN support decoding of the X-Face and Face headers. Thanks to Andrew Taylor (author of a Javascript implementation of uncompface) for helping me in translating it's module.

::Internationalization::

Starting from 0.4.5 release XPN supports multiple languages. I use gettext (thank to Guillame Bedot) in order to mark and extract text string from the code

If you want to translate XPN in your language just get the original strings file (xpn.pot), you'll find it inside lang directory. Translate it with a translation software like GTranslator, KBabel or POEdit and send me the result. Please use 'UTF-8' as you charset.

::To Do::

There are lots of things I'm going to implement in XPN in the future. First of all I must improve stability. Other things I'll implement are:

  1. Preferences reorganization
  2. Group Preferences
  3. Toolbars and short-cuts customization
  4. Interface improvement (maybe moving to Gnome User Interface Guidelines)