blob: c27fb7301ac856e22e9c9f71f5bbd6ccfbc01c94 (
plain)
1
2
3
4
5
|
#!/bin/bash
echo -n 'Updating Wiki information...'
wget 'https://wiki.gentoo.org/index.php?title=Special:NewPages&feed=rss&hidebots=1&hideredirs=1&limit=50&offset=&namespace=0&username=&tagfilter=' -O _data/wiki.xml 2>/dev/null
echo 'done.'
|