aboutsummaryrefslogtreecommitdiffstats
path: root/doc/checking_account_quota_usage.bb
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-06-30 16:23:42 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-06-30 16:23:42 +0100
commit7a079cd7dcb7b88d745ad9605bdc26c44a6adbc9 (patch)
tree49ed0e74f49066903eb9e61c822fcbec41b78bba /doc/checking_account_quota_usage.bb
parentf64f84b5e999fd454f899c2ce6c82aef81e21fc0 (diff)
downloadvolse-hubzilla-7a079cd7dcb7b88d745ad9605bdc26c44a6adbc9.tar.gz
volse-hubzilla-7a079cd7dcb7b88d745ad9605bdc26c44a6adbc9.tar.bz2
volse-hubzilla-7a079cd7dcb7b88d745ad9605bdc26c44a6adbc9.zip
Make [observer.baseurl] more reliable using connurl which will change
less often than xchan_url, which can break the regex and might not even contain the baseurl at all, plus a bit of doco clean up.
Diffstat (limited to 'doc/checking_account_quota_usage.bb')
-rw-r--r--doc/checking_account_quota_usage.bb21
1 files changed, 6 insertions, 15 deletions
diff --git a/doc/checking_account_quota_usage.bb b/doc/checking_account_quota_usage.bb
index 00cbc98e3..51bf69b27 100644
--- a/doc/checking_account_quota_usage.bb
+++ b/doc/checking_account_quota_usage.bb
@@ -4,23 +4,14 @@ Your hub might implement service class limits, assigning limits to the total siz
Here's how you can quickly check how much of your assigned quota you're currently using:
-[b][color= grey]Check file storage quota levels[/color][/b]
+[b]Check file storage quota levels[/b]
Visit the following URL in your browser:
-[code]
-https://{Red-domain}/filestorage/{your_username}
-[/code]
+[observer.baseurl]/filestorage/webname
-Example:
-[code]https://friendicared.net/filestorage/test2
-[/code]
-
-[b][color= grey]Check uploaded photos storage quota levels[/color][/b]
-[code]
-https://{Red-domain}photos/{your_username}/upload/
-[/code]
+[b]Check uploaded photos storage quota levels[/b]
+[observer.baseurl]/photos/webname
Example:
-[code]https://friendicared.net/photos/test2/upload/
-[/code]
+[observer.baseurl]/filestorage/webname
-Return to the [url=[baseurl]/help/main]Main documentation page[/url]
+Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]