CDwiki
From ThorxWiki
(Difference between revisions)
m (link fix) |
|||
(2 intermediate revisions by one user 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 disc ID has its own page. |
'''Cons''' |
'''Cons''' |
||
− | * Need a non-wiki method of inserting data (wiki pure method might be tedious ;) |
+ | * Neen 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 20:23, 2 May 2002
CDwiki
Just like FreeDB, except data is stored in a wiki.
Pros
- Collaborative updates are easy - many eyes = few bugs concept.
- Easily extensible
- subpages within the wiki make holding extra data pretty easy. eg, /lyrics, assuming each disc ID has its own page.
Cons
- Neen 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?