diff options
author | Yorhel <git@yorhel.nl> | 2011-02-15 16:13:11 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2011-02-15 16:13:11 +0100 |
commit | 24680d31a5a3433db5fd0140d9cb80b371659342 (patch) | |
tree | b8beae4bbcfa12c9e695126ebf5845214f1978bf /data/notes | |
parent | a796407a552fb5422a81a4cf8a5029d1f39bf419 (diff) |
chardb: Added char entry tables and updated the basic revision framework
The Perl code and SQL-revisioning code only handles the name, original,
alias and desc fields at the moment. There is a basic /i+ and /i+.+ page
for testing, which should have all the functionality required for the
revisioning framework.
Diffstat (limited to 'data/notes')
-rw-r--r-- | data/notes/chardb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/notes/chardb b/data/notes/chardb index 0a42bcd8..37dfa80d 100644 --- a/data/notes/chardb +++ b/data/notes/chardb @@ -1,6 +1,6 @@ Character Database -Last modified: 2011-02-13 +Last modified: 2011-02-14 Status: Draft / incomplete @@ -168,6 +168,11 @@ Status: Draft / incomplete least 18 years old" - Just a bad idea in general, since there are quite a few fuckable 10-years-olds, and explicitely stating that is not a very nice thing. + - External links? + - Wikipedia (en)? + - AniDB + - Animecharacterdatabase.com (crappy site, but people seem to use it?) + - MLA? Traits vs. VN tags (not very important for now): @@ -356,6 +361,7 @@ User interface considerations: The SQL schema: + (outdated, see /util/updates/update_2.19.sql instead) CREATE TABLE traits ( id SERIAL PRIMARY KEY, |