CDwiki
From ThorxWiki
(Difference between revisions)
m (4 revision(s)) |
|||
(2 intermediate revisions by 2 users not shown) | |||
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''' |
||
− | * Neen a non-wiki method of inserting data (wiki pure method might be tedious ;) |
+ | * Need a non-wiki method of inserting data (wiki pure method might be tedious ;) |
* Wiki markup may not be most appropriate without alterations? |
* Wiki markup may not be most appropriate without alterations? |
||
* Need to formalise some of the layout of data... |
* Need to formalise some of the layout of data... |
||
* How do you deal with more than one disc having the same page? |
* 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 ;) |
Revision as of 02:04, 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 ;)