Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datakurre/plonetheme-upload

Tool for zipping and uploading a Plone theme over HTTP
https://github.com/datakurre/plonetheme-upload

Last synced: about 1 month ago
JSON representation

Tool for zipping and uploading a Plone theme over HTTP

Awesome Lists containing this project

README

        

Plone Theme Uploader
====================

Simple tool for packaging (zip) and uploading a Plone theme package
for Plone 5:

.. code::

usage: plonetheme-upload [-h] [-v] [--enable] source destination

Plone Theme Uploader

Positional arguments:
source Theme source directory
destination Theme destination Plone site

Optional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
--enable Enable theme after upload

Uploader always overrides existing theme. If you override existing theme by
accident, you should be able to revert the upload from ZMI undo form.

Uploader supports the default cookie authentication and will save the Plone
session cookie in ``/.plonetheme-upload-cookie``.