Skip to content

Commit ee97dcf

Browse files
committed
Rename Github to Source code and remove redirect
1 parent 3786c0f commit ee97dcf

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

_includes/themes/twitter/top.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ <h2>Contact</h2>
4141
</div>
4242
</div>
4343

44-
<div class="row" style="float: right;">
44+
<div class="row">
4545
<div class="span4">
4646
<h2>
4747
<img style="height: 1em; vertical-align:top; margin: 0px" src="images/GitHub-Mark-32px.png"></img>
48-
GitHub
48+
Source code
4949
</h2>
5050
<p>See the source code on GitHub.</p>
51-
<p><a class="btn" href="https://github.com/PlusToolkit/PlusLib">View source code &raquo;</a></p>
51+
<p><a class="btn" href="sourcecode.html">View source code &raquo;</a></p>
5252
</div>
5353
</div>
5454

github.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

sourcecode.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: page
3+
title: GitHub
4+
group: navigation
5+
order: 7
6+
image: "images/GitHub-Mark-Light-32px.png"
7+
description: ""
8+
---
9+
10+
{% include JB/setup %}
11+
12+
Source code
13+
-----------
14+
15+
Plus toolkit contains three main repositories:
16+
- [PlusLib](https://github.com/PlusToolkit/PlusLib/): Library that contains all data acquisition and processing implementation. It contains a few sipmle tools and test applications but primarily intended to be linked into software applications.
17+
- [PlusApp](https://github.com/PlusToolkit/PlusApp/): Software applications with graphical user interface that use PlusLib to make features available to end users.
18+
- [PlusBuild](https://github.com/PlusToolkit/PlusBuild/): Small project that downloads and builds PlusLib, PlusApp and all their dependencies (VTK, ITK, etc.).
19+
- [PlusLibData](https://github.com/PlusToolkit/PlusLibData/): Repository containing config files, sample/test data, and stl files. This includes the files that are installed with Plus.
20+
- [PlusDoc](https://github.com/PlusToolkit/PlusDoc/): Repository containing additional documentation.

0 commit comments

Comments
 (0)