summaryrefslogtreecommitdiff
path: root/www/htdocs/index.html
blob: 6abe9b1622a7fcf7ea8e40c7110ac1feeed4d663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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="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>
		
		<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="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="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 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="https://github.com/tikzit/tikzit">Project Page</a> |
		<a href="https://github.com/tikzit/tikzit/issues">Issue Tracker</a>
	</div>
	
	<br />
	<br />
</body>
</html>