summaryrefslogtreecommitdiff
path: root/www/htdocs/linux/index.html
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:03:45 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:03:45 +0000
commit73a06a245670e025438e4e9505135e1c8e50efb5 (patch)
tree82f7127a4ccb319d56bacd1fecfb18c28c290090 /www/htdocs/linux/index.html
parent461398563dbcab1a05d2952dcca3a37b966f1fd0 (diff)
Move the website stuff out of tikzit into trunk
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@367 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'www/htdocs/linux/index.html')
-rw-r--r--www/htdocs/linux/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/htdocs/linux/index.html b/www/htdocs/linux/index.html
new file mode 100644
index 0000000..9c3ead3
--- /dev/null
+++ b/www/htdocs/linux/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>TikZiT</title>
+ <link rel="stylesheet" type="text/css" href="../main.css" />
+</head>
+
+<body>
+<img src="../images/web_logo_linux.png" class="heading" alt="TikZiT :: Linux" />
+
+<div class="content">
+ <p>
+ There are several options for getting TikZiT on Linux:
+ </p>
+ <dl>
+ <dt>Ubuntu</dt>
+ <dd>Use <a href="http://launchpad.net/~gspreemann/+archive/ppa/+packages">Gard Spreemann's PPA</a>.</dd>
+ <dt>Fedora and OpenSUSE</dt>
+ <dd>Use <a href="http://download.opensuse.org/repositories/home:/randomguy3/">Alex Merry's OBS Repositories</a>.</dd>
+ <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>
+
+ </dl>
+
+</div>
+
+ <div class="links">
+ <a href="../index.html">&laquo; back</a>
+ </div>
+
+</body>
+</html>