]> git.wh0rd.org - tt-rss.git/commit - plugins/mobile/init.php
add classic mobile as a system plugin
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 14:55:57 +0000 (18:55 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 14:55:57 +0000 (18:55 +0400)
commit9d9ed2b32a1a9c2560a43a85c94caecf140974d5
treec257e9ab4fd891e9e03b2aec622137fe831b4cd2
parent554f658c0e2b2d8c22280cede857030ada6c8ca2
add classic mobile as a system plugin
37 files changed:
plugins/mobile/article.php [new file with mode: 0644]
plugins/mobile/backend.php [new file with mode: 0644]
plugins/mobile/cat.php [new file with mode: 0644]
plugins/mobile/feed.php [new file with mode: 0644]
plugins/mobile/home.php [new file with mode: 0644]
plugins/mobile/index.php [new file with mode: 0644]
plugins/mobile/init.php [new file with mode: 0644]
plugins/mobile/iui/LICENSE.txt [new file with mode: 0644]
plugins/mobile/iui/NOTICE.txt [new file with mode: 0644]
plugins/mobile/iui/backButton.png [new file with mode: 0644]
plugins/mobile/iui/blueButton.png [new file with mode: 0644]
plugins/mobile/iui/cancel.png [new file with mode: 0644]
plugins/mobile/iui/grayButton.png [new file with mode: 0644]
plugins/mobile/iui/iui-logo-touch-icon.png [new file with mode: 0644]
plugins/mobile/iui/iui.css [new file with mode: 0644]
plugins/mobile/iui/iui.js [new file with mode: 0644]
plugins/mobile/iui/iuix.css [new file with mode: 0644]
plugins/mobile/iui/iuix.js [new file with mode: 0644]
plugins/mobile/iui/listArrow.png [new file with mode: 0644]
plugins/mobile/iui/listArrowSel.png [new file with mode: 0644]
plugins/mobile/iui/listGroup.png [new file with mode: 0644]
plugins/mobile/iui/loading.gif [new file with mode: 0644]
plugins/mobile/iui/pinstripes.png [new file with mode: 0644]
plugins/mobile/iui/redButton.png [new file with mode: 0644]
plugins/mobile/iui/selection.png [new file with mode: 0644]
plugins/mobile/iui/thumb.png [new file with mode: 0644]
plugins/mobile/iui/toggle.png [new file with mode: 0644]
plugins/mobile/iui/toggleOn.png [new file with mode: 0644]
plugins/mobile/iui/toolButton.png [new file with mode: 0644]
plugins/mobile/iui/toolbar.png [new file with mode: 0644]
plugins/mobile/iui/whiteButton.png [new file with mode: 0644]
plugins/mobile/login_form.php [new file with mode: 0644]
plugins/mobile/logout.php [new file with mode: 0644]
plugins/mobile/mobile-functions.php [new file with mode: 0644]
plugins/mobile/mobile.css [new file with mode: 0644]
plugins/mobile/mobile.js [new file with mode: 0644]
plugins/mobile/prefs.php [new file with mode: 0644]