summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-08-06 11:18:41 +0200
committerYorhel <git@yorhel.nl>2019-08-06 11:18:45 +0200
commit76da9bdcf9a6492888f02457a9c7a23454da1092 (patch)
tree13f1e5e6f4554fc2932d914dccfc61bf63479907
parentcaf09ac0fb77fd8fee3e37b1903f316123054f11 (diff)
Hide Novelnews/Encubed links, site seems dead
-rw-r--r--README.md2
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a074de17..aeb2421c 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ code is easy to identify, the following files are only used by version 3:
- `lib/VN3/`
- `css3/`
- `elm3/`
-- `util/{vndb3,elmgen}.pl`
+- `util/vndb3.pl`
- `data/config3{,_example}.pl`
To run version 3 instead of 2:
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index a34a099d..fa34189d 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -419,7 +419,7 @@ sub page {
}
my @links = (
$v->{l_wp} ? [ 'Wikipedia', 'http://en.wikipedia.org/wiki/%s', $v->{l_wp} ] : (),
- $v->{l_encubed} ? [ 'Encubed', 'http://novelnews.net/tag/%s/', $v->{l_encubed} ] : (),
+ #$v->{l_encubed} ? [ 'Encubed', 'http://novelnews.net/tag/%s/', $v->{l_encubed} ] : (),
$v->{l_renai} ? [ 'Renai.us', 'http://renai.us/game/%s.shtml', $v->{l_renai} ] : (),
);
if(@links) {