|
Source
Repository StructureMarginalia consists of several sub-projects for Moodle, OJS, the demo, and so on. Each project has its own code and also makes use of shared Marginalia code. For example, to run the demo you will need to fetch demo, marginalia-lib, and marginalia-php. The INSTALL.html file in the demo contains specific instructions. See the Browse link under the tabs above to view the sub-projects in the repository. The sub-projects are:
Command-Line AccessIf you plan to make changes, check out the code as yourself using HTTPS. For example, to check out the demo do the following: svn checkout https://marginalia.googlecode.com/svn/demo/trunk/ demo --username your-google-username-here When prompted, enter your generated googlecode.com password. Use this command to anonymously check out a read-only working copy of the latest project source code: svn checkout http://marginalia.googlecode.com/svn/demo/trunk/ demo-read-only GUI and IDE AccessThis project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information. |