diff options
author | root <root@v22013111044215586.yourvserver.net> | 2014-06-29 18:32:40 +0200 |
---|---|---|
committer | root <root@v22013111044215586.yourvserver.net> | 2014-06-29 18:32:40 +0200 |
commit | a47971aefd2bee45f4e57dd1fc3ea24bb370881f (patch) | |
tree | 957bd627cf9016cc826b5a5bbfb6001f4edc4830 /doc/old/checking_account_quota_usage.bb | |
parent | 5df50c4a0bf80f3697c7088c9c4a3815206fe97d (diff) | |
download | volse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.tar.gz volse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.tar.bz2 volse-hubzilla-a47971aefd2bee45f4e57dd1fc3ea24bb370881f.zip |
Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation.
Diffstat (limited to 'doc/old/checking_account_quota_usage.bb')
-rw-r--r-- | doc/old/checking_account_quota_usage.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/old/checking_account_quota_usage.bb b/doc/old/checking_account_quota_usage.bb new file mode 100644 index 000000000..198b15bfd --- /dev/null +++ b/doc/old/checking_account_quota_usage.bb @@ -0,0 +1,26 @@ +[b]Checking your account quota usage (service limits usage)[/b]
+
+Your hub might implement service class limits, assigning limits to the total size of file, photo, channels, top-level posts, etc., that can be created by an account holder for a specific service level.
+
+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]
+Visit the following URL in your browser:
+[code]
+https://{Red-domain}/filestorage/{your_username}
+[/code]
+
+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]
+
+Example:
+[code]https://friendicared.net/photos/test2/upload/
+[/code]
+
+Return to the [url=[baseurl]/help/main]Main documentation page[/url]
\ No newline at end of file |