From: Jaroslav Kysela Date: Fri, 12 Jun 2015 11:23:25 +0000 (+0200) Subject: docs: move docs to en/ subtree X-Git-Tag: v4.2.1~2342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ab50d4d5a91ac28ee8fbb170f978ef17fe5de82;p=thirdparty%2Ftvheadend.git docs: move docs to en/ subtree --- diff --git a/docs/html/config_access.html b/docs/html/en/config_access.html similarity index 100% rename from docs/html/config_access.html rename to docs/html/en/config_access.html diff --git a/docs/html/config_bouquet.html b/docs/html/en/config_bouquet.html similarity index 100% rename from docs/html/config_bouquet.html rename to docs/html/en/config_bouquet.html diff --git a/docs/html/config_caclient.html b/docs/html/en/config_caclient.html similarity index 100% rename from docs/html/config_caclient.html rename to docs/html/en/config_caclient.html diff --git a/docs/html/config_channels.html b/docs/html/en/config_channels.html similarity index 100% rename from docs/html/config_channels.html rename to docs/html/en/config_channels.html diff --git a/docs/html/config_dvr.html b/docs/html/en/config_dvr.html similarity index 100% rename from docs/html/config_dvr.html rename to docs/html/en/config_dvr.html diff --git a/docs/html/config_epggrab.html b/docs/html/en/config_epggrab.html similarity index 100% rename from docs/html/config_epggrab.html rename to docs/html/en/config_epggrab.html diff --git a/docs/html/config_esfilter.html b/docs/html/en/config_esfilter.html similarity index 100% rename from docs/html/config_esfilter.html rename to docs/html/en/config_esfilter.html diff --git a/docs/html/config_misc.html b/docs/html/en/config_misc.html similarity index 100% rename from docs/html/config_misc.html rename to docs/html/en/config_misc.html diff --git a/docs/html/config_muxes.html b/docs/html/en/config_muxes.html similarity index 100% rename from docs/html/config_muxes.html rename to docs/html/en/config_muxes.html diff --git a/docs/html/config_muxsched.html b/docs/html/en/config_muxsched.html similarity index 100% rename from docs/html/config_muxsched.html rename to docs/html/en/config_muxsched.html diff --git a/docs/html/config_networks.html b/docs/html/en/config_networks.html similarity index 100% rename from docs/html/config_networks.html rename to docs/html/en/config_networks.html diff --git a/docs/html/config_services.html b/docs/html/en/config_services.html similarity index 100% rename from docs/html/config_services.html rename to docs/html/en/config_services.html diff --git a/docs/html/config_streamprofile.html b/docs/html/en/config_streamprofile.html similarity index 100% rename from docs/html/config_streamprofile.html rename to docs/html/en/config_streamprofile.html diff --git a/docs/html/config_tags.html b/docs/html/en/config_tags.html similarity index 100% rename from docs/html/config_tags.html rename to docs/html/en/config_tags.html diff --git a/docs/html/config_timeshift.html b/docs/html/en/config_timeshift.html similarity index 100% rename from docs/html/config_timeshift.html rename to docs/html/en/config_timeshift.html diff --git a/docs/html/config_tvadapters.html b/docs/html/en/config_tvadapters.html similarity index 100% rename from docs/html/config_tvadapters.html rename to docs/html/en/config_tvadapters.html diff --git a/docs/html/config_tvhlog.html b/docs/html/en/config_tvhlog.html similarity index 100% rename from docs/html/config_tvhlog.html rename to docs/html/en/config_tvhlog.html diff --git a/docs/html/dvr_autorec.html b/docs/html/en/dvr_autorec.html similarity index 100% rename from docs/html/dvr_autorec.html rename to docs/html/en/dvr_autorec.html diff --git a/docs/html/dvr_failed.html b/docs/html/en/dvr_failed.html similarity index 100% rename from docs/html/dvr_failed.html rename to docs/html/en/dvr_failed.html diff --git a/docs/html/dvr_finished.html b/docs/html/en/dvr_finished.html similarity index 100% rename from docs/html/dvr_finished.html rename to docs/html/en/dvr_finished.html diff --git a/docs/html/dvr_timerec.html b/docs/html/en/dvr_timerec.html similarity index 100% rename from docs/html/dvr_timerec.html rename to docs/html/en/dvr_timerec.html diff --git a/docs/html/dvr_upcoming.html b/docs/html/en/dvr_upcoming.html similarity index 100% rename from docs/html/dvr_upcoming.html rename to docs/html/en/dvr_upcoming.html diff --git a/docs/html/epg.html b/docs/html/en/epg.html similarity index 100% rename from docs/html/epg.html rename to docs/html/en/epg.html diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 0f2c6dca8..2a8173865 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -17,7 +17,7 @@ tvheadend.regexEscape = function(s) { */ tvheadend.help = function(title, pagename) { Ext.Ajax.request({ - url: 'docs/' + pagename, + url: 'docs/en/' + pagename, success: function(result, request) { var content = new Ext.Panel({