I want to build a kinda historic wiki. That means it should provide a date field. I wanna be able to list the dates as an index and to perform a search-by-date. The date is not the date of writing, but a date in the past. I would write a plug-in for that. Is it hard to do this with PhpWiki?
What about black-list? Are there possibilities to check new pages against "bad" words?
It seems to be really hard to make a new Theme. Does anybody have experiences in doing that?
Thanks for any answers
UCB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can use the StructedData approach as with wikilens.org.
This uses arbitrary but structured page fields (in Categories), for which you can search and which you can sort.
Of course you can also write a plugin, which parses the body, stroes the date as page metadata, and extend search to search for this metadata.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to build a kinda historic wiki. That means it should provide a date field. I wanna be able to list the dates as an index and to perform a search-by-date. The date is not the date of writing, but a date in the past. I would write a plug-in for that. Is it hard to do this with PhpWiki?
What about black-list? Are there possibilities to check new pages against "bad" words?
It seems to be really hard to make a new Theme. Does anybody have experiences in doing that?
Thanks for any answers
UCB
You can use the StructedData approach as with wikilens.org.
This uses arbitrary but structured page fields (in Categories), for which you can search and which you can sort.
Of course you can also write a plugin, which parses the body, stroes the date as page metadata, and extend search to search for this metadata.