Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added minors improvements about the package #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 94 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,102 @@
plonetheme.woodexperience
=========================


Introduction
============
------------

The ``plonetheme.woodexperience`` package uses the *theming & packaging* features
available in `plone.app.theming`_ to make the theme `woodexperience`_ easily
available in `Plone 4.1`_.
available in Plone 4.x version.

.. image:: https://raw.github.com/redomino/plonetheme.woodexperience/master/screenshot.png
:alt: A plonetheme.woodexperience product theme screenshot


Installation
------------


Add Plone site
~~~~~~~~~~~~~~

Install Plone 4.x with `plone.app.theming`_ and create a Plone site (if you have not already)
with Diazo theming configured.


Zip file
~~~~~~~~

If you are an end user, you might enjoy installation via zip file import.

1. Download the zip file: https://raw.githubusercontent.com/redomino/plonetheme.woodexperience/master/woodexperience.zip
2. Import the theme from the Diazo theme control panel.


Buildout
~~~~~~~~

If you are a developer, you might enjoy installation via buildout.

Add ``plonetheme.woodexperience`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::

[instance]
eggs =
Plone
plonetheme.woodexperience

and then running "bin/buildout"


Select theme
~~~~~~~~~~~~

Select and enable the theme from the Diazo control panel. That's it!


Contribute
----------

* Issue Tracker: https://github.com/redomino/plonetheme.woodexperience/issues

* Source Code: https://github.com/redomino/plonetheme.woodexperience

* Wiki: https://github.com/redomino/plonetheme.woodexperience/wiki


Authors
-------

This product was developed by:

* Giacomo Spettoli aka giacomo for `Redomino team`_.


Collaborations
~~~~~~~~~~~~~~

* Leonardo J. Caballero G. aka macagua

* Full Name aka nickname

For an updated list of all the contributors visit: https://github.com/redomino/plonetheme.woodexperience/graphs/contributors


Support
-------

If you are having issues, please let us know via `our Issue Tracker`_.


License
-------

This package is GPL version 2.

.. image:: http://svn.plone.org/svn/collective/plonetheme.woodexperience/trunk/screenshot.png

.. _`woodexperience`: http://www.freelayoutsworld.com/free-layouts/preview/648876299/
.. _`plone.app.theming`: http://pypi.python.org/pypi/plone.app.theming
.. _`Plone 4.1`: http://pypi.python.org/pypi/Plone/4.1rc2
.. _`Redomino team`: http://redomino.com/
.. _`our Issue Tracker`: https://github.com/redomino/plonetheme.woodexperience/issues

12 changes: 12 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
Changelog
=========

1.2 (unreleased)
----------------

- Added manifest file and preview file for diazo theme [macagua]

- Update information about this package [macagua]

- Updated LICENSE file [macagua]

- Added more keywords and strings classifiers items for the PyPi metadata package [macagua]

1.1 (2011-07-30)
----------------

- Fixed doctype [giacomos]

1.0 (2011-06-19)
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Zip file

If you are an end user, you might enjoy installation via zip file import.

1. Download the zip file: http://svn.plone.org/svn/collective/plonetheme.woodexperience/trunk/woodexperience.zip
1. Download the zip file: https://raw.githubusercontent.com/redomino/plonetheme.woodexperience/master/woodexperience.zip
2. Import the theme from the Diazo theme control panel.

Buildout
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
collective.multisitepanel is copyright Giacomo Spettoli
plonetheme.woodexperience is copyright Giacomo Spettoli

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions plonetheme/woodexperience/static/manifest.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[theme]
title = Plonetheme Woodexperience
description = Woodexperience Theme with plone.app.theming
preview = preview.png
Binary file added plonetheme/woodexperience/static/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 22 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,37 @@
from setuptools import setup, find_packages
import os

version = '1.1'
version = '1.2'

setup(
name='plonetheme.woodexperience',
version='1.2',
description='An installable Diazo theme for Plone 4.1',
long_description=open('README.rst', 'rb').read()+'\n'+
open(os.path.join("docs", "INSTALL.txt")).read()+'\n'+
open(os.path.join("docs", "HISTORY.txt")).read(),
version='1.1',
# Get more strings from
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Plone',
'Framework :: Plone :: 4.1',
'Framework :: Plone :: 4.2',
'Framework :: Plone :: 4.3',
'Framework :: Zope2',
'Framework :: Zope3',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
],
keywords='web zope plone theme diazo',
author='Giacomo Spettoli',
author_email='[email protected]',
url='http://svn.plone.org/svn/collective/plonetheme.woodexperience',
url='https://github.com/redomino/plonetheme.woodexperience',
packages=find_packages(),
include_package_data=True,
namespace_packages=[
Expand All @@ -22,13 +41,8 @@
'setuptools',
'plone.app.theming',
],
classifiers=[
"Framework :: Plone",
"Programming Language :: Python",
],
entry_points={
'z3c.autoinclude.plugin': 'target = plone',
}
)


Binary file modified woodexperience.zip
Binary file not shown.