]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
changes in md files
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 23 Aug 2013 21:04:56 +0000 (23:04 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Fri, 23 Aug 2013 21:04:56 +0000 (23:04 +0200)
.travis.yml [deleted file]
COPYING.md [moved from COPYING with 100% similarity]
CREDITS.md [moved from CREDITS with 100% similarity]
TODO.md
phpunit.xml.dist [deleted file]
tpl/layout.twig

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 9d6ba13..0000000
+++ /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
similarity index 100%
rename from COPYING
rename to COPYING.md
similarity index 100%
rename from CREDITS
rename to CREDITS.md
diff --git a/TODO.md b/TODO.md
index ac3c0e9889932d9668d038b0020b2aa15b3ad04a..fdba2a514cec5e6ad2fa59d3fb89cc32d38e13d5 100644 (file)
--- 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 (file)
index e69de29..0000000
index b86983da27d9a127f814528da825c15c779f97b2..22d08fcaead2075da3019227d98fce1a60b862a4 100644 (file)
@@ -7,7 +7,9 @@
     <head>
         <meta name="viewport" content="initial-scale=1.0">
         <meta charset="utf-8">
+        <!--[if IE]>
         <meta http-equiv="X-UA-Compatible" content="IE=10">
+        <![endif]-->
         <title>{% block title %}{% endblock %} - poche</title>
 {% include '_head.twig' %}
 {% include '_bookmarklet.twig' %}