[10084] | 1 | Metadata-Version: 1.1 |
---|
| 2 | Name: waeup.plonetheme.ngren3 |
---|
| 3 | Version: 0.1 |
---|
| 4 | Summary: WAeUP Bootstrap Plone Theme for NgREN |
---|
| 5 | Home-page: https://www.waeup.org |
---|
| 6 | Author: Henrik Bettermann |
---|
| 7 | Author-email: henrik@waeup.org |
---|
| 8 | License: GPL |
---|
| 9 | Description: Introduction |
---|
| 10 | ============ |
---|
| 11 | |
---|
| 12 | waeup.plonetheme.ngren3 integrates Twitter Bootstrap CSS/JS framework |
---|
| 13 | into Plone. You can checkout the framework at http://twitter.github.com/bootstrap |
---|
| 14 | |
---|
| 15 | It overrides some templates and uses javascript to transform |
---|
| 16 | some markup in order for it to work correctly. |
---|
| 17 | |
---|
| 18 | It's not perfect, but it's close. |
---|
| 19 | |
---|
| 20 | Dependencies |
---|
| 21 | ============== |
---|
| 22 | |
---|
| 23 | Latest Twitter Bootstrap requires jQuery 1.7.x, you can install |
---|
| 24 | it in Plone pinning plone.app.jquery in your buildout to version 1.7.2. |
---|
| 25 | You will also need to pin plone.app.jquerytools to version |
---|
| 26 | 1.5.1 to guarantee jQuery 1.7.x compatibility:: |
---|
| 27 | |
---|
| 28 | [versions] |
---|
| 29 | ... |
---|
| 30 | plone.app.jquery = 1.7.2 |
---|
| 31 | plone.app.jquerytools = 1.5.1 |
---|
| 32 | ... |
---|
| 33 | |
---|
| 34 | Twitter Boostrap itself is provided as browser resources by the addon |
---|
| 35 | `collective.js.bootstrap`_. |
---|
| 36 | |
---|
| 37 | Documentation |
---|
| 38 | =============== |
---|
| 39 | |
---|
| 40 | This product is based in Twitter Bootstrap version 2.3.x. |
---|
| 41 | |
---|
| 42 | This product adds both the basic CSS file and also the Responsive one to have |
---|
| 43 | a mobile-enabled site from the start. |
---|
| 44 | |
---|
| 45 | The generated markup is based on 'fluid CSS' and it contains a 12 column grid. |
---|
| 46 | |
---|
| 47 | The basic HTML markup is a mix of `plonetheme.sunburst`_ and Twitter Bootstrap |
---|
| 48 | and it uses the same approach of constructing the columns as Sunburst Theme: |
---|
| 49 | a simple view that returns the classes needed to have the correct column widths. |
---|
| 50 | |
---|
| 51 | If you want to change those widths, just override the view following the common |
---|
| 52 | Plone overriding patterns. |
---|
| 53 | |
---|
| 54 | This product is intended to be used in two scenarios: |
---|
| 55 | |
---|
| 56 | - As a theme from Plone |
---|
| 57 | - As a base theme to build Plone themes for your site following 'old practices' |
---|
| 58 | |
---|
| 59 | Some designers prefer to work following the old best-practices instead of using |
---|
| 60 | the Diazo-way-of-theming, this product is for them. You can create a theme package |
---|
| 61 | (check `templer skeleton generator`_), and base your them on this one. |
---|
| 62 | |
---|
| 63 | If you have any problem using this product or find any bug, please report it |
---|
| 64 | using the `GitHub issue tracker`_. |
---|
| 65 | |
---|
| 66 | Upgrade |
---|
| 67 | ========= |
---|
| 68 | |
---|
| 69 | To upgrade from version 1.0a1, just go to the add-on controlpanel and click |
---|
| 70 | on upgrade. Old skin paths and javascripts will be disabled and new ones imported |
---|
| 71 | |
---|
| 72 | |
---|
| 73 | |
---|
| 74 | Authors |
---|
| 75 | ========= |
---|
| 76 | |
---|
| 77 | - Nathan van Gheem, initial author |
---|
| 78 | - Mikel Larreategi, update to Twitter Bootstrap 2.3.x, current mantainer |
---|
| 79 | |
---|
| 80 | |
---|
| 81 | |
---|
| 82 | .. _`plonetheme.sunburst`: http://pypi.python.org/pypi/plonetheme.sunburst |
---|
| 83 | .. _`templer skeleton generator`: http://templer-manual.readthedocs.org/en/latest/ |
---|
| 84 | .. _`GitHub issue tracker`: https://github.com/collective/waeup.plonetheme.ngren3/issues |
---|
| 85 | .. _`collective.js.bootstrap`: https://pypi.python.org/pypi/collective.js.bootstrap |
---|
| 86 | |
---|
| 87 | Changelog |
---|
| 88 | ========= |
---|
| 89 | |
---|
| 90 | 1.0b4 (2013-03-18) |
---|
| 91 | -------------------- |
---|
| 92 | |
---|
| 93 | - Remove label class from ArchetypesSelectionWidget class tag [libargutxi] |
---|
| 94 | - Prepend ArchetypesSelectionWidget radio input into label [libargutxi] |
---|
| 95 | - Changed the main menu creation view using the plone standard method [libargutxi] |
---|
| 96 | - Fix personal_bar template, it was broken if you just had 1 action. [erral] |
---|
| 97 | - Upgrade to Twitter Bootstrap 2.3.0 [erral] |
---|
| 98 | - Move glipycons image into a directory called 'img', it's a requirement of the bootstrap css file [erral] |
---|
| 99 | - Fix selected class in view [erral] |
---|
| 100 | - Remove useless skin directory. skin directory should only be used to customize |
---|
| 101 | already existing resource. Use browser:resource instead [toutpt] |
---|
| 102 | - Add dependencies over collective.js.bootstrap. More easy to manage upgrade [toutpt] |
---|
| 103 | |
---|
| 104 | 1.0b3 (2012-12-11) |
---|
| 105 | ------------------- |
---|
| 106 | |
---|
| 107 | - Brown bag release. I had my git environment messed-up [erral] |
---|
| 108 | |
---|
| 109 | 1.0b2 (2012-12-11) |
---|
| 110 | ------------------ |
---|
| 111 | |
---|
| 112 | - Fix bootstrap integration JS to avoid jQuery errors and make collection criteria |
---|
| 113 | configuration work [erral] |
---|
| 114 | - Add uninstall support [erral] |
---|
| 115 | - Add Plone 4.1.x profile [erral] |
---|
| 116 | - Enable livesearch [erral] |
---|
| 117 | - Upgrade to Twitter Bootstrap 2.2.2 [erral] |
---|
| 118 | - Added missing properties for TinyMCE css in base_properties.props [petschki] |
---|
| 119 | - Fixed folder_contents checkbox inputs. |
---|
| 120 | - Added i18n:translate in plone.app.layout.viewlet.sections.pt, plone.app.layout.viewlet.search_box.pt and plone.app.layout.viewlets.path_bar.pt |
---|
| 121 | - Added more missing properties [regebro] |
---|
| 122 | |
---|
| 123 | 1.0b1 (2012-11-14) |
---|
| 124 | ------------------ |
---|
| 125 | |
---|
| 126 | - Added upgradestep from version 1.0a1 |
---|
| 127 | |
---|
| 128 | - Reimplementation based on Twitter Bootstrap 2.2.1 and plonetheme.sunburst |
---|
| 129 | [erral] |
---|
| 130 | |
---|
| 131 | |
---|
| 132 | 1.0a1dev (2011-10-16) |
---|
| 133 | --------------------- |
---|
| 134 | |
---|
| 135 | - Initial release |
---|
| 136 | |
---|
| 137 | Keywords: plone theme twitterbootstrap |
---|
| 138 | Platform: UNKNOWN |
---|
| 139 | Classifier: Framework :: Plone |
---|
| 140 | Classifier: Programming Language :: Python |
---|