(This file is outdated. Please see README.txt for more accurate information)


Installing PloneArticle

Unpack it into your Zope Products Folder:

MyZope\lib\python\Products\PloneArticle

Start Zope, and inside of your Plone Site, create an External Method:

Id: InstallPloneArticle
Title: 
Module Name: PloneArticle.Install
Function Name: install

This External Method will install PloneArticle into your Plone Site.
Just go to the Test Tab of the External Method after you have added
it, and you should see a page like the following:

   Reseted default permissions
   Type "PloneArticle" registered with the types tool
   Added directory views to portal_skins.
   Subskin successfully installed into Plone Autumn.
   Subskin successfully installed into Plone Core.
   Subskin successfully installed into Plone Core Inverted.
   Subskin successfully installed into Plone Corporate.
   Subskin successfully installed into Plone Default.
   Subskin successfully installed into Plone Greensleeves.
   Subskin successfully installed into Plone Kitty.
   Subskin successfully installed into Plone Mozilla.
   Subskin successfully installed into Plone Mozilla New.
   Subskin successfully installed into Plone Prime.
   Subskin successfully installed into Plone Zed.
   Installation completed.

Now you can add a Plone Article through the Plone Interface.
(Adding a Plone Article through the ZMI won't work).

To get full Internationalisation Support, you'll have to add
a "plonearticle" Message Catalog to your Localizer and import
the .po files for your languages yourself. In the next version
of PloneArticle this will be done automatically for you.

DEPENDENCIES :

- you need to install the following packages:

   - ZAAPlugins 0.2 or higher
     http://sourceforge.net/project/showfiles.php?group_id=74634

   - ZAttachment Attribute 0.3 or higher
     http://sourceforge.net/project/showfiles.php?group_id=74634
     Further info:
     http://www.zope.org/Members/ingeniweb/ZAttachmentAttribute
     http://www.zope.org/Members/ingeniweb/ZAttachmentAttribute/README

   - ImageTag HotFix 0.1 or higher
     http://www.zope.org/Members/bowerymarc/ImageTag_Hotfix

   - PIL
        - Installing PIL into Zope for Windows
          http://www.zope.org/Members/SmileyChris/howto/pil_for_windows

        - Using PIL with Zope (For Linux)  
           http://www.zope.org/Members/regebro/PIL_zope

      - Localizer 0.9.2 or later
                - Installing Localizer with Plone
         http://plone.org/development/i18n/howto

   - TranslationService 0.3 or higher
        - TranslationService
          http://www.zope.org/Members/efge/TranslationService
