Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 894 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 894 Bytes

nastafile

A NNTP Archive to HTML generator.

Getting Started

You'll need to get Qlot first.

To install dependencies, do in the command-line:

qlot install

TODO

  • Fix 1632 'Unable to parse email body' errors.

  • Add a command line utility to update archive.

  • Add progress bars.

  • Save the state of the already processed emails to process only a newer messages.

  • Make code tunable.

  • Support images from emails. As example we may take email with subject "Setting bigger font for a button" (email number 15449) from the gmane.lisp.lispworks.general.

  • Article 14370 can't be rendered because of this error in the (subject a) call:

    :GB18030 is not a valid encoding designator
    
  • Automatically remove unnecessary quotations and signatures from replies.

  • Add author's name and reply date.

  • Refactor code to look nicer.