Improve a bit ikiwiki detection (#1824)

* Improve a bit ikiwiki detection

This can be verified
[here](http://blog.spang.cc/posts/hledger_rocks_my_world/). Apparently
people may put ikiwiki in the good ol' `/cgi-bin` folder instead of the
root of their website. This makes sense, since ikiwiki is a big pile of
Perl.

* Fix a typo
main
jvoisin 7 years ago committed by Elbert Alias
parent 0ee638d9d3
commit dcce776156

@ -10223,8 +10223,8 @@
"8" "8"
], ],
"html": [ "html": [
"<link rel=\"alternate\" type=\"application/x-wiki\" title=\"Edit this page\" href=\"/ikiwiki\\.cgi", "<link rel=\"alternate\" type=\"application/x-wiki\" title=\"Edit this page\" href=\"[^\"]*/ikiwiki\\.cgi",
"<a href=\"/ikiwiki\\.cgi\\?do=" "<a href=\"/(?:cgi-bin/)?ikiwiki\\.cgi\\?do="
], ],
"icon": "ikiwiki.png", "icon": "ikiwiki.png",
"website": "http://ikiwiki.info" "website": "http://ikiwiki.info"

Loading…
Cancel
Save