Following are some of the fastest ways to undelete pages on WardsWiki.
via QuickChanges
via WikiHistory
[This is a slightly different approach of how to use the history function.]
Use: c2.com/wiki/history/PageNameGoesHereThen look for the Revision number that corresponds with the edit history that you identified (with the use of NewRecentChanges) as the one you want to revert back to (each numbered link in the output of NewRecentChanges "when clicked and opened" will give the revision number that you will need to look for in the history files). Click the corresponding history file link, copy it then go back to the edit page for the page and paste it in then save it. Quick, simple and painless. The edit histories of NewRecentChanges clearly gives the Revision numbers so it is really easy to identify what you need.
Example: http://c2.com/cgi/RecentChanges?del?page=WikiWikiSandbox?days=2 http://c2.com/wiki/history/WikiWikiSandboxOf course, you will most likely be using NewRecentChanges instead of the individual page link above, but the link provides quicker access for this demonstration.
When fighting vandalism, one may find it more convenient to have a WikiPageVersionHistory search page that is run from one's own computer. Just copy and paste the below HTML into your own local HTML webpage.
<!-- Begin HTML for fast C2 Wiki history pages locater --> <html> <head> <title>c2.com: Page History</title> </head> <body> <p> <b>c2.com:</b> Page History <!-- Begin Open Location Form --> <form name="openlocation"> <input size=140 type="text" name="href" value="http://c2.com/wiki/history/"> <input type="button" value="Go To" onClick="location.href=document.openlocation.href.value;; "> <INPUT type=reset value=Clear> </form> <!-- End Open Location Form --> </p> </body> </html> <!-- End HTML for fast C2 Wiki history pages locater -->
BookMarklets for editcopy and history:
javascript:void(document.location=(""+document.location).replace(/(wiki|quickDiff)\?/, "wiki?copy="))
javascript:void(document.location=(""+document.location).replace(/cgi\/wiki\?(edit=)?/, "wiki/history/"))
This page is priceless during spam attacks, and when fighting WikiVandals.