As far as rendering wikimarkup is concerned, how does Database.php is
going to help?
Hi, Magnus, is wiki2xml
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/wiki2xml/php/) your
project? Its output was pretty encouraging, but it seems it has some
issues with rendering the {{wikipedia}} template. Use the following
url to see the problem I am talking about.
http://tools.wikimedia.de/~magnus/wiki2xml/w2x.php?doit=1&whatsthis=wiki...
And what does the Use API checkbox do? When I check this on then the
templates are not rendered at all.
BTW------------This is Off-topic--------------
Are attachments allowed in the mailing list?
--
Apple Grew
my blog @
http://applegrew.blogspot.com/
-----------------------------------------------------------------------------------
On Wed, Feb 20, 2008 at 7:21 PM, Magnus Manske
magnusmanske@googlemail.com wrote:
> On Tue, Feb 19, 2008 at 6:59 PM, Simetrical
>
Simetrical+wikilist@gmail.com wrote:
> > On Feb 19, 2008 1:26 PM, Apple Grew
applegrew@gmail.com wrote:
> > > Hey thanks for the tip. I tried grepping using the following command
> > > grep -Rl "SELECT" .|grep -v "/.svn/"|grep -v "/docs/"|grep -v "/maintenance/"
> > >
> > > and got the list below. Its really long. I have excluded the
> > > maintenance and docs folders completely. The files in includes
> > > directory is the first place I would be looking into.
> > >
> > > . . .
> >
> > I think he meant alter the Database class, so that it intercepted
> > queries that were being made by the parser and substituted some fake
> > answer. Searching for every single SELECT made anywhere in MediaWiki
> > code will give you a rather long list, yes.
>
> Unless you want to have all interface functionality of MediaWiki
> (which you don't, apparently),
> ./includes/Database.php
> should be all you need.
>
> IIRC it was about 5 or so methods to tweak to get a page to render.
>
> Magnus
>
>
>
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
>
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>