summaryrefslogtreecommitdiff
path: root/www/htdocs
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-12-18 15:29:33 +0000
committerAleks Kissinger <aleks0@gmail.com>2017-12-18 15:29:33 +0000
commit2bf85f71dc07b2c4785b9408e3c426ccaab55b74 (patch)
tree29ed038fa42f7ba5f11a2af305b6c350149a1a9b /www/htdocs
parent5816cd5d5e3edf7ee7a7273c7c3a3d907dc54a4a (diff)
introduced some comments for source navigation
Diffstat (limited to 'www/htdocs')
-rw-r--r--www/htdocs/index.html12
-rw-r--r--www/htdocs/linux/index.html2
2 files changed, 7 insertions, 7 deletions
diff --git a/www/htdocs/index.html b/www/htdocs/index.html
index b169747..6abe9b1 100644
--- a/www/htdocs/index.html
+++ b/www/htdocs/index.html
@@ -9,7 +9,7 @@
<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">
+ <a href="https://bintray.com/tikzit/tikzit/download_file?file_path=releases%2F1.1%2FTikZiT-osx.zip" title="Download a ZIP for macOS">
<img class="osimage" src="images/apple.png" alt="Apple" />
</a>
@@ -17,23 +17,23 @@
<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">
+ <a href="https://bintray.com/tikzit/tikzit/download_file?file_path=releases%2F0.9%2Ftikzit-0.9.exe" 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">
+ <a href="https://github.com/tikzit/tikzit/archive/master.zip" 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.
+ TikZiT is a graphical tool for rapidly creating an editing node-and-edge style graphs. It was used, for example, to make all of the 2500+ diagrams in <a href="http://cambridge.org/pqp">this book</a>. 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>
+ <a href="https://github.com/tikzit/tikzit">Project Page</a> |
+ <a href="https://github.com/tikzit/tikzit/issues">Issue Tracker</a>
</div>
<br />
diff --git a/www/htdocs/linux/index.html b/www/htdocs/linux/index.html
index f2f5f95..040e3d8 100644
--- a/www/htdocs/linux/index.html
+++ b/www/htdocs/linux/index.html
@@ -20,7 +20,7 @@
<dt>Arch Linux</dt>
<dd>Use the <a href="http://aur.archlinux.org/packages.php?ID=37119">AUR package</a>.</dd>
<dt>Other</dt>
- <dd>Build from the <a href="../link.php?to=src">source</a>.</dd>
+ <dd>Build from the <a href="https://github.com/tikzit/tikzit/archive/master.zip">source</a>.</dd>
</dl>