Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   PySiteCreator v0.1 released (http://www.velocityreviews.com/forums/t704625-pysitecreator-v0-1-released.html)

vasudevram 11-08-2009 03:34 PM

PySiteCreator v0.1 released
 
Hi group,

I've released a tool for creating HTML pages or Web sites by writing
them in Python - PySiteCreator v0.1.

Description of PySiteCreator:

PySiteCreator is a tool that allows the user to create Web (HTML)
sites by writing them entirely in Python. A user creates one or more
Python source files in each of which they import a PySiteCreator
helper module, and then call helper functions defined in that module,
in order to emit HTML elements and associated content. They can then
run the PySiteCreator program to process all those Python files;
processing each Python file will result in the creation of a
corresponding HTML file with the desired HTML elements and content.

Some more details and the download link are available here on my blog:

http://jugad2.blogspot.com/2009/11/e...eator-v01.html

I appreciate any feedback on PySiteCreator.

Thanks,
Vasudev Ram
Biz: www.dancingbison.com
Products: www.dancingbison.com/products.html
Blog on software innovation: jugad2.blogspot.com



All times are GMT. The time now is 08:18 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57