» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Zope + Web

Restarting zope for plone development

Essential knowledge for the Plone developer who doesn't like to work 13-hour days.

XML: del.icio.us/tag/xml

My Experience Writing a Build System

$ build-something target-directory/ (much time passes) Error: cannot write /home/ianb/builds/20080426/target-directory/products/AuxInput/auxinput/config/configuration.xml

Zope: Planet Zope

SourceForge.net: Archetypes

Framework for the development of new Content Types in Zope/CMF/Plone. Schema driven automatic form generation, simple integration with rich content types, and a lower entry bar to the complex requirements Zope places on new content objects.

License:GPL: del.icio.us tag/gpl

What Does A Web Framework Really Need?

Comments? Would a minimal web app like that be useful? A sort of meta framework.

Zope: Planet Zope

A Simple CMS

<? include('header.php'); ?> <h1><? echo $page_title; ?></h1> Posted on: <? echo $page_date ?><br /> <blockquote><? echo $page_summary ?></blockquote> <div class="article"><? echo $page_article ?></div> <? include('footer.php'); ?>

Title: <input type="text" name="title"><br /> Date: <input type="text" name="date"> (YYYY-mm-dd)<br /> Summary:<br /> <textarea name="summary"></textarea> <br /> Article:<br /> <textarea name="article"></textarea>

<? # This page is automatically generated; do not edit directly! $page_title = 'A Title'; $page_date = '2008-01-11'; $page_summary = 'A summarynetc'; $page_article = 'The Article'; include('article.php'); ?>

Zope: Planet Zope

Plone

A user-friendly and powerful open source Content Management System — plone.org

opensource: del.icio.us tag/opensource

Repoze

Want the maturity of Zope now with the flexibility of the WSGI future? Repoze integrates Zope technologies with WSGI and reusable Python middleware. Now Plumbing: Python, WSGI, eggs, Paste, Zope 2, Zope 3, Grok, middleware, Plone, transactions, more.

opensource: del.icio.us tag/opensource

Page 1 | Next >>