Difference between revisions of "Distributing Extensions"
Line 11: | Line 11: | ||
* '''Windows''' {INSTALL_DIR}\extensions | * '''Windows''' {INSTALL_DIR}\extensions | ||
* '''Mac OS X''' /Library/Application Support/ccPublisher/extensions | * '''Mac OS X''' /Library/Application Support/ccPublisher/extensions | ||
− | * '''Linux''' | + | * '''Linux''' {INSTALL_DIR}/extensions <br/> We only distribute a tarball on Linux right now, so the initial release will just look for the <code>extensions</code> directory in the same directory which contains the application. |
Information persisted by extensions is stored in the following locations: | Information persisted by extensions is stored in the following locations: |
Revision as of 14:23, 17 May 2006
Packaging Extensions
Installing Extensions
P6 looks for extensions in platform-dependent locations. These are:
- Windows {INSTALL_DIR}\extensions
- Mac OS X /Library/Application Support/ccPublisher/extensions
- Linux {INSTALL_DIR}/extensions
We only distribute a tarball on Linux right now, so the initial release will just look for theextensions
directory in the same directory which contains the application.
Information persisted by extensions is stored in the following locations:
- Windows ~\ccPublisher\p6.settings
- Mac OS X ~/Library/Application Support/ccPublisher/p6.settings
- Linux ~/.p6.settings