diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
commit | 79e051a1f216704752e05f5174633abf20dde582 (patch) | |
tree | e55b7f46aad7c8df42534e638b25cdbc258a3c40 /themes/baggy | |
parent | 97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff) | |
download | wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst wallabag-79e051a1f216704752e05f5174633abf20dde582.zip |
restructure folders
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/about.twig | 2 | ||||
-rwxr-xr-x | themes/baggy/config.twig | 2 | ||||
-rwxr-xr-x | themes/baggy/public/css/font.css (renamed from themes/baggy/css/font.css) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/css/main.css (renamed from themes/baggy/css/main.css) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/css/messages.css (renamed from themes/baggy/css/messages.css) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/css/print.css (renamed from themes/baggy/css/print.css) | 0 | ||||
-rw-r--r-- | themes/baggy/public/css/ratatouille.css (renamed from themes/baggy/css/ratatouille.css) | 0 | ||||
-rw-r--r-- | themes/baggy/public/fonts/icomoon.eot (renamed from themes/baggy/fonts/icomoon.eot) | bin | 3896 -> 3896 bytes | |||
-rw-r--r-- | themes/baggy/public/fonts/icomoon.svg (renamed from themes/baggy/fonts/icomoon.svg) | 0 | ||||
-rw-r--r-- | themes/baggy/public/fonts/icomoon.ttf (renamed from themes/baggy/fonts/icomoon.ttf) | bin | 3732 -> 3732 bytes | |||
-rw-r--r-- | themes/baggy/public/fonts/icomoon.woff (renamed from themes/baggy/fonts/icomoon.woff) | bin | 3664 -> 3664 bytes | |||
-rw-r--r-- | themes/baggy/public/fonts/ptsans.woff (renamed from themes/baggy/fonts/ptsans.woff) | bin | 24816 -> 24816 bytes | |||
-rwxr-xr-x | themes/baggy/public/img/baggy/blank.png (renamed from themes/baggy/img/baggy/blank.png) | bin | 141 -> 141 bytes | |||
-rw-r--r-- | themes/baggy/public/img/baggy/down.png (renamed from themes/baggy/img/baggy/down.png) | bin | 216 -> 216 bytes | |||
-rwxr-xr-x | themes/baggy/public/img/baggy/list.png (renamed from themes/baggy/img/baggy/list.png) | bin | 201 -> 201 bytes | |||
-rwxr-xr-x | themes/baggy/public/img/baggy/table.png (renamed from themes/baggy/img/baggy/table.png) | bin | 229 -> 229 bytes | |||
-rw-r--r-- | themes/baggy/public/img/baggy/top.png (renamed from themes/baggy/img/baggy/top.png) | bin | 212 -> 212 bytes | |||
-rw-r--r-- | themes/baggy/public/img/bg-select.png (renamed from themes/baggy/img/bg-select.png) | bin | 1095 -> 1095 bytes | |||
-rwxr-xr-x | themes/baggy/public/img/logo-other_themes.png (renamed from themes/baggy/img/logo-other_themes.png) | bin | 3922 -> 3922 bytes | |||
-rwxr-xr-x | themes/baggy/public/img/logo-w.png (renamed from themes/baggy/img/logo-w.png) | bin | 4916 -> 4916 bytes | |||
-rw-r--r-- | themes/baggy/public/img/logo-wallabag.svg (renamed from themes/baggy/img/logo-wallabag.svg) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/img/logo.png (renamed from themes/baggy/img/logo.png) | bin | 1350 -> 1350 bytes | |||
-rw-r--r-- | themes/baggy/public/img/logo.svg (renamed from themes/baggy/img/logo.svg) | 0 | ||||
-rw-r--r-- | themes/baggy/public/js/closeMessage.js (renamed from themes/baggy/js/closeMessage.js) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/js/init.js (renamed from themes/baggy/js/init.js) | 0 | ||||
-rwxr-xr-x | themes/baggy/public/js/jquery.cookie.js (renamed from themes/baggy/js/jquery.cookie.js) | 0 | ||||
-rw-r--r-- | themes/baggy/public/js/restoreScroll.js (renamed from themes/baggy/js/restoreScroll.js) | 0 |
27 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index 110196a6..d18fe156 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig | |||
@@ -24,7 +24,7 @@ | |||
24 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> | 24 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> |
25 | 25 | ||
26 | <dt>{% trans "Version" %}</dt> | 26 | <dt>{% trans "Version" %}</dt> |
27 | <dd>{{ constant('POCHE') }}</dd> | 27 | <dd>{{ constant('WALLABAG') }}</dd> |
28 | </dl> | 28 | </dl> |
29 | 29 | ||
30 | <p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p> | 30 | <p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p> |
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index a5a61559..6031f489 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -178,7 +178,7 @@ | |||
178 | 178 | ||
179 | <h2>{% trans "Upgrading wallabag" %}</h2> | 179 | <h2>{% trans "Upgrading wallabag" %}</h2> |
180 | <ul> | 180 | <ul> |
181 | <li>{% trans "Installed version" %}: <strong>{{ constant('POCHE') }}</strong></li> | 181 | <li>{% trans "Installed version" %}: <strong>{{ constant('WALLABAG') }}</strong></li> |
182 | <li>{% trans "Latest stable version" %}: {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li> | 182 | <li>{% trans "Latest stable version" %}: {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent stable version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_prod }})</li> |
183 | {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %}: {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li> | 183 | {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "Latest dev version" %}: {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "A more recent development version is available." %}</a></strong>{% else %}{% trans "You are up to date." %}{% endif %} ({% trans "Last check:" %} {{ check_time_dev }}){% endif %}</li> |
184 | </ul> | 184 | </ul> |
diff --git a/themes/baggy/css/font.css b/themes/baggy/public/css/font.css index 7c02a16f..7c02a16f 100755 --- a/themes/baggy/css/font.css +++ b/themes/baggy/public/css/font.css | |||
diff --git a/themes/baggy/css/main.css b/themes/baggy/public/css/main.css index 1df82910..1df82910 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/public/css/main.css | |||
diff --git a/themes/baggy/css/messages.css b/themes/baggy/public/css/messages.css index 42da70b3..42da70b3 100755 --- a/themes/baggy/css/messages.css +++ b/themes/baggy/public/css/messages.css | |||
diff --git a/themes/baggy/css/print.css b/themes/baggy/public/css/print.css index 9dd6d295..9dd6d295 100755 --- a/themes/baggy/css/print.css +++ b/themes/baggy/public/css/print.css | |||
diff --git a/themes/baggy/css/ratatouille.css b/themes/baggy/public/css/ratatouille.css index b203cbb8..b203cbb8 100644 --- a/themes/baggy/css/ratatouille.css +++ b/themes/baggy/public/css/ratatouille.css | |||
diff --git a/themes/baggy/fonts/icomoon.eot b/themes/baggy/public/fonts/icomoon.eot index 56323516..56323516 100644 --- a/themes/baggy/fonts/icomoon.eot +++ b/themes/baggy/public/fonts/icomoon.eot | |||
Binary files differ | |||
diff --git a/themes/baggy/fonts/icomoon.svg b/themes/baggy/public/fonts/icomoon.svg index b4586136..b4586136 100644 --- a/themes/baggy/fonts/icomoon.svg +++ b/themes/baggy/public/fonts/icomoon.svg | |||
diff --git a/themes/baggy/fonts/icomoon.ttf b/themes/baggy/public/fonts/icomoon.ttf index bb1f21f8..bb1f21f8 100644 --- a/themes/baggy/fonts/icomoon.ttf +++ b/themes/baggy/public/fonts/icomoon.ttf | |||
Binary files differ | |||
diff --git a/themes/baggy/fonts/icomoon.woff b/themes/baggy/public/fonts/icomoon.woff index bab13779..bab13779 100644 --- a/themes/baggy/fonts/icomoon.woff +++ b/themes/baggy/public/fonts/icomoon.woff | |||
Binary files differ | |||
diff --git a/themes/baggy/fonts/ptsans.woff b/themes/baggy/public/fonts/ptsans.woff index cf7c62e1..cf7c62e1 100644 --- a/themes/baggy/fonts/ptsans.woff +++ b/themes/baggy/public/fonts/ptsans.woff | |||
Binary files differ | |||
diff --git a/themes/baggy/img/baggy/blank.png b/themes/baggy/public/img/baggy/blank.png index 63e09844..63e09844 100755 --- a/themes/baggy/img/baggy/blank.png +++ b/themes/baggy/public/img/baggy/blank.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/baggy/down.png b/themes/baggy/public/img/baggy/down.png index b9d536a7..b9d536a7 100644 --- a/themes/baggy/img/baggy/down.png +++ b/themes/baggy/public/img/baggy/down.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/baggy/list.png b/themes/baggy/public/img/baggy/list.png index bd5aff5a..bd5aff5a 100755 --- a/themes/baggy/img/baggy/list.png +++ b/themes/baggy/public/img/baggy/list.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/baggy/table.png b/themes/baggy/public/img/baggy/table.png index 859c4cd8..859c4cd8 100755 --- a/themes/baggy/img/baggy/table.png +++ b/themes/baggy/public/img/baggy/table.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/baggy/top.png b/themes/baggy/public/img/baggy/top.png index 954a8c0a..954a8c0a 100644 --- a/themes/baggy/img/baggy/top.png +++ b/themes/baggy/public/img/baggy/top.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/bg-select.png b/themes/baggy/public/img/bg-select.png index 95120441..95120441 100644 --- a/themes/baggy/img/bg-select.png +++ b/themes/baggy/public/img/bg-select.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/logo-other_themes.png b/themes/baggy/public/img/logo-other_themes.png index 32543a44..32543a44 100755 --- a/themes/baggy/img/logo-other_themes.png +++ b/themes/baggy/public/img/logo-other_themes.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/logo-w.png b/themes/baggy/public/img/logo-w.png index 65dc607b..65dc607b 100755 --- a/themes/baggy/img/logo-w.png +++ b/themes/baggy/public/img/logo-w.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/logo-wallabag.svg b/themes/baggy/public/img/logo-wallabag.svg index 40193e1c..40193e1c 100644 --- a/themes/baggy/img/logo-wallabag.svg +++ b/themes/baggy/public/img/logo-wallabag.svg | |||
diff --git a/themes/baggy/img/logo.png b/themes/baggy/public/img/logo.png index 5305c77d..5305c77d 100755 --- a/themes/baggy/img/logo.png +++ b/themes/baggy/public/img/logo.png | |||
Binary files differ | |||
diff --git a/themes/baggy/img/logo.svg b/themes/baggy/public/img/logo.svg index 865da440..865da440 100644 --- a/themes/baggy/img/logo.svg +++ b/themes/baggy/public/img/logo.svg | |||
diff --git a/themes/baggy/js/closeMessage.js b/themes/baggy/public/js/closeMessage.js index 527719d5..527719d5 100644 --- a/themes/baggy/js/closeMessage.js +++ b/themes/baggy/public/js/closeMessage.js | |||
diff --git a/themes/baggy/js/init.js b/themes/baggy/public/js/init.js index 74cbae68..74cbae68 100755 --- a/themes/baggy/js/init.js +++ b/themes/baggy/public/js/init.js | |||
diff --git a/themes/baggy/js/jquery.cookie.js b/themes/baggy/public/js/jquery.cookie.js index 92719000..92719000 100755 --- a/themes/baggy/js/jquery.cookie.js +++ b/themes/baggy/public/js/jquery.cookie.js | |||
diff --git a/themes/baggy/js/restoreScroll.js b/themes/baggy/public/js/restoreScroll.js index 331c9e19..331c9e19 100644 --- a/themes/baggy/js/restoreScroll.js +++ b/themes/baggy/public/js/restoreScroll.js | |||