Platonides | 1 May 2011 01:15
Picon

Re: Empty files in distribution

Johannes Weberhofer wrote:
> Dear all,
> 
> there are two empty files in the distribution. Are they of any usage?
> 
> /maintenance/archives/patch-page_no_title_convert.sql
> /maintenance/archives/patch-image_reditects.sql

They aren't pointed by the files, so seem safe to delete.

Brion, any reason to truncate the patches instead of removing?
(r16526 & r29128)
Hannes Dohrn | 1 May 2011 19:16
Picon
Picon
Picon
Favicon

Announcing the Open Source Sweble Wikitext Parser v1.0

Hi everyone,

We are happy to announce the general availability of the first public
release of the Sweble Wikitext parser, available from http://sweble.org.

The Sweble Wikitext parser

* can parse all complex Wikitext, incl. tables and templates
* produces a real abstract syntax tree (AST); a DOM will follow soon
* is open source made available under the Apache Software License 2.0
* is written in Java utilizing only permissively licensed libraries

You can find all relevant information and code at http://sweble.org –
this also includes demos, in particular the CrystalBall demo, which lets
you query a Wikipedia snapshot using XQuery.

The Sweble Wikitext parser intends to be a complete parser for Wikitext.
That said, plenty of work remains to be done.

At this stage, we are hoping for your help. You can help us by

* playing with the CrystalBall demo and pointing out to us wiki
  pages that look particularly bad or faulty
* simply using the parser in your projects and telling us what
  works and what doesn’t (bug reports)
* getting involved in the open source project by contributing
  code, documentation, and good humor

If you have questions, please don’t hesitate to use the sweble.org
facilities or send email to info <at> sweble.org.
(Continue reading)

Jay Ashworth | 1 May 2011 19:54

Re: Announcing the Open Source Sweble Wikitext Parser v1.0

----- Original Message -----
> From: "Hannes Dohrn" <hannes.dohrn <at> informatik.uni-erlangen.de>

> Hi everyone,
> 
> We are happy to announce the general availability of the first public
> release of the Sweble Wikitext parser, available from
> http://sweble.org.
> 
> The Sweble Wikitext parser
> 
> * can parse all complex Wikitext, incl. tables and templates
> * produces a real abstract syntax tree (AST); a DOM will follow soon
> * is open source made available under the Apache Software License 2.0
> * is written in Java utilizing only permissively licensed libraries

You should identify whether you mean "MediaWikitext", or some other
dialect -- MediaWiki Is Not The Only Wiki... 

and you should post to wikitext-l as well.  The real parser maniacs hang 
out over there, even though traffic is low.

Cheers,
-- jra
Dirk Riehle | 1 May 2011 20:04
Gravatar

Re: Announcing the Open Source Sweble Wikitext Parser v1.0

> You should identify whether you mean "MediaWikitext", or some other
> dialect -- MediaWiki Is Not The Only Wiki...
>
> and you should post to wikitext-l as well.  The real parser maniacs hang
> out over there, even though traffic is low.

It is MediaWiki's Wikitext; elsewhere it is usually called wiki markup.

Cheers,
Dirk

--

-- 
Website: http://dirkriehle.com - Twitter:  <at> dirkriehle
Ph (DE): +49-157-8153-4150 - Ph (US): +1-650-450-8550
Jay Ashworth | 1 May 2011 20:04

Re: Announcing the Open Source Sweble Wikitext Parser v1.0

----- Original Message -----
> From: "Dirk Riehle" <dirk <at> riehle.org>

> > You should identify whether you mean "MediaWikitext", or some other
> > dialect -- MediaWiki Is Not The Only Wiki...
> >
> > and you should post to wikitext-l as well. The real parser maniacs
> > hang out over there, even though traffic is low.
> 
> It is MediaWiki's Wikitext; elsewhere it is usually called wiki
> markup.

Improperly and incompletely, perhaps, yes.

