mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
Set SVN:keyword Date, Revision
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@428 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
|||||||
|
|
||||||
// virtual functions for HookHandler/Hook
|
// virtual functions for HookHandler/Hook
|
||||||
virtual std::string getHookName(void) {return std::string("mod_ControlAPI");}
|
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_SendResponse(CyhookHandler *hh);
|
||||||
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
||||||
};
|
};
|
||||||
|
@@ -62,7 +62,7 @@ public:
|
|||||||
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
||||||
// virtual functions for HookHandler/Hook
|
// virtual functions for HookHandler/Hook
|
||||||
virtual std::string getHookName(void) {return std::string("mod_NeutrinoYParser-Coolstream");}
|
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_SendResponse(CyhookHandler *hh);
|
||||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||||
};
|
};
|
||||||
|
@@ -109,7 +109,7 @@ public:
|
|||||||
|
|
||||||
// virtual functions for HookHandler/Hook
|
// virtual functions for HookHandler/Hook
|
||||||
virtual std::string getHookName(void) {return std::string("mod_ControlAPI");}
|
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_SendResponse(CyhookHandler *hh);
|
||||||
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
||||||
};
|
};
|
||||||
|
@@ -62,7 +62,7 @@ public:
|
|||||||
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
||||||
// virtual functions for HookHandler/Hook
|
// virtual functions for HookHandler/Hook
|
||||||
virtual std::string getHookName(void) {return std::string("mod_NeutrinoYParser");}
|
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_SendResponse(CyhookHandler *hh);
|
||||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||||
};
|
};
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* yWeb Baselib by yjogol
|
/* yWeb Baselib by yjogol
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.5 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
var baselib_version="2.0.0";
|
var baselib_version="2.0.0";
|
||||||
var agt=navigator.userAgent.toLowerCase();
|
var agt=navigator.userAgent.toLowerCase();
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* yWeb EPG by yjogol
|
/* yWeb EPG by yjogol
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.2 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
/*EPG+*/
|
/*EPG+*/
|
||||||
var g_width_px=0; /*display width*/
|
var g_width_px=0; /*display width*/
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* yWeb Flash by yjogol
|
/* yWeb Flash by yjogol
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.3 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
function do_image_upload_dialog()
|
function do_image_upload_dialog()
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* yWeb Live by yjogol
|
/* yWeb Live by yjogol
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.3 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
/*globals*/
|
/*globals*/
|
||||||
var V2 = null;
|
var V2 = null;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* VLC abstraction by yjogol@online.de
|
/* VLC abstraction by yjogol@online.de
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.4 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
/*ie1=ActiveC, moz1=Mozilla<0.8.5.1, moz2>= 0.8.5.1*/
|
/*ie1=ActiveC, moz1=Mozilla<0.8.5.1, moz2>= 0.8.5.1*/
|
||||||
var CyVLC = function(_id, masterid, width, height) {
|
var CyVLC = function(_id, masterid, width, height) {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* yWeb by yjogol
|
/* yWeb by yjogol
|
||||||
internal organisation of yweb
|
internal organisation of yweb
|
||||||
$Date$
|
$Date$
|
||||||
$Revision: 1.1 $
|
$Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* define namespace */
|
/* define namespace */
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Live (yjogol)
|
# Live (yjogol)
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.3 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
. ./_Y_Globals.sh
|
. ./_Y_Globals.sh
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Plugins (yjogol)
|
# Plugins (yjogol)
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.2 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
. ./_Y_Globals.sh
|
. ./_Y_Globals.sh
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Tools (yjogol)
|
# Tools (yjogol)
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.9 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
. ./_Y_Globals.sh
|
. ./_Y_Globals.sh
|
||||||
. ./_Y_Library.sh
|
. ./_Y_Library.sh
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Y Globals (yjogol)
|
# Y Globals (yjogol)
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.2 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Y Library (yjogol)
|
# Y Library (yjogol)
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.2 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# API Script (yjogol)
|
# API Script (yjogol)
|
||||||
# for yWeb independent shell calls
|
# for yWeb independent shell calls
|
||||||
# $Date$
|
# $Date$
|
||||||
# $Revision: 1.3 $
|
# $Revision$
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
API_VERSION_MAJOR="1"
|
API_VERSION_MAJOR="1"
|
||||||
API_VERSION_MINOR="0"
|
API_VERSION_MINOR="0"
|
||||||
|
@@ -22,7 +22,7 @@ public:
|
|||||||
return std::string("mod_auth");
|
return std::string("mod_auth");
|
||||||
}
|
}
|
||||||
virtual std::string getHookVersion(void) {
|
virtual std::string getHookVersion(void) {
|
||||||
return std::string("$Revision: 1.3 $");
|
return std::string("$Revision$");
|
||||||
}
|
}
|
||||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config,
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config,
|
||||||
CStringList &ConfigList);
|
CStringList &ConfigList);
|
||||||
|
@@ -51,7 +51,7 @@ public:
|
|||||||
// Hooks
|
// Hooks
|
||||||
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
||||||
virtual THandleStatus Hook_SendResponse(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 std::string getHookName(void) {return std::string("mod_cache");}
|
||||||
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config,CStringList &ConfigList);
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config,CStringList &ConfigList);
|
||||||
};
|
};
|
||||||
|
@@ -32,7 +32,7 @@ public:
|
|||||||
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
virtual THandleStatus Hook_PrepareResponse(CyhookHandler *hh);
|
||||||
// virtual THandleStatus Hook_SendResponse(CyhookHandler *hh);
|
// virtual THandleStatus Hook_SendResponse(CyhookHandler *hh);
|
||||||
virtual std::string getHookName(void) {return std::string("mod_sendfile");}
|
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);
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -36,7 +36,7 @@ public:
|
|||||||
// Hooks
|
// Hooks
|
||||||
virtual THandleStatus Hook_EndConnection(CyhookHandler *hh);
|
virtual THandleStatus Hook_EndConnection(CyhookHandler *hh);
|
||||||
virtual std::string getHookName(void) {return std::string("mod_weblog");}
|
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);
|
virtual THandleStatus Hook_ReadConfig(CConfigFile *Config, CStringList &ConfigList);
|
||||||
};
|
};
|
||||||
#endif // __yhttpd_mod_weblog_h__
|
#endif // __yhttpd_mod_weblog_h__
|
||||||
|
@@ -115,7 +115,7 @@ public:
|
|||||||
// virtual functions for BaseClass
|
// virtual functions for BaseClass
|
||||||
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
virtual std::string YWeb_cgi_func(CyhookHandler *hh, std::string ycmd);
|
||||||
// virtual functions for HookHandler/Hook
|
// 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 std::string getHookName(void) {return "mod_yparser";}
|
||||||
virtual THandleStatus Hook_SendResponse(CyhookHandler *hh);
|
virtual THandleStatus Hook_SendResponse(CyhookHandler *hh);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user