The following table lists the component, required permission(s), and the version of blojsom where the permission(s) were introduced.
Permissions are specified in the /WEB-INF/(blog-id)/permissions.properties file. Each permission for a given user is set on a separate line as follows.
user=some_permission
user=another_permission
some_other_user=yet_another_permission
some_other_user=yes_another_permission
 | Global Permission
If you want to give a user all permissions, use the permission *. |
Extensions
| Component |
Required Permission(s) |
Description |
blojsom version |
| Atom API |
post_via_atom_api |
Covers all aspects of posting with blojsom's Atom API implementation. |
blojsom 2.23 |
| Blogger API handler. Part of the XML-RPC handlers. |
post_via_blogger_api |
Covers all aspects of posting via the Blogger API. |
blojsom 2.23 |
| MetaWeblog API handler. Part of the XML-RPC handlers. |
post_via_metaweblog_api |
Covers all aspects of posting via the MetaWeblog API. |
blojsom 2.23 |
| MovableType API handler. Part of the XML-RPC handlers. |
post_via_movabletype_api |
Covers all aspects of posting via the MovableType API. |
blojsom 2.23 |
Administration Plugins
General Plugins
| Component |
Required Permission(s) |
Description |
blojsom version |
| Macro Expansion Plugin - Applies to the macro expansion administration plugin. |
macro_expansion_admin |
Allows one to edit the macros processed by this plugin. |
blojsom 2.23 |
| Moblog Plugin - Applies to the moblog administration plugin. |
moblog_admin |
Allows one to edit moblog settings for the blog. |
blojsom 2.23 |
| Show Me More Plugin - Applies to the show me more administration plugin. |
showmemore_admin |
Allows one to edit settings for the show me more plugin. |
blojsom 2.23 |
| Syndication Feed Import Plugin |
import_syndication_feed |
Allows one to import syndication feeds into the blog. |
blojsom 2.26 |