stxnext.staticdeployment 0.3.1
Deploy Plone site to static files.
Latest Version: 0.3.2
Overview
Deploy Plone site to static files.
Installation
Edit buildout.cfg and append stxnext.staticdeployment to eggs and zcml parameters in instance section:
[instance] eggs = ... stxnext.staticdeployment zcml = ... stxnext.staticdeployment
Instance must be rebuild and restarted:
./bin/buildout ./bin/instance stop ./bin/instance start
This product must be also installed inside Plone site. Do do it, go to Site Setup -> Add/Remove Products, select checkbox near stxnext.staticdeployment and click Install button.
Configuration
Every website has own configuration (different set of eggs, skin, products etc.) - this I meas as project. But website can have few instances (development, test and production instances). Because of this, configuration is split for two parts:
- instance parameters:
- parameters connected to instance - e.g.: domain
- configured in Control Panel - can be edited throw the web (Site Setup -> Static deployment -> Settings tab)
- form has description and validation - can be used by less experienced users
- website parameters:
- stored in INI file
- created by developer of website
- can be used by many sites
- default configuration (included in egg)
- default configuration can be overriden by file ${buildout:directory}/etc/staticdeployment.ini
Usage
When website is ready to deployment go to Site Setup -> Static deployment -> Deployment tab. Select Deploy static version of website checkbox and press Save button. Deployment will work for few seconds or minutes (it depends on size of website and server performance).
Author & Contact
| Author: |
|
|---|
STX Next Sp. z o.o.
Changelog
0.3.1 [2009-11-02]
- better domains manipulations [sargo]
- handle 404 when sitemap.xml.gz is disabled [sargo]
0.3.0 [2009-10-19]
- deploying images in all defined sizes [stxnext]
0.2.1 [2009-10-06]
- allow port number in domain name [sargo]
- README update [sargo]
0.2.0 [2009-10-02]
- support for OFS.Image.Image objects [sargo]
- support for Products.Five.browser.resource.Resource (linked like ++resource++) objects [sargo]
- support for Quills (Weblog, WeblogEntry) objects [sargo]
0.1.0 [2009-09-29]
- Initial release [sargo]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| stxnext.staticdeployment-0.3.1.tar.gz (md5) | Source | 2009-11-03 17:08:09.645224 | 11KB | 33 | |
- Author: STX Next Sp. z o.o, Igor Kupczyński, Radosław Jankiewicz, Wojciech Lichota <info at stxnext pl>
- Home Page: http://www.stxnext.pl/open-source
- Keywords: plone static deploy
- License: Zope Public License, Version 2.1 (ZPL)
- Platform: any
- Categories
- Package Index Owner: sargo, stxnext
- Package Index Maintainer: stxnext
- DOAP record: stxnext.staticdeployment-0.3.1.xml
Log in to rate this package.
