Menu

Tree [94d0df] master /
 History

HTTPS access


File Date Author Commit
 bin 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 doc 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 templates 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 test 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 MANIFEST 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 MANIFEST.in 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 README.txt 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 dweWebPage.py 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit
 setup.py 2013-01-26 Bill Daly Bill Daly [94d0df] Initial commit

Read Me

			       dweWebPage

dweWebPage is a library for assembling web pages from a database.  

dweWebPage assembles HTML documents from templates and the fields of
those templates.  Templates are HTML files or parts of HTML files
where much of the content will be compiled at run time.

Fields are words enclosed in curly braces within a template.  Each
field will be replaced at run time from a database.

see doc/requirements.html

To install execute ./setup.py install as root.

This is version 0.1.0

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.