Posts: 42
Threads: 4
Joined: Feb 2012
About Coa 1.3
I'm happy to tell you about a few improvements in this version:
- Get content of certain page
Best,
Benjamin
Posts: 161
Threads: 6
Joined: Jan 2010
breadcrump I think is supposed to be breadcrumb.
Posts: 42
Threads: 4
Joined: Feb 2012
sal Wrote:breadcrump I think is supposed to be breadcrumb.
thanks for your help!
Posts: 42
Threads: 4
Joined: Feb 2012
Coa 1.4 is available
Please note that this new release of Coa includes a few important changes. You can find more details in the manual.
- Global variables (e.g. $title) replace the attribute 'data' and the '%'-variables
- New attribute 'bodyTag' for IE and JS classes
- Removed attribute 'favicon', 'base' and value 'ieClass'
- Place object supports txt files
- Responsive CSS
- Lightbox script moved to Google Code
- Default charset is utf-8
- Renamed menu mode breadcrump to 'breadcrumb' (Thanks to sal)
- Menu <a> tags have no title by default
- Less code, less bugs
Best wishes,
Benjamin
Posts: 42
Threads: 4
Joined: Feb 2012
Introducing Coa 1.5
This new version of Coa provides out of the box Page Translation and further improvement. For a better interaction with the GetSimple backend, Coa has been rearranged to a plugin.
Page Translation
Coa now adds the ability to translate pages really smoothly. With a click on Translate Page in the sidebar of Pages you can easily translate the page title, menu text and content of every page.
You can use the language navigation and conditions to integrate the website translation into your template. Rewrite translated urls with a virtual path segment by using a custom permalink structure.
See the manual for more details (4. Page Translation).
Further improvement
• Removed webfont Dosis
• List and breadcrumb menus show pages not added to menu
• Lightbox bugfix and relocated script to plugins/CoaPlugin/res/
• Improved caching
Do you have any questions or feedback?
I'd love to hear about it.
Posts: 6
Threads: 1
Joined: Aug 2012
Thanks for this framework plue. Once I get more time to fiddle with it I'll share my verdict.
It would be really nice to have some complete examples to learn from though. Anyone would like to share?
Posts: 42
Threads: 4
Joined: Feb 2012
Sounds good, I'm looking forward to hearing it!
This is the complete template I use for
http://www.plue.me/coa. Of course it is a simple site, but maybe that's the easiest way to get started with Coa.
page.coa (page template)
Code:
menu
wrap = <nav><ul class="cf"> | </ul></nav>
act = <li class="act"> | </li>
content
wrap = <article><h3>$title</h3> |
place
file = coa/coa_example.html
wrap = | </article>
content
get = page: right
wrap = <aside> | </aside>
place
file = coa/piwik.txt
constant.coa (header template)
Code:
config
wrapPage = <div id="document" class="cf"> | </div>
#bodyTag = basic
protMail = 2
main
title = Coa – a GetSimple framework
meta
robots = index, follow
viewport = width=device-width, initial-scale=1.0
css
all = http://fonts.googleapis.com/css?family=Dosis:400,500,600
all1 = css/coa.css
script
js = http://html5shim.googlecode.com/svn/trunk/html5.js
wrap = <!--[if lt IE 9]> | <![endif]-->
Posts: 42
Threads: 4
Joined: Feb 2012
Coa 1.5.1 is now available and provides a bug fix for including Coa files with "place".
Posts: 42
Threads: 4
Joined: Feb 2012
Coa 1.5.2
Bug fix for saving quotes in page translations
Posts: 42
Threads: 4
Joined: Feb 2012
New in this version:
- Responsive fullscreen theme edit
- Default suffix ".coa.php" for Coa templates
- Less CSS, no more layout
- Bugfix: Caching translated pages in a subdirectory
Feedback is welcome as always. Hope you enjoy it!
Posts: 42
Threads: 4
Joined: Feb 2012
Coa 1.7 is available now
get-simple.info/extend/plugin/coa/375/
New Features- Additional page content (you may add up to 3 additional editors on each page. these editors will be translatable in the future)
- Login condition (to protect stuff that is still in production)
- Coa Settings on Plugins page (you may turn off page translation, additional content, fullscreen theme edit or the admin style)
- New Tag: Get page content with [page:slug]
- Optional admin style
Changes- Bugfix: Image Tags HTML structure
- "place" into Constant template, too
Posts: 42
Threads: 4
Joined: Feb 2012
Coa 1.7.1
Bugfix: CSS in IE