Skip to content
jeffblank edited this page Apr 2, 2014 · 33 revisions

Welcome to the Wiki of the Protection Profile for Application Software

Where's the Current Document?

The live rendering of the Protection Profile is hosted on OpenShift. It is updated every minute based on the most recent push to GitHub.

How Can I Develop and Contribute?

First, install any development tools needed by your platform.

For Windows
Download the latest Git Client for Windows. Additionally it would be useful to have a decent XML Editor. Oxygen is one option. A free open source alternative is XML Notepad which works well but does require the .NET 2.0 Framework to be installed.
For Mac OS X
Install XCode, and possibly also the Command Line Tools package. XCode is available on the Mac App store. Instructions for installing the Command Line Tools package (dependent on version of Mac OS X) are provided inside XCode. This site also provides info on installing the open source tools, though these are not the Apple-supported versions.
For Red Hat Enterprise Linux
This should work out-of-the-box with most basic installations. If not, install git using yum.
Second, clone the repo.
git clone https://github.com/commoncriteria/application.git
Third instructions for committing here

Clone this wiki locally