Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 | il y a 3 ans | |
---|---|---|
.. | ||
AccountManager | il y a 3 ans | |
ActivityPub | il y a 3 ans | |
ActivitySpam | il y a 3 ans | |
AnonymousFave | il y a 3 ans | |
AntiBrute | il y a 3 ans | |
ApiLogger | il y a 3 ans | |
AutoSandbox | il y a 3 ans | |
Autocomplete | il y a 3 ans | |
BitlyUrl | il y a 3 ans | |
Blacklist | il y a 3 ans | |
BlogspamNet | il y a 3 ans | |
Bookmark | il y a 3 ans | |
CacheLog | il y a 3 ans | |
CasAuthentication | il y a 3 ans | |
ChooseTheme | il y a 3 ans | |
ClientSideShorten | il y a 3 ans | |
Comet | il y a 3 ans | |
ConversationTree | il y a 3 ans | |
Cronish | il y a 3 ans | |
DBQueue | il y a 3 ans | |
DefaultLayout | il y a 3 ans | |
Diaspora | il y a 3 ans | |
DirectMessage | il y a 3 ans | |
DirectionDetector | il y a 3 ans | |
Directory | il y a 3 ans | |
DiskCache | il y a 3 ans | |
DomainStatusNetwork | il y a 3 ans | |
DomainWhitelist | il y a 3 ans | |
EmailAuthentication | il y a 3 ans | |
EmailRegistration | il y a 3 ans | |
EmailReminder | il y a 3 ans | |
EmailSummary | il y a 3 ans | |
Embed | il y a 3 ans | |
Event | il y a 3 ans | |
ExtendedProfile | il y a 3 ans | |
FFmpeg | il y a 3 ans | |
FeedPoller | il y a 3 ans | |
FetchRemote | il y a 3 ans | |
FollowEveryone | il y a 3 ans | |
ForceGroup | il y a 3 ans | |
Geonames | il y a 3 ans | |
GroupFavorited | il y a 3 ans | |
GroupPrivateMessage | il y a 3 ans | |
ImageMagick | il y a 3 ans | |
Imap | il y a 3 ans | |
InProcessCache | il y a 3 ans | |
InfiniteScroll | il y a 3 ans | |
LRDD | il y a 3 ans | |
LdapAuthentication | il y a 3 ans | |
LdapAuthorization | il y a 3 ans | |
LdapCommon | il y a 3 ans | |
LilUrl | il y a 3 ans | |
LinkPreview | il y a 3 ans | |
Linkback | il y a 3 ans | |
LogFilter | il y a 3 ans | |
Mapstraction | il y a 3 ans | |
Memcached | il y a 3 ans | |
MentionURL | il y a 3 ans | |
Meteor | il y a 3 ans | |
Mobile | il y a 8 ans | |
MobileProfile | il y a 3 ans | |
ModHelper | il y a 3 ans | |
ModLog | il y a 3 ans | |
ModPlus | il y a 3 ans | |
Mollom | il y a 3 ans | |
Nodeinfo | il y a 3 ans | |
NoticeTitle | il y a 3 ans | |
OStatus | il y a 3 ans | |
OfflineBackup | il y a 3 ans | |
OpenExternalLinkTarget | il y a 3 ans | |
OpenID | il y a 3 ans | |
OpportunisticQM | il y a 3 ans | |
Orbited | il y a 3 ans | |
OverwriteThemeBackground | il y a 3 ans | |
PiwikAnalytics | il y a 3 ans | |
Poll | il y a 3 ans | |
PostDebug | il y a 3 ans | |
PtitUrl | il y a 3 ans | |
QnA | il y a 3 ans | |
RSSCloud | il y a 3 ans | |
RedisCache | il y a 3 ans | |
RedisQueue | il y a 3 ans | |
RegisterThrottle | il y a 3 ans | |
RemoteFollow | il y a 3 ans | |
RequireValidatedEmail | il y a 3 ans | |
ReverseUsernameAuthentication | il y a 3 ans | |
SQLProfile | il y a 3 ans | |
SQLStats | il y a 3 ans | |
SearchSub | il y a 3 ans | |
SensitiveContent | il y a 3 ans | |
ShareNotice | il y a 3 ans | |
SimpleCaptcha | il y a 3 ans | |
SimpleUrl | il y a 3 ans | |
SiteNoticeInSidebar | il y a 8 ans | |
Sitemap | il y a 3 ans | |
SlicedFavorites | il y a 3 ans | |
SphinxSearch | il y a 3 ans | |
StompQueue | il y a 3 ans | |
StoreRemoteMedia | il y a 3 ans | |
StrictTransportSecurity | il y a 3 ans | |
SubMirror | il y a 3 ans | |
SubscriptionThrottle | il y a 3 ans | |
TabFocus | il y a 3 ans | |
TagCloud | il y a 3 ans | |
TagSub | il y a 3 ans | |
TightUrl | il y a 3 ans | |
TwitterBridge | il y a 3 ans | |
UnQueue | il y a 3 ans | |
UserFlag | il y a 3 ans | |
UserLimit | il y a 3 ans | |
WebFinger | il y a 3 ans | |
WikiHashtags | il y a 3 ans | |
WikiHowProfile | il y a 3 ans | |
Xmpp | il y a 3 ans | |
README.md | il y a 5 ans |
Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:
addPlugin('Example', array('param1' => 'value1',
'param2' => 'value2'));
This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.
Plugins are documented in their own directories.
Additional information on using and developing plugins can be found at the following locations: