aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2013-08-23 23:04:56 +0200
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2013-08-23 23:04:56 +0200
commitd29b3e5f9e195b99d3891acd8537f8f4680e430f (patch)
tree7b4c511d98e946de64ab33c17c2613e43c966835
parent679b6b85ad1f8c9110334101a1568510ad15891b (diff)
downloadwallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.tar.gz
wallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.tar.zst
wallabag-d29b3e5f9e195b99d3891acd8537f8f4680e430f.zip
changes in md files
-rw-r--r--.travis.yml15
-rw-r--r--COPYING.md (renamed from COPYING)0
-rw-r--r--CREDITS.md (renamed from CREDITS)0
-rw-r--r--TODO.md16
-rw-r--r--phpunit.xml.dist0
-rw-r--r--tpl/layout.twig2
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 @@
1language: php
2
3php:
4 - 5.4
5
6branches:
7 only:
8 - dev
9
10before_script:
11 - composer install
12
13notifications:
14 email:
15 - nicolas.loeuillet@gmail.com \ No newline at end of file
diff --git a/COPYING b/COPYING.md
index ee7d6a54..ee7d6a54 100644
--- a/COPYING
+++ b/COPYING.md
diff --git a/CREDITS b/CREDITS.md
index a6dedce4..a6dedce4 100644
--- a/CREDITS
+++ b/CREDITS.md
diff --git a/TODO.md b/TODO.md
index ac3c0e98..fdba2a51 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,11 +1,9 @@
1# TODO 1# TODO
2 2
3pouvoir annuler la suppression 3* pouvoir annuler la suppression
4conventions codage ? phing ? vérifier error_log qui trainent 4* conventions codage ? phing ? vérifier error_log qui trainent
5phpDocumentor 5* phpDocumentor
6minifier css 6* minifier css
7revoir tous les css 7* barre fixe d'admin sur la page d'un billet ?
8barre fixe d'admin sur la page d'un billet ? 8* revoir export (export vers pocket &cie ? )
9revoir export (export vers pocket &cie ? ) 9* raccourcis clavier \ No newline at end of file
10raccourcis clavier
11date 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' %}