no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


development [2013-12-04 14:12] (current) – created rspencer
Line 1: Line 1:
 +====== Source Code ======
  
 +As this project is opensource and released under the GNU General Public License v2+, the sourcecode is freely available under that license.
 +
 +<html><script type="text/javascript" src="http://www.ohloh.net/p/13119/widgets/project_languages.js"></script></html>
 +
 +===== Web Interface =====
 +
 +There is a [[https://gitlab.devlabs.linuxassist.net/policyd/policyd|Git web interface]] to the repository to browse the source code.
 +
 +===== Git =====
 +
 +Information on checking out the sourcecode using Git can be found below.
 +
 +Anonymous Read-Only:
 +<code>
 +git clone https://gitlab.devlabs.linuxassist.net/policyd/policyd.git
 +</code>
 +
 +Code Contribution Guidelines:
 +[[http://gitlab.devlabs.linuxassist.net/allworldit/allworldit/blob/master/Using%20GitLab.md|Using GitLab]]
 +[[https://gitlab.devlabs.linuxassist.net/allworldit/allworldit/blob/master/Submission%20Policy.md|Code Submission Policy]]