| Interface | Description |
|---|---|
| DiffLook |
The parameters for a difference view.
|
| Class | Description |
|---|---|
| DiffCache |
A directory of cached diff output
~/votorola/in/diff. |
| DiffKey |
The identifier of a difference between two draft revisions (a and b).
|
| DiffKeyParse |
A difference key in parsed form.
|
| DiffLook1 |
A basic implementation of a difference look.
|
| DiffLookJS |
A difference look implemented as a JavaScript overlay type.
|
| DraftPair |
A pair of draft revisions for differencing.
|
| LineTransformer1 |
A bidirectional transformer of wikitext lines, that breaks incoming wikitext into
multiple lines at punctuation marks.
|
| Exception | Description |
|---|---|
| DiffKeyParse.MalformedKey |
Thrown when a malformed difference key is detected.
|
| DraftPair.MalformedContent |
Thrown when a request cannot be met because the content of a page is not in the
required form.
|
| DraftPair.MalformedSpecifier |
Thrown when a request cannot be met because the specifier of a draft pair is not
in the required form.
|
| DraftPair.PathMismatch |
Thrown when a request cannot be met because an actual draft revision path is
inconsistent with the expected path.
|
| DraftPair.RevisionSeriesMismatch |
Thrown when a request cannot be met because the revision series of the difference
key no longer matches that of the pollwiki.
|