Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacedmonkey/super-simple-events
Super Simple Events WordPress Plugin
https://github.com/spacedmonkey/super-simple-events
Last synced: 2 months ago
JSON representation
Super Simple Events WordPress Plugin
- Host: GitHub
- URL: https://github.com/spacedmonkey/super-simple-events
- Owner: spacedmonkey
- License: gpl-2.0
- Created: 2014-02-09T17:56:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T20:59:28.000Z (over 3 years ago)
- Last Synced: 2024-10-04T20:36:27.820Z (3 months ago)
- Language: PHP
- Homepage: http://wordpress.org/plugins/super-simple-events/
- Size: 1000 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Super Simple Events
===================Super Simple Events is an events plugin for WordPress, built to be easy to use and manage.
Features include:
* Add events, set start / end dates, time and location.
* Show event date before content in front end.
* Assign event into event types
* Hide past events
* Widget to show upcoming events
* Admin panel to configure settings
* Shortcodes to display event metaIt is built using the WordPress coding standards, is designed to be very lite weight on system resources.
If you wish to follow the development of this plugin, view the code on the official plugin [website](http://www.jonathandavidharris.co.uk/scripts/super-simple-events/ "website") or follow me on twitter [@thespacedmonkey](https://twitter.com/thespacedmonkey)
## Installation
This section describes how to install the plugin and get it working.
### Using The WordPress Dashboard
1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'super-simple-events'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard### Uploading in WordPress Dashboard
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `super-simple-events.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard### Using FTP
1. Download `super-simple-events.zip`
2. Extract the `super-simple-events` directory to your computer
3. Upload the `super-simple-events` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard## GitHub Updater
The Super Simple Events includes native support for the [GitHub Updater](https://github.com/afragen/github-updater) which allows you to provide updates to your WordPress plugin from GitHub.
## License
The Super Simple Events is licensed under the GPL v2 or later.
> This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.> You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA## Contributions
Anyone is welcome to contribute to Super Simple Events
There are various ways you can contribute:
* Raise an issue on GitHub.
* Send us a Pull Request with your bug fixes and/or new features.
* Provide feedback and suggestions on enhancements.