Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
dependabot[bot] 68550b4859
Bump phpunit/phpunit from 5.3.2 to 5.6.3
před 2 roky
controllers use the user's own authz endpoint if one is defined před 3 roky
data remove w3.org před 4 roky
lib move unsupported domains to a file, add a bunch from bridgy před 4 roky
migrations move init.sql to schema.sql před 6 roky
public remove hover effect from settings icon před 5 roky
scripts fix path for script před 8 roky
tests fix for html před 5 roky
views always use indielogin.com před 5 roky
.gitignore add `code` and `realm` parameters for sending private webmentions před 7 roky
CONTRIBUTING.md add contributing.md před 8 roky
LICENSE replace license with apache 2.0 před 8 roky
README.md move init.sql to schema.sql před 6 roky
composer.json use the user's own authz endpoint if one is defined před 3 roky
composer.lock Bump phpunit/phpunit from 5.3.2 to 5.6.3 před 2 roky
config.template.php send exceptions to errbit před 8 roky
phpunit.xml beginning API před 8 roky

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.