|
|
@ -21,11 +21,11 @@ func (category *PageCategory) URLRoot() string { |
|
|
|
// a limited selection of categories. I may move it to a configuration
|
|
|
|
// or the database, but for now I think this list is pretty fixed
|
|
|
|
var PageCategories = []PageCategory{ |
|
|
|
{"OoC", "OoC", "O", "OoC content is for announcements, scheduling, general information, or anything that is not in-universe"}, |
|
|
|
{"Info", "Info", "i", "Information gained during and between RP sessions"}, |
|
|
|
//{"OoC", "OoC", "O", "OoC content is for announcements, scheduling, general information, or anything that is not in-universe"},
|
|
|
|
{"Info", "Info", "i", "Information relevant to RP that might be something looked for in IRC logs"}, |
|
|
|
{"News", "News", "N", "News stories that might be pertinent to ongoing plots"}, |
|
|
|
{"Item", "Items", "I", "Items relevant to plots, that is more than just a document saved on a character's own omni-tool"}, |
|
|
|
{"Document", "Document", "D", "Data files, shadow broker dossiers, and other data that is not inside an item"}, |
|
|
|
//{"Item", "Items", "I", "Items relevant to plots, that is more than just a document saved on a character's own omni-tool"},
|
|
|
|
{"Document", "Documents", "D", "Data files, shadow broker dossiers, and other data that is not inside an item"}, |
|
|
|
{"Background", "Background", "B", "Rumors, suspicious persons, or inter-RP occurences that may be noticed"}, |
|
|
|
{"Story", "Stories", "S", "Background stories and inter-RP character intearactions"}, |
|
|
|
} |
|
|
|