summaryrefslogtreecommitdiff
path: root/docs/web/index.html
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
commite1cf0babff63e670e0d550b4072c22649a117fa7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /docs/web/index.html
parent49393f6f445deb37e55a81798f88242e3e99d7a0 (diff)
Re-make trunk
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@364 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'docs/web/index.html')
-rw-r--r--docs/web/index.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/web/index.html b/docs/web/index.html
deleted file mode 100644
index b169747..0000000
--- a/docs/web/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!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>