Here is a small piece of code in Python – Zope using MySQL as the database. This will help you build a Google News Sitemap in 2 minutes.
Share This
Entries Tagged as 'Zope'
Build your Google News SiteMap using Python,Zope
March 9th, 2008 · 2 Comments
Zope Popularity in Technorati
December 30th, 2005 · No Comments
From today let me check the popularity of zope in web developer community ,how many are using in North and South American , I assume it is very popular in Europe,do a search in Technorati for Zope , please E-mail me if you use zope.
Share This
Tags: Zope
6 Pitfalls
December 30th, 2005 · No Comments
My esteemed colleague invited me to participate in this blog, in the hopes that more new users don’t get burned by Zope.
I have been using Zope professionally for 3 years, and built a custom CMS on it for a technology publication (http://www.ebizq.net/). Zope allows you to rapidly (almost instantly) build a complex data-driven website, with […]
Tags: Zope
Zope Community Arise Awake and Advance
August 21st, 2005 · No Comments
I think my team has to write a open letter to Zope Community/Zope Corportaion, where is Zope is going to be in next two years, will zope be a legacy application framework. We have already started moving our web applications from zope after working on zope more than a year now, these are the […]
Tags: Zope
Version Management - External Methods
June 30th, 2005 · No Comments
How to use Version Management, how does it work and if i create a external method can version management can really work. I think the guru’s of zope can answer this. let me forward this post to our guru, may he can help me out.
Share This
Tags: Zope
Substring
February 1st, 2005 · No Comments
question= “Your string here”
print “” + question[1:150] +”….”
return printed
write the above code in the script(python) in zope
Share This
Tags: Zope
ZPT] ZPT and ZSQL Methods
July 15th, 2004 · No Comments
This is easy,
create the following objects. You can fold them into two (one form and
one zsql method) but it is a bit easier to “see” what happens with 4:
- a ZSQL Method sqlGetNames (that *must* use dtml) with two parameters
firstname, lastname you use to construct a query.
- a form getusers_form with two input fields […]
Tags: Zope
Misleading Users with your URL
July 9th, 2004 · No Comments
Advantage of using a python script is the best advantage i have seen in python with zope. I can write a script to like users , so it will be something like http://yoursite.com/users/ users is a python script when called it can return a zpt page
do something like this
request = ” ”
do your processing..
return container.here.usershtml()
where […]
Tags: Zope
HTML FORMS : Error Handling Using ZPT and Python Scripting
May 15th, 2004 · No Comments
Here is the links
To catch erros from the form usign a script and giving back the error pages to the form back!!
ZPT Mailing ListMailing List
One More Link
Share This
Tags: Zope
Zope dope Blog
May 15th, 2004 · No Comments
This Zope Blog will have list of problems and solutions for newbie developers who are using Zope Application Server.
Share This
Tags: Zope