User:Gdebure

    From KDE TechBase
    Revision as of 22:14, 20 October 2010 by Gdebure (talk | contribs)

    Projects

    Skrooge

    Skrooge

    Luggage

    Loosely named after Terry Pratchett's character in the Discworld series of novels. The Luggage can hold anything its owner needs, and can follow him/her anywhere.

    This is still a very sketchy idea, but here is the use case that is behind.

    At work, many people are used to taking notes in their personal notebook (the paper form, not the computer form). 
    I find this suboptimal, and have installed mediawiki on my personal laptop for this usage.
    But as much as I love mediawiki for a collaborative wiki, this solution is over the top for a personal usage.
    

    There are a number of tools out there, but:

    • none of them is written in Qt / KDE
    • most are not WYSIWYG

    Rekollect comes close, but as far as I could tell, is not based on a wiki philosophy.

    Basket is great but follows a different strategy.

    Features

    • versioning
    • tags support
    • automatic linking (if a page exists with the same title as a word in the current page, Luggage will propose to link to the page)
    • include (or link to) images, documents
    • rich text editor (WYSIWYG)
    • export to
      • mediawiki text (import too)
      • mediawiki XML (import too)
      • OpenOffice
    • a link with kontact could be envisaged
      • create tasks
      • calendar view

    Format

    Should I go for :

    • flat files (a wiki inside a directory) ?
    • SQLite
    • Other ?

    I don't want a database server, this is best done in mediawiki and friends :), so these are out of question:

    • MySQL
    • PostgreSQL
    • ...

    Constraints

    • Plugin based
    • Mono user (though data could be on a network folder)

    Language

    • PyKDE ?
    • QML
    • Or just plain old C++ :)