What's next ?

05 february 2014    General


In the last weeks I received a few questions about the features that might be added to Ubooquity in the future. Here's a sneak peek of what's possible (and what's not) in no particular order.

  • OPDS support
    I don't know OPDS very well, but it seems to be an XML files generated using the content of the database. I see no reason this could not be implemented, and it would be quite useful to be able to plug other software to Ubooquity.
     
  • HTTPS support
    For now, the HTTP server used internally by Ubooquity, NanoHTTPD, does not support HTTP Secure (HTTPS) in his stable version. A beta version supporting SSL (therefore HTTPS) is currently being tested by the NanoHTTPD developers though.
    When the feature is stable I'll try to integrate it in Ubooquity to allow access through HTTP.S 
     
  • PDF support in book section
    Today, PDF are considered to be comics due to the difference Ubooquity makes when managing metadata for comics and books. In short: comics files don't provide metadata (as they are just a compressed folder of image files).
    Since most of the PDF files I've seen don't provide metadata either, I did not bother extracting them and the PDF files landed in the comics category.
    But I can see why having them in the book categaory could be useful as well. And technically nothing prevents it.
     
  • Mobi support
    This one's harder as there is no Java library supporting Mobi files processing (contrary to epub, which is a standard format). But since what I only need is cover and metadata extraction, mobi support might still be doable... I'll have to dig deeper.
     
  • Internationalization
    Not convinced on this one. There is very little text on the web pages served by Ubooquity, and I would expect anybody capable of setting up a server to understand english well enough to understand Ubooquity's options.
    I might be wrong though.
     
  • Themes support
    Theme support (CSS and images replacement) is pretty much already coded as it was one of my v1.0 target features. The only missing things are the right option in the interface and a second theme to demonstrate the concept (and somebody asking for it, as the current theme satisfies me for now).

Ubooquity 1.3.1, minor release

10 december 2013    Release


The "online reading" feature introduced in the previous version was not working for PDF comics. This problem is fixed in this maintenance release..


Ubooquity 1.3.0, with an online comic reader !

23 october 2013    Release


Ubooquity 1.3.0 is available.

The main new feature is the addition of an online comic reader. Instead of downloading the whole comic file, you can read it directly in your browser. No more waiting for the download to complete before starting to read.


 


Ubooquity 1.2.0 released

12 october 2013    Release


Ubooquity 1.2.0 is available. Go get it in the download section.

Though this is not the first version to be released (as you have guessed from the version number), this is the first one to be "feature-complete" from my point of view. Everything is here to have a functionnal content server for ebooks and comics with user access control.

This does not mean that no new features will be added later, I have a lot of ideas. But for now I will focus development of bug fixes and user feedback.