Re: [Webware-discuss] Wiki source file.

2004-04-03 Thread Shayne ONeill
Marvelous. Thankyou :) -- Shayne O'Neill http://perth.indymedia.org I know how hard it is for you to put food on your family." George W. Bush On Sat, 3 Apr 2004, Frank Barknecht wrote: > Hallo, > Shayne ONeill hat gesagt: // Shayne ONeill wrote: > > > Does anyone know how to somehow parse

Re: [Webware-discuss] Wiki source file.

2004-04-03 Thread Frank Barknecht
Hallo, Shayne ONeill hat gesagt: // Shayne ONeill wrote: > Does anyone know how to somehow parse an url input as follows;- > > Say I have this url > > http://rararara/blah/wiki/frontpage > where blah is the project/container/whatever and wiki > points to wiki.pi > > Is there a way to get this t

Re: [Webware-discuss] Wiki source file.

2004-04-03 Thread Shayne ONeill
Yeah. The thinking there is it all fits into a larger framework for another project I'm on. So the slightly whacky template and text cleaning system ties with that. I had a look at docbook. I guess It looked like it'd take more than an hour to wrap my head around so I did my normal bad habit of r

Re: [Webware-discuss] Wiki source file.

2004-04-03 Thread Frank Barknecht
Hallo, Shayne ONeill hat gesagt: // Shayne ONeill wrote: > I *think* I included all the files. buzz me if it dont work you have > patches or generally want to know how it works/wtf I was > thinking/whatever. > > I'm now adding code for roll backs and password protecting. Very cute. I got it work

[Webware-discuss] Wiki source file.

2004-04-03 Thread Shayne ONeill
Attached is the source code for wiki so far. Please note some of the code there is related to another project I'm working on. You'll need to change the dbconnect.py file to reflect where in mysql the pages live. You'll also need to change render.py to reflect where the templates live. I *think