Developer Manual
================

Note: You find a developer manual for raptus.article in the docs folder of 
`raptus.article.core <http://pypi.python.org/pypi/raptus.article.core>`_.
Please have look there if you need more information.

Code overview
=============

Adapters
--------
file: wysiwyg.py

- WYSIWYG (Provider for an additional WYSIWYG text of an article)
    - provides: IWYSIWYG
    - adapts: IArticle
    - getAdditionalText - Function (Returns the additional WYSIWYG text)

Components
----------
above content title:

- raptus.article.wysiwyg.left
- raptus.article.wysiwyg.right

above content body:

- raptus.article.wysiwyg.full
