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.
dependabot[bot] 68550b4859
Bump phpunit/phpunit from 5.3.2 to 5.6.3
пре 2 година
controllers use the user's own authz endpoint if one is defined пре 3 година
data remove w3.org пре 4 година
lib move unsupported domains to a file, add a bunch from bridgy пре 4 година
migrations move init.sql to schema.sql пре 5 година
public remove hover effect from settings icon пре 5 година
scripts fix path for script пре 8 година
tests fix for html пре 5 година
views always use indielogin.com пре 5 година
.gitignore add `code` and `realm` parameters for sending private webmentions пре 7 година
CONTRIBUTING.md add contributing.md пре 8 година
LICENSE replace license with apache 2.0 пре 8 година
README.md move init.sql to schema.sql пре 5 година
composer.json use the user's own authz endpoint if one is defined пре 3 година
composer.lock Bump phpunit/phpunit from 5.3.2 to 5.6.3 пре 2 година
config.template.php send exceptions to errbit пре 8 година
phpunit.xml beginning API пре 8 година

README.md

Telegraph

Telegraph is an API for sending Webmentions.

API

See https://telegraph.p3k.io/api

Developing

  • Fork and clone this repo.

  • Install MySQL, composer, beanstalk, and phpunit if they're not already installed, e.g. brew install mysql composer beanstalk phpunit.

  • Start MySQL and beanstalkd.

  • Copy config.template.php to config.test.php. Update the appropriate values for your local environment if necessary.

  • Run these commands to install the dependencies, create a local database, and run the tests:

    $ composer install
    $ mysql [ARGS] -e 'CREATE DATABASE telegraph;'
    $ mysql [ARGS] < migrations/schema.sql
    $ phpunit
    # Hack hack hack!
    

Credits

Telegraph photo: https://www.flickr.com/photos/nostri-imago/3407786186

Telegraph icon: https://thenounproject.com/search/?q=telegraph&i=22058

License

Copyright 2016-2018 by Aaron Parecki

Available under the Apache 2.0 license. See LICENSE.