I'm a MW partisan, and think it's better than nearly all its competitors,
for nearly all uses... but even I try not to be *that* partisan.

Cheers,
-- jra
Dirk Riehle | 1 May 2011 20:16
Gravatar

Re: Announcing the Open Source Sweble Wikitext Parser v1.0

>>> You should identify whether you mean "MediaWikitext", or some other
>>> dialect -- MediaWiki Is Not The Only Wiki...
>>>
>>> and you should post to wikitext-l as well. The real parser maniacs
>>> hang out over there, even though traffic is low.
>>
>> It is MediaWiki's Wikitext; elsewhere it is usually called wiki
>> markup.
>
> Improperly and incompletely, perhaps, yes.
>
> I'm a MW partisan, and think it's better than nearly all its competitors,
> for nearly all uses... but even I try not to be *that* partisan.

Hmm, never viewed it that way. IMO, MediaWiki (developers) invented a wiki 
markup language and called it Wikitext; other engines just call it wiki markup 
or what not. For me, Wikitext always was the particular markup of MediaWiki, 
much like php or C++ are particular language names.

Is there any other engine that calls it's markup Wikitext? I'd be surprised. 
Even for WikiCreole wikicreole.org we used wiki markup.

Cheers,
Dirk

--

-- 
Website: http://dirkriehle.com - Twitter:  <at> dirkriehle
Ph (DE): +49-157-8153-4150 - Ph (US): +1-650-450-8550
Jay Ashworth | 1 May 2011 20:17

Re: Announcing the Open Source Sweble Wikitext Parser v1.0

----- Original Message -----
> From: "Dirk Riehle" <dirk <at> riehle.org>

> Hmm, never viewed it that way. IMO, MediaWiki (developers) invented a
> wiki
> markup language and called it Wikitext; other engines just call it
> wiki markup
> or what not. For me, Wikitext always was the particular markup of
> MediaWiki,
> much like php or C++ are particular language names.
> 
> Is there any other engine that calls it's markup Wikitext? I'd be
> surprised.
> Even for WikiCreole wikicreole.org we used wiki markup.

We ourselves say it's a generic term:

http://en.wikipedia.org/wiki/Wiki_markup

Cheers,
-- jra
Daniel Mietchen | 1 May 2011 22:21
Gravatar

Leaderboard extension?

Hello together,

I would like to have a look at the code behind
http://help.wikia.com/wiki/Help:Achievements#Leaderboard
but could not find it and would appreciate any hints.

Thanks!

Daniel

--

-- 
http://www.google.com/profiles/daniel.mietchen
Siebrand Mazeland | 1 May 2011 22:46
Picon
Picon
Favicon
Gravatar

Re: Leaderboard extension?

On 01-05-11 22:21 Daniel Mietchen <daniel.mietchen <at> googlemail.com> wrote:

>I would like to have a look at the code behind
>http://help.wikia.com/wiki/Help:Achievements#Leaderboard
>but could not find it and would appreciate any hints.

GPL licensed at 
https://svn.wikia-code.com/wikia/trunk/extensions/wikia/AchievementsII/

Siebrand
Daniel Mietchen | 1 May 2011 23:21
Gravatar

Re: Leaderboard extension?

Thank you, Siebrand!

Daniel

On Sun, May 1, 2011 at 10:46 PM, Siebrand Mazeland <s.mazeland <at> xs4all.nl> wrote:
> On 01-05-11 22:21 Daniel Mietchen <daniel.mietchen <at> googlemail.com> wrote:
>
>
>>I would like to have a look at the code behind
>>http://help.wikia.com/wiki/Help:Achievements#Leaderboard
>>but could not find it and would appreciate any hints.
>
> GPL licensed at
> https://svn.wikia-code.com/wikia/trunk/extensions/wikia/AchievementsII/
>
> Siebrand
>
>
>
> _______________________________________________
> Wikitech-l mailing list
> Wikitech-l <at> lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>

--

-- 
http://www.google.com/profiles/daniel.mietchen

Gmane