Deploy Plone site to static files.
Project description
Overview
stxnext.staticdeployment is a tool to deploy Plone site to static files. It supporst Plone 3 and Plone 4 (including sites using Diazo themes).
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
The configuration is stored in the INI file. The default configuration is contained by the package, but it can be easily overrided by creating the custom staticdeployment.ini file in the ${buildout:directory}/etc folder.
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
staticdeployment.ini paramaters
- deployment-directory (string)
Where to deploy site. Path can be relative or absolute. Default: ./plone-static
- layer-interface (string)
Default: zope.publisher.interfaces.browser.IDefaultBrowserLayer
- defaultskin-name (string)
Skin which will be used during deploy. Default: Sunburst Theme
- deploy-plonesite (boolean)
If enabled home page will be deployed also as index.html in root of deployment-directory. Default: true
- deploy-registry-files (boolean)
Deploy registry files (CSS, JS, KSS)? Default: true
- make-links-relative (boolean)
Make all links relative (otherwise they will be absolute). Default: false
- add-index (boolean)
Add index.html to all links (that should have index.html). Works only when make-links-relative is enabled. Default: false
- page-types (list)
Page types that should be deployed. For example: ATDocument, ATFolder
- file-types (list)
File types that should be deployed. For example: ATBlob
- skinstool-files (list)
Additional files (from plone_skins tool) which should be deployed. For example: plone_images/favicon.ico
- additional-files (list)
Other files to deploy. For example: sitemap.xml.gz
- additional-pages (list)
Other pages that should be deployed. For example: sitemap
- deployable-review-states (list)
Only pages with review states listed here will be deployed. Default: published
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).
Changelog
1.0.3 (unreleased)
better unicode handling [vangheem]
make sure to not html transform css and js resources [vangheem]
fix diazo support [vangheem]
fix retrieving plone.resource files [vangheem]
fix trying to parse data images in css [vangheemj]
fix use a relative paths in css [vangheem]
Fixed bug with missing porltets (tnanks to Alessandro Ruocco)
1.0.2 (12.07.2012)
Fixed bug with image scale name exctraction
Fixed method transforming the images links
1.0.1 (03.07.2012)
Fixed issue with Products.CMFCore on Plone 4.1
1.0.0 (23.05.2012)
Code refactoring
Compatibility with Plone 3
Created tests
Added possibility of generating relative paths
History of earlier changes: https://github.com/stxnext/stxnext.staticdeployment/blob/refactoring/docs/OLD_HISTORY.txt
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file stxnext.staticdeployment-1.0.3.tar.gz
.
File metadata
- Download URL: stxnext.staticdeployment-1.0.3.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19159a1e228b3f8efe5f8948c42b230324fe678a5cbbc4e90b6e83029960e773 |
|
MD5 | 210157166ffcb58060493dcee301e6de |
|
BLAKE2b-256 | 581193e0e89053d5ac94ab1740cd1d9d19b6d5157da1845a1d8257756bdfdbd6 |