-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
100 lines (58 loc) · 2.28 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
92
93
94
95
96
97
98
99
100
===============
plonetheme.unam
===============
Continuous integration status:
.. image:: https://travis-ci.org/imatem/plonetheme.unam.png
:target: https://travis-ci.org/imatem/plonetheme.unam
PyPI status:
.. image:: https://pypip.in/v/plonetheme.unam/badge.png
:target: https://crate.io/packages/plonetheme.unam/
:alt: Latest PyPI version
.. image:: https://pypip.in/d/plonetheme.unam/badge.png
:target: https://crate.io/packages/plonetheme.unam/
:alt: Number of PyPI downloads
This is a responsive theme that provides a nice unam.mx like HTML output.
.. contents:: Table of Contents
:depth: 2
Requirements
------------
* Plone 4.3.x (http://plone.org/products/plone)
Screenshots
-----------
Layout of the site when viewed in a computer resolution:
.. image:: https://github.com/imatem/plonetheme.unam/raw/master/src/plonetheme/unam/theme/plonetheme.unam/preview.png
Layout of the site when viewed with a cell phone resolution:
.. image:: https://github.com/imatem/plonetheme.unam/raw/master/screenshot-cel.png
.. image:: https://github.com/imatem/plonetheme.unam/raw/master/screenshot-cel2.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/imatem/plonetheme.unam/raw/master/plonetheme.unam.zip>`_
2. Upload the theme from the Theming control panel.
Buildout
++++++++
If you are a developer, you might enjoy installing it via buildout.
Add ``plonetheme.unam`` to your ``plone.recipe.zope2instance`` section's *eggs* parameter e.g.::
[instance]
eggs =
Plone
...
plonetheme.unam
Or, you can add it as a dependency on your own product *setup.py*::
install_requires=[
...
'plonetheme.unam',
],
Enabling the theme
~~~~~~~~~~~~~~~~~~
Activate the theme from the Theming control panel. That's it!
Credits
-------
* Gildardo Bautista.
* Adriana Ramírez Vigueras.
`beyondskins.responsive <https://github.com/simplesconsultoria/beyondskins.responsive>`_ was used as a start for this theme.
Design taken from `http://recursosweb.unam.mx <http://recursosweb.unam.mx/recursos-web/lineamientos-unam/estructurales/plantilla-sugerida/>`_.