Skip to content

Commit

Permalink
db: An ignore set for unwanted URLs on ic.cz.
Browse files Browse the repository at this point in the history
This could be broken up later, but this is much more convenient for now.
  • Loading branch information
hannahwhy committed Feb 20, 2015
1 parent f454fd7 commit 9f5a30a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions db/ignore_patterns/internetcentrum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "internetcentrum",
"patterns": [
"action=(?:komentar|send)",
"action=(?:multiple_products_add_product|notify|add_product|buy_now)",
"&action=submit",
"[a-z0-9]=(?:off|on)",
"calendar_menu/calendar\\.php",
"calendar_menu/event\\.php",
"calendar\\.php",
"&highlight=&",
"index.php\\?site=calendar",
"index.php/Speci%C3%A1ln%C3%AD",
"index.php\\?title=Diskuse:",
"index.php\\?title=MediaWiki_diskuse:",
"index.php\\?title=Soubor_diskuse",
"index.php\\?title=Speci%C3%A1ln%C3%AD",
"index\\.php\\?.+year=198.",
"index\\.php\\?.+year=203.",
"kalendar\\.php",
"main_page=(?:product_reviews_write|login|cookie_usage)",
"memberlist\\.php\\?mode=.+order=",
"mode=(?:lostpassword|sendpassword)",
"modules\\.php\\?name=coppermine.*file=displayimage.+&slideshow=\\d+",
"modules\\.php\\?name=coppermine.*meta=(?:topn|toprated|lastcom|lastup|lastupby|random|lastcomby)",
"modules\\.php\\?name=Statistics.+year=(?:198\\d+|2016|202\\d)",
"orderby=(?:name|note|count|news)",
"portal\\.php\\?month=[\\d]+",
"postdays=0&postorder=asc",
"Recentchangeslinked/",
"SESSION_ID=",
"showcal\\.php",
"Souprava=.+Souprava=.+",
":Userlogin&",
"viewtopic\\.php\\?.*highlight=",
"viewtopic\\.php\\?p=\\d+"
],
"type": "ignore_patterns"
}

0 comments on commit 9f5a30a

Please sign in to comment.