Practical Plone 3: A Beginner's Guide to Building Powerful Websites
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "Your Zope/Plone instance will be created in your Products or Applications directory in a folder named Plone, depending on your operating system."

A block of code will be set as follows:

[buildout]
...
eggs =
    ...
    plonetheme.mytheme
develop =
    src/plonetheme.mytheme
zcml =
    plonetheme.mytheme

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be shown in bold:

<genericsetup:registerProfile
    name="default"
 title="Andreas09 Theme"
    provides=""Products.GenericSetup.interfaces.EXTENSION""
    />

Any command-line input or output is written as follows:

Selected and implied templates:
ZopeSkel#basic_namespace A project with a namespace package

New terms and important words are introduced in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this:

Then select the Debug / development mode checkbox and click on the Save button.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.