From 3b9ab21bfcded0fd9ff835d67093a52e41268360 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 24 Feb 2007 15:42:11 +0100 Subject: use dokubug as default interwiki tag for DokuWiki bugs #1045 darcs-hash:20070224144211-7ad00-fc0695dc9290bd5d4192eb9d76ba3cafa2125d8f.gz --- conf/interwiki.conf | 2 +- data/pages/wiki/dokuwiki.txt | 1 + data/pages/wiki/syntax.txt | 3 ++- lib/images/interwiki/bug.gif | Bin 166 -> 0 bytes lib/images/interwiki/dokubug.gif | Bin 0 -> 166 bytes 5 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 lib/images/interwiki/bug.gif create mode 100644 lib/images/interwiki/dokubug.gif diff --git a/conf/interwiki.conf b/conf/interwiki.conf index d6d56198a..9ea8ed6a8 100644 --- a/conf/interwiki.conf +++ b/conf/interwiki.conf @@ -22,7 +22,7 @@ google.de http://www.google.de/search?q= man http://man.cx/ phpfn http://www.php.net/{NAME} go http://www.google.com/search?q={URL}&btnI=lucky -bug http://bugs.splitbrain.org/index.php?do=details&id= +dokubug http://bugs.splitbrain.org/index.php?do=details&id= coral http://{HOST}.{PORT}.nyud.net:8090/{PATH}?{QUERY} xref http://dev.splitbrain.org/reference/dokuwiki/{NAME}.html diff --git a/data/pages/wiki/dokuwiki.txt b/data/pages/wiki/dokuwiki.txt index b49ebfd80..82dce90b4 100644 --- a/data/pages/wiki/dokuwiki.txt +++ b/data/pages/wiki/dokuwiki.txt @@ -34,6 +34,7 @@ All documentation and additional information besides the [[syntax|syntax descrip * [[doku>wiki:manual|The manual]] :!: * [[doku>wiki:FAQ|Frequently Asked Questions (FAQ)]] * [[doku>wiki:glossary|Glossary]] + * [[http://search.dokuwiki.org|Search for DokuWiki help and documentation]] **Customizing DokuWiki** diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index 40baa16cb..8dc38a5b9 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -73,6 +73,7 @@ DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]]. + ==== Windows Shares ==== Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogenous user group like a corporate [[wp>Intranet]]. @@ -83,7 +84,7 @@ Notes: * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). * For Mozilla and Firefox it can be enabled through the config option [[http://www.mozilla.org/quality/networking/docs/netprefs.html#file|security.checkloaduri]] but this is not recommended. - * See [[bug>151]] for more info. + * See [[dokubug>151]] for more info. ==== Image Links ==== diff --git a/lib/images/interwiki/bug.gif b/lib/images/interwiki/bug.gif deleted file mode 100644 index 3432b8d57..000000000 Binary files a/lib/images/interwiki/bug.gif and /dev/null differ diff --git a/lib/images/interwiki/dokubug.gif b/lib/images/interwiki/dokubug.gif new file mode 100644 index 000000000..3432b8d57 Binary files /dev/null and b/lib/images/interwiki/dokubug.gif differ -- cgit v1.2.3