diff --git a/configure.ac b/configure.ac index dfe901469..5cd5ebdce 100644 --- a/configure.ac +++ b/configure.ac @@ -253,48 +253,6 @@ AC_SUBST(BLURAY_LIBS) AC_OUTPUT([ Makefile -lib/Makefile -lib/libconfigfile/Makefile -lib/connection/Makefile -lib/libeventserver/Makefile -lib/libmd5sum/Makefile -lib/libnet/Makefile -lib/xmltree/Makefile -lib/jsoncpp/Makefile -lib/sectionsdclient/Makefile -lib/timerdclient/Makefile -lib/libtuxtxt/Makefile -lib/libdvbsub/Makefile -lib/libupnpclient/Makefile -lib/libiw/Makefile -lib/luaclient/Makefile -src/lcddisplay/Makefile -src/nhttpd/Makefile -src/nhttpd/web/Makefile -src/nhttpd/web/images/Makefile -src/nhttpd/web/scripts/Makefile -src/nhttpd/web/languages/Makefile -src/nhttpd/web/styles/Makefile -src/nhttpd/web/jquery/Makefile -src/nhttpd/web/info/Makefile -src/nhttpd/tuxboxapi/Makefile -src/nhttpd/yhttpd_core/Makefile -src/nhttpd/yhttpd_mods/Makefile -src/nhttpd/nhttpd.conf -src/Makefile -src/daemonc/Makefile -src/driver/pictureviewer/Makefile -src/driver/audiodec/Makefile -src/driver/Makefile -src/gui/Makefile -src/gui/bedit/Makefile -src/gui/components/Makefile -src/gui/lua/Makefile -src/gui/moviebrowser/Makefile -src/gui/widget/Makefile -src/system/Makefile -src/system/mtdutils/Makefile -src/system/mtdutils/lib/Makefile data/Makefile data/fonts/Makefile data/icons/Makefile @@ -318,8 +276,8 @@ data/inetradio/Makefile data/initial/Makefile data/iso-codes/Makefile data/lcd/Makefile -data/lcd/icons/Makefile data/lcd/clock/Makefile +data/lcd/icons/Makefile data/license/Makefile data/locale/Makefile data/neutrino-scripts/Makefile @@ -328,10 +286,52 @@ data/pictures/backgrounds/Makefile data/pictures/screensaver/Makefile data/scripts/Makefile data/themes/Makefile +data/y-web/Makefile +data/y-web/images/Makefile +data/y-web/info/Makefile +data/y-web/jquery/Makefile +data/y-web/languages/Makefile +data/y-web/scripts/Makefile +data/y-web/styles/Makefile +lib/Makefile +lib/connection/Makefile +lib/jsoncpp/Makefile +lib/libconfigfile/Makefile +lib/libdvbsub/Makefile +lib/libeventserver/Makefile +lib/libiw/Makefile +lib/libmd5sum/Makefile +lib/libnet/Makefile +lib/libtuxtxt/Makefile +lib/libupnpclient/Makefile +lib/luaclient/Makefile +lib/sectionsdclient/Makefile +lib/timerdclient/Makefile +lib/xmltree/Makefile +src/Makefile +src/daemonc/Makefile +src/driver/Makefile +src/driver/audiodec/Makefile +src/driver/pictureviewer/Makefile src/eitd/Makefile +src/gui/Makefile +src/gui/bedit/Makefile +src/gui/components/Makefile +src/gui/lua/Makefile +src/gui/moviebrowser/Makefile +src/gui/widget/Makefile +src/lcddisplay/Makefile +src/nhttpd/Makefile +src/nhttpd/nhttpd.conf +src/nhttpd/tuxboxapi/Makefile +src/nhttpd/yhttpd_core/Makefile +src/nhttpd/yhttpd_mods/Makefile +src/system/Makefile +src/system/mtdutils/Makefile +src/system/mtdutils/lib/Makefile src/timerd/Makefile src/zapit/Makefile +src/zapit/data/Makefile src/zapit/lib/Makefile src/zapit/src/Makefile -src/zapit/data/Makefile ]) diff --git a/data/Makefile.am b/data/Makefile.am index e62ac98b1..6c1c0e1cd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,7 +9,8 @@ SUBDIRS = \ neutrino-scripts \ pictures \ scripts \ - themes + themes \ + y-web if BOXTYPE_TRIPLE SUBDIRS += lcd diff --git a/src/nhttpd/web/Makefile.am b/data/y-web/Makefile.am similarity index 100% rename from src/nhttpd/web/Makefile.am rename to data/y-web/Makefile.am diff --git a/src/nhttpd/web/Y_About.yhtm b/data/y-web/Y_About.yhtm similarity index 100% rename from src/nhttpd/web/Y_About.yhtm rename to data/y-web/Y_About.yhtm diff --git a/src/nhttpd/web/Y_Baselib.js b/data/y-web/Y_Baselib.js similarity index 100% rename from src/nhttpd/web/Y_Baselib.js rename to data/y-web/Y_Baselib.js diff --git a/src/nhttpd/web/Y_Blocks.txt b/data/y-web/Y_Blocks.txt similarity index 100% rename from src/nhttpd/web/Y_Blocks.txt rename to data/y-web/Y_Blocks.txt diff --git a/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm b/data/y-web/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm rename to data/y-web/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm b/data/y-web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm rename to data/y-web/Y_Boxcontrol_Bouquet_Editor_Main.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Bouquetlist.yhtm b/data/y-web/Y_Boxcontrol_Bouquetlist.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Bouquetlist.yhtm rename to data/y-web/Y_Boxcontrol_Bouquetlist.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Bouquets.yhtm b/data/y-web/Y_Boxcontrol_Bouquets.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Bouquets.yhtm rename to data/y-web/Y_Boxcontrol_Bouquets.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Channellist.yhtm b/data/y-web/Y_Boxcontrol_Channellist.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Channellist.yhtm rename to data/y-web/Y_Boxcontrol_Channellist.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Menue.yhtm b/data/y-web/Y_Boxcontrol_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Menue.yhtm rename to data/y-web/Y_Boxcontrol_Menue.yhtm diff --git a/src/nhttpd/web/Y_Boxcontrol_Messages.yhtm b/data/y-web/Y_Boxcontrol_Messages.yhtm similarity index 100% rename from src/nhttpd/web/Y_Boxcontrol_Messages.yhtm rename to data/y-web/Y_Boxcontrol_Messages.yhtm diff --git a/src/nhttpd/web/Y_Dist.css b/data/y-web/Y_Dist.css similarity index 100% rename from src/nhttpd/web/Y_Dist.css rename to data/y-web/Y_Dist.css diff --git a/src/nhttpd/web/Y_Dyn_Pages.yhtm b/data/y-web/Y_Dyn_Pages.yhtm similarity index 100% rename from src/nhttpd/web/Y_Dyn_Pages.yhtm rename to data/y-web/Y_Dyn_Pages.yhtm diff --git a/src/nhttpd/web/Y_EPG.js b/data/y-web/Y_EPG.js similarity index 100% rename from src/nhttpd/web/Y_EPG.js rename to data/y-web/Y_EPG.js diff --git a/src/nhttpd/web/Y_EPG_Plus.yhtm b/data/y-web/Y_EPG_Plus.yhtm similarity index 100% rename from src/nhttpd/web/Y_EPG_Plus.yhtm rename to data/y-web/Y_EPG_Plus.yhtm diff --git a/src/nhttpd/web/Y_Ext_Menue.yhtm b/data/y-web/Y_Ext_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Ext_Menue.yhtm rename to data/y-web/Y_Ext_Menue.yhtm diff --git a/src/nhttpd/web/Y_Ext_Settings.yhtm b/data/y-web/Y_Ext_Settings.yhtm similarity index 100% rename from src/nhttpd/web/Y_Ext_Settings.yhtm rename to data/y-web/Y_Ext_Settings.yhtm diff --git a/src/nhttpd/web/Y_Ext_Uninstall.yhtm b/data/y-web/Y_Ext_Uninstall.yhtm similarity index 100% rename from src/nhttpd/web/Y_Ext_Uninstall.yhtm rename to data/y-web/Y_Ext_Uninstall.yhtm diff --git a/src/nhttpd/web/Y_Ext_Update.js b/data/y-web/Y_Ext_Update.js similarity index 100% rename from src/nhttpd/web/Y_Ext_Update.js rename to data/y-web/Y_Ext_Update.js diff --git a/src/nhttpd/web/Y_Ext_Update.yhtm b/data/y-web/Y_Ext_Update.yhtm similarity index 100% rename from src/nhttpd/web/Y_Ext_Update.yhtm rename to data/y-web/Y_Ext_Update.yhtm diff --git a/src/nhttpd/web/Y_Ext_Update_refresh.yhtm b/data/y-web/Y_Ext_Update_refresh.yhtm similarity index 100% rename from src/nhttpd/web/Y_Ext_Update_refresh.yhtm rename to data/y-web/Y_Ext_Update_refresh.yhtm diff --git a/src/nhttpd/web/Y_Filemgr.yhtm b/data/y-web/Y_Filemgr.yhtm similarity index 100% rename from src/nhttpd/web/Y_Filemgr.yhtm rename to data/y-web/Y_Filemgr.yhtm diff --git a/src/nhttpd/web/Y_Filemgr_Edit.yhtm b/data/y-web/Y_Filemgr_Edit.yhtm similarity index 100% rename from src/nhttpd/web/Y_Filemgr_Edit.yhtm rename to data/y-web/Y_Filemgr_Edit.yhtm diff --git a/src/nhttpd/web/Y_Filemgr_blocks.txt b/data/y-web/Y_Filemgr_blocks.txt similarity index 100% rename from src/nhttpd/web/Y_Filemgr_blocks.txt rename to data/y-web/Y_Filemgr_blocks.txt diff --git a/src/nhttpd/web/Y_Flash.js b/data/y-web/Y_Flash.js similarity index 100% rename from src/nhttpd/web/Y_Flash.js rename to data/y-web/Y_Flash.js diff --git a/src/nhttpd/web/Y_Info_Help.yhtm b/data/y-web/Y_Info_Help.yhtm similarity index 100% rename from src/nhttpd/web/Y_Info_Help.yhtm rename to data/y-web/Y_Info_Help.yhtm diff --git a/src/nhttpd/web/Y_Info_Menue.yhtm b/data/y-web/Y_Info_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Info_Menue.yhtm rename to data/y-web/Y_Info_Menue.yhtm diff --git a/src/nhttpd/web/Y_Info_Updates.yhtm b/data/y-web/Y_Info_Updates.yhtm similarity index 100% rename from src/nhttpd/web/Y_Info_Updates.yhtm rename to data/y-web/Y_Info_Updates.yhtm diff --git a/src/nhttpd/web/Y_Live.js b/data/y-web/Y_Live.js similarity index 100% rename from src/nhttpd/web/Y_Live.js rename to data/y-web/Y_Live.js diff --git a/src/nhttpd/web/Y_Live.yhtm b/data/y-web/Y_Live.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live.yhtm rename to data/y-web/Y_Live.yhtm diff --git a/src/nhttpd/web/Y_LiveViewFull.yhtm b/data/y-web/Y_LiveViewFull.yhtm similarity index 100% rename from src/nhttpd/web/Y_LiveViewFull.yhtm rename to data/y-web/Y_LiveViewFull.yhtm diff --git a/src/nhttpd/web/Y_Live_DoubleView.yhtm b/data/y-web/Y_Live_DoubleView.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_DoubleView.yhtm rename to data/y-web/Y_Live_DoubleView.yhtm diff --git a/src/nhttpd/web/Y_Live_EPG.yhtm b/data/y-web/Y_Live_EPG.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_EPG.yhtm rename to data/y-web/Y_Live_EPG.yhtm diff --git a/src/nhttpd/web/Y_Live_EPG_Info.yhtm b/data/y-web/Y_Live_EPG_Info.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_EPG_Info.yhtm rename to data/y-web/Y_Live_EPG_Info.yhtm diff --git a/src/nhttpd/web/Y_Live_Menue.yhtm b/data/y-web/Y_Live_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_Menue.yhtm rename to data/y-web/Y_Live_Menue.yhtm diff --git a/src/nhttpd/web/Y_Live_Msg.yhtm b/data/y-web/Y_Live_Msg.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_Msg.yhtm rename to data/y-web/Y_Live_Msg.yhtm diff --git a/src/nhttpd/web/Y_Live_Record.yhtm b/data/y-web/Y_Live_Record.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_Record.yhtm rename to data/y-web/Y_Live_Record.yhtm diff --git a/src/nhttpd/web/Y_Live_Transcode.yhtm b/data/y-web/Y_Live_Transcode.yhtm similarity index 100% rename from src/nhttpd/web/Y_Live_Transcode.yhtm rename to data/y-web/Y_Live_Transcode.yhtm diff --git a/src/nhttpd/web/Y_Main.css b/data/y-web/Y_Main.css similarity index 100% rename from src/nhttpd/web/Y_Main.css rename to data/y-web/Y_Main.css diff --git a/src/nhttpd/web/Y_Menue.yhtm b/data/y-web/Y_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Menue.yhtm rename to data/y-web/Y_Menue.yhtm diff --git a/src/nhttpd/web/Y_NI.css b/data/y-web/Y_NI.css similarity index 100% rename from src/nhttpd/web/Y_NI.css rename to data/y-web/Y_NI.css diff --git a/src/nhttpd/web/Y_NI_About.yhtm b/data/y-web/Y_NI_About.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_About.yhtm rename to data/y-web/Y_NI_About.yhtm diff --git a/src/nhttpd/web/Y_NI_Blocks.txt b/data/y-web/Y_NI_Blocks.txt similarity index 100% rename from src/nhttpd/web/Y_NI_Blocks.txt rename to data/y-web/Y_NI_Blocks.txt diff --git a/src/nhttpd/web/Y_NI_Camd-control.yhtm b/data/y-web/Y_NI_Camd-control.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_Camd-control.yhtm rename to data/y-web/Y_NI_Camd-control.yhtm diff --git a/src/nhttpd/web/Y_NI_Dyn_Pages.yhtm b/data/y-web/Y_NI_Dyn_Pages.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_Dyn_Pages.yhtm rename to data/y-web/Y_NI_Dyn_Pages.yhtm diff --git a/src/nhttpd/web/Y_NI_Infoicons-control.yhtm b/data/y-web/Y_NI_Infoicons-control.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_Infoicons-control.yhtm rename to data/y-web/Y_NI_Infoicons-control.yhtm diff --git a/src/nhttpd/web/Y_NI_Menue.yhtm b/data/y-web/Y_NI_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_Menue.yhtm rename to data/y-web/Y_NI_Menue.yhtm diff --git a/src/nhttpd/web/Y_NI_NetFS-control.yhtm b/data/y-web/Y_NI_NetFS-control.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_NetFS-control.yhtm rename to data/y-web/Y_NI_NetFS-control.yhtm diff --git a/src/nhttpd/web/Y_NI_NetFS-edit.yhtm b/data/y-web/Y_NI_NetFS-edit.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_NetFS-edit.yhtm rename to data/y-web/Y_NI_NetFS-edit.yhtm diff --git a/src/nhttpd/web/Y_NI_NetFS-init.yhtm b/data/y-web/Y_NI_NetFS-init.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_NetFS-init.yhtm rename to data/y-web/Y_NI_NetFS-init.yhtm diff --git a/src/nhttpd/web/Y_NI_PZapit-control.yhtm b/data/y-web/Y_NI_PZapit-control.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_PZapit-control.yhtm rename to data/y-web/Y_NI_PZapit-control.yhtm diff --git a/src/nhttpd/web/Y_NI_Plugin-control.yhtm b/data/y-web/Y_NI_Plugin-control.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_Plugin-control.yhtm rename to data/y-web/Y_NI_Plugin-control.yhtm diff --git a/src/nhttpd/web/Y_NI_blank.yhtm b/data/y-web/Y_NI_blank.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_blank.yhtm rename to data/y-web/Y_NI_blank.yhtm diff --git a/src/nhttpd/web/Y_NI_m3uConInfo.yhtm b/data/y-web/Y_NI_m3uConInfo.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_m3uConInfo.yhtm rename to data/y-web/Y_NI_m3uConInfo.yhtm diff --git a/src/nhttpd/web/Y_NI_m3uConvert.yhtm b/data/y-web/Y_NI_m3uConvert.yhtm similarity index 100% rename from src/nhttpd/web/Y_NI_m3uConvert.yhtm rename to data/y-web/Y_NI_m3uConvert.yhtm diff --git a/src/nhttpd/web/Y_NIlib.js b/data/y-web/Y_NIlib.js similarity index 100% rename from src/nhttpd/web/Y_NIlib.js rename to data/y-web/Y_NIlib.js diff --git a/src/nhttpd/web/Y_Refresh.yhtm b/data/y-web/Y_Refresh.yhtm similarity index 100% rename from src/nhttpd/web/Y_Refresh.yhtm rename to data/y-web/Y_Refresh.yhtm diff --git a/src/nhttpd/web/Y_Settings_Backup.yhtm b/data/y-web/Y_Settings_Backup.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_Backup.yhtm rename to data/y-web/Y_Settings_Backup.yhtm diff --git a/src/nhttpd/web/Y_Settings_Live.yhtm b/data/y-web/Y_Settings_Live.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_Live.yhtm rename to data/y-web/Y_Settings_Live.yhtm diff --git a/src/nhttpd/web/Y_Settings_Menue.yhtm b/data/y-web/Y_Settings_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_Menue.yhtm rename to data/y-web/Y_Settings_Menue.yhtm diff --git a/src/nhttpd/web/Y_Settings_Timer.yhtm b/data/y-web/Y_Settings_Timer.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_Timer.yhtm rename to data/y-web/Y_Settings_Timer.yhtm diff --git a/src/nhttpd/web/Y_Settings_VNC.yhtm b/data/y-web/Y_Settings_VNC.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_VNC.yhtm rename to data/y-web/Y_Settings_VNC.yhtm diff --git a/src/nhttpd/web/Y_Settings_automount.yhtm b/data/y-web/Y_Settings_automount.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_automount.yhtm rename to data/y-web/Y_Settings_automount.yhtm diff --git a/src/nhttpd/web/Y_Settings_automount_liste.yhtm b/data/y-web/Y_Settings_automount_liste.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_automount_liste.yhtm rename to data/y-web/Y_Settings_automount_liste.yhtm diff --git a/src/nhttpd/web/Y_Settings_buttons.yhtm b/data/y-web/Y_Settings_buttons.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_buttons.yhtm rename to data/y-web/Y_Settings_buttons.yhtm diff --git a/src/nhttpd/web/Y_Settings_lcd.yhtm b/data/y-web/Y_Settings_lcd.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_lcd.yhtm rename to data/y-web/Y_Settings_lcd.yhtm diff --git a/src/nhttpd/web/Y_Settings_mount.yhtm b/data/y-web/Y_Settings_mount.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_mount.yhtm rename to data/y-web/Y_Settings_mount.yhtm diff --git a/src/nhttpd/web/Y_Settings_mount_liste.yhtm b/data/y-web/Y_Settings_mount_liste.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_mount_liste.yhtm rename to data/y-web/Y_Settings_mount_liste.yhtm diff --git a/src/nhttpd/web/Y_Settings_neutrino_forms.yhtm b/data/y-web/Y_Settings_neutrino_forms.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_neutrino_forms.yhtm rename to data/y-web/Y_Settings_neutrino_forms.yhtm diff --git a/src/nhttpd/web/Y_Settings_nhttpd.yhtm b/data/y-web/Y_Settings_nhttpd.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_nhttpd.yhtm rename to data/y-web/Y_Settings_nhttpd.yhtm diff --git a/src/nhttpd/web/Y_Settings_personalize.yhtm b/data/y-web/Y_Settings_personalize.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_personalize.yhtm rename to data/y-web/Y_Settings_personalize.yhtm diff --git a/src/nhttpd/web/Y_Settings_umount_liste.yhtm b/data/y-web/Y_Settings_umount_liste.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_umount_liste.yhtm rename to data/y-web/Y_Settings_umount_liste.yhtm diff --git a/src/nhttpd/web/Y_Settings_video_audio.yhtm b/data/y-web/Y_Settings_video_audio.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_video_audio.yhtm rename to data/y-web/Y_Settings_video_audio.yhtm diff --git a/src/nhttpd/web/Y_Settings_wol.yhtm b/data/y-web/Y_Settings_wol.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_wol.yhtm rename to data/y-web/Y_Settings_wol.yhtm diff --git a/src/nhttpd/web/Y_Settings_yWeb.yhtm b/data/y-web/Y_Settings_yWeb.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_yWeb.yhtm rename to data/y-web/Y_Settings_yWeb.yhtm diff --git a/src/nhttpd/web/Y_Settings_zapit.yhtm b/data/y-web/Y_Settings_zapit.yhtm similarity index 100% rename from src/nhttpd/web/Y_Settings_zapit.yhtm rename to data/y-web/Y_Settings_zapit.yhtm diff --git a/src/nhttpd/web/Y_StreamInfo.yhtm b/data/y-web/Y_StreamInfo.yhtm similarity index 100% rename from src/nhttpd/web/Y_StreamInfo.yhtm rename to data/y-web/Y_StreamInfo.yhtm diff --git a/src/nhttpd/web/Y_Timer_Edit.yhtm b/data/y-web/Y_Timer_Edit.yhtm similarity index 100% rename from src/nhttpd/web/Y_Timer_Edit.yhtm rename to data/y-web/Y_Timer_Edit.yhtm diff --git a/src/nhttpd/web/Y_Timer_List.yhtm b/data/y-web/Y_Timer_List.yhtm similarity index 100% rename from src/nhttpd/web/Y_Timer_List.yhtm rename to data/y-web/Y_Timer_List.yhtm diff --git a/src/nhttpd/web/Y_Tools_Bootlogo.yhtm b/data/y-web/Y_Tools_Bootlogo.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Bootlogo.yhtm rename to data/y-web/Y_Tools_Bootlogo.yhtm diff --git a/src/nhttpd/web/Y_Tools_Boxcontrol.yhtm b/data/y-web/Y_Tools_Boxcontrol.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Boxcontrol.yhtm rename to data/y-web/Y_Tools_Boxcontrol.yhtm diff --git a/src/nhttpd/web/Y_Tools_Check_Install.yhtm b/data/y-web/Y_Tools_Check_Install.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Check_Install.yhtm rename to data/y-web/Y_Tools_Check_Install.yhtm diff --git a/src/nhttpd/web/Y_Tools_Cmd.yhtm b/data/y-web/Y_Tools_Cmd.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Cmd.yhtm rename to data/y-web/Y_Tools_Cmd.yhtm diff --git a/src/nhttpd/web/Y_Tools_Flash_Menue.yhtm b/data/y-web/Y_Tools_Flash_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Flash_Menue.yhtm rename to data/y-web/Y_Tools_Flash_Menue.yhtm diff --git a/src/nhttpd/web/Y_Tools_Flash_Upload.yhtm b/data/y-web/Y_Tools_Flash_Upload.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Flash_Upload.yhtm rename to data/y-web/Y_Tools_Flash_Upload.yhtm diff --git a/src/nhttpd/web/Y_Tools_Info_Menue.yhtm b/data/y-web/Y_Tools_Info_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Info_Menue.yhtm rename to data/y-web/Y_Tools_Info_Menue.yhtm diff --git a/src/nhttpd/web/Y_Tools_Installer.yhtm b/data/y-web/Y_Tools_Installer.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Installer.yhtm rename to data/y-web/Y_Tools_Installer.yhtm diff --git a/src/nhttpd/web/Y_Tools_Menue.yhtm b/data/y-web/Y_Tools_Menue.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Menue.yhtm rename to data/y-web/Y_Tools_Menue.yhtm diff --git a/src/nhttpd/web/Y_Tools_Rcsim.yhtm b/data/y-web/Y_Tools_Rcsim.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Rcsim.yhtm rename to data/y-web/Y_Tools_Rcsim.yhtm diff --git a/src/nhttpd/web/Y_Tools_Screenshot.yhtm b/data/y-web/Y_Tools_Screenshot.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Screenshot.yhtm rename to data/y-web/Y_Tools_Screenshot.yhtm diff --git a/src/nhttpd/web/Y_Tools_Timer_Sync.js b/data/y-web/Y_Tools_Timer_Sync.js similarity index 100% rename from src/nhttpd/web/Y_Tools_Timer_Sync.js rename to data/y-web/Y_Tools_Timer_Sync.js diff --git a/src/nhttpd/web/Y_Tools_Timer_Sync.yhtm b/data/y-web/Y_Tools_Timer_Sync.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_Timer_Sync.yhtm rename to data/y-web/Y_Tools_Timer_Sync.yhtm diff --git a/src/nhttpd/web/Y_Tools_lcshot.yhtm b/data/y-web/Y_Tools_lcshot.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_lcshot.yhtm rename to data/y-web/Y_Tools_lcshot.yhtm diff --git a/src/nhttpd/web/Y_Tools_tvshot.yhtm b/data/y-web/Y_Tools_tvshot.yhtm similarity index 100% rename from src/nhttpd/web/Y_Tools_tvshot.yhtm rename to data/y-web/Y_Tools_tvshot.yhtm diff --git a/src/nhttpd/web/Y_User.css b/data/y-web/Y_User.css similarity index 100% rename from src/nhttpd/web/Y_User.css rename to data/y-web/Y_User.css diff --git a/src/nhttpd/web/Y_VLC.js b/data/y-web/Y_VLC.js similarity index 100% rename from src/nhttpd/web/Y_VLC.js rename to data/y-web/Y_VLC.js diff --git a/src/nhttpd/web/Y_Version.txt b/data/y-web/Y_Version.txt similarity index 100% rename from src/nhttpd/web/Y_Version.txt rename to data/y-web/Y_Version.txt diff --git a/src/nhttpd/web/Y_Wait.yhtm b/data/y-web/Y_Wait.yhtm similarity index 100% rename from src/nhttpd/web/Y_Wait.yhtm rename to data/y-web/Y_Wait.yhtm diff --git a/src/nhttpd/web/Y_blank.htm b/data/y-web/Y_blank.htm similarity index 100% rename from src/nhttpd/web/Y_blank.htm rename to data/y-web/Y_blank.htm diff --git a/src/nhttpd/web/Y_neutrino_Blocks.txt b/data/y-web/Y_neutrino_Blocks.txt similarity index 100% rename from src/nhttpd/web/Y_neutrino_Blocks.txt rename to data/y-web/Y_neutrino_Blocks.txt diff --git a/src/nhttpd/web/Y_yweb.js b/data/y-web/Y_yweb.js similarity index 100% rename from src/nhttpd/web/Y_yweb.js rename to data/y-web/Y_yweb.js diff --git a/src/nhttpd/web/accordion.js b/data/y-web/accordion.js similarity index 100% rename from src/nhttpd/web/accordion.js rename to data/y-web/accordion.js diff --git a/src/nhttpd/web/channels.js b/data/y-web/channels.js similarity index 100% rename from src/nhttpd/web/channels.js rename to data/y-web/channels.js diff --git a/src/nhttpd/web/channels.txt b/data/y-web/channels.txt similarity index 100% rename from src/nhttpd/web/channels.txt rename to data/y-web/channels.txt diff --git a/src/nhttpd/web/effects.js b/data/y-web/effects.js similarity index 100% rename from src/nhttpd/web/effects.js rename to data/y-web/effects.js diff --git a/src/nhttpd/web/extentions.txt b/data/y-web/extentions.txt similarity index 100% rename from src/nhttpd/web/extentions.txt rename to data/y-web/extentions.txt diff --git a/src/nhttpd/web/extentions/boxinfo/boxinfo_uninstall.inc b/data/y-web/extentions/boxinfo/boxinfo_uninstall.inc similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/boxinfo_uninstall.inc rename to data/y-web/extentions/boxinfo/boxinfo_uninstall.inc diff --git a/src/nhttpd/web/extentions/boxinfo/files/httpd/Y_Ext_BoxInfo.yhtm b/data/y-web/extentions/boxinfo/files/httpd/Y_Ext_BoxInfo.yhtm similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/files/httpd/Y_Ext_BoxInfo.yhtm rename to data/y-web/extentions/boxinfo/files/httpd/Y_Ext_BoxInfo.yhtm diff --git a/src/nhttpd/web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh b/data/y-web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh rename to data/y-web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh diff --git a/src/nhttpd/web/extentions/boxinfo/install.inc b/data/y-web/extentions/boxinfo/install.inc similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/install.inc rename to data/y-web/extentions/boxinfo/install.inc diff --git a/src/nhttpd/web/extentions/boxinfo/install.sh b/data/y-web/extentions/boxinfo/install.sh similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/install.sh rename to data/y-web/extentions/boxinfo/install.sh diff --git a/src/nhttpd/web/extentions/boxinfo/uninstall.sh b/data/y-web/extentions/boxinfo/uninstall.sh similarity index 100% rename from src/nhttpd/web/extentions/boxinfo/uninstall.sh rename to data/y-web/extentions/boxinfo/uninstall.sh diff --git a/src/nhttpd/web/extentions/hddtools/files/httpd/Y_Ext_hddtools.yhtm b/data/y-web/extentions/hddtools/files/httpd/Y_Ext_hddtools.yhtm similarity index 100% rename from src/nhttpd/web/extentions/hddtools/files/httpd/Y_Ext_hddtools.yhtm rename to data/y-web/extentions/hddtools/files/httpd/Y_Ext_hddtools.yhtm diff --git a/src/nhttpd/web/extentions/hddtools/files/httpd/scripts/Y_Ext_hddtools.sh b/data/y-web/extentions/hddtools/files/httpd/scripts/Y_Ext_hddtools.sh similarity index 100% rename from src/nhttpd/web/extentions/hddtools/files/httpd/scripts/Y_Ext_hddtools.sh rename to data/y-web/extentions/hddtools/files/httpd/scripts/Y_Ext_hddtools.sh diff --git a/src/nhttpd/web/extentions/hddtools/hddtools_uninstall.inc b/data/y-web/extentions/hddtools/hddtools_uninstall.inc similarity index 100% rename from src/nhttpd/web/extentions/hddtools/hddtools_uninstall.inc rename to data/y-web/extentions/hddtools/hddtools_uninstall.inc diff --git a/src/nhttpd/web/extentions/hddtools/install.inc b/data/y-web/extentions/hddtools/install.inc similarity index 100% rename from src/nhttpd/web/extentions/hddtools/install.inc rename to data/y-web/extentions/hddtools/install.inc diff --git a/src/nhttpd/web/extentions/hddtools/install.sh b/data/y-web/extentions/hddtools/install.sh similarity index 100% rename from src/nhttpd/web/extentions/hddtools/install.sh rename to data/y-web/extentions/hddtools/install.sh diff --git a/src/nhttpd/web/extentions/hddtools/uninstall.sh b/data/y-web/extentions/hddtools/uninstall.sh similarity index 100% rename from src/nhttpd/web/extentions/hddtools/uninstall.sh rename to data/y-web/extentions/hddtools/uninstall.sh diff --git a/src/nhttpd/web/favicon.ico b/data/y-web/favicon.ico similarity index 100% rename from src/nhttpd/web/favicon.ico rename to data/y-web/favicon.ico diff --git a/src/nhttpd/web/images/Makefile.am b/data/y-web/images/Makefile.am similarity index 100% rename from src/nhttpd/web/images/Makefile.am rename to data/y-web/images/Makefile.am diff --git a/src/nhttpd/web/images/accept.png b/data/y-web/images/accept.png similarity index 100% rename from src/nhttpd/web/images/accept.png rename to data/y-web/images/accept.png diff --git a/src/nhttpd/web/images/alert.gif b/data/y-web/images/alert.gif similarity index 100% rename from src/nhttpd/web/images/alert.gif rename to data/y-web/images/alert.gif diff --git a/src/nhttpd/web/images/arrowdown.png b/data/y-web/images/arrowdown.png similarity index 100% rename from src/nhttpd/web/images/arrowdown.png rename to data/y-web/images/arrowdown.png diff --git a/src/nhttpd/web/images/arrowleft.png b/data/y-web/images/arrowleft.png similarity index 100% rename from src/nhttpd/web/images/arrowleft.png rename to data/y-web/images/arrowleft.png diff --git a/src/nhttpd/web/images/arrowright.png b/data/y-web/images/arrowright.png similarity index 100% rename from src/nhttpd/web/images/arrowright.png rename to data/y-web/images/arrowright.png diff --git a/src/nhttpd/web/images/arrowup.png b/data/y-web/images/arrowup.png similarity index 100% rename from src/nhttpd/web/images/arrowup.png rename to data/y-web/images/arrowup.png diff --git a/src/nhttpd/web/images/audiobar.png b/data/y-web/images/audiobar.png similarity index 100% rename from src/nhttpd/web/images/audiobar.png rename to data/y-web/images/audiobar.png diff --git a/src/nhttpd/web/images/blank.gif b/data/y-web/images/blank.gif similarity index 100% rename from src/nhttpd/web/images/blank.gif rename to data/y-web/images/blank.gif diff --git a/src/nhttpd/web/images/blank.png b/data/y-web/images/blank.png similarity index 100% rename from src/nhttpd/web/images/blank.png rename to data/y-web/images/blank.png diff --git a/src/nhttpd/web/images/cancel.png b/data/y-web/images/cancel.png similarity index 100% rename from src/nhttpd/web/images/cancel.png rename to data/y-web/images/cancel.png diff --git a/src/nhttpd/web/images/check_green.png b/data/y-web/images/check_green.png similarity index 100% rename from src/nhttpd/web/images/check_green.png rename to data/y-web/images/check_green.png diff --git a/src/nhttpd/web/images/chmod.png b/data/y-web/images/chmod.png similarity index 100% rename from src/nhttpd/web/images/chmod.png rename to data/y-web/images/chmod.png diff --git a/src/nhttpd/web/images/colored_bar.png b/data/y-web/images/colored_bar.png similarity index 100% rename from src/nhttpd/web/images/colored_bar.png rename to data/y-web/images/colored_bar.png diff --git a/src/nhttpd/web/images/comment.png b/data/y-web/images/comment.png similarity index 100% rename from src/nhttpd/web/images/comment.png rename to data/y-web/images/comment.png diff --git a/src/nhttpd/web/images/copy.gif b/data/y-web/images/copy.gif similarity index 100% rename from src/nhttpd/web/images/copy.gif rename to data/y-web/images/copy.gif diff --git a/src/nhttpd/web/images/cross.png b/data/y-web/images/cross.png similarity index 100% rename from src/nhttpd/web/images/cross.png rename to data/y-web/images/cross.png diff --git a/src/nhttpd/web/images/cut.png b/data/y-web/images/cut.png similarity index 100% rename from src/nhttpd/web/images/cut.png rename to data/y-web/images/cut.png diff --git a/src/nhttpd/web/images/dir_up.png b/data/y-web/images/dir_up.png similarity index 100% rename from src/nhttpd/web/images/dir_up.png rename to data/y-web/images/dir_up.png diff --git a/src/nhttpd/web/images/download.png b/data/y-web/images/download.png similarity index 100% rename from src/nhttpd/web/images/download.png rename to data/y-web/images/download.png diff --git a/src/nhttpd/web/images/elist.png b/data/y-web/images/elist.png similarity index 100% rename from src/nhttpd/web/images/elist.png rename to data/y-web/images/elist.png diff --git a/src/nhttpd/web/images/epg.png b/data/y-web/images/epg.png similarity index 100% rename from src/nhttpd/web/images/epg.png rename to data/y-web/images/epg.png diff --git a/src/nhttpd/web/images/exlink.gif b/data/y-web/images/exlink.gif similarity index 100% rename from src/nhttpd/web/images/exlink.gif rename to data/y-web/images/exlink.gif diff --git a/src/nhttpd/web/images/ext_add.png b/data/y-web/images/ext_add.png similarity index 100% rename from src/nhttpd/web/images/ext_add.png rename to data/y-web/images/ext_add.png diff --git a/src/nhttpd/web/images/ext_delete.png b/data/y-web/images/ext_delete.png similarity index 100% rename from src/nhttpd/web/images/ext_delete.png rename to data/y-web/images/ext_delete.png diff --git a/src/nhttpd/web/images/ext_edit.png b/data/y-web/images/ext_edit.png similarity index 100% rename from src/nhttpd/web/images/ext_edit.png rename to data/y-web/images/ext_edit.png diff --git a/src/nhttpd/web/images/ext_error.png b/data/y-web/images/ext_error.png similarity index 100% rename from src/nhttpd/web/images/ext_error.png rename to data/y-web/images/ext_error.png diff --git a/src/nhttpd/web/images/ext_ex.png b/data/y-web/images/ext_ex.png similarity index 100% rename from src/nhttpd/web/images/ext_ex.png rename to data/y-web/images/ext_ex.png diff --git a/src/nhttpd/web/images/ext_menu.png b/data/y-web/images/ext_menu.png similarity index 100% rename from src/nhttpd/web/images/ext_menu.png rename to data/y-web/images/ext_menu.png diff --git a/src/nhttpd/web/images/ext_mgr.png b/data/y-web/images/ext_mgr.png similarity index 100% rename from src/nhttpd/web/images/ext_mgr.png rename to data/y-web/images/ext_mgr.png diff --git a/src/nhttpd/web/images/ext_normal.png b/data/y-web/images/ext_normal.png similarity index 100% rename from src/nhttpd/web/images/ext_normal.png rename to data/y-web/images/ext_normal.png diff --git a/src/nhttpd/web/images/ext_plugin.png b/data/y-web/images/ext_plugin.png similarity index 100% rename from src/nhttpd/web/images/ext_plugin.png rename to data/y-web/images/ext_plugin.png diff --git a/src/nhttpd/web/images/ext_script.png b/data/y-web/images/ext_script.png similarity index 100% rename from src/nhttpd/web/images/ext_script.png rename to data/y-web/images/ext_script.png diff --git a/src/nhttpd/web/images/fb.png b/data/y-web/images/fb.png similarity index 100% rename from src/nhttpd/web/images/fb.png rename to data/y-web/images/fb.png diff --git a/src/nhttpd/web/images/film.png b/data/y-web/images/film.png similarity index 100% rename from src/nhttpd/web/images/film.png rename to data/y-web/images/film.png diff --git a/src/nhttpd/web/images/flash.png b/data/y-web/images/flash.png similarity index 100% rename from src/nhttpd/web/images/flash.png rename to data/y-web/images/flash.png diff --git a/src/nhttpd/web/images/folder_add.png b/data/y-web/images/folder_add.png similarity index 100% rename from src/nhttpd/web/images/folder_add.png rename to data/y-web/images/folder_add.png diff --git a/src/nhttpd/web/images/ftype_file.gif b/data/y-web/images/ftype_file.gif similarity index 100% rename from src/nhttpd/web/images/ftype_file.gif rename to data/y-web/images/ftype_file.gif diff --git a/src/nhttpd/web/images/ftype_file.png b/data/y-web/images/ftype_file.png similarity index 100% rename from src/nhttpd/web/images/ftype_file.png rename to data/y-web/images/ftype_file.png diff --git a/src/nhttpd/web/images/ftype_folder.gif b/data/y-web/images/ftype_folder.gif similarity index 100% rename from src/nhttpd/web/images/ftype_folder.gif rename to data/y-web/images/ftype_folder.gif diff --git a/src/nhttpd/web/images/ftype_folder.png b/data/y-web/images/ftype_folder.png similarity index 100% rename from src/nhttpd/web/images/ftype_folder.png rename to data/y-web/images/ftype_folder.png diff --git a/src/nhttpd/web/images/ftype_link.gif b/data/y-web/images/ftype_link.gif similarity index 100% rename from src/nhttpd/web/images/ftype_link.gif rename to data/y-web/images/ftype_link.gif diff --git a/src/nhttpd/web/images/ftype_link.png b/data/y-web/images/ftype_link.png similarity index 100% rename from src/nhttpd/web/images/ftype_link.png rename to data/y-web/images/ftype_link.png diff --git a/src/nhttpd/web/images/fullscreen.png b/data/y-web/images/fullscreen.png similarity index 100% rename from src/nhttpd/web/images/fullscreen.png rename to data/y-web/images/fullscreen.png diff --git a/src/nhttpd/web/images/help.gif b/data/y-web/images/help.gif similarity index 100% rename from src/nhttpd/web/images/help.gif rename to data/y-web/images/help.gif diff --git a/src/nhttpd/web/images/hidden.png b/data/y-web/images/hidden.png similarity index 100% rename from src/nhttpd/web/images/hidden.png rename to data/y-web/images/hidden.png diff --git a/src/nhttpd/web/images/home.png b/data/y-web/images/home.png similarity index 100% rename from src/nhttpd/web/images/home.png rename to data/y-web/images/home.png diff --git a/src/nhttpd/web/images/info.png b/data/y-web/images/info.png similarity index 100% rename from src/nhttpd/web/images/info.png rename to data/y-web/images/info.png diff --git a/src/nhttpd/web/images/inlink.gif b/data/y-web/images/inlink.gif similarity index 100% rename from src/nhttpd/web/images/inlink.gif rename to data/y-web/images/inlink.gif diff --git a/src/nhttpd/web/images/key.png b/data/y-web/images/key.png similarity index 100% rename from src/nhttpd/web/images/key.png rename to data/y-web/images/key.png diff --git a/src/nhttpd/web/images/live.png b/data/y-web/images/live.png similarity index 100% rename from src/nhttpd/web/images/live.png rename to data/y-web/images/live.png diff --git a/src/nhttpd/web/images/live_popup.png b/data/y-web/images/live_popup.png similarity index 100% rename from src/nhttpd/web/images/live_popup.png rename to data/y-web/images/live_popup.png diff --git a/src/nhttpd/web/images/livelock.png b/data/y-web/images/livelock.png similarity index 100% rename from src/nhttpd/web/images/livelock.png rename to data/y-web/images/livelock.png diff --git a/src/nhttpd/web/images/liveunlock.png b/data/y-web/images/liveunlock.png similarity index 100% rename from src/nhttpd/web/images/liveunlock.png rename to data/y-web/images/liveunlock.png diff --git a/src/nhttpd/web/images/lock.png b/data/y-web/images/lock.png similarity index 100% rename from src/nhttpd/web/images/lock.png rename to data/y-web/images/lock.png diff --git a/src/nhttpd/web/images/modify.png b/data/y-web/images/modify.png similarity index 100% rename from src/nhttpd/web/images/modify.png rename to data/y-web/images/modify.png diff --git a/src/nhttpd/web/images/new.png b/data/y-web/images/new.png similarity index 100% rename from src/nhttpd/web/images/new.png rename to data/y-web/images/new.png diff --git a/src/nhttpd/web/images/ok.gif b/data/y-web/images/ok.gif similarity index 100% rename from src/nhttpd/web/images/ok.gif rename to data/y-web/images/ok.gif diff --git a/src/nhttpd/web/images/package.png b/data/y-web/images/package.png similarity index 100% rename from src/nhttpd/web/images/package.png rename to data/y-web/images/package.png diff --git a/src/nhttpd/web/images/page_edit.png b/data/y-web/images/page_edit.png similarity index 100% rename from src/nhttpd/web/images/page_edit.png rename to data/y-web/images/page_edit.png diff --git a/src/nhttpd/web/images/paste.gif b/data/y-web/images/paste.gif similarity index 100% rename from src/nhttpd/web/images/paste.gif rename to data/y-web/images/paste.gif diff --git a/src/nhttpd/web/images/pause.png b/data/y-web/images/pause.png similarity index 100% rename from src/nhttpd/web/images/pause.png rename to data/y-web/images/pause.png diff --git a/src/nhttpd/web/images/picture.png b/data/y-web/images/picture.png similarity index 100% rename from src/nhttpd/web/images/picture.png rename to data/y-web/images/picture.png diff --git a/src/nhttpd/web/images/play.png b/data/y-web/images/play.png similarity index 100% rename from src/nhttpd/web/images/play.png rename to data/y-web/images/play.png diff --git a/src/nhttpd/web/images/popup.png b/data/y-web/images/popup.png similarity index 100% rename from src/nhttpd/web/images/popup.png rename to data/y-web/images/popup.png diff --git a/src/nhttpd/web/images/properties.png b/data/y-web/images/properties.png similarity index 100% rename from src/nhttpd/web/images/properties.png rename to data/y-web/images/properties.png diff --git a/src/nhttpd/web/images/radio.png b/data/y-web/images/radio.png similarity index 100% rename from src/nhttpd/web/images/radio.png rename to data/y-web/images/radio.png diff --git a/src/nhttpd/web/images/rc_cst_v1.jpg b/data/y-web/images/rc_cst_v1.jpg similarity index 100% rename from src/nhttpd/web/images/rc_cst_v1.jpg rename to data/y-web/images/rc_cst_v1.jpg diff --git a/src/nhttpd/web/images/rc_cst_v2.png b/data/y-web/images/rc_cst_v2.png similarity index 100% rename from src/nhttpd/web/images/rc_cst_v2.png rename to data/y-web/images/rc_cst_v2.png diff --git a/src/nhttpd/web/images/rc_cst_v3.png b/data/y-web/images/rc_cst_v3.png similarity index 100% rename from src/nhttpd/web/images/rc_cst_v3.png rename to data/y-web/images/rc_cst_v3.png diff --git a/src/nhttpd/web/images/rc_cst_v4.png b/data/y-web/images/rc_cst_v4.png similarity index 100% rename from src/nhttpd/web/images/rc_cst_v4.png rename to data/y-web/images/rc_cst_v4.png diff --git a/src/nhttpd/web/images/rc_cst_v5.png b/data/y-web/images/rc_cst_v5.png similarity index 100% rename from src/nhttpd/web/images/rc_cst_v5.png rename to data/y-web/images/rc_cst_v5.png diff --git a/src/nhttpd/web/images/rc_cst_v6.png b/data/y-web/images/rc_cst_v6.png similarity index 100% rename from src/nhttpd/web/images/rc_cst_v6.png rename to data/y-web/images/rc_cst_v6.png diff --git a/src/nhttpd/web/images/rc_dbox_nokia_old.png b/data/y-web/images/rc_dbox_nokia_old.png similarity index 100% rename from src/nhttpd/web/images/rc_dbox_nokia_old.png rename to data/y-web/images/rc_dbox_nokia_old.png diff --git a/src/nhttpd/web/images/rc_dbox_philips.png b/data/y-web/images/rc_dbox_philips.png similarity index 100% rename from src/nhttpd/web/images/rc_dbox_philips.png rename to data/y-web/images/rc_dbox_philips.png diff --git a/src/nhttpd/web/images/record.gif b/data/y-web/images/record.gif similarity index 100% rename from src/nhttpd/web/images/record.gif rename to data/y-web/images/record.gif diff --git a/src/nhttpd/web/images/record.png b/data/y-web/images/record.png similarity index 100% rename from src/nhttpd/web/images/record.png rename to data/y-web/images/record.png diff --git a/src/nhttpd/web/images/reload.png b/data/y-web/images/reload.png similarity index 100% rename from src/nhttpd/web/images/reload.png rename to data/y-web/images/reload.png diff --git a/src/nhttpd/web/images/remove.png b/data/y-web/images/remove.png similarity index 100% rename from src/nhttpd/web/images/remove.png rename to data/y-web/images/remove.png diff --git a/src/nhttpd/web/images/rename.gif b/data/y-web/images/rename.gif similarity index 100% rename from src/nhttpd/web/images/rename.gif rename to data/y-web/images/rename.gif diff --git a/src/nhttpd/web/images/save.png b/data/y-web/images/save.png similarity index 100% rename from src/nhttpd/web/images/save.png rename to data/y-web/images/save.png diff --git a/src/nhttpd/web/images/saveall.png b/data/y-web/images/saveall.png similarity index 100% rename from src/nhttpd/web/images/saveall.png rename to data/y-web/images/saveall.png diff --git a/src/nhttpd/web/images/server_add.png b/data/y-web/images/server_add.png similarity index 100% rename from src/nhttpd/web/images/server_add.png rename to data/y-web/images/server_add.png diff --git a/src/nhttpd/web/images/server_delete.png b/data/y-web/images/server_delete.png similarity index 100% rename from src/nhttpd/web/images/server_delete.png rename to data/y-web/images/server_delete.png diff --git a/src/nhttpd/web/images/server_edit.png b/data/y-web/images/server_edit.png similarity index 100% rename from src/nhttpd/web/images/server_edit.png rename to data/y-web/images/server_edit.png diff --git a/src/nhttpd/web/images/server_link.png b/data/y-web/images/server_link.png similarity index 100% rename from src/nhttpd/web/images/server_link.png rename to data/y-web/images/server_link.png diff --git a/src/nhttpd/web/images/smallwait.gif b/data/y-web/images/smallwait.gif similarity index 100% rename from src/nhttpd/web/images/smallwait.gif rename to data/y-web/images/smallwait.gif diff --git a/src/nhttpd/web/images/snapshot.png b/data/y-web/images/snapshot.png similarity index 100% rename from src/nhttpd/web/images/snapshot.png rename to data/y-web/images/snapshot.png diff --git a/src/nhttpd/web/images/stop.png b/data/y-web/images/stop.png similarity index 100% rename from src/nhttpd/web/images/stop.png rename to data/y-web/images/stop.png diff --git a/src/nhttpd/web/images/stream.png b/data/y-web/images/stream.png similarity index 100% rename from src/nhttpd/web/images/stream.png rename to data/y-web/images/stream.png diff --git a/src/nhttpd/web/images/streaminfo.png b/data/y-web/images/streaminfo.png similarity index 100% rename from src/nhttpd/web/images/streaminfo.png rename to data/y-web/images/streaminfo.png diff --git a/src/nhttpd/web/images/text.png b/data/y-web/images/text.png similarity index 100% rename from src/nhttpd/web/images/text.png rename to data/y-web/images/text.png diff --git a/src/nhttpd/web/images/time_add.png b/data/y-web/images/time_add.png similarity index 100% rename from src/nhttpd/web/images/time_add.png rename to data/y-web/images/time_add.png diff --git a/src/nhttpd/web/images/time_down.png b/data/y-web/images/time_down.png similarity index 100% rename from src/nhttpd/web/images/time_down.png rename to data/y-web/images/time_down.png diff --git a/src/nhttpd/web/images/time_up.png b/data/y-web/images/time_up.png similarity index 100% rename from src/nhttpd/web/images/time_up.png rename to data/y-web/images/time_up.png diff --git a/src/nhttpd/web/images/timer.gif b/data/y-web/images/timer.gif similarity index 100% rename from src/nhttpd/web/images/timer.gif rename to data/y-web/images/timer.gif diff --git a/src/nhttpd/web/images/transcode.png b/data/y-web/images/transcode.png similarity index 100% rename from src/nhttpd/web/images/transcode.png rename to data/y-web/images/transcode.png diff --git a/src/nhttpd/web/images/tux-yweb.png b/data/y-web/images/tux-yweb.png similarity index 100% rename from src/nhttpd/web/images/tux-yweb.png rename to data/y-web/images/tux-yweb.png diff --git a/src/nhttpd/web/images/udp_switch_off.png b/data/y-web/images/udp_switch_off.png similarity index 100% rename from src/nhttpd/web/images/udp_switch_off.png rename to data/y-web/images/udp_switch_off.png diff --git a/src/nhttpd/web/images/udp_switch_on.png b/data/y-web/images/udp_switch_on.png similarity index 100% rename from src/nhttpd/web/images/udp_switch_on.png rename to data/y-web/images/udp_switch_on.png diff --git a/src/nhttpd/web/images/unlock.png b/data/y-web/images/unlock.png similarity index 100% rename from src/nhttpd/web/images/unlock.png rename to data/y-web/images/unlock.png diff --git a/src/nhttpd/web/images/upload.png b/data/y-web/images/upload.png similarity index 100% rename from src/nhttpd/web/images/upload.png rename to data/y-web/images/upload.png diff --git a/src/nhttpd/web/images/visible.png b/data/y-web/images/visible.png similarity index 100% rename from src/nhttpd/web/images/visible.png rename to data/y-web/images/visible.png diff --git a/src/nhttpd/web/images/vlc.png b/data/y-web/images/vlc.png similarity index 100% rename from src/nhttpd/web/images/vlc.png rename to data/y-web/images/vlc.png diff --git a/src/nhttpd/web/images/volumedown.png b/data/y-web/images/volumedown.png similarity index 100% rename from src/nhttpd/web/images/volumedown.png rename to data/y-web/images/volumedown.png diff --git a/src/nhttpd/web/images/volumemute.png b/data/y-web/images/volumemute.png similarity index 100% rename from src/nhttpd/web/images/volumemute.png rename to data/y-web/images/volumemute.png diff --git a/src/nhttpd/web/images/volumeunmute.png b/data/y-web/images/volumeunmute.png similarity index 100% rename from src/nhttpd/web/images/volumeunmute.png rename to data/y-web/images/volumeunmute.png diff --git a/src/nhttpd/web/images/volumeup.png b/data/y-web/images/volumeup.png similarity index 100% rename from src/nhttpd/web/images/volumeup.png rename to data/y-web/images/volumeup.png diff --git a/src/nhttpd/web/images/wait.gif b/data/y-web/images/wait.gif similarity index 100% rename from src/nhttpd/web/images/wait.gif rename to data/y-web/images/wait.gif diff --git a/src/nhttpd/web/images/webtv.png b/data/y-web/images/webtv.png similarity index 100% rename from src/nhttpd/web/images/webtv.png rename to data/y-web/images/webtv.png diff --git a/src/nhttpd/web/images/wget.png b/data/y-web/images/wget.png similarity index 100% rename from src/nhttpd/web/images/wget.png rename to data/y-web/images/wget.png diff --git a/src/nhttpd/web/images/work.gif b/data/y-web/images/work.gif similarity index 100% rename from src/nhttpd/web/images/work.gif rename to data/y-web/images/work.gif diff --git a/src/nhttpd/web/images/x_red.png b/data/y-web/images/x_red.png similarity index 100% rename from src/nhttpd/web/images/x_red.png rename to data/y-web/images/x_red.png diff --git a/src/nhttpd/web/images/zap.png b/data/y-web/images/zap.png similarity index 100% rename from src/nhttpd/web/images/zap.png rename to data/y-web/images/zap.png diff --git a/src/nhttpd/web/index.html b/data/y-web/index.html similarity index 100% rename from src/nhttpd/web/index.html rename to data/y-web/index.html diff --git a/src/nhttpd/web/info/Makefile.am b/data/y-web/info/Makefile.am similarity index 100% rename from src/nhttpd/web/info/Makefile.am rename to data/y-web/info/Makefile.am diff --git a/src/nhttpd/web/info/index.html b/data/y-web/info/index.html similarity index 100% rename from src/nhttpd/web/info/index.html rename to data/y-web/info/index.html diff --git a/src/nhttpd/web/info/page.yhtm b/data/y-web/info/page.yhtm similarity index 100% rename from src/nhttpd/web/info/page.yhtm rename to data/y-web/info/page.yhtm diff --git a/src/nhttpd/web/jquery/Makefile.am b/data/y-web/jquery/Makefile.am similarity index 100% rename from src/nhttpd/web/jquery/Makefile.am rename to data/y-web/jquery/Makefile.am diff --git a/src/nhttpd/web/jquery/jquery-ui.min.js b/data/y-web/jquery/jquery-ui.min.js similarity index 100% rename from src/nhttpd/web/jquery/jquery-ui.min.js rename to data/y-web/jquery/jquery-ui.min.js diff --git a/src/nhttpd/web/jquery/jquery.min.js b/data/y-web/jquery/jquery.min.js similarity index 100% rename from src/nhttpd/web/jquery/jquery.min.js rename to data/y-web/jquery/jquery.min.js diff --git a/src/nhttpd/web/jquery/jquery.stickytableheaders.min.js b/data/y-web/jquery/jquery.stickytableheaders.min.js similarity index 100% rename from src/nhttpd/web/jquery/jquery.stickytableheaders.min.js rename to data/y-web/jquery/jquery.stickytableheaders.min.js diff --git a/src/nhttpd/web/languages/Czech b/data/y-web/languages/Czech similarity index 100% rename from src/nhttpd/web/languages/Czech rename to data/y-web/languages/Czech diff --git a/src/nhttpd/web/languages/Deutsch b/data/y-web/languages/Deutsch similarity index 100% rename from src/nhttpd/web/languages/Deutsch rename to data/y-web/languages/Deutsch diff --git a/src/nhttpd/web/languages/English b/data/y-web/languages/English similarity index 100% rename from src/nhttpd/web/languages/English rename to data/y-web/languages/English diff --git a/src/nhttpd/web/languages/Makefile.am b/data/y-web/languages/Makefile.am similarity index 100% rename from src/nhttpd/web/languages/Makefile.am rename to data/y-web/languages/Makefile.am diff --git a/src/nhttpd/web/languages/Polski b/data/y-web/languages/Polski similarity index 100% rename from src/nhttpd/web/languages/Polski rename to data/y-web/languages/Polski diff --git a/src/nhttpd/web/languages/Portuguese b/data/y-web/languages/Portuguese similarity index 100% rename from src/nhttpd/web/languages/Portuguese rename to data/y-web/languages/Portuguese diff --git a/src/nhttpd/web/languages/Slovak b/data/y-web/languages/Slovak similarity index 100% rename from src/nhttpd/web/languages/Slovak rename to data/y-web/languages/Slovak diff --git a/src/nhttpd/web/prototype.js b/data/y-web/prototype.js similarity index 100% rename from src/nhttpd/web/prototype.js rename to data/y-web/prototype.js diff --git a/src/nhttpd/web/robots.txt b/data/y-web/robots.txt similarity index 100% rename from src/nhttpd/web/robots.txt rename to data/y-web/robots.txt diff --git a/src/nhttpd/web/scripts/Makefile.am b/data/y-web/scripts/Makefile.am similarity index 100% rename from src/nhttpd/web/scripts/Makefile.am rename to data/y-web/scripts/Makefile.am diff --git a/src/nhttpd/web/scripts/Y_Live.sh b/data/y-web/scripts/Y_Live.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_Live.sh rename to data/y-web/scripts/Y_Live.sh diff --git a/src/nhttpd/web/scripts/Y_NAS.sh b/data/y-web/scripts/Y_NAS.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_NAS.sh rename to data/y-web/scripts/Y_NAS.sh diff --git a/src/nhttpd/web/scripts/Y_NI_Camd-control.sh b/data/y-web/scripts/Y_NI_Camd-control.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_NI_Camd-control.sh rename to data/y-web/scripts/Y_NI_Camd-control.sh diff --git a/src/nhttpd/web/scripts/Y_NI_Plugin-control.sh b/data/y-web/scripts/Y_NI_Plugin-control.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_NI_Plugin-control.sh rename to data/y-web/scripts/Y_NI_Plugin-control.sh diff --git a/src/nhttpd/web/scripts/Y_NI_Tools.sh b/data/y-web/scripts/Y_NI_Tools.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_NI_Tools.sh rename to data/y-web/scripts/Y_NI_Tools.sh diff --git a/src/nhttpd/web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh similarity index 100% rename from src/nhttpd/web/scripts/Y_Tools.sh rename to data/y-web/scripts/Y_Tools.sh diff --git a/src/nhttpd/web/scripts/_Y_Globals.sh b/data/y-web/scripts/_Y_Globals.sh similarity index 100% rename from src/nhttpd/web/scripts/_Y_Globals.sh rename to data/y-web/scripts/_Y_Globals.sh diff --git a/src/nhttpd/web/scripts/_Y_Library.sh b/data/y-web/scripts/_Y_Library.sh similarity index 100% rename from src/nhttpd/web/scripts/_Y_Library.sh rename to data/y-web/scripts/_Y_Library.sh diff --git a/src/nhttpd/web/scripts/api.sh b/data/y-web/scripts/api.sh similarity index 100% rename from src/nhttpd/web/scripts/api.sh rename to data/y-web/scripts/api.sh diff --git a/src/nhttpd/web/styles/Makefile.am b/data/y-web/styles/Makefile.am similarity index 100% rename from src/nhttpd/web/styles/Makefile.am rename to data/y-web/styles/Makefile.am diff --git a/src/nhttpd/web/styles/Y_Dist-GreyBlue.css b/data/y-web/styles/Y_Dist-GreyBlue.css similarity index 100% rename from src/nhttpd/web/styles/Y_Dist-GreyBlue.css rename to data/y-web/styles/Y_Dist-GreyBlue.css diff --git a/src/nhttpd/web/styles/Y_Dist-NI_dark.css b/data/y-web/styles/Y_Dist-NI_dark.css similarity index 100% rename from src/nhttpd/web/styles/Y_Dist-NI_dark.css rename to data/y-web/styles/Y_Dist-NI_dark.css diff --git a/src/nhttpd/web/styles/Y_Dist-Tuxbox.css b/data/y-web/styles/Y_Dist-Tuxbox.css similarity index 100% rename from src/nhttpd/web/styles/Y_Dist-Tuxbox.css rename to data/y-web/styles/Y_Dist-Tuxbox.css diff --git a/src/nhttpd/web/ywidget.css b/data/y-web/ywidget.css similarity index 100% rename from src/nhttpd/web/ywidget.css rename to data/y-web/ywidget.css diff --git a/src/nhttpd/web/ywidget.js b/data/y-web/ywidget.js similarity index 100% rename from src/nhttpd/web/ywidget.js rename to data/y-web/ywidget.js diff --git a/doc/ir.html b/doc/ir.html deleted file mode 100644 index bf986f3e2..000000000 --- a/doc/ir.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - Neutrino Timer Doku - - - -
-

