forked from simplesconsultoria/beyondskins.responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
92 lines (58 loc) · 2.33 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
===============================================
Responsive Diazo
===============================================
.. contents:: Table of Contents
:depth: 2
Overview
--------
Responsive Diazo is an installable Plone Theme developed by `Simples
Consultoria <http://www.simplesconsultoria.com.br/>`_ using the **theming** and
**packaging** features available in `plone.app.theming`_.
You could use this theme as a start for you own Diazo themes -- but send us a
postcard, ok ;-)
Requirements
------------
* Plone 4.1.x (http://plone.org/products/plone)
* plone.app.theming (*will be installed as a dependency of this package*)
Screenshots
------------
Layout of the site when viewed in a computer resolution:
.. image:: https://github.com/simplesconsultoria/beyondskins.responsive/raw/master/beyondskins.responsive-full.png
Layout of the site when viewed with a tablet resolution:
.. image:: https://github.com/simplesconsultoria/beyondskins.responsive/raw/master/beyondskins.responsive-reduced.png
Installation
------------
Getting the theme
~~~~~~~~~~~~~~~~~~~~
Zip file
++++++++++
If you are an end user, you might enjoy installation via zip file import.
1. Download a `zip file <https://github.com/simplesconsultoria/beyondskins.responsive/raw/master/beyondskins.responsive.zip>`_
2. Import the theme from the Diazo theme control panel.
Buildout
++++++++++
If you are a developer, you might enjoy installing it via buildout.
Add ``beyondskins.responsive`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::
[instance]
eggs =
Plone
...
beyondskins.responsive
Or, you can add it as a dependency on your own product *setup.py*::
install_requires=[
...
'beyondskins.responsive',
],
Enabling the theme
~~~~~~~~~~~~~~~~~~~~
Select and enable the theme from the Diazo control panel. That's it!
Credits
-------
* Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) - CSS,
Accessibility and Q&A.
* Andre Nogueira (andre at simplesconsultoria dot com dot br) - Conception
and prototype.
* Davi Lima (davi at simplesconsultoria dot com dot br) - Translation,
Fixes.
.. _`plone.app.theming`: http://pypi.python.org/pypi/plone.app.theming
.. _`Plone 4.1`: http://pypi.python.org/pypi/Plone/4.1rc2