Poor Man's Zope - Python - Development Tools


  • Name
Poor Man's Zope
  • Author
Andreas Jung
  • Category
Python / Development Tools
  • HomePage Address
Click to Visit
  • No. of hits
6

     This poor man’s zope (PMZ) is small script which helps you to combine HTML and Python script. This tool which can be easily integrate Python into your HTML pages is very much similar to Microsoft ASP or PHP3/4. How does PMZ works? All your HTML files with embedded Python statements must have the extension .pmz. all files with this suffix are handed from the web server to the pmz.py script (see installation description below). Any Python code between and is executed with the Python exec() function (or RExec.r_exec when configured for restricted execution). Error handling: In the case of an error during the execution of Python code inside a .pmz file the script will display the error including its Python traceback. Configuration: All configuration settings are stored in the dictionary _settings at the beginning of the pmz.py script. The keys represent the locations where .pmz are allowed to reside. These paths components are treated as regular expression and are matched against the path of the .pmz file. For every directory or path component we have a set of variable that are stored in a list. At the moment we support the following variables


 
 
Tuesday, 2 December 2008
Main Menu
Home
Top Downloads
New Programs
Awards
Link to us
Submit
Contact us
Scripts Categories
  ·  Articles
  ·  ASPN
  ·  Audio Systems
  ·  Blog
  ·  Content Management
  ·  Database Tools
  ·  Development
  ·  Development Tools
  ·  Discussion Boards
  ·  Email Systems
  ·  FAQ and Knowledgebase
  ·  File Manipulation
  ·  Financial Tools
  ·  Flash and Python
  ·  Form Processors
  ·  Games and Entertainment
  ·  Graphs and Charts
  ·  Image Manipulation
  ·  Introduction to Python
  ·  Link Checking
  ·  Mailing List Managers
  ·  Miscellaneous
  ·  Multimedia
  ·  Networking Tools
  ·  Online Communities
  ·  Open Directory Project
  ·  Organizers
  ·  Postcards
  ·  Randomizing
  ·  Searching
  ·  Security Systems
  ·  Site Navigation
  ·  Software
  ·  URL Submitters
  ·  Web Fetching
  ·  Web Sites
  ·  XML
  ·  XML and Python
 
@2006-2008 GoldSofts.com - Privacy Policy