summaryrefslogtreecommitdiffstats
path: root/application/views/file/client.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-02-18 23:20:05 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-08-11 14:49:31 +0200
commit84f7c3e56fd1c5c4873af34379c33942ad1a9370 (patch)
treef0ea6846810e3512e4705c0c9cbece26f576bb40 /application/views/file/client.php
parentf71d39467f353ae5f67984c0809bbda5ff7968b0 (diff)
Document API keys on client page
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/client.php')
-rw-r--r--application/views/file/client.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php
index 19e6a01fb..5e141f141 100644
--- a/application/views/file/client.php
+++ b/application/views/file/client.php
@@ -13,6 +13,14 @@ machine <?php echo $domain; ?> login my_username password my_secret_password
</pre>
<p>
+ If you are using fb-client &ge;1.2 you can
+ <a href="<?php echo site_url("user/apikeys"); ?>">create an API key</a>,
+ save it in <code>~/.config/fb-client/apikey</code> and remove
+ your password from <code>.netrc</code>. Please refer to <code>man
+ 1 fb</code> for further details.
+</p>
+
+<p>
If you are using fb-client &ge;1.1 you can use
<code>~/.config/fb-client/config</code> to upload to a different
pastebin URL (https or you own installation). Please refer to