mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 20:41:03 +00:00
changes in md files
This commit is contained in:
parent
679b6b85ad
commit
d29b3e5f9e
6 changed files with 9 additions and 24 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,15 +0,0 @@
|
||||||
language: php
|
|
||||||
|
|
||||||
php:
|
|
||||||
- 5.4
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- dev
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- composer install
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
- nicolas.loeuillet@gmail.com
|
|
16
TODO.md
16
TODO.md
|
@ -1,11 +1,9 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
pouvoir annuler la suppression
|
* pouvoir annuler la suppression
|
||||||
conventions codage ? phing ? vérifier error_log qui trainent
|
* conventions codage ? phing ? vérifier error_log qui trainent
|
||||||
phpDocumentor
|
* phpDocumentor
|
||||||
minifier css
|
* minifier css
|
||||||
revoir tous les css
|
* barre fixe d'admin sur la page d'un billet ?
|
||||||
barre fixe d'admin sur la page d'un billet ?
|
* revoir export (export vers pocket &cie ? )
|
||||||
revoir export (export vers pocket &cie ? )
|
* raccourcis clavier
|
||||||
raccourcis clavier
|
|
||||||
date d'ajout d'un lien
|
|
|
@ -7,7 +7,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
<meta name="viewport" content="initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<!--[if IE]>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
||||||
|
<![endif]-->
|
||||||
<title>{% block title %}{% endblock %} - poche</title>
|
<title>{% block title %}{% endblock %} - poche</title>
|
||||||
{% include '_head.twig' %}
|
{% include '_head.twig' %}
|
||||||
{% include '_bookmarklet.twig' %}
|
{% include '_bookmarklet.twig' %}
|
||||||
|
|
Loading…
Reference in a new issue