-
Notifications
You must be signed in to change notification settings - Fork 41
/
Help.html
197 lines (178 loc) · 9.14 KB
/
Help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<!-- one of the few .html pages as of 2022, no include support. -->
<!-- Migrate to .shtml? Then remove copied header and add (general) sidebar -->
<head>
<title>
JMRI: What you can do to help
</title>
<meta name="author" content="Bob Jacobsen">
<meta name="author" content="Bruce Petrarca">
<meta name="keywords" content="JMRI How help">
<!-- Style copied from Style.shtml-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<!-- in part based on https://www.w3schools.com/w3css/4/w3.css for responsive display -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- for navbar icons -->
<link rel="icon" href="/images/jmri.ico" type="image/png">
<link rel="home" title="Home" href="/">
<link rel="Copyright" title="Copyright" href="/copyright.shtml">
<link rel="Index" title="Index" href="/help/en/webindex.shtml">
<link rel="ToC" title="ToC" href="/help/en/webtoc.shtml">
<link rel="Help" title="Help" href="/help/en/index.html">
<!-- /Style -->
</head>
<body>
<!-- Header -->
<div id="header">
<div id="mainNav" class="bar-1">
<div id="show-side" class="button inline xlarge"
onclick="sidebarIconClick()"><i class="fa fa-bars"></i>
</div>
<div class="button inline" style="padding:0;">
<a href="/" title="Return to JMRI.org home page" accesskey="1">
<img src="/images/jmri-small.svg" alt="JMRI Logo" height="45">
</a>
</div>
<div id="hor-nav" class="inline"><!-- "hor-nav" show/hide by mediaquery -->
<div id="nav_dl" class="button inline"><a
href="/download/index.shtml"
title="Get the JMRI software">Releases</a></div><!-- menu renamed from Download (action?)-->
<div id="nav_apps" class="button inline"><a
href="/help/en/html/apps/index.shtml"
title="Learn about JMRI applications">Applications</a></div>
<div id="nav_hw" class="button inline"><a
href="/help/en/html/hardware/index.shtml"
title="What hardware does JMRI support">Hardware</a></div>
<div id="nav_help" class="button inline"><a
href="/help/en/webtoc.shtml"
title="JMRI Help Screens">Help Index</a></div>
<div id="nav_manuals" class="button inline"><a
href="/help/en/manual/index.shtml"
title="JMRI Manuals">Manuals</a></div>
<div id="nav_dev" class="button inline"><a
href="/help/en/html/doc/Technical/index.shtml"
title="Developing and extending JMRI">Developers</a></div>
<div id="nav_ack" class="button inline"><a
href="/help/en/Acknowledgements.shtml"
title="Who is JMRI">Acknowledgements</a></div>
</div>
<div id="drop-nav" class="dropdown inline">
<!-- show/hide by mediaquery -->
<div id="navbtn-more" onclick="open_more(this)" class="button inline">Help & More <i
class="fa fa-caret-down"></i>
</div>
<div id="more" class="dropdown-content" style="display:none">
<a class="dropdown-menuitem button"
href="/download/index.shtml"
title="Get the JMRI software">Releases</a><!-- menu renamed from Download (action?)-->
<a class="dropdown-menuitem button"
href="/help/en/html/apps/index.shtml"
title="Learn about JMRI applications">Applications</a>
<a class="dropdown-menuitem button"
href="/help/en/html/hardware/index.shtml"
title="What hardware does JMRI support">Hardware</a>
<a class="dropdown-menuitem button"
href="/help/en/webtoc.shtml"
title="JMRI Help Screens">Help Index</a>
<a class="dropdown-menuitem button"
href="/help/en/manual/index.shtml"
title="JMRI Manuals">Manuals</a>
<a class="dropdown-menuitem button"
href="/help/en/html/doc/Technical/index.shtml"
title="Developing and extending JMRI">Developers</a>
<a class="dropdown-menuitem button"
href="/help/en/Acknowledgements.shtml"
title="Who is JMRI">Acknowledgements</a>
</div>
</div>
<div class="button inline xlarge floatRight" onclick="open_search(this)"
title="Search JMRI.org"><i class="fa fa-search"></i>
</div>
<!-- Search Form -->
<div id="searchform" class="inline" style="display:none; padding:0;">
<div class="gcse-search"></div>
</div> <!-- End #searchform -->
</div>
</div> <!-- closes #header-->
<!-- /Header -->
<hr class="hide">
<div id="mBody">
<div id="mainContent" class="no-sidebar">
<h1>
JMRI: What you can do to help
</h1>
We get e-mails directly and through the <a href="https://groups.io/g/jmriusers">JMRI Users</a> Groups.io daily
asking: "What can I do to help?"
<p>
<a href="/donations.shtml">Donate to JMRI</a><br/>
A small donation would always be appreciated. The money typically gets used
for registering Internet domain names, copyrights, etc. Click
<a href="/donations.shtml">here</a>, or if you'd prefer not to use PayPal please
<a href="mailto:[email protected]">contact us via email</a>.
<p>
If you have the time, it would be really helpful to have your
active help improving the program's usability. We need help with
writing up examples of almost <em>everything</em>! If you'd be willing
to take something you've recently done and walk through it again,
writing down all the steps & what they did, it would be quite useful.
<p>
For example, a walk-through of how to adjust the settings on a
sound decoder while running it on the track.
<br>
Or how to set the start voltage of a locomotive so it starts
to move when the throttle does.
<br>
Or even something like checking out a newly installed decoder.
<p>
People tend to say "Well, the stuff I do is so basic, everybody must
know how to do it". But a lot of people hesitate to even start, and
having something written down step-by-step can be very helpful in
getting them started.
<p>
For more info on how to do any of that, please contact
the people on the
<a href="https://groups.io/g/jmriusers">JMRI users group</a>
or see the page on
<a href="http://jmri.org/help/en/html/doc/Technical/index.shtml#contributing">Helping with the code</a>.
<!-- copy from Footer2021.shtml -->
<hr class="hide">
<div id="footer">
<p>Thanks and congratulations to
<a href="/help/en/Acknowledgements.shtml" title="Who is JMRI">
all who contributed</a>! Contact us via the <a href="https://groups.io/g/jmriusers">JMRI users</a> Groups.io
group.
</p>
<p>Copyright © 1997 - 2024 JMRI Community.
JMRI®, DecoderPro®, PanelPro™, SignalPro™, TrainPro™, DispatcherPro™, OperationsPro™ and associated logos are our trademarks.
<a href="/copyright.shtml">Additional information on copyright, trademarks and licenses is linked here.</a>
</p>
<p>
<!-- Add a link to Github history of file -->
View the
<script> // HTMl for each page is generated by the following Javascript
var target = window.location.pathname;
target = (target.slice(-1) == "/") ? target+"index.shtml" : target; // do default expansion of empty to index
// check repository - only directories with files that include Footer.shtml
if (target.slice(0,6) == "/help/") {
target = "https://github.com/JMRI/JMRI/blob/master"+target;
} else if (target.slice(0,5) == "/xml/") {
target = "https://github.com/JMRI/JMRI/blob/master"+target;
} else { // must be in JMRI/website
target = "https://github.com/JMRI/website/blob/master"+target;
}
//document.write(target+" ")
document.write("<a href=\""+target+"\" title=\"File history on GitHub.com\">history of this page and propose edits</a>.")
</script>
</p>
</div>
<!-- /Footer2021.shtml -->
</div><!-- closes #mainContent-->
</div> <!-- closes #mBody-->
<script src="/js/main.js"></script>
<script src="/js/header.js"></script>
</body>
</html>