programming:doc-archive

Arxivador de documents

  • audio, video, text
  • CouchDB
    • replication
    • document storage
    • document structureless
    • HTTP interface
  • panel widget
    • (drag and drop), input docs
    • search box
  • Qt
    • C++
    • Multi-platform (Win, Lin and Mac)
  • Text editor
    • store in CDB
    • diary archive
    • GTD tasks (like todo but more advanced)
    • process, waiting for, archive
    • wiki format support or another rich text format compatible with HTML or .txt
  • History
    • RSS
    • list of last actions
  • Archive
    • Tag cloud
    • search box for documents
  • cada fitxer en un document
  • model document
    { 
        _id:
        _rev:
        tags: [id1, id2, id3]
        ts_upload:
        ts_last_update:
       "_attachments": {
           "tinycorelinux-kexec-screenshot.png": {
               "content_type": "image/png",
               "revpos": 711,
               "length": 42121,
               "stub": true
           }
    }
  • bbdd: tags:
    {
        _id:
        _rev:
        name: 
    }
  • busqueda document, camp de busqueda ho fa per:
    • nom fitxer
    • tags
    • content-type
    • busquedes per data, temps de mod i d'inserció
  • docs referenciables via URL
  • forma de treballar
    • baixem fitxer treballem i el tornem a pujar
    • caixa màgica: dibuix al evernote
    • zona drag&drop
    • lookup file
    • last files
    • settings
  • potser es pot aprofitar el codi python de: http://code.google.com/p/couchdb-fuse/
  • programming/doc-archive.txt
  • Last modified: 2012/06/06 10:14
  • (external edit)