[Seaside] first app: in earnest..

Randal L. Schwartz merlyn at stonehenge.com
Fri Feb 19 03:44:29 UTC 2010


>>>>> "sergio" == sergio 101 <sergiolist at village-buzz.com> writes:

sergio> is there a baked in way to do this in seaside?

It's trivial in "core" seaside, because everything of your app
all lives at one URL, so you could hardwire your sitemap. :)

But if you're thinking about a mature application like a content management
system, with many restful URLs, you may want to start with Pier as your base,
which provides linked resources that can have active Seaside components
embedded in them, and therefore generate a sitemap for the current live URLs
rather trivially.  (In fact, I think there's a Pier sitemap tool already, but
I could be mistaken.)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the seaside mailing list