Re: Maybe use a WIKI for the index ...
Quote:
Originally posted by eolruin
I personal would suggest the use of a WIKI (like fi. www.zwiki.org) so all interested could help.
WIKI's are a great thing for collaborative work.
But this would unfortunatly need a webserver to be used.
But there are also lots of free WIKI's out there.
My Two Cents,
Eol
Wikis are great for online colaboration, but not for pretty output.
If you want help getting it all together, a fan authored wiki would be great for gathering the data.
If you want to print in multiple formats, I would suggest XML/XSLT to hold/view the data. For example:
Code:
<INDEX>
<TOPIC Name="Combat">
<PAGEREF Book="Core Rules" Pages="xxx-zzz" />
<TOPIC Name="Initiative">
<PAGEREF Book="Core Rules" Pages="yyy" />
</TOPIC >
</TOPIC >
</INDEX>
Re: Re: Maybe use a WIKI for the index ...
Quote:
Originally posted by MightyCthulhu
If you want help getting it all together, a fan authored wiki would be great for gathering the data.
Thanks for the suggestion, but I'm going to stick with Excel. If someone wants to take the data I assemble in Excel and turn it into a web product, they'll have my blessing. :)