Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datakurre/plonetheme-upload
- Owner: datakurre
- Created: 2016-10-02T17:21:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T12:33:36.000Z (over 5 years ago)
- Last Synced: 2024-11-27T18:57:51.301Z (about 2 months ago)
- Language: Nix
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
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 siteOptional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
--enable Enable theme after uploadUploader 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``.