Difference between revisions of "OpenOfficeOrg Addin"

From Creative Commons
Jump to: navigation, search
(Requirements)
(Desirable Features)
Line 22: Line 22:
  
 
* Make license text available as Auto Text.  Just like a page number or "Author" auto text, this could be inserted in the footer of a document.  If the license for the document was updated, the text would be updated as well.
 
* Make license text available as Auto Text.  Just like a page number or "Author" auto text, this could be inserted in the footer of a document.  If the license for the document was updated, the text would be updated as well.
 +
** translation ?
  
 
== Discussion ==
 
== Discussion ==

Revision as of 09:52, 13 July 2006


A Creative Commons Add-in for OpenOffice.org would allow license information to be embedded in OpenOffice.org Writer, Impress and Calc documents.

Requirements

  • Use the Creative Commons web services to display a licensing dialog and generate licensing information
    • available for Python
    • available for Java
    • can be encapsulated as an uno service if needed
  • Store license URI, properties and/or RDF in the document file
    • OOo user defined metadata can be used (matada renamed and string stored)
  • Insert license declaration text
    • What about languages ?
    • Possibly in a hidden section ?

Desirable Features

  • Make license text available as Auto Text. Just like a page number or "Author" auto text, this could be inserted in the footer of a document. If the license for the document was updated, the text would be updated as well.
    • translation ?

Discussion

  • Would a straight up core addition to OpenOffice.org be more desirable than a plug-in? Jon Phillips 18:08, 6 July 2006 (UTC)
    • I do not think so. Uno Framework and Extensions project is designed for such uses Laurent Godard