Neutrino LIRC Unterstützung

-
-Konfiguration des lirc siehe - -http://www.dbox2.info/doku/lirc/lirc_doku.html

-Syntax der Lirc-Kommando Dateien:
-Es können in einer Kommando-Datei beliebig viele Befehle der Form
-

<device> <command> (<duration>)
-vorkommen.

-<device> = Name der Fernbedienung in der lirc.conf Datei
-<command> = Name der Taste einer Fernbedienung in lirc.conf
-<duration> = Dauer, die das Signal gesendet werden soll, in ms (optional). -Wenn nicht angegeben wird das Signal genau ein mal gesendet. -Werte zwischen 50ms und 500ms sind ein guter Anfang
-

-Folgende Neutrino-Aktionen können zusätzlich zum VCR Support mit IR-Signalen -versehen werden:
-(ist die entsprechende Kommando-Datei vorhanden, werden die Kommandos gesendet, -existiert die Datei nicht, passiert nichts.) -

-Sleeptimer:
-Wenn der Sleeptimer die Box in den Standby bzw. Deep-Standby schickt, -werden die Lirc-Kommandos in der Datei sleep.lirc ausgeführt. -Dies dient zur Abschaltung des TVs / Verstärkers/...
-Bsp. /var/tuxbox/config/lirc/sleep.lirc: -

