On Sun, 2002-11-10 at 18:48, Michael Montagne wrote: > I didn't consider that, but I will. I think moinmoin has the advantage > of more examples to refer to. I'm still quite new this and using > pydiddy is an atttractive idea, but I'm not sure I'm up to it. > > The integration with webware is really cool but there are some features > I'm going to need. Already mentioned the searching. I need to be able > to select all or some pages and print them. I think the way to do this > is to return the pages all sequentially, on a single page and then use > the browser print command. There is a zope solution like that for > zwiki. I also need to easily import images viewed inline. And produce > pdf output as well. Is there support for tables? reStructuredText?.
PyDiddy is very simple, you should be able to figure it out pretty easily. I'm also working on a small Wiki using reST for markup. If you want to look at that portion, I have a skeleton of sorts at: http://tinyurl.com/2l7f I have a small set of servlets that use this to make a Wiki, but I don't have them up anywhere yet. None of the options have page combining, PDF, or image uploading (though I think they all would allow inline images, so long as you upload them somewhere). Page combining should be easy to add to any of the options, image uploading a little harder, and only using reST do I think you'll get much in the way of PDF creation. Ian ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
