CDwiki
From ThorxWiki
(Difference between revisions)
m (link fix) |
|||
Line 1: | Line 1: | ||
= CDwiki = |
= CDwiki = |
||
− | Just like FreeDB, except data is stored in a wiki. |
+ | Just like [[FreeDB]], except data is stored in a wiki. |
'''Pros''' |
'''Pros''' |
||
* Collaborative updates are easy - many eyes = few bugs concept. |
* Collaborative updates are easy - many eyes = few bugs concept. |
||
* Easily extensible |
* Easily extensible |
||
− | ** subpages within the wiki make holding extra data pretty easy. eg, /lyrics, assuming each DiscID (or rather, [[NCDI]]) has its own page. |
+ | ** subpages within the wiki make holding extra data pretty easy. eg, /lyrics, assuming each [[DiscID]] (or rather, [[NCDI]]) has its own page. |
'''Cons''' |
'''Cons''' |
Revision as of 01:15, 25 October 2007
CDwiki
Just like FreeDB, except data is stored in a wiki.
Pros
- Collaborative updates are easy - many eyes = few bugs concept.
- Easily extensible
Cons
- Need a non-wiki method of inserting data (wiki pure method might be tedious ;)
- Wiki markup may not be most appropriate without alterations?
- Need to formalise some of the layout of data...
- How do you deal with more than one disc having the same page?
- NCDI should guarantee a unique ID - so this should be solved that way ;)