Skip to content

Commit 12bfa51

Browse files
Dan BellDan Bell
authored andcommitted
Corrects team page and ARToolkitX casing
1 parent b752854 commit 12bfa51

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

_data/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
- title: artoolkitX
1+
- title: ArtoolkitX
22
docs:
33
- downloads
44
- about
5+
- team
56

67
# - title: Examples
78
# docs:

_docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sectionid: about
88
<div class="row panel panel-default">
99
<div class="col-md-8 panel-body">
1010
<p>
11-
artoolkitX is a new open source project that has been created to continue support for the ARToolKit community and to ensure that future generations of augmented reality developers will have access to, and understanding of, the underlying algorithms that drive this innovative technology. The project is run by the core team that has been responsible for all ARToolKit development for the last decade and is funded by Realmax (www.realmax.com), a leading Chinese AR company.
11+
ArtoolkitX is a new open source project that has been created to continue support for the ARToolKit community and to ensure that future generations of augmented reality developers will have access to, and understanding of, the underlying algorithms that drive this innovative technology. The project is run by the core team that has been responsible for all ARToolKit development for the last decade and is funded by Realmax (www.realmax.com), a leading Chinese AR company.
1212
</p>
1313
<p>
1414
Until the launch of a version 1.0 release of artoolkitX, we will actively maintain a fork (link) of ARToolKit v5.x, provide live binary builds (link) of the software and actively support the user community via our forum (link).

_docs/theTeam.md renamed to _docs/team.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: About
3-
permalink: /docs/theTeam/
2+
title: The Team
3+
permalink: /docs/team/
44
redirect_from: /docs/index.html
5-
sectionid: about
5+
sectionid: team
66
---
77

8-
The artoolkitX team
8+
The ArtoolkitX team
99

1010
### Philip Lamb
1111

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ul class="nav navbar-nav">
1616
<li {% if page.sectionid=='downloads' %} class="active" {% endif %}><a href="{{ "/docs/downloads/" | prepend: site.baseurl }}">Downloads</a></li>
1717
<li {% if page.sectionid=='about' %} class="active" {% endif %}><a href="{{ "/docs/about/" | prepend: site.baseurl }}">About</a></li>
18-
<li {% if page.sectionid=='about' %} class="active" {% endif %}><a href="{{ "/docs/theTeam/" | prepend: site.baseurl }}">The Team</a></li>
18+
<li {% if page.sectionid=='team' %} class="active" {% endif %}><a href="{{ "/docs/team/" | prepend: site.baseurl }}">The Team</a></li>
1919
<li ><a href="http://forums.artoolkitx.org/index.php" target="_blank">Forum</a></li>
2020
<li ><a href="https://github.com/artoolkitx/artoolkit5/wiki" target="_blank">Docs</a></li>
2121

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="header-container jumbotron">
66
<div class="container">
7-
<h1>artoolkitX</h1>
7+
<h1>ArtoolkitX</h1>
88
<p>We are open-source, multi plattform Augmented Reality.</p>
99
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/about/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
1010
</div>
@@ -17,7 +17,7 @@ <h1>artoolkitX</h1>
1717
<div class="col-md-8 panel-body">
1818
<h2 class="header-light regular-pad">What is artoolkitX?</h2>
1919
<div class="mainText">
20-
artoolkitX is a new open-source project that provides tools for building augmented reality applications. It incorporates code from the most recent open-source release of the popular ARToolKit, version 5.3, alongside new code developed by artoolkitX project engineers, and code contributed by and licensed from third-party developers.
20+
ArtoolkitX is a new open-source project that provides tools for building augmented reality applications. It incorporates code from the most recent open-source release of the popular ARToolKit, version 5.3, alongside new code developed by artoolkitX project engineers, and code contributed by and licensed from third-party developers.
2121
<br/><br/>
2222
<h4>How does artoolkitX differ from ARToolKit v5.3?</h4>
2323
artoolkitX incorporates a variety of advanced open-source augmented reality technologies, including

0 commit comments

Comments
 (0)