diff --git a/src/nhttpd/tuxboxapi/coolstream/controlapi.h b/src/nhttpd/tuxboxapi/coolstream/controlapi.h index b31cb02e1..1b6732a7f 100644 --- a/src/nhttpd/tuxboxapi/coolstream/controlapi.h +++ b/src/nhttpd/tuxboxapi/coolstream/controlapi.h @@ -106,7 +106,7 @@ public: // virtual functions for HookHandler/Hook virtual std::string getHookName(void) {return std::string("mod_ControlAPI");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.1.2.2 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh); }; diff --git a/src/nhttpd/tuxboxapi/coolstream/neutrinoyparser.h b/src/nhttpd/tuxboxapi/coolstream/neutrinoyparser.h index 126a84e7e..2d8da7697 100644 --- a/src/nhttpd/tuxboxapi/coolstream/neutrinoyparser.h +++ b/src/nhttpd/tuxboxapi/coolstream/neutrinoyparser.h @@ -62,7 +62,7 @@ public: virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd); // virtual functions for HookHandler/Hook virtual std::string getHookName(void) {return std::string("mod_NeutrinoYParser-Coolstream");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.1.2.1 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList); }; diff --git a/src/nhttpd/tuxboxapi/dbox/controlapi.h b/src/nhttpd/tuxboxapi/dbox/controlapi.h index c63094820..9374e2353 100644 --- a/src/nhttpd/tuxboxapi/dbox/controlapi.h +++ b/src/nhttpd/tuxboxapi/dbox/controlapi.h @@ -109,7 +109,7 @@ public: // virtual functions for HookHandler/Hook virtual std::string getHookName(void) {return std::string("mod_ControlAPI");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.1.2.1 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh); }; diff --git a/src/nhttpd/tuxboxapi/dbox/neutrinoyparser.h b/src/nhttpd/tuxboxapi/dbox/neutrinoyparser.h index 170cea575..dff2e6a96 100644 --- a/src/nhttpd/tuxboxapi/dbox/neutrinoyparser.h +++ b/src/nhttpd/tuxboxapi/dbox/neutrinoyparser.h @@ -62,7 +62,7 @@ public: virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd); // virtual functions for HookHandler/Hook virtual std::string getHookName(void) {return std::string("mod_NeutrinoYParser");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.1.2.1 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList); }; diff --git a/src/nhttpd/web/Y_Baselib.js b/src/nhttpd/web/Y_Baselib.js index c38df8a5f..eb2c09389 100644 --- a/src/nhttpd/web/Y_Baselib.js +++ b/src/nhttpd/web/Y_Baselib.js @@ -1,6 +1,6 @@ /* yWeb Baselib by yjogol $Date$ - $Revision: 1.5 $ + $Revision$ */ var baselib_version="2.0.0"; var agt=navigator.userAgent.toLowerCase(); diff --git a/src/nhttpd/web/Y_EPG.js b/src/nhttpd/web/Y_EPG.js index 731b68110..4cd4a3042 100644 --- a/src/nhttpd/web/Y_EPG.js +++ b/src/nhttpd/web/Y_EPG.js @@ -1,6 +1,6 @@ /* yWeb EPG by yjogol $Date$ - $Revision: 1.2 $ + $Revision$ */ /*EPG+*/ var g_width_px=0; /*display width*/ diff --git a/src/nhttpd/web/Y_Flash.js b/src/nhttpd/web/Y_Flash.js index dd8cd2dae..3ca648787 100644 --- a/src/nhttpd/web/Y_Flash.js +++ b/src/nhttpd/web/Y_Flash.js @@ -1,6 +1,6 @@ /* yWeb Flash by yjogol $Date$ - $Revision: 1.3 $ + $Revision$ */ function do_image_upload_dialog() { diff --git a/src/nhttpd/web/Y_Live.js b/src/nhttpd/web/Y_Live.js index bb64d7643..5a7da95e1 100644 --- a/src/nhttpd/web/Y_Live.js +++ b/src/nhttpd/web/Y_Live.js @@ -1,6 +1,6 @@ /* yWeb Live by yjogol $Date$ - $Revision: 1.3 $ + $Revision$ */ /*globals*/ var V2 = null; diff --git a/src/nhttpd/web/Y_VLC.js b/src/nhttpd/web/Y_VLC.js index 71b8e4052..8a594459a 100644 --- a/src/nhttpd/web/Y_VLC.js +++ b/src/nhttpd/web/Y_VLC.js @@ -1,6 +1,6 @@ /* VLC abstraction by yjogol@online.de $Date$ - $Revision: 1.4 $ + $Revision$ */ /*ie1=ActiveC, moz1=Mozilla<0.8.5.1, moz2>= 0.8.5.1*/ var CyVLC = function(_id, masterid, width, height) { diff --git a/src/nhttpd/web/Y_yweb.js b/src/nhttpd/web/Y_yweb.js index 9f50e5409..a252d4485 100644 --- a/src/nhttpd/web/Y_yweb.js +++ b/src/nhttpd/web/Y_yweb.js @@ -1,7 +1,7 @@ /* yWeb by yjogol internal organisation of yweb $Date$ - $Revision: 1.1 $ + $Revision$ */ /* define namespace */ diff --git a/src/nhttpd/web/scripts/Y_Live.sh b/src/nhttpd/web/scripts/Y_Live.sh index f0b2a2bb1..8cc63ee86 100755 --- a/src/nhttpd/web/scripts/Y_Live.sh +++ b/src/nhttpd/web/scripts/Y_Live.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------- # Live (yjogol) # $Date$ -# $Revision: 1.3 $ +# $Revision$ # ----------------------------------------------------------- . ./_Y_Globals.sh diff --git a/src/nhttpd/web/scripts/Y_Plugins.sh b/src/nhttpd/web/scripts/Y_Plugins.sh index fb5dcee11..c24677073 100755 --- a/src/nhttpd/web/scripts/Y_Plugins.sh +++ b/src/nhttpd/web/scripts/Y_Plugins.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------- # Plugins (yjogol) # $Date$ -# $Revision: 1.2 $ +# $Revision$ # ----------------------------------------------------------- . ./_Y_Globals.sh diff --git a/src/nhttpd/web/scripts/Y_Tools.sh b/src/nhttpd/web/scripts/Y_Tools.sh index 3f730f705..af3ea68ee 100755 --- a/src/nhttpd/web/scripts/Y_Tools.sh +++ b/src/nhttpd/web/scripts/Y_Tools.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------- # Tools (yjogol) # $Date$ -# $Revision: 1.9 $ +# $Revision$ # ----------------------------------------------------------- . ./_Y_Globals.sh . ./_Y_Library.sh diff --git a/src/nhttpd/web/scripts/_Y_Globals.sh b/src/nhttpd/web/scripts/_Y_Globals.sh index b26d0d311..1afa2b848 100755 --- a/src/nhttpd/web/scripts/_Y_Globals.sh +++ b/src/nhttpd/web/scripts/_Y_Globals.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------- # Y Globals (yjogol) # $Date$ -# $Revision: 1.2 $ +# $Revision$ # ----------------------------------------------------------- # ----------------------------------------------------------- diff --git a/src/nhttpd/web/scripts/_Y_Library.sh b/src/nhttpd/web/scripts/_Y_Library.sh index d68521677..37d8402d0 100755 --- a/src/nhttpd/web/scripts/_Y_Library.sh +++ b/src/nhttpd/web/scripts/_Y_Library.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------- # Y Library (yjogol) # $Date$ -# $Revision: 1.2 $ +# $Revision$ # ----------------------------------------------------------- # ----------------------------------------------------------- diff --git a/src/nhttpd/web/scripts/api.sh b/src/nhttpd/web/scripts/api.sh index b047c19e5..dfe9b830f 100755 --- a/src/nhttpd/web/scripts/api.sh +++ b/src/nhttpd/web/scripts/api.sh @@ -3,7 +3,7 @@ # API Script (yjogol) # for yWeb independent shell calls # $Date$ -# $Revision: 1.3 $ +# $Revision$ # ----------------------------------------------------------- API_VERSION_MAJOR="1" API_VERSION_MINOR="0" diff --git a/src/nhttpd/yhttpd_mods/mod_auth.h b/src/nhttpd/yhttpd_mods/mod_auth.h index 5e4b6a9da..6215c3fb9 100644 --- a/src/nhttpd/yhttpd_mods/mod_auth.h +++ b/src/nhttpd/yhttpd_mods/mod_auth.h @@ -22,7 +22,7 @@ public: return std::string("mod_auth"); } virtual std::string getHookVersion(void) { - return std::string("$Revision: 1.3 $"); + return std::string("$Revision$"); } virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList); diff --git a/src/nhttpd/yhttpd_mods/mod_cache.h b/src/nhttpd/yhttpd_mods/mod_cache.h index f47d9e97b..149c0f8a3 100644 --- a/src/nhttpd/yhttpd_mods/mod_cache.h +++ b/src/nhttpd/yhttpd_mods/mod_cache.h @@ -51,7 +51,7 @@ public: // Hooks virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh); virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.2 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual std::string getHookName(void) {return std::string("mod_cache");} virtual THandleStatus Hook_ReadConfig(CConfigFile *Config,CStringList &ConfigList); }; diff --git a/src/nhttpd/yhttpd_mods/mod_sendfile.h b/src/nhttpd/yhttpd_mods/mod_sendfile.h index 422ca8699..0bdcf157e 100644 --- a/src/nhttpd/yhttpd_mods/mod_sendfile.h +++ b/src/nhttpd/yhttpd_mods/mod_sendfile.h @@ -32,7 +32,7 @@ public: virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh); // virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); virtual std::string getHookName(void) {return std::string("mod_sendfile");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.2 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList); }; diff --git a/src/nhttpd/yhttpd_mods/mod_weblog.h b/src/nhttpd/yhttpd_mods/mod_weblog.h index 235f55ad7..f65026b55 100644 --- a/src/nhttpd/yhttpd_mods/mod_weblog.h +++ b/src/nhttpd/yhttpd_mods/mod_weblog.h @@ -36,7 +36,7 @@ public: // Hooks virtual THandleStatus Hook_EndConnection(CyhookHandler *hh); virtual std::string getHookName(void) {return std::string("mod_weblog");} - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.3 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList); }; #endif // __yhttpd_mod_weblog_h__ diff --git a/src/nhttpd/yhttpd_mods/mod_yparser.h b/src/nhttpd/yhttpd_mods/mod_yparser.h index 852a95b99..37ee1910b 100644 --- a/src/nhttpd/yhttpd_mods/mod_yparser.h +++ b/src/nhttpd/yhttpd_mods/mod_yparser.h @@ -115,7 +115,7 @@ public: // virtual functions for BaseClass virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd); // virtual functions for HookHandler/Hook - virtual std::string getHookVersion(void) {return std::string("$Revision: 1.4 $");} + virtual std::string getHookVersion(void) {return std::string("$Revision$");} virtual std::string getHookName(void) {return "mod_yparser";} virtual THandleStatus Hook_SendResponse(CyhookHandler *hh); };