[b2be4c19a1] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | ! TSPSG: TSP Solver and Generator |
---|
| 4 | ! Copyright (C) 2007-2011 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
| 5 | ! |
---|
| 6 | ! $Id$ |
---|
| 7 | ! $URL$ |
---|
| 8 | ! |
---|
| 9 | ! This file is part of TSPSG project. |
---|
| 10 | ! See http://tspsg.info/ for more information. |
---|
| 11 | \--> |
---|
| 12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
| 13 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 14 | <head> |
---|
| 15 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 16 | <title>TSP Solver and Generator User Manual</title> |
---|
| 17 | <link rel="stylesheet" type="text/css" href="../style.css" /> |
---|
| 18 | </head> |
---|
| 19 | <body> |
---|
| 20 | <h1>TSP Solver and Generator User Manual</h1> |
---|
| 21 | <p class="inprogress">Welcome to TSP Solver and Generator User Manual.</p> |
---|
| 22 | <h2>Table of Contents</h2> |
---|
| 23 | <ul class="inprogress"> |
---|
| 24 | <li><a href="about.html">About TSPSG</a> |
---|
| 25 | <ul> |
---|
| 26 | <li><a href="license.html">License</a></li> |
---|
| 27 | <li><a href="credits.html">Credits</a></li> |
---|
| 28 | </ul> |
---|
| 29 | </li> |
---|
| 30 | <li><a href="mainwindow.html">Main Window</a> |
---|
| 31 | <ul> |
---|
| 32 | <li><a href="mainwindow.html#menu">Main Menu</a></li> |
---|
| 33 | <li><a href="mainwindow.html#task">Task Tab</a></li> |
---|
| 34 | <li><a href="mainwindow.html#solution">Solution Tab</a></li> |
---|
| 35 | <li><a href="mainwindow.html#status">Status Bar</a></li> |
---|
| 36 | </ul> |
---|
| 37 | </li> |
---|
| 38 | <li><a href="preferences.html">Preferences</a> |
---|
| 39 | <ul> |
---|
| 40 | <li><a href="preferences.html#general">Generl Tab</a></li> |
---|
| 41 | <li><a href="preferences.html#task">Task Tab</a></li> |
---|
| 42 | <li><a href="preferences.html#output">Output Tab</a></li> |
---|
| 43 | <li><a href="preferences.html#hidden">"Hidden" Settings</a></li> |
---|
| 44 | </ul> |
---|
| 45 | </li> |
---|
| 46 | <li><a href="languages.html">Languages</a></li> |
---|
| 47 | </ul> |
---|
| 48 | </body> |
---|
| 49 | </html> |
---|