This is an automated email from the git hooks/post-receive script. onlyjob pushed a commit to branch master in repository openmolar.
commit 0e445c2 (HEAD, master) Author: Dmitry Smirnov <[email protected]> Date: Thu Mar 27 00:36:46 2014 New upstream release [0.5.0~beta18] + README.Debian update --- debian/README.Debian | 34 ++++++++++++++++++++++++++++++++++ debian/changelog | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index c55c6ac..e71b7d3 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1 +1,35 @@ This is "beta" release so it may not be ready for production use. +================================================================= + +---- +## Configurable documents :: http://openmolar.com/om1/help/documents + +Since version 0.5.0 Openmolar1 can be configured to provide shortcuts to +documents on the client computer (and consequently ships +with fewer irrelevant/historical documents!). + +An example use for this is +to store reference documents for certain clinical situations, of for +billing information from health boards or insurance companies. +However, users are encouraged to use this flexible feature as they see fit! + +The simple way to use this is to place such documents in the hidden folder +"~/.openmolar/documents", and openmolar will offer these to the user +when the document dialog is opened. + +A more complex configuration is to place a docs.xml file in this folder. +Using this method the user is presented with a more human readable +choice of files, ordered into tabs. the format of this file is as follows - +and hopefully self-explanatory! + + <?xml version="1.0" encoding="UTF-8"?> + <documents> + <group heading="Fees"> + <document title="Reference document one" filename="myfile.pdf"/> + <document title="Reference two" filename="microsoft.doc"/> + </group> + <group heading="perio docs"> + <document title="CPITN" filename="cpitn.pdf"/> + <document title="Antibiotic protocols for perio" filename="perio_antibiotics.xls"/> + </group> + </documents> diff --git a/debian/changelog b/debian/changelog index b9d94f4..537a29e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -openmolar (0.5.0~10-1) unstable; urgency=low +openmolar (0.5.0~18-1) unstable; urgency=low * Initial release (Closes: #564285). - -- Dmitry Smirnov <[email protected]> Tue, 18 Mar 2014 14:21:14 +1100 + -- Dmitry Smirnov <[email protected]> Thu, 27 Mar 2014 11:34:41 +1100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openmolar.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
