Skip to content

Commit

Permalink
Create index-newside.shtml
Browse files Browse the repository at this point in the history
See what people think of new sidebar.  THIS FILE NOT LINKED.  CAN ONLY BE ACCESSED IF YOU KNOW THE URL.  FOR UI TESTING.
  • Loading branch information
jerryg2003 committed Jan 14, 2020
1 parent 42da43e commit 8994ef0
Showing 1 changed file with 135 additions and 0 deletions.
135 changes: 135 additions & 0 deletions help/en/html/apps/index-newside.shtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.17), see www.w3.org">

<title>JMRI: Applications</title>
<!-- Style -->
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<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>
<!--#include virtual="/Header" -->
<div id="mBody">
<!--#include virtual="/help/en/sidebar-new.shtml" -->
<div id="mainContent">
<!-- Page Body -->

<h1>JMRI: Applications</h1>

<p>JMRI provides several applications that are optimized for
specific purposes. You can of course also <a href=
"../doc/Technical/index.shtml#writecode">write your
own</a>.</p>

<dl>
<dt>
<a href="./DecoderPro/index.shtml">DecoderPro&reg;</a>
</dt>

<dd>A better tool for programming decoders. DecoderPro
simplifies the job of configuring complicated DCC decoders
by providing screens on which you can select the various
options and values you want.<br>
Open DecoderPro by double clicking its icon in the JMRI
installation folder.</dd>

<dt>
<a href="./PanelPro/index.shtml">PanelPro&trade;</a>
</dt>

<dd>Operating CRT based CTC control panels that reflect the
real-time state of your railroad <em>and</em> let you
control it - almost like a Prototype dispatcher!<br>
Open PanelPro by double clicking its icon in the JMRI
installation folder.</dd>

<dt>
<a href="./DispatcherPro/index.shtml">DispatcherPro&trade;</a>
</dt>

<dd>A system for Dispatching, grouping your Roster and
Throttles.</dd>

<dt>
<a href="../../package/jmri/jmrit/operations/Operations.shtml">OperationsPro&trade;</a>
</dt>

<dd>Create Train Manifests that detail the work your train
crews will perform during an operations session. The
Manifest lists of car pick up and set outs, shows where the
cars are located, and provides the cars' destinations.</dd>

<dt>
<a href="./SoundPro/SoundPro.shtml">SoundPro</a>
</dt>

<dd>A set of tools for using Audio with JMRI.<br>
Open SoundPro by double clicking its icon in the JMRI
installation folder.</dd>
</dl>

<h2><a name="addonApplications" id=
"addonApplications">Aditional Applications with JMRI Connections...</a></h2>
Hobbyists have created applications that work with JMRI
to provide extra capabilities.

<dl>
<dt>
<a href=
"./ManifestCreator/index.shtml">Mainfest Creator</a>
</dt>

<dd>Manifest Creator is an Excel-based
add-on to JMRI that can provide
train manifests and switch lists
in a number of formats.</dd>

<dt>
<a href=
"./TrainCrew/index.shtml">TrainCrew</a>
</dt>

<dd>TrainCrew allows engineers and conductors
using wireless throttles to add
realism to their operations.</dd>

<dt>
<a href=
"http://cats4ctc.wikidot.com">CATS</a>
</dt>

<dd>CATS provides a modern dispatching screen for
your model railroad.</dd>

</dl>


<h2>JMRI Tools</h2>

<ul>
<li>Common <a href="../tools/index.shtml">Tools and
features</a> to set up and operate your layout shared by
most JMRI applications.</li>

<li><a href=
"../tools/index.shtml#systemSpecificTools">System-specific
Tools</a> are available in most of the JMRI applications
from their own menu when you have JMRI configured for that
System Connection.</li>
</ul><!--#include virtual="/Footer" -->
</div><!-- close #mainContent -->
</div><!-- close #mBody -->
</body>
</html>

0 comments on commit 8994ef0

Please sign in to comment.