HomeDevCentral

New application: Documents

Description

New application: Documents

[ Feature description ]

Manage a collection of documents.

Each document is a JSON document, format described below.

[ Workspace configuration ]

  • path: the folder where the documents are stored

[ Document format ]

{

"title": "Document title",
"format": "text/plain",
"date": "YYYY-MM-DD",
"type": "out/in/note",
"refs": {
    "us": "our reference"
    "yours": "the recipient/sender reference"
},
"content": "Here the text of the document"

}

Types:

  • out: outgoing mail
  • in: incoming mail
  • note: memo

[ L10n ]

The following messages have been added to the language files:

  • Date
  • Type
  • RefsUs
  • RefsYours
  • DocumentTypeOut
  • DocumentTypeIn
  • DocumentTypeNote

[ Views ]

  • New view: documents_list.tpl, represents a list of documents
  • New view: documents_view.tpl, shows a document

Details

Provenance
derecksonAuthored on Feb 1 2014, 01:01
derecksonPushed on Oct 17 2025, 19:49
Parents
rOBSIDIANceefdea1c46a: New feature: disclaimers
Branches
Unknown
Tags
Unknown

Event Timeline