Hi, Michael Montagne hat gesagt: // Michael Montagne wrote: > The application is an office manual. About half the pages are free form > text I'd like to be served by moinmoin to be easily updateable and > easy to add more pages. But the other half will be served from a > database using MiddleKit(things like checklists and layer lists). > The whole thing needs to be able to be printed or selected chapters > printed. And searched.
Did you consider developing all your needs inside Webware? There already are two Wikis for WW available, Ian's Wiki and my PyDiddy. Ian's code is much more modular than mine, which could be a blessing or a curse, depending on what you want to do. I think, mine is easier to grok, but, well, I'm biased... PyDiddy is easier to set up though... > I'm really not sure if this is the right approach cause it's not clear to > me that the db served pages will be searched by moinmoin like I need > (full text search). I think, moinmoin just 'greps' through the Page files, so you'd need to add SQL/MiddleKit-code to your search function anyways. This also might be easier, if the search function would be inside one of your servlets. ciao -- Frank Barknecht _ ______footils.org__ ------------------------------------------------------- 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
