source: extensions/simple_themes/simple/README.md @ 13549

Last change on this file since 13549 was 13549, checked in by plg, 12 years ago

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File size: 3.1 KB
Line 
1Simple grey theme for Piwigo
2============================
3
4*Simple  grey*  is a  theme  for *Piwigo*  gallery  software.  This theme  was
5inspired  by *gally  /  Graphite* theme  for  Piwigo, and  *Carbon* theme  for
6Gallery, with the goal to simplify the design up to go to basics: the photos !
7You can also find some variants (Sunset, Black, White) in Piwigo extensions.
8
9Licence
10-------
11
12Copyright(C) 2009-2011 Simon C. <contact at saimon dot org>
13
14The "Simple grey"  theme for Piwigo is free software:  you can redistribute it
15and/or  modify  it under  the  terms  of the  GNU  General  Public License  as
16published by the Free Software Foundation.
17
18This program  is distributed in the hope  that it will be  useful, but WITHOUT
19ANY WARRANTY; without even the  implied warranty of MERCHANTABILITY or FITNESS
20FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
21
22You should have  received a copy of the GNU General  Public License along with
23this program. If not,  see <http://www.gnu.org/licenses/>.
24
25Links
26-----
27
28* [Piwigo](http://piwigo.org/)
29* [Simple page](http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo)
30* [Development](http://github.com/saimn/simple-grey)
31* [Download](http://fr.piwigo.org/ext/extension_view.php?eid=308)
32
33Install
34-------
35
36* for **Piwigo  > 2.1.x**,  use **Simple  > 2.x** :  download the  archive and
37  extract it in  ``your-gallery/theme/``. You can also use  directly the theme
38  installer for the admin interface.
39* for  **Piwigo 2.0.x**,  use  **Simple  1.4.1** :  download  the archive  and
40  extract it in ``your-gallery/template/``.
41
42Notes for developpers
43---------------------
44
45* `js/compress.sh` is a script which allows to compress and minify the
46  different javascript files, using `yuicompressor`.
47
48Changelog
49---------
50
51### version 2.3 (07/01/2011)
52
53* if cl_conflit is used, don't add jQuery.noConflict
54* fix the possibility to toggle visibility of image informations
55* show logout link when connected - thanks to gbo
56* update jquery to 1.4.4
57* backport commit from piwigo: r6244, r6430 & r6438
58* add gitignore
59* update javascripts + add script to combine/minify
60* apply r6594 from piwigo's trunk
61* move jquery in the header, using known_script
62* translation for the menu title
63* add 1px icon start_filter.png to avoid loading error with rvtree plugin
64* margin for error & info divs
65
66### version 2.2 (23/09/2010)
67
68* fix the calendar's pages
69* update picture.tpl (download, favorites, metadata, rating)
70* change the way to hide blocks  in JS, without <noscript>, thanks to VDigital
71  & nicolas
72* update jquery to 1.4.2
73* remove standard deviation for votes
74
75### version 2.1 (16/06/2010)
76
77- bugfix for user's profile - use default `profile_content.tpl`
78- child themes do not need to have `content.css`
79- use `local_head.tpl`
80- correct order of thumbnails & show copyright on picture page
81- use default as parent theme & change theme URI
82- add quicksearch and style input, textarea, ...
83- add login link in the footer
84
85### version 2.0 (31/05/2010)
86
87- adapt the theme for Piwigo 2.1
88- add Readme
89- tweak for plugins adding icons in .titrePage (piwishak, addthis, ...)
90
91
92## TODO
93
94- put rss link in header.tpl (when ready)
Note: See TracBrowser for help on using the repository browser.