| name | supported | notes |
|---|---|---|
| ts | Y | - |
| wtplugin | Y | - |
| wtformat | Y | - |
| name | supported | notes |
|---|---|---|
| wid | Y | Not happy with this one. |
| title | Y | - |
| url | Y | - |
| engine_type | Y | Not happy with this one being numeric. |
| engine_version | Y | - |
| name | supported | notes |
|---|---|---|
| users | N | There are no user accounts. |
| admins | N | There are no user accounts. |
| name | supported | notes |
|---|---|---|
| pages | Y | Must remember to substract comment pages and uploaded files, I guess? Oddmuse treats comment/talk pages as well as uploaded files as ordinary pages. |
| good | Y | Pages listed as important for admins may or may not exist and may or may not contain special content. But we can still substract them. |
| wanted | N | Too expensive for the moment as Oddmuse does not maintain a separate link database |
| orphaned | ? | Too expensive for the moment as Oddmuse does not maintain a separate link database |
| talk | Y | It's just a naming convention for ordinary pages. |
| namespaces | Y | - |
| comments | N | Too expensive for the moment as Oddmuse treats comments as simple append operations to the talk pages. |
| files | Y | Each page can be a text page or an uploaded file. |
| edits | Y | Expensive to compute as involve reading all the log files. Oddmuse doesn't use a database. |
| name | supported | notes |
|---|---|---|
| pages | Y | Once we've read the list of all changes we can compare those pagenames with the current list of pagenames and compute those that have been deleted, but we cannot compute the pages that have been deleted and recreated nor can we compute multiple deletions. This is expensive to compute. |
| users | N | By default, Oddmuse can only ban IP numbers and hostnames using regular expressions. |
| name | supported | notes |
|---|---|---|
| anon_edit | Y | We cannot test whether the webserver limits acces to the wiki, however. |
| anon_readable_pages | Y | We cannot test whether the webserver limits acces to the wiki, however. |
| anon_writable_pages | Y | We cannot test whether the webserver limits acces to the wiki, however. This is expensive to compute. |
| readable_pages | Y | The number is the same as for anonymous users unless special plugins are installed. |
| writable_pages | Y | The number is the same as for anonymous users unless special plugins are installed. |