Skip to content

Commit dbb0247

Browse files
committed
Updating usersguide
1 parent 36e9067 commit dbb0247

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

_includes/JB/pages_list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Usage:
3333
{% endif %}
3434

3535
{% if node.layout == "link" %}
36-
<a href="{{node.link_url}}" class="active">
36+
<a href="{{node.linkurl}}" class="active">
3737
{% else %}
3838
<a href="{{ BASE_PATH }}{{node.url}}" class="active">
3939
{% endif %}

_layouts/link.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

66
{% assign time = 0 %}
7-
{% assign targetname = page.target %}
7+
{% assign linkname = page.link %}
88

99
{% if page.time %}
1010
{% assign time = page.time %}
1111
{% endif %}
1212

13-
{% if page.targetname %}
14-
{% assign targetname = page.targetname %}
13+
{% if page.linkname %}
14+
{% assign linkname = page.linkname %}
1515
{% endif %}
1616

17-
{% capture title %}Redirecting to {{ targetname }}{% endcapture %}
18-
{% if page.targettitle %}
19-
{% assign title = page.targettitle %}
17+
{% capture title %}Redirecting to {{ linkname }}{% endcapture %}
18+
{% if page.title %}
19+
{% assign title = page.title %}
2020
{% endif %}
2121
<meta http-equiv="refresh" content="{{ time }};url={{ page.link }}"/>
2222
<link rel="canonical" href="{{ page.link }}"/>
@@ -36,7 +36,7 @@ <h1>{{ title }}</h1>
3636
<p>{{ page.message }}</p>
3737
{% endif %}
3838

39-
<p>Redirecting to <a href="{{ page.link }}">{{ page.link }}</a>.</p>
39+
<p>Redirecting to <a href="{{ page.link }}">{{ linkname }}</a>.</p>
4040

4141
</body>
4242
</html>

usersguide.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ title: User's guide
44
group: navigation
55
order: 4
66
description: ""
7-
link_url: "http://perk-software.cs.queensu.ca/plus/doc/nightly/user/index.html"
7+
linkurl: "http://perk-software.cs.queensu.ca/plus/doc/nightly/user/index.html"
8+
linkname: "Plus user's guide"
89
---
910
{% include JB/setup %}
10-
11-
Documentation
12-
-------------
13-
14-
- [Plus applications user manual](http://perk-software.cs.queensu.ca/plus/doc/nightly/user/index.html)
15-
- [SlicerIGT: tools for building image-guided therapy systems from readily-available components. Includes extensive set of step-by-step tutorials.](http://www.slicerigt.org)
16-
- [Plus 3D model catalog: catalog of printable 3D models of tools and tracking fixtures](http://perk-software.cs.queensu.ca/plus/doc/nightly/modelcatalog)
17-
- [Matlab interface: read data recorded by Plus and send/receive live data from Plus in Matlab](https://github.com/PlusToolkit/PlusMatlabUtils)
18-
19-
<p style="text-align: right;"> <a href="http://c3.gostats.com/summary.xml?id=352601" target="_blank" title="statistics"><img alt="statistics" border="0" src="http://c3.gostats.com/bin/count/a_352601/t_4/i_79/z_0/show_visitors/counter.png" style="border-width: 0px; width: auto; height: auto; display: none !important;" /></a></p>

0 commit comments

Comments
 (0)