On Wed, 2003-04-02 at 11:50, Tom von Schwerdtner wrote:
> > I've made another sort of proto-Wiki, available in the Sandbox
> > (ianbicking/Wiki/Wiki.py).  There's a simple Webware UI around the
> > UI-independant library, but there's nothing special about it.
> 
> Do you have any intention of working on this more?

Yes, even though it's primitive I'm quite happy with the interface so
far, and I like not dealing with parsing.

> Also, I wanted to suck out the body of the wiki pages and wrap my own
> header/footer around it (so it would be in-line with the website).  Know
> how I might achieve this?

The WikiPage instances should return just an HTML fragment, not an
entire page, so you actually have to do this.  You could do this by
overriding Page.writeBodyParts, or using a template in any number of
ways.

  Ian




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to