Skip to content

collective/tutorial.todoapp

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

image

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.