Metadata-Version: 1.0
Name: collective.wowcharacter
Version: 0.1
Summary: An installable content type for WoW characters
Home-page: http://svn.plone.org/svn/plone/plone.example
Author: Marc Goetz
Author-email: goetz.marc@googlemail.com
License: GPL
Description: .. contents::
        
        .. Note!
           -----
           Update the following URLs to point to your:
        
           - code repository
           - bug tracker
           - questions/comments feedback mail
           (do not set a real mail, to avoid spams)
        
           Or remove it if not used.
        
        - Code repository: http://svn.somewhere.com/...
        - Questions and comments to somemailing_list
        - Report bugs at http://bug.somewhere.com/..
        
        
        Change history
        **************
        
        Changelog
        =========
        
        0.1 (xx-xx-xx)
        ----------------
        
        - Created recipe with ZopeSkel
          [Marc Goetz]
        
        Detailed Documentation
        **********************
        
        Introduction
        ============
        
        The package is meant to be used with the Plone3 theme collective.wowlichking,
        but it is not required.
        
        It includes a custom contenttype (wowcharacter) and a custom view (@@wowcharacter).
        
        wowcharacter
        ------------
        
        The contenttype represents a World of Warcraft character.
        When creating one, you need to state the Name and Realm of the character,
        also its fraction (Horde/Alliance) and its zone (EU/US).
        
        @@wowhcaracter
        --------------
        
        The view uses an API to communicate with the WoW-Armory to display additional
        information about the character, like class, guild, talent specs, professions, equip etc.
        It also implements the wowhead-Tooltip for showing a WoW-ingame-like tooltip when hovering 
        over the equip-icons.
        
        Contributors
        ************
        
        Marc Goetz, Author
        
        
        Download
        ********
        
Keywords: content type wow warcraft character
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
