We will have two versions of this homework: a regular version, and a honor version. The difference in assignment is minimal: in the honor version, you have to implement localized datetime. The difference is in the reviews: if you submit to the honor version, you take upon yourself to write insightful reviews of other submissions, and you are fully entitled to expect helpful reviews from others.
Please choose either regular or honor, and submit and do your reviews in the same version.
In this homework, you will complete the wiki that has been started in homework 3.
You have to add to the wiki the following.
When you view a page, in addition to the button "Edit", there should also be a button "History". This button should lead to a page where you can see the list of all revisions of the page. For each revision, you should give in reverse chronological order:
When you click on a button "revert to this revision", the wiki should create a new revision, with a comment equal to "Revert to 2015-01-25 11:33:44 UTC" (so, equal to the datetime of the revision to which you revert in UTC), and with a content equal to the content to the revision to which you are reverting. In practice, do this as follows:
That's all there is to it!