Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
dependabot[bot] 68550b4859
Bump phpunit/phpunit from 5.3.2 to 5.6.3
il y a 2 ans
controllers use the user's own authz endpoint if one is defined il y a 3 ans
data remove w3.org il y a 4 ans
lib move unsupported domains to a file, add a bunch from bridgy il y a 4 ans
migrations move init.sql to schema.sql il y a 6 ans
public remove hover effect from settings icon il y a 5 ans
scripts fix path for script il y a 8 ans
tests fix for html il y a 5 ans
views always use indielogin.com il y a 5 ans
.gitignore add `code` and `realm` parameters for sending private webmentions il y a 7 ans
CONTRIBUTING.md add contributing.md il y a 8 ans
LICENSE replace license with apache 2.0 il y a 8 ans
README.md move init.sql to schema.sql il y a 6 ans
composer.json use the user's own authz endpoint if one is defined il y a 3 ans
composer.lock Bump phpunit/phpunit from 5.3.2 to 5.6.3 il y a 2 ans
config.template.php send exceptions to errbit il y a 8 ans
phpunit.xml beginning API il y a 8 ans

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.