Difference between revisions of "Distributing Extensions"

From Creative Commons
Jump to: navigation, search
Line 12: Line 12:
 
* '''Mac OS X''' {USER_DIR}/Library/Application Support/ccPublisher
 
* '''Mac OS X''' {USER_DIR}/Library/Application Support/ccPublisher
 
* '''Linux''' {USER_DIR}/.ccpublisher
 
* '''Linux''' {USER_DIR}/.ccpublisher
 +
* [http://goo.gl/Wqcdv Model]
  
 
Extensions should be installed in the <code>extensions</code> subdirectory of the support directory.  For example, a Windows user with the username John would have extensions installed into
 
Extensions should be installed in the <code>extensions</code> subdirectory of the support directory.  For example, a Windows user with the username John would have extensions installed into
  
 
   c:\Documents and Settings\John\Application Data\ccPublisher\extensions
 
   c:\Documents and Settings\John\Application Data\ccPublisher\extensions

Revision as of 01:48, 30 November 2012


Packaging Extensions

Installing Extensions

ccPublisher defines two directories for supporting application information: the resource directory and the support directory. The resource directory contains user interface definition files, images, etc. The support directory is used to store settings information and extensions. The support directory is defined relative to the user's home directory, and varies by platform as appropriate. The locations are:

  • Windows {USER_DIR}\Application Data\ccPublisher
  • Mac OS X {USER_DIR}/Library/Application Support/ccPublisher
  • Linux {USER_DIR}/.ccpublisher
  • Model

Extensions should be installed in the extensions subdirectory of the support directory. For example, a Windows user with the username John would have extensions installed into

 c:\Documents and Settings\John\Application Data\ccPublisher\extensions