Why do I have to install ZAttachment and ZAAPlugins ?
    You do not have to install those products with PloneArticle v3.
    Instead, you CAN install PloneExFile and AttachmentField if you want.

Why do I have to install PloneExFile and AttachmentField ?
    ...

How can I make my attachments indexed and previewable by my website ?
    ...

How can i add a PloneArticle ?
    Under the Plone site, in a folder of Plone where you
    have the rights. Select PloneArticle in the list of item
    and click 'add item'.


Why does the wysiwyg editor not appear ?
    Depending on the wysiwyg editor you have installed, it can only be used with Internet Explorer
    (Epoz is working fine with IE and Mozilla latest version).
    If you are using it, check your personnal setting to see which default kind of editor you have chosen (text or editor).</li>


Can i edit my article after writing it ?
    Yes, just as with any another Plone document.


Why after a copy paste from a Microsoft Word file, is the rendering of my article unordered ?
    It is recommended to do an html tidy to clean the html code.
    You should consult the 
    <a href="http://plone.fr/download/plone-end-user.pdf" target="_blank" >
    Plone end-user documentation
    </a>
    (only available in french) for more information.

How can i add a new PloneArticleModel ?
    You should create it using an already existing model template.
    Place it somewhere in the plone skin path (for ex : PloneArticle/skins/PloneArticle).
    The first part of the template (in the &lt;div class="description"&gt;) is the description of what your model is proposing to users.
    It is also adviced to furnish an image representing a preview of the model template.
    The second part (in &lt;div metal:define-macro="Plone2ArticleModel"&gt;) is the layout that will be used.
    Note that the metal:define-macro="PloneArticleModel" (or metal:define-macro="Plone2ArticleModel") is VERY important. It is used to recognize a new model and propose it to users.
    Don't forget that css for Plone 1 and Plone 2 are different.
    Enable user to choose this model by selecting it in the portal_article.
