{"id":24152302,"url":"https://github.com/nfreear/wp-eab-plugins","last_synced_at":"2025-09-06T10:34:51.539Z","repository":{"id":140860289,"uuid":"110446325","full_name":"nfreear/wp-eab-plugins","owner":"nfreear","description":"WordPress plugins for the E-Access Bulletin (EAB-Live) — ","archived":false,"fork":false,"pushed_at":"2018-05-09T15:04:12.000Z","size":37,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T19:22:39.947Z","etag":null,"topics":["a11y","accessibility","bulletin","disability","eab","email-newsletter","equality"],"latest_commit_sha":null,"homepage":"http://headstar.com/eablive","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfreear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-12T15:58:25.000Z","updated_at":"2018-05-09T15:04:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"326669aa-6e72-4234-8b2e-d9feb20af417","html_url":"https://github.com/nfreear/wp-eab-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nfreear/wp-eab-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfreear%2Fwp-eab-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfreear%2Fwp-eab-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfreear%2Fwp-eab-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfreear%2Fwp-eab-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfreear","download_url":"https://codeload.github.com/nfreear/wp-eab-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfreear%2Fwp-eab-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892835,"owners_count":25186561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","bulletin","disability","eab","email-newsletter","equality"],"created_at":"2025-01-12T10:15:40.443Z","updated_at":"2025-09-06T10:34:51.528Z","avatar_url":"https://github.com/nfreear.png","language":"PHP","readme":"\n[![E-Access Bulletin][eab-logo-1]][eab]\n\n[![Build status: Travis-CI][travis-icon]][travis-ci]\n[![js-semistandard-style][semi-icon]][semi]\n[![WordPress code standard][wp-icon]][wp]\n\n# wp-eab-plugins #\n\nThis is a collection of WordPress plugins to facilitate editing and\npublishing the E-Access Bulletin, via email and the Web.\n\n\u003e \"_E-Access Bulletin is a free, monthly, text-only email newsletter on\n\u003e technology access by those with disabilities and older people._\"\n\n* [E-Access Bulletin Live][eab live]\n* [E-Access Bulletin archive][eab]\n* [Subscribe to the E-Access Bulletin newsletter][sub]\n\n### Post type\n\nWordPress custom [post type][]:  `eab_bulletin`\n\n### Archive shortcode\n\nWordPress [shortcode][]:  `[eab_archive]`\n\n### Markdown filter\n\nWordPress [filter][] to convert HTML to plain text/ Markdown:  `the_content_markdown`\n\n## GAAD widget plugin\n\nTypical usage ~ `wp-content/themes/../header.php`:\n\n```php\n\u003cdiv id=\"container\"\u003e\n\n\u003c?php do_action( 'gaad_widget' ) ?\u003e\n```\n\n## PHPList shortcode\n\nWordPress [shortcode][]:  `[phplist id=1 ] Intro text... [/phplist]`\n\n## Install .. Test\n\n```sh\ncomposer install\ncomposer npm-install\ncomposer test\n```\n\n---\n\n* [GitHub: nfreear/wp-eab-plugins][gh]\n* [GitHub: nfreear/headstar-web][hed] ~ legacy Bulletins.\n\n\n---\nWordPress plugins: Copyright © Nick Freear, 06-November-2017.\n\n_(E-Access Bulletin: © 2017 Headstar Ltd.)_\n\n\n[gh]: https://github.com/nfreear/wp-eab-plugins\n[travis-ci]: https://travis-ci.org/nfreear/wp-eab-plugins \"Build status – Travis-CI\"\n[travis-icon]: https://travis-ci.org/nfreear/wp-eab-plugins.svg?branch=master\n[semi]: https://github.com/Flet/semistandard \"Javascript coding style — 'semistandard'\"\n[semi-icon]: https://img.shields.io/badge/code_style-semistandard-brightgreen.svg?_style=flat-square\n[wp]: https://packagist.org/packages/wp-coding-standards/wpcs\n[wp-gh]: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\n[wp-icon]: https://img.shields.io/badge/code_style-WordPress-blue.svg\n[wp-pl-ico]: https://img.shields.io/badge/WordPress-plugin-blue.svg\n[eab-logo-1]: http://www.headstar.com/images/EAB-logo-small-trans.png\n[hed]: https://github.com/nfreear/headstar-web \"Legacy archive, and Perl code-base.\"\n[sub]: http://headstar.com/eablive/?page_id=80\n[EAB]: http://headstar.com/eab/archive.html \"E-Access Bulletin archive (EAB)\"\n[EAB Live]: http://headstar.com/eablive/ \"E-Access Bulletin Live (EAB)\"\n\n[post type]: https://codex.wordpress.org/Post_Types \"WordPress post types.\"\n[shortcode]: https://codex.wordpress.org/shortcode \"WordPress shortcodes.\"\n[filter]: https://codex.wordpress.org/Plugin_API/Filter_Reference/the_content \"WordPress 'the_content' filter.\"\n\n[End]: //.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfreear%2Fwp-eab-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfreear%2Fwp-eab-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfreear%2Fwp-eab-plugins/lists"}