diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-25 17:13:43 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-25 17:13:43 +0200 |
commit | 0bf57f4af8994baf6c58602525116d4f1ceb9085 (patch) | |
tree | dfd069c335d167e1bc555a846b813273c54dbc9d /application/views/file/client.php | |
parent | f126c6bc2e82c33153899baf6cf9975961f8904e (diff) |
Move client documentation to fron page
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/client.php')
-rw-r--r-- | application/views/file/client.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php deleted file mode 100644 index 78a4d6a58..000000000 --- a/application/views/file/client.php +++ /dev/null @@ -1,14 +0,0 @@ -<h1>Client</h1> - -<p> - Development (git): <?php echo anchor("https://git.server-speed.net/users/flo/fb/"); ?><br /> - Latest release: <?php echo $client_link ? anchor($client_link) : "unknown"; ?><br /> - GPG sigs, older versions: <?php echo anchor("https://paste.xinu.at/data/client"); ?> -</p> - -<h2>Linux</h2> -<p> - Arch Linux: pacman -S fb-client<br /> - Gentoo: Add <a href="https://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> -</p> - |