Metadata-Version: 1.0
Name: kotti-sitemap
Version: 0.1a7
Summary: Kotti Sitemap - an addon to easily create a sitemap for your Kotti project.
Home-page: https://github.com/koansys/kotti_sitemap
Author: Koansys, LLC
Author-email: info@koansys.com
License: http://koansys.com/license.txt
Description: kotti_sitemap
        =============
        
        A sitemap plugin for Kotti.
        
        `Find out more about Kotti`_
        
        Setup
        -----
        
        To activate the ``kotti_sitemap`` add-on in your Kotti site, you need to add an entry to the ``kotti.configurators`` setting in your Paste Deploy config.
        
        If you don't have a ``kotti.configurators`` option, add one.
        The line in your ``[app:main]`` section could then look like this::
        
            kotti.configurators = kotti_sitemap.kotti_configure
        
        With this, you'll be able to use ``/sitemap.xml`` as your sitemap.
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        kotti-sitemap Changes
        =====================
        
        0.1.1
        -----
        
        Working. Switched back to rst README for github.
        
        0.1a7
        -----
        
        quote asterisks and other file names in CHANGES
        
        0.1a6
        -----
        
        Changes to file structure to fall more inline with convention.
        
        0.1a5
        -----
        
        Removing `*.rst` from MANIFEST.in hoping to get Pypi rendering README.rst correctly.
        
        0.1a4
        -----
        
        Simplifying `MANIFEST.in` hoping to get Pypi rendering README.rst correctly.
        
        0.1a3
        -----
        
        Adding `*.pt` to MANIFEST file in hopes of including template files.
        
        0.1a2
        -----
        
        Fixing typo in `__init__.py` file which breaks install.
        
        0.1a1
        -----
        
        Changing license, author and url. Making some edits to README.
        
        0.1a0
        -----
        
        Initial release.
        
Keywords: kotti cms pyramid sitemap sqlalchemy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
