[erlang-questions] wkipedia rendering engine
Daniele Varrazzo
daniele.varrazzo@REDACTED
Tue Jul 1 02:02:56 CEST 2008
Joe Armstrong ha scritto:
> Is there a REST interface so that I can retreive the latest version of
> the MetaWiki markup for a specific page with, for example,
> a wget command.
Yes, there is:
curl
"http://en.wikipedia.org/w/index.php?title=Erlang_%28programming_language%29&action=raw"
It is the same URL users can use to interactively edit the page, but with a
different "action".
-- Daniele
More information about the erlang-questions
mailing list