Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coa support
#26
About Coa 1.3

I'm happy to tell you about a few improvements in this version:
  • Create menus from list
  • Get content of certain page
  • Improved manual
  • Minimalist design

Best,
Benjamin
Reply
#27
breadcrump I think is supposed to be breadcrumb.
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply
#28
sal Wrote:breadcrump I think is supposed to be breadcrumb.

thanks for your help!
Reply
#29
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
Reply
#30
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.
Reply
#31
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?
Reply
#32
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]-->
Reply
#33
Coa 1.5.1 is now available and provides a bug fix for including Coa files with "place".
Reply
#34
Coa 1.5.2
Bug fix for saving quotes in page translations
Reply
#35
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!
Reply
#36
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
Reply
#37
Coa 1.7.1
Bugfix: CSS in IE
Reply




Users browsing this thread: 1 Guest(s)