Metadata-Version: 1.0
Name: DreamweaverTemplate
Version: 0.1.0
Summary: Parse Dreamweaver templates (.dwt files)
Home-page: http://jimmyg.org/work/code/dreamweavertemplate/index.html
Author: James Gardner
Author-email: UNKNOWN
License: AGPLv3
Description: DreamweaverTemplate
        ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        
        .. contents ::
        
        Summary
        =======
        
        Parse Dreamweaver templates (.dwt files) and pages. Supports Dreamweaver 3 and
        4 (very old).
        
        This Package **only** provides the core tools to parse Dreamweaver templates,
        create pages from them and then parse the pages.
        
        The related SiteTool package provides more advanced functionality such as the
        ability to:
        
        * reapply templates and library items to pages in a site
        * scan for broken links and orphaned pages
        * move a page and have the links in the rest of the site updated
        
        The idea is that if you want to dynamically generate pages in say a web
        application you will only need the DreamweaverTemplate package whereas if you
        are looking to manage a site which follows the Dreamweaver model you would use
        SiteTool.
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        James Gardner
        
        
        Changes
        =======
        
        0.1.0
        -----
        
        * First version
        
        License
        =======
        DreamweaverTemplate - Parse Dreamweaver templates (.dwt files)
        Copyright (C) 2009 James Gardner
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as
        published by the Free Software Foundation, either version 3 of the
        License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        Download
        ========
        
Platform: UNKNOWN
