From d29b3e5f9e195b99d3891acd8537f8f4680e430f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Aug 2013 23:04:56 +0200 Subject: [PATCH] changes in md files --- .travis.yml | 15 --------------- COPYING => COPYING.md | 0 CREDITS => CREDITS.md | 0 TODO.md | 16 +++++++--------- phpunit.xml.dist | 0 tpl/layout.twig | 2 ++ 6 files changed, 9 insertions(+), 24 deletions(-) delete mode 100644 .travis.yml rename COPYING => COPYING.md (100%) rename CREDITS => CREDITS.md (100%) delete mode 100644 phpunit.xml.dist diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9d6ba132..00000000 --- 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 ac3c0e98..fdba2a51 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 e69de29b..00000000 diff --git a/tpl/layout.twig b/tpl/layout.twig index b86983da..22d08fca 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -7,7 +7,9 @@ + {% block title %}{% endblock %} - poche {% include '_head.twig' %} {% include '_bookmarklet.twig' %} -- 2.41.0