[Tutor] Gadfly tutorials
Daniel Yoo
dyoo@hkn.eecs.berkeley.edu
Wed, 10 Jan 2001 17:55:16 -0800 (PST)
On Wed, 10 Jan 2001, Sharriff Aina wrote:
> I would like to use gadfly to store URLs and headlines on a Newspaper li=
ke
> Web-Site, can anyone point me to tutorials, or show me a snippet of code?
> Zope is not a question since I=B4m writing my own CGI scripts. I would li=
ke
> to present the Headlines and links automatically.
To tell the truth, I don't know much at all about Gadfly. However, I
found a good link:
http://www.chordate.com/kwParsing/gadfly.html
that has some samples that should help you get started.
It sounds like you'll be making a CGI that makes a web page dynamically. =
=20
You might want to start off simple --- you might want to use a text file
as your initial "database", just to see that things are working. After
you're happy with everything else, you should be able to switch the text
file with a real database.
Good luck!