User talk:TNT/News

From NetHackWiki
< User talk:TNT
Revision as of 10:21, 3 October 2017 by TNT (talk | contribs) (Created page with "To fetch this automatically, you can use something like this on a Unix system (you may have to install lynx and/or sed): # lynx -dump -nolist "https://nethackwiki.com/wiki/U...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To fetch this automatically, you can use something like this on a Unix system (you may have to install lynx and/or sed):

# lynx -dump -nolist "https://nethackwiki.com/wiki/User:TNT/News?action=render" | sed -e 's/* Older news...//'> NEWS

The sed command is just to strip the "Older news" text from the template.

A cron job can do this for you every 24 hours.