diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9d6ba1321..000000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: php - -php: - - 5.4 - -branches: - only: - - dev - -before_script: - - composer install - -notifications: - email: - - nicolas.loeuillet@gmail.com \ No newline at end of file diff --git a/COPYING b/COPYING.md similarity index 100% rename from COPYING rename to COPYING.md diff --git a/CREDITS b/CREDITS.md similarity index 100% rename from CREDITS rename to CREDITS.md diff --git a/TODO.md b/TODO.md index ac3c0e988..fdba2a514 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,9 @@ # TODO -pouvoir annuler la suppression -conventions codage ? phing ? vérifier error_log qui trainent -phpDocumentor -minifier css -revoir tous les css -barre fixe d'admin sur la page d'un billet ? -revoir export (export vers pocket &cie ? ) -raccourcis clavier -date d'ajout d'un lien \ No newline at end of file +* pouvoir annuler la suppression +* conventions codage ? phing ? vérifier error_log qui trainent +* phpDocumentor +* minifier css +* barre fixe d'admin sur la page d'un billet ? +* revoir export (export vers pocket &cie ? ) +* raccourcis clavier \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index e69de29bb..000000000 diff --git a/tpl/layout.twig b/tpl/layout.twig index b86983da2..22d08fcae 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -7,7 +7,9 @@ + {% block title %}{% endblock %} - poche {% include '_head.twig' %} {% include '_bookmarklet.twig' %}