summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-08 20:43:47 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-08 20:43:47 +0000
commited35983a0f7850ee8381a9f6f3e58783913e559b (patch)
treedc37694935a8d2727c4d0b887a572faf8d7d822e
parent6c1bb149bb0cfd45b6f14c301fff01f8edd6fbf5 (diff)
Another patch from apple: fixes a typo, allows case-insensitive BBCode, and removes CISV from the docs
git-svn-id: svn://vndb.org/vndb@25 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
-rw-r--r--data/docs/24
-rw-r--r--data/tpl/defs.pl4
-rw-r--r--data/tpl/vnedit2
3 files changed, 5 insertions, 5 deletions
diff --git a/data/docs/2 b/data/docs/2
index 65d5cb1d..da71b403 100644
--- a/data/docs/2
+++ b/data/docs/2
@@ -27,8 +27,8 @@
and instead compare it with other games you've played. It's all relative, after all.
</dd><dt>External links</dt><dd>
Links to external resources about this visual novel. To get the URLs, go to the
- sites (<a href="http://en.wikipedia.org/">Wikipedia</a>, <a href="http://visual-novels.net/">
- Visual-novels.net</a> and <a href="http://cisvisual.net/">CISVisual.net</a>),
+ sites (<a href="http://en.wikipedia.org/">Wikipedia</a> and <a href="http://visual-novels.net/">
+ Visual-novels.net</a>),
search for a page about the game, and determine the ID or name of that page to fill
out in the text boxes. Do not specify the full URL, we only need a small part of
it!
diff --git a/data/tpl/defs.pl b/data/tpl/defs.pl
index 405cc2a5..0845fab7 100644
--- a/data/tpl/defs.pl
+++ b/data/tpl/defs.pl
@@ -141,7 +141,7 @@ sub summary { # cmd, len, def
s/\&/&amp;/g;
s/>/&gt;/g;
s/</&lt;/g;
- while(s/\[url=((https?:\/\/|\/)[^\]>]+)\]/<a href="$1" rel="nofollow">/) {
+ while(s/\[url=((https?:\/\/|\/)[^\]>]+)\]/<a href="$1" rel="nofollow">/i) {
$l -= length($1)+6;
$as++;
}
@@ -150,7 +150,7 @@ sub summary { # cmd, len, def
} elsif($as) {
s/^([duvpr][0-9]+)[^\w]*$/<a href="\/$1">$1<\/a>/;
}
- while(s/\[\/url\]/<\/a>/) {
+ while(s/\[\/url\]/<\/a>/i) {
$l -= 6;
$as--;
}
diff --git a/data/tpl/vnedit b/data/tpl/vnedit
index b0869b45..f1137fc2 100644
--- a/data/tpl/vnedit
+++ b/data/tpl/vnedit
@@ -12,7 +12,7 @@
</span>
[[ } if($d{id} && $d{vn}{cid} != $d{vn}{latest}) { ]]
<span class="warning">
- You are editing an old revision of this producer. If you save it, all changes made after
+ You are editing an old revision of this visual novel. If you save it, all changes made after
-[[= formatdate('%Y-%m-%d %R', $d{vn}{added}) ]]- will be removed!
</span>
[[ } ]]