Added source code.
This commit is contained in:
57
Source/Help/documentation/apps/main/index.htm
Normal file
57
Source/Help/documentation/apps/main/index.htm
Normal file
@ -0,0 +1,57 @@
|
||||
<!-- saved from url=(0014)about:internet -->
|
||||
<html>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||||
<head>
|
||||
<title>Tibi's Mathematics Suite</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Tibi's Mathematics Suite</h1>
|
||||
|
||||
<div class="section">
|
||||
<h2>Content</h2>
|
||||
<ul>
|
||||
<li><a href="#intro">Introduction</a></li>
|
||||
<li><a href="#start">Getting started</a></li>
|
||||
<li><a href="#articles">Suite articles</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="intro"> </a>
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p><em>Tibi's Mathematics Suite</em> is a package of useful mathematical applications. At the moment, it contains the following modules: </p>
|
||||
<ul>
|
||||
<li>Factorizator</li>
|
||||
<li>Graphing calculator</li>
|
||||
<li>Help viewer</li>
|
||||
<li>Matrix calculator</li>
|
||||
<li>Scientific calculator</li>
|
||||
</ul>
|
||||
|
||||
<p>The <em>suite application</em> is an utility that makes it much easier to access the individual applications, using a system tray icon and global hotkeys.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<a name="start"> </a>
|
||||
<h2>Getting started</h2>
|
||||
<p>At startup, the application appears as an icon in the system tray. When right clicking the icon, you have the option to open an application, change settings, or exit.</p>
|
||||
<img src="img/suite0.png" />
|
||||
<br /> <br />
|
||||
<p>The settings window is where you can enable <a href="hotkeys.htm">global hotkeys</a>, this means pressing a keyboard combination to open a specific application.</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<a name="articles"> </a>
|
||||
<h2>Suite articles</h2>
|
||||
<ul><li><a href="hotkeys.htm">Global hotkeys</a></li></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Software created by Chibici Tiberiu.
|
||||
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user