I released another version with some improvements and a lot of bugfixes
What’s new?
- RSS 2.0 and Atom 0.3 feeds
- XMLRPC and SOAP support:
- num_of_pastes: returns the number of pastes
- get_languages: returns the list of supported languages
- add_paste: adds a paste to the pastebin and returns the id
- get_paste: returns the paste with the given id
- get_latest_pastes: returns the latest pastes
- Scheduler to destroy pastes automatically, it destroys pastes older than 48h and it runs every 24h in a separate thread
- Improved sorting in archive page
What’s changed?
The support for text wordwrap has been removed
What about the future?
The main issue is the external highlighter I want to replace with custom-clean-safe-fast-ruby-lexer_based code. I tried syntax but it doesn’t fit my needs. It will take a lot of time but I think it’s the way to go.

