https://github.com/nfreear/wp-eab-plugins
WordPress plugins for the E-Access Bulletin (EAB-Live) —
https://github.com/nfreear/wp-eab-plugins
a11y accessibility bulletin disability eab email-newsletter equality
Last synced: 6 months ago
JSON representation
WordPress plugins for the E-Access Bulletin (EAB-Live) —
- Host: GitHub
- URL: https://github.com/nfreear/wp-eab-plugins
- Owner: nfreear
- Created: 2017-11-12T15:58:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T15:04:12.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T19:22:39.947Z (about 1 year ago)
- Topics: a11y, accessibility, bulletin, disability, eab, email-newsletter, equality
- Language: PHP
- Homepage: http://headstar.com/eablive
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![E-Access Bulletin][eab-logo-1]][eab]
[![Build status: Travis-CI][travis-icon]][travis-ci]
[![js-semistandard-style][semi-icon]][semi]
[![WordPress code standard][wp-icon]][wp]
# wp-eab-plugins #
This is a collection of WordPress plugins to facilitate editing and
publishing the E-Access Bulletin, via email and the Web.
> "_E-Access Bulletin is a free, monthly, text-only email newsletter on
> technology access by those with disabilities and older people._"
* [E-Access Bulletin Live][eab live]
* [E-Access Bulletin archive][eab]
* [Subscribe to the E-Access Bulletin newsletter][sub]
### Post type
WordPress custom [post type][]: `eab_bulletin`
### Archive shortcode
WordPress [shortcode][]: `[eab_archive]`
### Markdown filter
WordPress [filter][] to convert HTML to plain text/ Markdown: `the_content_markdown`
## GAAD widget plugin
Typical usage ~ `wp-content/themes/../header.php`:
```php
```
## PHPList shortcode
WordPress [shortcode][]: `[phplist id=1 ] Intro text... [/phplist]`
## Install .. Test
```sh
composer install
composer npm-install
composer test
```
---
* [GitHub: nfreear/wp-eab-plugins][gh]
* [GitHub: nfreear/headstar-web][hed] ~ legacy Bulletins.
---
WordPress plugins: Copyright © Nick Freear, 06-November-2017.
_(E-Access Bulletin: © 2017 Headstar Ltd.)_
[gh]: https://github.com/nfreear/wp-eab-plugins
[travis-ci]: https://travis-ci.org/nfreear/wp-eab-plugins "Build status – Travis-CI"
[travis-icon]: https://travis-ci.org/nfreear/wp-eab-plugins.svg?branch=master
[semi]: https://github.com/Flet/semistandard "Javascript coding style — 'semistandard'"
[semi-icon]: https://img.shields.io/badge/code_style-semistandard-brightgreen.svg?_style=flat-square
[wp]: https://packagist.org/packages/wp-coding-standards/wpcs
[wp-gh]: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
[wp-icon]: https://img.shields.io/badge/code_style-WordPress-blue.svg
[wp-pl-ico]: https://img.shields.io/badge/WordPress-plugin-blue.svg
[eab-logo-1]: http://www.headstar.com/images/EAB-logo-small-trans.png
[hed]: https://github.com/nfreear/headstar-web "Legacy archive, and Perl code-base."
[sub]: http://headstar.com/eablive/?page_id=80
[EAB]: http://headstar.com/eab/archive.html "E-Access Bulletin archive (EAB)"
[EAB Live]: http://headstar.com/eablive/ "E-Access Bulletin Live (EAB)"
[post type]: https://codex.wordpress.org/Post_Types "WordPress post types."
[shortcode]: https://codex.wordpress.org/shortcode "WordPress shortcodes."
[filter]: https://codex.wordpress.org/Plugin_API/Filter_Reference/the_content "WordPress 'the_content' filter."
[End]: //.