Difference between revisions of "Lemon8-XML Roadmap"
From PKP Wiki
(trimmed history) |
|||
| Line 30: | Line 30: | ||
* Per-user accounts and self-signup with captcha (eg. [http://recaptcha.net/ reCaptcha] ?) | * Per-user accounts and self-signup with captcha (eg. [http://recaptcha.net/ reCaptcha] ?) | ||
* Convert incoming HTML entities in content into UTF-8 | * Convert incoming HTML entities in content into UTF-8 | ||
| − | * Refactor to add plugin classes: lookup, export, import, metadata schema | + | * Refactor to add plugin classes: parse, lookup, export, import, metadata schema |
* Full automated installer script | * Full automated installer script | ||
| − | '''<big> | + | '''<big>Unfiled Bugs</big>''' |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
* Parser does not find a title in a .odt when it is in the document properties (Peter Sefton) | * Parser does not find a title in a .odt when it is in the document properties (Peter Sefton) | ||
* Extraneous "Aff1" with nothing attached to it - on first author. | * Extraneous "Aff1" with nothing attached to it - on first author. | ||
* Occasionally random "<name name-style="western">" appear when an article has many, many authors | * Occasionally random "<name name-style="western">" appear when an article has many, many authors | ||
* Does not properly output "et al" for citations with more than X authors (6?) (in HTML) | * Does not properly output "et al" for citations with more than X authors (6?) (in HTML) | ||
| − | |||
| Line 60: | Line 53: | ||
'''<big>Section Editor</big>''' | '''<big>Section Editor</big>''' | ||
| − | * Enable collapsable sections | + | * <s>Enable collapsable sections</s> |
* Add/paste/edit XHTML tables and sections (TinyMCE) | * Add/paste/edit XHTML tables and sections (TinyMCE) | ||
'''<big>Citation Editor</big>''' | '''<big>Citation Editor</big>''' | ||
| − | |||
* Citation types and elements mapped to NLM? | * Citation types and elements mapped to NLM? | ||
* Refactor UI using AJAX and JSON-type methods | * Refactor UI using AJAX and JSON-type methods | ||
| Line 89: | Line 81: | ||
=Tutorials= | =Tutorials= | ||
| − | + | ||
| + | * [[Five steps to an XML document]] by Tarek Lubani | ||
Revision as of 09:41, 17 September 2008
Contents |
Development Roadmap
Milestone 3 - 1.0 (Current - Q3 2008)
Personalization
- Allow upload of custom XSL/CSS for preview/export
- Set default metadata values (eg. copyright statement)
Document Parser
- UI to present user with content that is left unparsed
Section Editor
- Change section heading level
- Add/upload new figure
XML Export
- XML pre-validation
- Add Docbook DTD export schema
- NLM: metadata generation w/full aff linking
- NLM: Improve figure/abstract/list transformation
- NLM: Add figures/tables to xref detection
- NLM: Integrate feedback from Open Medicine
Framework
- Per-user accounts and self-signup with captcha (eg. reCaptcha ?)
- Convert incoming HTML entities in content into UTF-8
- Refactor to add plugin classes: parse, lookup, export, import, metadata schema
- Full automated installer script
Unfiled Bugs
- Parser does not find a title in a .odt when it is in the document properties (Peter Sefton)
- Extraneous "Aff1" with nothing attached to it - on first author.
- Occasionally random "<name name-style="western">" appear when an article has many, many authors
- Does not properly output "et al" for citations with more than X authors (6?) (in HTML)
Proposed for Future Release
Metadata Editor
- Enable multiple article ID
- Add primary author selector / role-aff association
- Add acknowledgements, reviewers, review dates, etc.
- Create markup for abstract sections in XHTML
- Enable collapsable sections (authors, affiliations, etc)
Section Editor
-
Enable collapsable sections - Add/paste/edit XHTML tables and sections (TinyMCE)
Citation Editor
- Citation types and elements mapped to NLM?
- Refactor UI using AJAX and JSON-type methods
HTML/PDF Preview
- Investigate move to DOMPDF from FOP
- Improve PDF XSL (as per OJS development)
- Tweak XHTML stylesheets for tables/figures
XML Export
- Integrate Pubmed Central Style Checker / Article Previewer
- Add Erudit DTD export schema
- Add initial Scribus 1.5 DTD export schema
Framework
- Add form data validation
- Better error/warning messages (eg. citations, required fields, etc.)
- Full I18n and L10n to French, Spanish
Tutorials
- Five steps to an XML document by Tarek Lubani