Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Plone 3 Products Development Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
Plone 3 Products Development Cookbook

Plone 3 Products Development Cookbook

4 (4)
close
close
Plone 3 Products Development Cookbook

Plone 3 Products Development Cookbook

4 (4)

Overview of this book

The Plone Content Management System is one of the best open source CMS, because by using Plone's development framework you can extend its functionality according to the specific requirements of your website. The Plone framework has lots of components that can be used to create add-ons or extensions called Plone Products. You can optimize your site for improved usability, accessibility, and security by creating custom Plone products.This book covers recipes that will help you create custom Plone Products and implement them on your website. Every topic covered in this book is accompanied by essential fundamentals and step-by-step explanation that will help you understand it better. With the help of this book you will be able to create custom Plone products that are well suited for your website.You can read the whole book or just pick recipes relevant for you; cross references help you understand the recipes even if you do not read them in order.If you work through the book in order, you will start by setting up an example project of a news website that will be developed throughout the book. You will learn about all of the necessary tools a Plone developer must have before starting any project. You will develop the website further by detecting problems and debugging them. You will be able to modify code on-the-fly or get help on how to do some tasks by installing and using special tools such as IPython, ipdb, and PDBDebugMode. You will then create a new content type, based on an existing one, and wrap the final product into a Python egg.You will set up automated testing to prevent errors in code that have evolved in the development stage. You will use paster to automatically create a new custom content type from scratch. You will improve the performance of your application by creating lightweight content types and following other recipes covered in this book. Key features such as usability, internationalization, accessibility and security are covered to make sure that your development and customizations will be at the level of Plone core and its most remarkable add-on products.You will improve your user interface by creating simple client-side visual changes and server-side manipulation of objects. You will learn to create and manage portlets by using Portlet manager and customize your website by modifying third-party products. Finally you will learn to communicate with an external non-Python-based system and make your products available for future use.
Table of Contents (21 chapters)
close
close
Plone 3 Products Development Cookbook
Credits
About the Authors
About the Reviewers
Preface
2
Index

Generating code


At this stage, we have drawn the definitions for a new content type based on Plone's default News Item but with some differences: there's a lead field, a country field, and a modified relatedItems field. There's also a new countryVocabulary method that will provide the country options list for that field.

To turn all these drawings into a Plone usable content type, we must finally use ArchGenXML.

How to do it…

  1. Save the model as poxContentTypes.zargo inside the models folder we created before.

  2. Go to your ArchGenXML models folder and run:

    cd ~/libexec/archgenxml/models
    ../bin/archgenxml ./poxContentTypes.zargo
    
  3. If everything is okay, you'll get an output similar to this:

    INFO ArchGenXML Version 2.4.1

    (c) 2003-2009 BlueDynamics Alliance, Austria, GPL 2.0 or later

    INFO Directories to search for profiles: ['~/archgenxml/profiles']

    INFO Parsing...

    INFO Profile files: '{u'archgenxml_profile.xmi': u'~/archgenxml/profiles/archgenxml_profile.xmi'}'

    INFO Directory in which we're...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Plone 3 Products Development Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon