summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn B. Brandenburg <bbb@cs.unc.edu>2010-05-29 20:13:04 -0400
committerBjörn B. Brandenburg <bbb@cs.unc.edu>2010-05-29 20:13:04 -0400
commitb239585f21910848e310dca9484f3a94324c2322 (patch)
tree2d85df016bf932251748afbd065d79b60f0d4e78
parent8821cc52c154897890f0071aec62561aa8210a9b (diff)
publicise git repository
-rw-r--r--index.html30
1 files changed, 27 insertions, 3 deletions
diff --git a/index.html b/index.html
index 1b71128..323800b 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,8 @@ Have a look at our group's <a href="http://www.cs.unc.edu/%7Eanderson/papers.htm
39 <a href="#publications">publications</a> - 39 <a href="#publications">publications</a> -
40 <a href="#download">download</a> - 40 <a href="#download">download</a> -
41 <a href="#install">installation</a> - 41 <a href="#install">installation</a> -
42 <a href="#doc">documentation</a> 42 <a href="#doc">documentation</a> -
43 <a href="#development">development</a>
43 </p> 44 </p>
44 </div> 45 </div>
45 46
@@ -85,6 +86,9 @@ Have a look at our group's <a href="http://www.cs.unc.edu/%7Eanderson/papers.htm
85 <h3> Development Plans </h3> 86 <h3> Development Plans </h3>
86 There are plans to port LITMUS<sup>RT</sup> to PowerPC and ARM platforms. Please contact us for details. 87 There are plans to port LITMUS<sup>RT</sup> to PowerPC and ARM platforms. Please contact us for details.
87 </div> 88 </div>
89
90
91
88 <h2 id="support">Support</h2> 92 <h2 id="support">Support</h2>
89 <div class="box"> 93 <div class="box">
90 <p class="nomargin"> 94 <p class="nomargin">
@@ -290,8 +294,9 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
290 <p class="notopmargin"> 294 <p class="notopmargin">
291 The source code of LITMUS<sup>RT</sup> is made available as open source 295 The source code of LITMUS<sup>RT</sup> is made available as open source
292 under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU 296 under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU
293 General Public License (GPL)</a>. 297 General Public License (GPL)</a>. LITMUS<sup>RT</sup> is released as a patch against Linux. Additionally,
294 </p> 298 it is also available as a <span class="src">git</span> repository (see <a href="#development">Development</a> below).
299 </p>
295 <p> 300 <p>
296 The current release of LITMUS<sup>RT</sup> is 2010.1. 301 The current release of LITMUS<sup>RT</sup> is 2010.1.
297 It consists of our Linux kernel modifications in the form of 302 It consists of our Linux kernel modifications in the form of
@@ -572,6 +577,25 @@ scons
572 577
573 578
574 </div> 579 </div>
580
581 <h2 id="development">Development</h2>
582 <div class="box">
583 <p class="nomargin">
584 Patches and suggestions are very welcome!
585 The current development version of LITMUS<sup>RT</sup> is available as a public <a href="http://git-scm.com/">git</a> repository at
586 <strong>http://www.cs.unc.edu/~anderson/litmus-rt/git</strong> and can be
587 cloned with the following command.
588 </p>
589<pre class="shell">
590git clone http://www.cs.unc.edu/~anderson/litmus-rt/git litmus-rt
591</pre>
592 <p class="nobottommargin">
593 Please contact the <a href="#collaborators">current maintainer</a> if you
594 need access to the repositories for the user space libraries and tools.
595 </p>
596 </div>
597
598
575 599
576 <h2 id="credits">Credits</h2> 600 <h2 id="credits">Credits</h2>
577 <div class="box"> 601 <div class="box">