From 47a673bc5d63f2d529c8f9782adb8e367d725346 Mon Sep 17 00:00:00 2001 From: yorhel Date: Wed, 22 Oct 2008 09:37:47 +0000 Subject: Added documentation for the original title field and fixed copy-paste error git-svn-id: svn://vndb.org/vndb@117 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b --- data/docs/2 | 5 ++++- data/tpl/vnedit | 2 +- lib/ChangeLog | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/data/docs/2 b/data/docs/2 index 38b8ec8d..e0c7d619 100644 --- a/data/docs/2 +++ b/data/docs/2 @@ -12,10 +12,13 @@ :SUB:General info
-
Title
+
Title (romaji)
The title should be based upon the title of the original release.
If the title uses the Latin alphabet, use our capitalisation guidelines.
Otherwise, romanise according to our guidelines. +
Original title
+ If the name is officially under a different title (usually because of different + character sets), put the original title here.
Aliases
Visual novels can be known under several names, use this field to add any aliases and acronyms used around the net. Official titles of releases should not be added diff --git a/data/tpl/vnedit b/data/tpl/vnedit index 2fb2fbd7..a9801674 100644 --- a/data/tpl/vnedit +++ b/data/tpl/vnedit @@ -25,7 +25,7 @@ { type => 'input', name => 'Title (romaji)', short => 'title', r=>1 }, { type => 'input', name => 'Original title', short => 'original' }, { type => 'static', text => q| - The original title of this release, leave blank if it already is in the Latin alphabet.

| }, + The original title of this visual novel, leave blank if it already is in the Latin alphabet.

| }, { type => 'textarea', name => 'Aliases', short => 'alias', rows => 2, cols => 60 }, { type => 'static', text => q| diff --git a/lib/ChangeLog b/lib/ChangeLog index fdc0443e..8933b6c0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -7,7 +7,7 @@ TODO: + Add a link for the hidden 'h' option at /hist + Rewrite the revision diff code, it's horrible... -1.23 - ? +1.23 - 2008-10-22 (r117) - Removed redirects for old revision URLs (the code wasn't very secure...) - Fixed bug when using unicode in the AJAX vn/producers/release search box - Added original title field to VN entries -- cgit v1.2.3