diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-05 17:18:34 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-05 17:18:34 -0700 |
commit | 64bb1ca2bbc18e044d360a4bc7da01740c26f818 (patch) | |
tree | 86d5777f215ea9c85a30fb84ff2fa52daeab9179 /doc/feature/additional/composition.md | |
parent | b7386a0e88ca292bf183cd1de9b09bd6e819172d (diff) | |
parent | dcacdd23c87061dc15bd12ed2e959bcbe020c5df (diff) | |
download | volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.tar.gz volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.tar.bz2 volse-hubzilla-64bb1ca2bbc18e044d360a4bc7da01740c26f818.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'doc/feature/additional/composition.md')
-rw-r--r-- | doc/feature/additional/composition.md | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/feature/additional/composition.md b/doc/feature/additional/composition.md new file mode 100644 index 000000000..1256f7501 --- /dev/null +++ b/doc/feature/additional/composition.md @@ -0,0 +1,67 @@ +## Post Composition Features + + +### Large Photos + +Include large (1024px) photo thumbnails in posts. +If not enabled, use small (640px) photo thumbnails +<!-- TODO: full description for Large Photos --> + +Minimum required technical skill level to see this feature: 1 + + +### Channel Sources + +Automatically import channel content from other channels or feeds +<!-- TODO: full description for Channel Sources --> + +Minimum required technical skill level to see this feature: 3 + + +### Even More Encryption + +Allow optional encryption of content end-to-end with a shared secret key +<!-- TODO: full description for Even More Encryption --> + +Minimum required technical skill level to see this feature: 3 + + +### Enable Voting Tools + +Provide a class of post which others can vote on +<!-- TODO: full description for Enable Voting Tools --> + +Minimum required technical skill level to see this feature: 3 + + +### Disable Comments + +Provide the option to disable comments for a post +<!-- TODO: full description for Disable Comments --> + +Minimum required technical skill level to see this feature: 2 + + +### Delayed Posting + +Allow posts to be published at a later date +<!-- TODO: full description for Delayed Posting --> + +Minimum required technical skill level to see this feature: 2 + + +### Content Expiration + +Remove posts/comments and/or private messages at a future time +<!-- TODO: full description for Content Expiration --> + +Minimum required technical skill level to see this feature: 1 + + +### Suppress Duplicate Posts/Comments + +Prevent posts with identical content to be published +with less than two minutes in between submissions. +<!-- TODO: full description for Suppress Duplicate Posts/Comments --> + +Minimum required technical skill level to see this feature: 1 |