forked from JMRI/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelp.html
More file actions
118 lines (106 loc) · 4.88 KB
/
Help.html
File metadata and controls
118 lines (106 loc) · 4.88 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<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 -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<link rel="icon" href="/images/jmri.ico" type="image/png">
<link rel="home" title="Home" href="/">
<!-- /Style -->
</head>
<body>
<div id="container">
<p class="skipLink"><a href="#mainContent" accesskey="2">Skip to main content</a></p>
<!-- Header -->
<div id="header">
<!-- Logo -->
<a href="/" title="Return to home page" accesskey="1">
<img src="/images/logo-jmri.gif" width="160" height="135" alt="JMRI Logo"> </a>
<!-- /Logo -->
<ul id="mainNav"> <!-- Top tool bar -->
<li><a href="/download/index.shtml" title="Get the latest software">Download</a></li>
<li><a href="/help/en/html/apps/index.shtml" title="Learn about JMRI applications">Applications</a></li>
<li><a href="/help/en/html/hardware/index.shtml" title="What hardware does JMRI support">Hardware</a></li>
<li><a href="/help/en/webtoc.shtml" title="JMRI Help Screens">Help</a></li>
<li><a href="/help/en/manual/index.shtml" title="Trouble-shooting, and FAQs">Manual</a></li>
<li><a href="/help/en/html/doc/Technical/index.shtml" title="Developing and extending JMRI">Developers</a></li>
<li><a href="/help/en/Acknowledgements.shtml" title="Who is JMRI">Acknowledgements</a></li>
</ul>
<div id="searchform"> <!-- Search Form -->
<form id="search" method="get" action="https://www.google.com/search">
<label for="q" title="Search JMRI.org">search JMRI: </label>
<input type="hidden" name="sitesearch" value="jmri.org">
<input type="text" id="q" name="q" accesskey="s" size="30">
<input type="submit" id="submit" value="go">
</form>
</div> <!-- End #searchform -->
</div> <!-- closes #header-->
<!-- /Header -->
<hr class="hide">
<div class="nomenu" id="mBody">
<div id="mainContent">
<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">
<img src="https://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" ALIGN="RIGHT" alt="Donate to JMRI" />
</a>
A small donation would always be appreciated. The money typically gets used
for registering Internet domain names, copyrights, etc. Click on the icon to the right (it's also
on some of the other JMRI pages), or if you'd prefer not to use PayPal please
<a href="mailto:jmri.@jmri.net">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>.
<!-- Footer -->
<hr class="hide">
<div id="footer">
<ul id="bn">
<li><a href="/contact/">Contact Us</a></li>
</ul>
<p>Thanks and congratulations to
<a href="/community/" title="Who is JMRI">
all who contributed</a>! </p>
<p>Copyright © 1997 - 2019 JMRI Community.
<p>JMRI®, DecoderPro®, PanelPro™, SignalPro™, SoundPro™, TrainPro™, DispatcherPro™, OperationsPro™ and associated logos are our trademarks.
<p><a href="/Copyright.html">Additional information on copyright, trademarks and licenses is linked here.</a></p>
<br>Site hosted by: <a href="https://www.simplyhosting.cloud">Simply Hosting</a>
</div>
<!-- /Footer -->
</div><!-- closes #mainContent-->
</div> <!-- closes #mBody-->
</div> <!-- closes #container -->
</body>
</html>