mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +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
|
||||
|
||||
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
|
||||
* 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
|
|
@ -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' %}
|
||||
|
|
Loading…
Reference in a new issue