Difference between revisions of "OpenOfficeOrg Addin"

From Creative Commons
Jump to: navigation, search
(Requirements)
(Deprecation notice.)
 
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[Category:Technology]]
 
[[Category:Metadata]]
 
[[Category:Tools]]
 
  
{{stub}}
+
== As the state of this page indicates, this project is not currently supported by Creative Commons. The plugin is no longer available or supported. ==
 +
 
 +
 
 +
{{Software Project
 +
|Description=The Creative Commons Add-in for [[OpenOffice.org]]  ([http://extensions.services.openoffice.org/project/ccooo OOo Extension Page]) allows license information to be embedded in OpenOffice.org Writer, Impress, Draw and Calc documents.
 +
|Bug tracker=http://code.creativecommons.org/issues/issue?status=-1,1,2,3,4,5,6,7&@sort=-activity&@search_text=&@dispname=CC%20OOo%20Addin&@filter=status,project&@group=priority&project=7&@columns=id,activity,title,creator,assignedto,status&@pagesize=50&@startwith=0
 +
|Code repository=http://code.creativecommons.org/viewsvn/ccooo/
 +
|Mailing list=http://lists.ibiblio.org/mailman/listinfo/cc-devel
 +
}}
 +
 
 +
<gallery widths=352px heights=400px perrow=2 caption="Set Sharing & Reuse Permissions">
 +
Image:Ccooo_menu.png|''Creative Commons Menu''
 +
Image:CC_tab.png|''Creative Commons Tab''
 +
Image:CC0_tab.png|''CC0 Tab''
 +
Image:PD_tab.png|''Public Domain Tab''
 +
</gallery>
 +
 
 +
 
 +
<gallery widths=352px heights=400px perrow=2 caption="Insert Image">
 +
Image:Image_menu.png|''Insert Image Menu''
 +
Image:Image_dialog.png|''Insert Image Dialog''
 +
</gallery>
 +
 
 +
== Installation ==
 +
 
 +
The latest version of the plugin is 0.7.0, available for download from the [http://extensions.services.openoffice.org/en/project/ccooo OpenOffice.org Extension site].
 +
 
 +
To install:
 +
 
 +
# Download the plugin
 +
# Open OpenOffice.org
 +
# Go to the '''Tools''' menu and select '''Extension Manager'''.  Click '''Add''' and select the file you downloaded.
 +
# After the installation process completes, restart OpenOffice.org.  The Creative Commons menu options will be located at the bottom of the '''Insert''' menu.
  
A Creative Commons Add-in for OpenOffice.org would allow license information to be embedded in OpenOffice.org Writer, Impress and Calc documents.
+
Debian/Ubuntu (& other variants) users:
 +
# Debian/Ubuntu (& other variants) users may have problems if the plugin installed using the Extension Manager.
 +
# They may need to install the plugin using the terminal.
 +
# To install use /usr/lib/openoffice/program/unopkg gui -f ccooo.oxt
  
== Status ==
 
  
* Browse code at http://cctools.svn.sourceforge.net/viewvc/cctools/ccooo/ or checkout from https://cctools.svn.sourceforge.net/svnroot/cctools/ccooo/
+
To upgrade:
* Needs UI cleanup
 
* Needs packaging(?) and release
 
  
 +
# Open OpenOffice.org
 +
# Go to the '''Tools''' menu and select '''Extension Manager'''.  Select ''ccooo.oxt'' and  click the '''Updates...''' button.  OpenOffice.org will check for updates and prompt you to download the new version, if available.
  
== Requirements ==
+
== Development ==
  
* Use the Creative Commons [http://api.creativecommons.org/ web services] to display a licensing dialog and generate licensing information
+
* Browse code at http://code.creativecommons.org/viewsvn/ccooo/ or checkout from http://code.creativecommons.org/svnroot/ccooo/
** available for Python
+
* [[OpenOfficeOrg_Addin/Changes|Changes]]
** 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 (metadata renamed and string stored)
 
* Insert license declaration text (see discussion below)
 
  
== Desirable Features ==
+
=== Known Issues ===
  
* 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.
+
* This plugin may not work with Mac OS X
** translation ?
+
* In Ubuntu (& other variants) if the plugin is installed using the extension manager the menus will not show or they will be inactive
* Educational component (wizard) assists people in selecting appropriate license types for their desires
+
* Issues should be added to http://code.creativecommons.org/issues
* Display license information when opening CC licensed documents
 
  
== Discussion ==
+
=== Future Features ===
  
* Would a straight up core addition to OpenOffice.org be more desirable than a plug-in? [[User:Jon Phillips|Jon Phillips]] 18:08, 6 July 2006 (UTC)
+
* Internationalization.
** I do not think so. Uno Framework and Extensions project is designed for such uses [[User:Laurent Godard|Laurent Godard]]
+
* Support for Mac OS X.
** Of note there are two open issues on the OpenOffice issue tracker in relation to this, [http://www.openoffice.org/issues/show_bug.cgi?id=66656 Equivalent of Creative Commons Add-in for Microsoft Office] (Opened June 2006) and [http://www.openoffice.org/issues/show_bug.cgi?id=29404 Marking documents with Creative Commons license metadata] (Opened May 2004). there are not many votes for either and now indication of how it would be implemented --[[User:Miguelpdl|Miguelpdl]] 11:50, 17 July 2006 (UTC)
 
* Insert license declaration text
 
** What about languages ?
 
*** We could make available some languages packages that user could choose during setup --[[User:Ksiomelo|Ksiomelo]] 01:59, 27 March 2007 (UTC)
 
** Possibly in a hidden section ?
 
  
 
== See also ==
 
== See also ==
Line 46: Line 66:
  
 
== External links ==
 
== External links ==
 +
* [http://labs.creativecommons.org/category/openoffice/ CC Labs blog posts on this add-in]
 
* [http://techblog.creativecommons.org/2007/04/14/summer-of-code-project-%e2%80%9copenofficeorg-writer-add-in-for-publishing-cc-licensed-documents%e2%80%9d/  Summer of Code Project: “OpenOffice.org Writer Add-in for Publishing CC Licensed Documents”]
 
* [http://techblog.creativecommons.org/2007/04/14/summer-of-code-project-%e2%80%9copenofficeorg-writer-add-in-for-publishing-cc-licensed-documents%e2%80%9d/  Summer of Code Project: “OpenOffice.org Writer Add-in for Publishing CC Licensed Documents”]
 
* [http://www.openoffice.org/ OpenOffice.org]
 
* [http://www.openoffice.org/ OpenOffice.org]
Line 52: Line 73:
 
* thread on cc-metadata from February 2004: [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000303.html CC metadata in OpenOffice.org/OASIS documents], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000304.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000305.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000306.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000307.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000308.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000309.html]
 
* thread on cc-metadata from February 2004: [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000303.html CC metadata in OpenOffice.org/OASIS documents], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000304.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000305.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000306.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000307.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000308.html], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-February/000309.html]
 
* thread on cc-metadata from March 2004: [http://lists.ibiblio.org/pipermail/cc-metadata/2004-March/000310.html CC OASIS Open Office draft updated], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-March/000311.html]
 
* thread on cc-metadata from March 2004: [http://lists.ibiblio.org/pipermail/cc-metadata/2004-March/000310.html CC OASIS Open Office draft updated], [http://lists.ibiblio.org/pipermail/cc-metadata/2004-March/000311.html]
 +
* Issues on OO.o bug tracker: [http://qa.openoffice.org/issues/show_bug.cgi?id=29404 #29404], [http://qa.openoffice.org/issues/show_bug.cgi?id=66656 #66656]
 +
 +
{{Challenge Enabled}}
 +
 +
{{Translations
 +
| articles = Ru:OpenOfficeOrg_Addin
 +
}}
 +
 +
[[Category:Technology]]
 +
[[Category:Metadata]]
 +
[[Category:Tools]]
 +
[[Category:OpenOffice.org]]
 +
__NOTOC__

Latest revision as of 03:53, 7 March 2018

As the state of this page indicates, this project is not currently supported by Creative Commons. The plugin is no longer available or supported.

Description of Software The Creative Commons Add-in for OpenOffice.org (OOo Extension Page) allows license information to be embedded in OpenOffice.org Writer, Impress, Draw and Calc documents.
Bug Tracker Link to Bug Tracker
Code Repository Link to Code repository
Mailing List Link to Mailing list



Installation

The latest version of the plugin is 0.7.0, available for download from the OpenOffice.org Extension site.

To install:

  1. Download the plugin
  2. Open OpenOffice.org
  3. Go to the Tools menu and select Extension Manager. Click Add and select the file you downloaded.
  4. After the installation process completes, restart OpenOffice.org. The Creative Commons menu options will be located at the bottom of the Insert menu.

Debian/Ubuntu (& other variants) users:

  1. Debian/Ubuntu (& other variants) users may have problems if the plugin installed using the Extension Manager.
  2. They may need to install the plugin using the terminal.
  3. To install use /usr/lib/openoffice/program/unopkg gui -f ccooo.oxt


To upgrade:

  1. Open OpenOffice.org
  2. Go to the Tools menu and select Extension Manager. Select ccooo.oxt and click the Updates... button. OpenOffice.org will check for updates and prompt you to download the new version, if available.

Development

Known Issues

  • This plugin may not work with Mac OS X
  • In Ubuntu (& other variants) if the plugin is installed using the extension manager the menus will not show or they will be inactive
  • Issues should be added to http://code.creativecommons.org/issues

Future Features

  • Internationalization.
  • Support for Mac OS X.

See also

External links


OpenOfficeOrg Addin
Have an idea about this page? Want to help build the CC ecosystem? Check out the challenges related to OpenOfficeOrg Addin, or add one of your own below.
Open Challenges
{{#ask: Is Complete::no

Related To::OpenOfficeOrg Addin|format=table}}

Completed Challenges
{{#ask: Is Complete::yes

Related To::OpenOfficeOrg Addin|format=table}}

{{#forminput:Challenge|35 Challenge[related_to]=OpenOfficeOrg Addin }}