You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Marty McGuire 2326157ca3
rely on micropubkit render method
5 days ago
app rely on micropubkit render method 5 days ago
lib oauth client metadata 1 week ago
public use micropubkit TemplatesAware 6 days ago
views template cleanups 2 years ago
.gitignore templateize config.php 2 years ago
README.md TODOs bump 2 years ago
composer.json rm laminas-diactoros 1 year ago
composer.lock rm laminas-diactoros 1 year ago

README.md

SlaterPHP

SlaterPHP is a Micropub client for posting events to your website.

It's a port of the original Slater which was written in Python.

Quick (& Dirty) Start

Requires a web server with PHP 7.4+.

Install required libraries:

composer install

Copy lib/config.php.template to lib/config.php and edit it to your liking.

Run the dev server:

php -S localhost:5000 -t public

View the app in your browser at http://localhost:5000.

TODOs

So many.

  • Automatic timezone selection a la Quill's event interface.
  • Support for direct/existing syndication post URLs in addition to mp-syndicate-to selection.
  • Autocomplete support for locations?
    • Import from your site? For example crawl for h-cards or checkins with venue information?
    • Optional Meridian setup?