provide a list of potential addons and what they do for members who can't see the descriptions on the admin/plugins page

Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
This commit is contained in:
friendica 2015-03-04 02:32:59 -08:00
parent 32968745fe
commit fb0f823be7
2 changed files with 59 additions and 2 deletions

View File

@ -1,4 +1,60 @@
* [zrl=[baseurl]/help/addons_gnusocial]Posting To Gnu Social[/zrl] [h3]Plugins/Addons[/h3]
[list=1]
[*] abcjsplugin - Create musical scores in your posts
[*] bbmath - use complex math expressions in your posts
[*] bookmarker - replace #^ with bookmark link in posts
[*] buglink - provide a bug reporting icon in the lower-left corner of every page
[*] calc - a scientific calculator
[*] chords - generate fingering charts and alternatives for every known guitar chord
[*] custom_home - set a custom page as the hub start page
[*] diaspora - crosspost to a Diaspora account (different from the built-in Diaspora emulator)
[*] dirstats - show some interesting statistics generated by the driectory server
[*] donate - provides a project donation page
[*] dwpost - crosspost to Dreamwidth
[*] embedly - use the embedly (formerly ooehmbed) service to embed media from many providers
[*] extcron - use an external cron service to run your hub's scheduled tasks
[*] flattr - provides a "Flattr Us" button
[*] fortunate - displays random quote (fortune cookie). Requires setting up a fortune server.
[*] frphotos - import photo albums from Friendica
[*] hexit - headecimal conversion tool
[*] ijpost - crosspost to Insanejournal
[*] irc - connect to IRC chatrooms
[*] jappixmini - XMPP chat
[*] libertree - crosspost to Libertree
[*] likebanner - create a "like us on red#matrix" banner image
[*] ljpost - crosspost to LiveJournal
[*] mahjongg - Chinese puzzle game
[*] mailhost - when using multiple channel clones, select one to receive email notifications
[*] mayan_places - set location field to a random city in the Mayan world
[*] morechoice - additional gender/sexual-preference choices for profiles (not safe for work)
[*] moremoods - Additional mood options
[*] morepokes - additional poke options (not safe for work)
[*] nsabait - add random terrorism related hashtags to your posts
[*] nsfw - Highly recommended plugin to collpase posts with inappropriate content
[*] openclipatar - choose a profile photo from hundreds of royalty free images
[*] openstreetmap - render locations and maps using OpenStreetMap
[*] piwik - open source website analytics
[*] planets - set location field to a random planet from Star Wars
[*] pumpio - crosspost to Pump.io
[*] qrator - generate QR code images
[*] rainbowtag - display your tag and category clouds in colours
[*] randpost - post/reply bot based on and requires fortunate
[*] redred - Crosspost to another Redmatrix channel
[*] rtof - Crosspost to Friendica
[*] smiley_pack - extend the built-in smilie (emoticon) support
[*] smileybutton - provides a smiley selector on the post window
[*] startpage - set a personal preferred page to redirect after logging in.
[*] statusnet - GNU-social and StatusNet crosspost [zrl=[baseurl]/help/addons_gnusocial]Posting To Gnu Social[/zrl]
[*] superblock - Highly recommended - completely block an offensive channel from your stream
[*] tictac - 3D tic-tac-toe
[*] torch - flashlight app
[*] tour - feature tour for new red#matrix members
[*] twitter - crosspost to Twitter
[*] upload_limits - discover what server setting (there are a few) may be causing large photo uploads to fail
[*] visage - show visitors to your channel
[*] webRTC - use an external server (mayfirst.org) to negotiate webRTC hookups
[*] wppost - crosspost to WordPress (or other wordpress XMLRPC service)
[/list]
#include doc/macros/main_footer.bb; #include doc/macros/main_footer.bb;

View File

@ -679,10 +679,11 @@ function settings_content(&$a) {
'$form_security_token' => get_form_security_token("settings_featured"), '$form_security_token' => get_form_security_token("settings_featured"),
'$title' => t('Feature/Addon Settings'), '$title' => t('Feature/Addon Settings'),
'$diaspora_enabled' => $diaspora_enabled, '$diaspora_enabled' => $diaspora_enabled,
'$dsprdesc' => t('Settings for the built-in Diaspora emulator'),
'$pubcomments' => $pubcomments, '$pubcomments' => $pubcomments,
'$dsprtitle' => t('Diaspora Policy Settings'), '$dsprtitle' => t('Diaspora Policy Settings'),
'$dsprhelp' => t('Allow any Diaspora member to comment on your public posts.'), '$dsprhelp' => t('Allow any Diaspora member to comment on your public posts.'),
'$dsprhijack' => t('Prevent hashtags from being redirected to other sites'), '$dsprhijack' => t('Prevent your hashtags from being redirected to other sites'),
'$hijacking' => $hijacking, '$hijacking' => $hijacking,
'$dsprsubmit' => t('Submit Diaspora Policy Settings'), '$dsprsubmit' => t('Submit Diaspora Policy Settings'),
'$settings_addons' => $settings_addons '$settings_addons' => $settings_addons