-
Notifications
You must be signed in to change notification settings - Fork 10
Source code
wikiContributions is hosted at GitHub and uses Git for source control. In order to obtain the source code, you must first install Git on your system. Instructions for installing and setting up Git can be found at http://help.github.com/set-up-git-redirect.
If you simply want to create a local copy of the source to play with, you can clone the main repository using this command:
git clone git://github.com/GrisouUQAM/wikiContributions.git
If you're planning on contributing to our wikiContributions project, then it's a good idea to fork the repository. You can find instructions for forking a repository at http://help.github.com/fork-a-repo/. After forking the wikiContributions repository, you'll want to create a local copy of your fork.
The wikiContributions directory and file structure is as follows:
-
google-diff
folder, containing our web site. -
source
- contains the code that compares 2 revisions of an article and returns what kind of edits were made. -
UI
- contains the xhtml, css, js and php files that run the website. - testPage.php - a simple file to test the code (see bottom of [Step 2] (https://github.com/GrisouUQAM/wikiContributions/wiki/Installation-Procedures) for more details).