Skip to content

collective/tutorial.todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0149ebd · Jun 23, 2014
Jun 30, 2013
Jun 23, 2014
Jul 4, 2013
Jun 30, 2013
Jun 30, 2013
Aug 23, 2012
Jul 4, 2013
Mar 29, 2014
Feb 19, 2013
Aug 17, 2012
Aug 17, 2012
Mar 29, 2014

Repository files navigation

Plone Todo list application tutorial

Framework:Plone 4.3
Bug tracker:https://github.com/collective/tutorial.todoapp/issues
Source:https://github.com/collective/tutorial.todoapp
Documentation:http://tutorialtodoapp.readthedocs.org/
Code status:http://travis-ci.org/collective/tutorial.todoapp.png

You will learn to:

  • create custom content-types Through-The-Web
  • create and apply custom workflows
  • create custom listings
  • dump your changes into a filesytem package to future-proof them
  • write tests for your filesystem package

Summary

It’s a fact - Plone has a lot of complicated features. That doesn’t mean Plone is hard for everything! This is a simple tutorial that anyone can follow to get a simple Todo list application running inside of Plone. Would you want to deploy Plone for just a Todo list in real life? Probably not. You can however learn several simple, fast concepts that will get you most of the way there. Feeling like you don’t understand something completely or the terminology is getting to you? Sit back, relax, and finish the tutorial. If in the end things still aren’t clear, please give feedback and we’ll look at what we could do better.