RSSAmplifier

galvanist · Jan 23, 2014

wikitext

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

I’ve written a small command-line program that downloads the raw wikipedia markup text of the specified article. It does not download images or other supporting media. It does not follow links. 
 It is designed as a shortcut to using curl or wget in situations where you want article markup . For example, to get the raw markup for the “Abraham Lincoln” article, you’d…

I’ve written a small command-line program that downloads the raw wikipedia markup text of the specified article. It does not download images or other supporting media. It does not follow links.

It is designed as a shortcut to using curl or wget in situations where you want article markup. For example, to get the raw markup for the “Abraham Lincoln” article, you’d normally run wget 'http://en.wikipedia.org/w/index.php?title=Abraham_Lincoln&action=raw'; that’s lame. Instead use wikitext, and just run wikitext "Abraham Lincoln" If you want the markup for the “Baberaham Lincoln” article, you’ll have to write your own program.

Read on /posts/2014-01-23-wikitext/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.