-tv power 500
-amplifier power 500
-
-Standby on/off:
-Wir die Box in den standby geschickt (egal, ob per Fernbedienung, timer, -web,...) so wird die Kommando-Datei sbon.lirc ausgeführt. Wacht sie -aus dem Standby auf wird die Kommando-Datei sboff.lirc ausgeführt.
-Achtung , bei Deep-Standby funktioniert nur sbon.lirc !
-Bsp. /var/tuxbox/config/lirc/sbon.lirc: -
-tv power 500
-amplifier power 500
-
-Bsp. /var/tuxbox/config/lirc/sboff.lirc: -
-tv 1 250
-tv av 250
-amplifier power 500
-
-Volume +/-:
-Bei erhöhen der Lautstärke wird die Kommando-Datei volplus.lirc bei -erniedrigen der Lautstärke volminus ausgeführt. Dies ist für Leute -interessant, die Audio nicht über den Fernseher, sondern digital über einen -Verstärker abspielen. Hier kann jetzt auch über die DBox-Fernbedienung die -Lautstärke verändert werden.
-Dabei ist zu beachten, dass die Dauer, die die Kommados gesendet werden, -relativ kurz sein sollte, da sonst der Neutrino-Programmablauf sehr -unflüssig wirkt. Ich arbeite hier mit Werten zwischen 50 und 100 ms.
-Bsp. /var/tuxbox/config/lirc/volplus.lirc: -
-amplifier vol_inc 60
-
-Bsp. /var/tuxbox/config/lirc/volminus.lirc: -
-amplifier vol_dec 60
-
- - - diff --git a/src/nhttpd/doc/design/Kollaborationsdiagramm1.gif b/doc/nhttpd/design/Kollaborationsdiagramm1.gif similarity index 100% rename from src/nhttpd/doc/design/Kollaborationsdiagramm1.gif rename to doc/nhttpd/design/Kollaborationsdiagramm1.gif diff --git a/src/nhttpd/doc/design/Sequenzdiagramm1.gif b/doc/nhttpd/design/Sequenzdiagramm1.gif similarity index 100% rename from src/nhttpd/doc/design/Sequenzdiagramm1.gif rename to doc/nhttpd/design/Sequenzdiagramm1.gif diff --git a/src/nhttpd/doc/design/Webserver.gif b/doc/nhttpd/design/Webserver.gif similarity index 100% rename from src/nhttpd/doc/design/Webserver.gif rename to doc/nhttpd/design/Webserver.gif diff --git a/src/nhttpd/doc/design/big_picturer.gif b/doc/nhttpd/design/big_picturer.gif similarity index 100% rename from src/nhttpd/doc/design/big_picturer.gif rename to doc/nhttpd/design/big_picturer.gif diff --git a/src/nhttpd/doc/design/mods.gif b/doc/nhttpd/design/mods.gif similarity index 100% rename from src/nhttpd/doc/design/mods.gif rename to doc/nhttpd/design/mods.gif diff --git a/src/nhttpd/doc/design/nhttpd.gif b/doc/nhttpd/design/nhttpd.gif similarity index 100% rename from src/nhttpd/doc/design/nhttpd.gif rename to doc/nhttpd/design/nhttpd.gif diff --git a/src/nhttpd/doc/design/nhttpdNeutrinoAPI.gif b/doc/nhttpd/design/nhttpdNeutrinoAPI.gif similarity index 100% rename from src/nhttpd/doc/design/nhttpdNeutrinoAPI.gif rename to doc/nhttpd/design/nhttpdNeutrinoAPI.gif diff --git a/src/nhttpd/doc/index.html b/doc/nhttpd/index.html similarity index 100% rename from src/nhttpd/doc/index.html rename to doc/nhttpd/index.html diff --git a/src/nhttpd/doc/nhttpd_controlapi.html b/doc/nhttpd/nhttpd_controlapi.html similarity index 100% rename from src/nhttpd/doc/nhttpd_controlapi.html rename to doc/nhttpd/nhttpd_controlapi.html diff --git a/src/nhttpd/doc/nhttpd_implementation.html b/doc/nhttpd/nhttpd_implementation.html similarity index 100% rename from src/nhttpd/doc/nhttpd_implementation.html rename to doc/nhttpd/nhttpd_implementation.html diff --git a/src/nhttpd/doc/yhttpd.css b/doc/nhttpd/yhttpd.css similarity index 100% rename from src/nhttpd/doc/yhttpd.css rename to doc/nhttpd/yhttpd.css diff --git a/src/nhttpd/doc/yhttpd_conf.txt b/doc/nhttpd/yhttpd_conf.txt similarity index 100% rename from src/nhttpd/doc/yhttpd_conf.txt rename to doc/nhttpd/yhttpd_conf.txt diff --git a/src/nhttpd/doc/yhttpd_documentation.html b/doc/nhttpd/yhttpd_documentation.html similarity index 100% rename from src/nhttpd/doc/yhttpd_documentation.html rename to doc/nhttpd/yhttpd_documentation.html diff --git a/src/nhttpd/Makefile.am b/src/nhttpd/Makefile.am index 1d07eb190..bda980cc8 100644 --- a/src/nhttpd/Makefile.am +++ b/src/nhttpd/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = yhttpd_core yhttpd_mods tuxboxapi web +SUBDIRS = yhttpd_core yhttpd_mods tuxboxapi AM_CPPFLAGS = -fno-rtti -fno-exceptions -D_FILE_OFFSET_BITS=64 diff --git a/src/nhttpd/doc/Changelog.txt b/src/nhttpd/doc/Changelog.txt deleted file mode 100644 index f06bd2b72..000000000 --- a/src/nhttpd/doc/Changelog.txt +++ /dev/null @@ -1,320 +0,0 @@ -Severity id Headline Build - -5-Enhancement JG200000540 nhttpd: new: /y/cache-info view and clear cache nhttpd 3.0.5 -5-Enhancement JG200000553 Live: Support for Non-compatible HTTP1.1-Clients like JtG-Servernhttpd 3.0.5 -5-Enhancement JG200000548 nhttpd: new hooks for Upload handling n httpd 3.0.5 -5-Enhancement JG200000549 nhttpd: mod_auth new Base64 algorism nhttpd 3.0.5 -5-Enhancement JG200000545 nhttpd: upload POST works with SSL now nhttpd 3.0.5 -5-Enhancement JG200000528 nhttpd: Autentication: new implemented nhttpd 3.0.5 -5-Enhancement JG200000538 nhttpd: yParser Cache nhttpd 3.0.5 -5-Enhancement JG200000544 nhttpd: new format of nhttpd.conf nhttpd 3.0.5 -5-Enhancement JG200000541 nhttpd: new /y/server-config nhttpd 3.0.5 -5-Enhancement JG200000550 nhttpd: add SSL support nhttpd 3.0.5 -5-Enhancement JG200000542 nhttpd: new module mod_cache for caching dynamic content nhttpd 3.0.5 -5-Enhancement JG200000543 nhttpd: new module mod_weblog CLF and ELF logging nhttpd 3.0.5 -5-Enhancement JG200000547 nhttpd: more Features for HTTP1.1 support nhttpd 3.0.5 -5-Enhancement JG200000546 nhttpd: new Socket multiplexing for multi-threading nhttpd 3.0.5 -5-Enhancement JG200000536 nhttpd: Upload Progress .. nhttpd 3.0.5 - -5-Enhancement JG200000552 Settings: Support for new nhttpd.conf Format R2.2.0 -5-Enhancement JG200000530 nhttpd: Webserver (yhhtpd) rewritten nhttpd 3.0.0 -5-Enhancement JG200000529 nhttpd: split nhttpd in yhttpd_core, yhttpd_mods, neutrinoAPI nhttpd 3.0.0 -5-Enhancement JG200000527 Bouquet: Bouquet-Editor moved to tools R2.1.0 -5-Enhancement JG200000523 Bouquet-Editor: new implemented R2.1.0 -5-Enhancement JG200000526 Bouquet: EPG-List: new implemented R2.1.0 -5-Enhancement JG200000534 Boxcontrol: Use /control/standby to determine standby status R2.1.0 -5-Enhancement JG200000440 Timer: ANNOUNCE_TIME_1=-120 at Rec from EPG .. R2.1.0 -5-Enhancement JG200000524 Timer: TimerList new implemented R2.1.0 -5-Enhancement JG200000531 Timer: use RecordingSafty in Timer-Prog R2.1.0 -5-Enhancement JG200000525 Timer: add/modify Timer: new implemented R2.1.0 -4-Minor JG200000522 Tools: Flash fix reboot button R2.1.0 - -5-Enhancement JG200000511 GUI: disable AutoMount if ManagementIP does not match R2.0.2 -4-Minor JG200000519 Live: VLC Snapshot with IE works again R2.0.2 -5-Enhancement JG200000512 Live: fix: Fullscreen-Button (IE) does not work R2.0.2 -5-Enhancement JG200000518 Live: add EPG-Button for Popup R2.0.2 -3-Average JG200000517 Record: fixed: Record without transcoding works again R2.0.2 -5-Enhancement JG200000514 Settings: Diverse: add EPG-Settings R2.0.2 -5-Enhancement JG200000513 Settings: Diverse: add Virtual zap R2.0.2 - -3-Average JG200000504 fix: call dboxshot correctly if installed in /var/bin (in Remote OSD) R2.0.1 -3-Average JG200000506 Live: fixed Problems switching channels in LiveTV/Radio R2.0.1 -5-Enhancement JG200000507 Live: MiniEPG only on demand R2.0.1 - -5-Enhancement JG200000478 Boxcontrol: OSD Screenshot: Support for dboxshot R2.0.0 -5-Enhancement JG200000480 Boxcontrol: Control: Live lock / unlock R2.0.0 -5-Enhancement JG200000482 Boxcontrol: Control: new: Standby Status R2.0.0 -5-Enhancement JG200000483 EPG: Link to IMDB R2.0.0 -5-Enhancement JG200000498 Boxcontrol: add SPTS Status R2.0.0 -5-Enhancement JG200000497 Boxcontrol: New RC-Imake: Nokia-Remote R2.0.0 -5-Enhancement JG200000494 Boxcontrol: Control: Add optical Output on/off/status R2.0.0 -4-Minor JG200000392 GUI: initialize Volumen correctly .. R2.0.0 -5-Enhancement JG200000331 GUI: all Pages W3C XHTML 1.0 conform .. R2.0.0 -5-Enhancement JG200000465 GUI: new volumen control R2.0.0 -5-Enhancement JG200000459 GUI: new yWeb 2.0 Layout R2.0.0 -5-Enhancement JG200000254 GUI: Show channel-logos (if mounted) R2.0.0 -5-Enhancement JG200000455 GUI: Help: New Item to Wiki R2.0.0 -5-Enhancement JG200000449 GUI: show actual time in main menu R2.0.0 -5-Enhancement JG200000439 GUI: show custom text in Menue to identify box (if you have several boxes) R2.0.0 -5-Enhancement JG200000468 Info: add external Links for getting help R2.0.0 -5-Enhancement JG200000473 Live: Radio-Streaming with VLC (0.8.5) New! R2.0.0 -5-Enhancement JG200000500 Live: Transcode: own dialogue and more settings R2.0.0 -5-Enhancement JG200000464 Live: Mini EPG for actual channel R2.0.0 -5-Enhancement JG200000484 Live: dont show bouquet if set to hidden R2.0.0 -5-Enhancement JG200000408 Live: deinterlace & http-caching R2.0.0 -5-Enhancement JG200000492 Live: Set Timer from Mini EPG R2.0.0 -5-Enhancement JG200000457 Record: Transcode while recording R2.0.0 -5-Enhancement JG200000443 Record: new option: display off R2.0.0 -5-Enhancement JG200000458 Record: add Profiles for transcoding (iPodVideo, custom...) R2.0.0 -5-Enhancement JG200000474 Record: Radio-Recording & Transcoding (VLC) to mp3, iPod, custom R2.0.0 -5-Enhancement JG200000477 Record: Radio-Recording & Transcoding (mp3, iPod, custom) R2.0.0 -5-Enhancement JG200000456 Settings: Backup & Restore settings R2.0.0 -5-Enhancement JG200000475 Settings: new direct recording Filename template R2.0.0 -5-Enhancement JG200000496 settings: remove support antiservices.xml R2.0.0 -5-Enhancement JG200000479 Settings: New Menu for Live-Settings R2.0.0 -5-Enhancement JG200000487 Settings: WebServer: new ExtrasDocRoot/URL R2.0.0 -5-Enhancement JG200000134 Timer: new: EPG+ R2.0.0 -5-Enhancement JG200000452 Timer: SyncTimer: Switch to TV only from radio-mode R2.0.0 -5-Enhancement JG200000490 Timer: EPG+ add set timer and zapto R2.0.0 -4-Minor JG200000137 Tools: Message to box displays special charachers correct R2.0.0 -5-Enhancement JG200000448 Tools: Wake on Lan fix Javascript Error R2.0.0 -5-Enhancement JG200000470 Tools: Flash image: add Demo mode R2.0.0 -5-Enhancement JG200000469 Tools: Flash image: new dialogs R2.0.0 -5-Enhancement JG200000476 Tools: AutoMount (Warmduscher Interface) R2.0.0 - -3-Average JG200000485 nhttpd: fixed: yvars now in WebserverRequest (multi-threading) nhttpd 2.2.4 -5-Enhancement JG200000463 nhttpd: add EPG data in XML format nhttpd 2.2.4 -5-Enhancement JG200000486 nhttpd: add caching for blocks nhttpd 2.2.4 -5-Enhancement JG200000488 nhttpd: Set Timer, zapto,epg: Channel_name with multiple values .. nhttpd 2.2.4 -5-Enhancement JG200000491 nhttpd: new: XML-Format for bouquets nhttpd 2.2.4 -5-Enhancement JG200000495 nhttpd: new: zapto?getallsubchannels nhttpd 2.2.4 - -5-Enhancement JG200000399 Boxcontrol: view box record-status .. R1.5.0 -3-Average JG200000424 Bouquetedit: fixed probs with Firefox 1.5 editing problems R1.5.0 -5-Enhancement JG200000414 GUI: Links to Wiki R1.5.0 -3-Average JG200000420 Live: fixed Stream-URL problems with yadd & Firefox R1.5.0 -5-Enhancement JG200000432 Live: Radio works with yadds R1.5.0 -5-Enhancement JG200000351 LiveView: Build Stream-URL with ClientAddr (for NAT, Remapping) R1.5.0 -4-Minor JG200000433 Settings: WOL fixed Javascript Errors R1.5.0 -5-Enhancement JG200000394 Settings: add: Neutrino direct recording settings ... R1.5.0 -5-Enhancement JG200000417 Settings: WebServer: add HostedDocumentRoot R1.5.0 -5-Enhancement JG200000418 Settings: WebServer: add NoAuthClient R1.5.0 -5-Enhancement JG200000373 Settings: yWeb speed up using caching R1.5.0 -5-Enhancement JG200000434 Settings: WOL Link to yWeb-Settings R1.5.0 -5-Enhancement JG200000435 Settings: About: Links to Wiki R1.5.0 -5-Enhancement JG200000425 Timer: SyncTimer: added start and stop deplay from recording settings R1.5.0 -5-Enhancement JG200000405 Timer: Sync Timer: add rec_dir R1.5.0 -5-Enhancement JG200000231 Timer: tvinfo.de download & TimerSync R1.5.0 -5-Enhancement JG200000398 Timer: new timer default now: record R1.5.0 -4-Minor JG200000410 Tools: Sagem RC is displayed in primary menu R1.5.0 -5-Enhancement JG200000415 Tools: new: Check Installation R1.5.0 -5-Enhancement JG200000348 Tools: Info: use echo -e to advoid escaped newline output R1.5.0 - -5-Enhancement JG200000438 nhttpd: add Timer: rec_dir from neutrino.conf as default nhttpd 2.2.3 -5-Enhancement JG200000423 nhttpd: fixed lost Data in POST-Method (Mozilla/Firefox) nhttpd 2.2.2 -5-Enhancement JG200000422 nhttpd: No Authentication with new NoAuthClient fixed nhttpd 2.2.2 -5-Enhancement JG200000428 nhttpd: ini-set caching: clear config on open nhttpd 2.2.2 - -5-Enhancement JG200000294 nhttpd: Host other Webs (Root defined at HostedDocumentRoot in nhttpd.conf) nhttpd 2.2.1 -5-Enhancement JG200000388 nhttpd: set IP with no authentication (e.g. for JtG etc) nhttpd 2.2.1 -5-Enhancement JG200000416 nhttdp: zapto mit channel_name nhttpd 2.2.1 - -3-Average JG200000369 Live: fixed problems switching Radio-Channels R1.4.3 -4-Minor JG200000355 nhttpd: change port now used in Scripts R1.4.3 -4-Minor JG200000365 Settings: fixed: upload cam-alpha.bin now named correctly R1.4.3 -5-Enhancement JG200000366 settings: add port to WebServer settings R1.4.3 -5-Enhancement JG200000367 gui: add remote control for Sagem R1.4.3 -5-Enhancement JG200000389 tools: restart sectionsd R1.4.3 -5-Enhancement JG200000391 flash: fixed reboot after flashing R1.4.3 - -4-Minor JG200000359 tools: fix reboot after flash R1.4.2 -5-Enhancement JG200000332 Live: record: filepath settings at settings->yWeb R1.4.2 -5-Enhancement JG200000337 bouquets: start bouquetlist at actual bouquet R1.4.2 -5-Enhancement JG200000360 bouquet: text in black again R1.4.2 - -5-Enhancement JG200000127 flash download: button for delete download-image in /tmp R1.4.1 -5-Enhancement JG200000339 nhttpd: new: file-action:;; R1.4.1 -5-Enhancement JG200000340 new: Neutrino-Settings: pictureviewer R1.4.1 -5-Enhancement JG200000341 new: Neutrino-Settings: Audioplayer R1.4.1 -5-Enhancement JG200000342 new: Neutrino-Settings: Movieplayer R1.4.1 -5-Enhancement JG200000343 new: Neutrino-Settings: Diverse R1.4.1 -5-Enhancement JG200000344 new: Neutrino-Settings: Boot Options R1.4.1 -5-Enhancement JG200000345 new: Neutrino-Settings: Parental R1.4.1 -5-Enhancement JG200000346 new: Neutrino-Settings: Recording R1.4.1 -5-Enhancement JG200000347 Timer: add recordingDir R1.4.1 - -3-Average JG200000156 Flash: Error in mtd list if length!=5 R1.4.0 -5-Enhancement JG200000326 Flash: New Dialogs R1.4.0 -5-Enhancement JG200000233 Tools: new: Wake on LAN for 3 MACs R1.4.0 -5-Enhancement JG200000246 mount: do mount at mount list R1.4.0 -5-Enhancement JG200000247 mount: new: unmount list R1.4.0 -5-Enhancement JG200000305 infos: /proc/cpuinfo, meminfo, version... R1.4.0 -5-Enhancement JG200000271 nhttpd: ycgi: new: include-block:;; R1.4.0 -5-Enhancement JG200000314 nhttpd: ycgi: new: ini-set:;; R1.4.0 -5-Enhancement JG200000234 nhttpd: ycgi: new: if-file-exists:~~ R1.4.0 -5-Enhancement JG200000315 nhttpd: ycgi: new: if-not-equal R1.4.0 -5-Enhancement JG200000317 nhttpd: ycgi: new: add var-set, var-get for local ycgi varables R1.4.0 -5-Enhancement JG200000318 Live: Experimental: Change VLC audio channel R1.4.0 -5-Enhancement JG200000311 Live: record (Expert Mode ActiveX).. R1.4.0 -5-Enhancement JG200000312 Live: record: mux type = ts, ps R1.4.0 -5-Enhancement JG200000319 Live: Expert Mode: Take VLC Snapshot R1.4.0 -5-Enhancement JG200000320 after change Web Password: reload nhttpd.conf R1.4.0 -5-Enhancement JG200000325 General from-dialog updates R1.4.0 -5-Enhancement JG200000327 New: OSD Snapshot with fbshot R1.4.0 -5-Enhancement JG200000316 Management IP for some dialogs required R1.4.0 - -3-Average JG200000308 nhttpd: re-write file upload handling (solved: problems with pre-send data - mozilla engines) R1.3.6 -5-Enhancement JG200000144 Live: add Streaminfo button R1.3.6 -5-Enhancement JG200000145 yInstaller: upload a tar-file and execude included install.sh R1.3.6 -5-Enhancement JG200000287 WebIF: telnet like commandline R1.3.6 -5-Enhancement JG200000292 Live: channel-EPG-Panel autorefresh all 5min R1.3.6 -5-Enhancement JG200000297 Live: epg preview for selected channel R1.3.6 -5-Enhancement JG200000304 nhttpd: new func get_request_data R1.3.6 -5-Enhancement JG200000307 nhttpd: re-write file upload handling (saving memory) R1.3.6 - -4-Minor JG200000266 Settings: WebServer JavaScript-Error for field port R1.3.5 -4-Minor JG200000269 _Y_Library.sh:config_set_value() interpret backslash R1.3.5 -4-Minor JG200000232 Live:Sprache: DropDown ins TV Fenster R1.3.5 -5-Enhancement JG200000141 Live: enable select audio-pid R1.3.5 -5-Enhancement JG200000237 robots.txt in html-root R1.3.5 -5-Enhancement JG200000255 keine hard-links nach httpd-y (z.B. _Y_Globals.sh) R1.3.5 -5-Enhancement JG200000272 Dialog Boot-Logo und LCD-Logo zusammenfassen R1.3.5 -5-Enhancement JG200000277 Tooltips in english R1.3.5 -5-Enhancement JG200000278 Tools->msg beide Dialoge zusammenfassen R1.3.5 -5-Enhancement JG200000280 tools: move Message to Boxcontrol R1.3.5 -5-Enhancement JG200000284 use image am maps for web-based remote control R1.3.5 - -4-Minor JG200000216 nhttp: Upload temporary file moved from /var/tmp to /tmp/upload.tmp R1.3.4 -5-Enhancement JG200000139 Live: EPG-Title in Channel-Dropdown R1.3.4 -5-Enhancement JG200000212 nhttpd: use relative path for includes R1.3.4 -5-Enhancement JG200000217 nhttpd: ycgi: set Working-Dir to template path R1.3.4 -5-Enhancement JG200000227 ycgi: new:func:get_audio_pids_as_dropdown R1.3.4 -5-Enhancement JG200000229 remote RC via Web R1.3.4 - -5-Enhancement JG200000218 ycgi: new cmd: if-empty R1.3.3 -5-Enhancement JG200000219 ycgi: new cmd: if-equal R1.3.3 -5-Enhancement JG200000220 ycgi: new:func:get_bouquts_as_dropdown R1.3.3 -5-Enhancement JG200000221 ycgi: new:func:get_actual_bouquet_numer R1.3.3 -5-Enhancement JG200000222 ycgi: new:func:get_canel_as_dropdown R1.3.3 -5-Enhancement JG200000223 ycgi: new:func:get_actual_channel_id R1.3.3 -5-Enhancement JG200000224 ycgi: new:func:get_mode R1.3.3 -5-Enhancement JG200000225 ycgi: new:func:get_video_pids R1.3.3 -5-Enhancement JG200000226 ycgi: new:func:get_radio_pid R1.3.3 -5-Enhancement JG200000235 ycgi: Neu *.yhtm-Dateien & Reorg der Dateien R1.3.3 - -5-Enhancement JG200000035 Live: Window size configurable R1.3.2 -5-Enhancement JG200000107 Live: new: Double-View R1.3.2 -5-Enhancement JG200000206 nhttpd: Set Working dir for Skripts R1.3.2 -5-Enhancement JG200000207 scripts: relative local include path R1.3.2 -5-Enhancement JG200000209 correct Frame-Destinations VNC, Skins, WebServer R1.3.2 -5-Enhancement JG200000210 Settings: yWeb Configurator (slave box, live resolution) R1.3.2 -5-Enhancement JG200000211 add ucode.bin for up/download R1.3.2 - -5-Enhancement JG200000200 Live: Radio: Player via Dateierweiterung m3u, m4u starten R1.3.1 -3-Average JG200000147 LiveView nur 9 Bouquets im Dropdown. fixed. R1.3.1 -4-Minor JG200000179 dietmarW-Images habe kein /var/tmp also /tmp nutzen R1.3.1 -5-Enhancement JG200000084 Plugins: Settings: Mount-Einstellungen R1.3.1 -5-Enhancement JG200000182 Live: Bouquets & Channel: Dropdown Breite begrenzen R1.3.1 -5-Enhancement JG200000183 Bouquets: epg und settings im yWeb_Layout R1.3.1 -5-Enhancement JG200000184 ycgi: execute=