commit:     c6cb4f63de7728b93df2e9c570b8d67fe071f359
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Tue May 19 12:55:08 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Tue May 19 12:55:08 2015 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=c6cb4f63

Exclude bot edits in the Wiki feed

 bin/update-wiki.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-wiki.sh b/bin/update-wiki.sh
index af653a7..c27fb73 100755
--- a/bin/update-wiki.sh
+++ b/bin/update-wiki.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
 echo -n 'Updating Wiki information...'
-wget 
'https://wiki.gentoo.org/index.php?title=Special:NewPages&feed=rss&hideredirs=1&limit=50&offset=&namespace=0&username=&tagfilter='
 -O _data/wiki.xml 2>/dev/null
+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.'
\ No newline at end of file

Reply via email to