summaryrefslogtreecommitdiff
path: root/tikzit/docs/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/docs/web/index.html')
-rw-r--r--tikzit/docs/web/index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/tikzit/docs/web/index.html b/tikzit/docs/web/index.html
new file mode 100644
index 0000000..b169747
--- /dev/null
+++ b/tikzit/docs/web/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>TikZiT</title>
+ <link rel="stylesheet" type="text/css" href="main.css" />
+</head>
+
+<body>
+ <img src="images/web_logo.png" class="heading" alt="TikZiT" />
+
+ <div class="whiteblock"><nobr>
+ <a href="link.php?to=dmg" title="Download a DMG for Apple MacOS X">
+ <img class="osimage" src="images/apple.png" alt="Apple" />
+ </a>
+
+ <a href="linux/" title="View information about installing TikZiT on Linux">
+ <img class="osimage" style="margin-right:10px" src="images/linux.png" alt="Linux" />
+ </a>
+
+ <a href="link.php?to=win" title="Download an executable for Windows">
+ <img class="osimage" src="images/windows.png" alt="Windows" />
+ </a>
+
+ <a href="link.php?to=src" title="Download the source code">
+ <img class="osimage" src="images/source.png" alt="Source" />
+ </a>
+ </nobr></div>
+
+ <p class="blurb">
+ TikZiT is a graphical tool for rapidly creating an editing node-and-edge style graphs. It was originally created to aid in the typesetting of "dot" diagrams of interacting quantum observables (see <a href="http://arxiv.org/abs/0906.4725">arXiv:0906.4725</a>), but can be used as a general graph editing program. Click one of the above icons to download. To comment or contribute, email me at <b>gmail.com</b> preceded by <b>aleks0</b> and an at-sign.
+ </p>
+
+ <div class="links">
+ <a href="manual.html">TikZiT Manual</a> |
+ <a href="http://sourceforge.net/projects/tikzit/">Project Page</a> |
+ <a href="http://sourceforge.net/apps/trac/tikzit">Trak Wiki</a>
+ </div>
+
+ <br />
+ <br />
+</body>
+</html>