Skip to content

Latest commit

 

History

History
128 lines (91 loc) · 5.26 KB

intro.rst

File metadata and controls

128 lines (91 loc) · 5.26 KB

Introduction

Who are you?

Tell us about yourselves:

  • Name, company, country...

  • What is your Plone experience?

  • What is your web-development experience?

  • What are your expectations for this tutorial?

  • What is your favorite text editor?

  • If this training will include the development chapters:
    • Do you know the html of the output of this?

      <div class="hiddenStructure"
           tal:repeat="num python:range(1, 10, 5)"
           tal:content="structure num"
           tal:omit-tag="">
        This is some weird sh*t!
      </div>
      .. only:: not presentation
      
          The answer is::
      
              1 6
      
      
    • Do you know what the following would return?:

      [(i.Title, i.getURL()) for i in context.getFolderContents()]
      

What will we do?

Some technologies and tools we use during the training:

What will we not do?

We will not cover the following topics:

Other topics are only covered lightly:

What to expect

At the end of the first two days of training, you'll know many of the tools required for Plone installation, integration and configuration. You'll be able to install add-on packages and will know something about the technologies underlying Plone and their histories. You'll be ready to extend your skills via reading books like Practical Plone <http://www.packtpub.com/practical-plone-3-beginners-guide-to-building-powerful-websites/book>`_ and the Plone documentation.

At the end of the second two days, you won't be a complete professional Plone-programmer, but you will know some of the more powerful features of Plone and should be able to construct a more complex website with custom themes and packages. You should also be able to find out where to look for instructions to do tasks we did not cover. You will know most of the core-technologies involved in Plone-programming.

If you want to become a professional Plone-developer or a highly sophisticated Plone-integrator you should definitely read Martin Aspeli's book and then re-read it again while actually doing a complex project.

Most importantly you should practice your skills and not stop here but go forward! One recommended way would be to follow the todo-app.

Documentation

Follow the training at http://plone-training.readthedocs.org/

Note

You can use this presentation to copy & paste the code but you will memorize more if you type yourself.

Further Reading

.. only:: not presentation

    .. note::

       * Stop us and ask questions when you have them!
       * Tell us if we speak to fast, to slow or not loud enough.
       * One of us is always there to help you if you are stuck. Please give us a sign if you are stuck.
       * We'll make some breaks, the first one will be at XX.
       * Where is food, restrooms
       * Someone please take the time we take for each chapter (incl. title)
       * Someone please write down errors
       * Contact us after the training: team@starzel.de