Skip to content
Snippets Groups Projects

Update README.txt

+ 93
0
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
# Social Post
Social Post is part of the Social API. It provides a common interface for
creating modules related to autoposting to external provider services.
@@ -23,76 +11,83 @@ This module does not restrict the way an implementer provides its functionality.
This allows the implementers to adapt to the external provider's requirements
they implement.
* For a full description of the module, visit the project page:
https://www.drupal.org/project/social_post
- For a full description of the module, visit the
[project page](https://www.drupal.org/project/social_post).
- To submit bug reports and feature suggestions, or to track changes
[issue queue](https://www.drupal.org/project/issues/social_post).
* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/social_post
## Contents of this file
- Requirements
- Installation
- Configuration
- Maintainers
REQUIREMENTS
------------
## Requirements
This module requires the following module and library:
* Required module: Social API (https://www.drupal.org/project/social_api)
* Required library: The League OAuth2 client library
- Required module: [Social API](https://www.drupal.org/project/social_api)
- Required library: The League OAuth2 client library
## Installation
INSTALLATION
------------
- To download the module with all dependencies run the below command:
* To download the module with all dependencies run the below command:
composer require drupal/social_post:^2.0
`composer require 'drupal/social_post:^3.0'`
* Install the module from admin module page (Administration » Extend) or using
- Install the module from admin module page (Administration » Extend) or using
the drush command:
drush en social_post
`drush en social_post`
CONFIGURATION
-------------
## Configuration
* Configure user permissions in Administration » People » Permissions:
- Delete Social Post user accounts
- Configure user permissions in Administration » People » Permissions:
Users in roles with the "Delete Social Post user accounts" permission can
delete all user accounts associated to all Drupal users.
- **Delete Social Post user accounts**
- Delete own Social Post user accounts
Users in roles with the "Delete Social Post user accounts" permission can
delete all user accounts associated to all Drupal users.
Users in roles with the "Delete own Social Post user accounts" permission
can delete own Social Post user accounts.
- **Delete own Social Post user accounts**
- View Social Post user entity lists
Users in roles with the "Delete own Social Post user accounts" permission
can delete own Social Post user accounts.
Users in roles with the "View Social Post user entity lists" permission can
view Social Post user entity lists.
- **View Social Post user entity lists**
* Go to Configuration » Social API settings » Autoposting settings.
Users in roles with the "View Social Post user entity lists" permission
can view Social Post user entity lists.
- Go to Configuration » Social API settings » Autoposting settings.
The list looks empty initially as you have not enabled an implementer yet.
* To post to external providers, you need to install their respective Social
- To post to external providers, you need to install their respective Social
Post implementers. After installing implementers, they will be displayed in
the Social Post implementer list.
Visit https://www.drupal.org/project/social_post to find all the available
Social Post implementers.
Visit [Social Post](https://www.drupal.org/project/social_post) to find all the
available Social Post implementers.
## Maintainers
MAINTAINERS
-----------
- [Getulio Valentin Sánchez (gvso)](https://www.drupal.org/u/gvso)
Current maintainers:
* Getulio Valentin Sánchez (gvso) - https://www.drupal.org/u/gvso
**This project has been supported by:**
This project has been supported by:
* Google Summer of Code
- [Google Summer of Code](g.co/gsoc) -
An annual program for university students organized by Google with projects
managed by open source organization mentors such as us (Drupal!).
Visit g.co/gsoc for more information.
Visit [Google Summer of Code](g.co/gsoc) for more information.
* Google Code-In
- [Google Code-In](g.co/gci) -
The Google Code-In is a contest to introduce pre-university students (ages
13-17) to the many kinds of contributions that make open source software
development possible. Visit g.co/gci for more information.
development possible. Visit [Google Code-In](g.co/gci) for more information.
Loading