diff options
-rw-r--r-- | .travis.yml | 15 | ||||
-rw-r--r-- | COPYING.md (renamed from COPYING) | 0 | ||||
-rw-r--r-- | CREDITS.md (renamed from CREDITS) | 0 | ||||
-rw-r--r-- | TODO.md | 16 | ||||
-rw-r--r-- | phpunit.xml.dist | 0 | ||||
-rw-r--r-- | tpl/layout.twig | 2 |
6 files changed, 9 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9d6ba132..00000000 --- a/.travis.yml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | language: php | ||
2 | |||
3 | php: | ||
4 | - 5.4 | ||
5 | |||
6 | branches: | ||
7 | only: | ||
8 | - dev | ||
9 | |||
10 | before_script: | ||
11 | - composer install | ||
12 | |||
13 | notifications: | ||
14 | email: | ||
15 | - nicolas.loeuillet@gmail.com \ No newline at end of file | ||
@@ -1,11 +1,9 @@ | |||
1 | # TODO | 1 | # TODO |
2 | 2 | ||
3 | pouvoir annuler la suppression | 3 | * pouvoir annuler la suppression |
4 | conventions codage ? phing ? vérifier error_log qui trainent | 4 | * conventions codage ? phing ? vérifier error_log qui trainent |
5 | phpDocumentor | 5 | * phpDocumentor |
6 | minifier css | 6 | * minifier css |
7 | revoir tous les css | 7 | * barre fixe d'admin sur la page d'un billet ? |
8 | barre fixe d'admin sur la page d'un billet ? | 8 | * revoir export (export vers pocket &cie ? ) |
9 | revoir export (export vers pocket &cie ? ) | 9 | * raccourcis clavier \ No newline at end of file |
10 | raccourcis clavier | ||
11 | date d'ajout d'un lien \ No newline at end of file | ||
diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index e69de29b..00000000 --- a/phpunit.xml.dist +++ /dev/null | |||
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 @@ | |||
7 | <head> | 7 | <head> |
8 | <meta name="viewport" content="initial-scale=1.0"> | 8 | <meta name="viewport" content="initial-scale=1.0"> |
9 | <meta charset="utf-8"> | 9 | <meta charset="utf-8"> |
10 | <!--[if IE]> | ||
10 | <meta http-equiv="X-UA-Compatible" content="IE=10"> | 11 | <meta http-equiv="X-UA-Compatible" content="IE=10"> |
12 | <![endif]--> | ||
11 | <title>{% block title %}{% endblock %} - poche</title> | 13 | <title>{% block title %}{% endblock %} - poche</title> |
12 | {% include '_head.twig' %} | 14 | {% include '_head.twig' %} |
13 | {% include '_bookmarklet.twig' %} | 15 | {% include '_bookmarklet.twig' %} |