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:
yjogol
2010-02-27 05:52:05 +00:00
parent 7264e3f506
commit 068d6e6d6c
21 changed files with 21 additions and 21 deletions

View File

@@ -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);
};

View File

@@ -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);
};

View File

@@ -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);
};

View File

@@ -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);
};

View File

@@ -1,6 +1,6 @@
/* yWeb Baselib by yjogol
$Date$
$Revision: 1.5 $
$Revision$
*/
var baselib_version="2.0.0";
var agt=navigator.userAgent.toLowerCase();

View File

@@ -1,6 +1,6 @@
/* yWeb EPG by yjogol
$Date$
$Revision: 1.2 $
$Revision$
*/
/*EPG+*/
var g_width_px=0; /*display width*/

View File

@@ -1,6 +1,6 @@
/* yWeb Flash by yjogol
$Date$
$Revision: 1.3 $
$Revision$
*/
function do_image_upload_dialog()
{

View File

@@ -1,6 +1,6 @@
/* yWeb Live by yjogol
$Date$
$Revision: 1.3 $
$Revision$
*/
/*globals*/
var V2 = null;

View File

@@ -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) {

View File

@@ -1,7 +1,7 @@
/* yWeb by yjogol
internal organisation of yweb
$Date$
$Revision: 1.1 $
$Revision$
*/
/* define namespace */

View File

@@ -2,7 +2,7 @@
# -----------------------------------------------------------
# Live (yjogol)
# $Date$
# $Revision: 1.3 $
# $Revision$
# -----------------------------------------------------------
. ./_Y_Globals.sh

View File

@@ -2,7 +2,7 @@
# -----------------------------------------------------------
# Plugins (yjogol)
# $Date$
# $Revision: 1.2 $
# $Revision$
# -----------------------------------------------------------
. ./_Y_Globals.sh

View File

@@ -2,7 +2,7 @@
# -----------------------------------------------------------
# Tools (yjogol)
# $Date$
# $Revision: 1.9 $
# $Revision$
# -----------------------------------------------------------
. ./_Y_Globals.sh
. ./_Y_Library.sh

View File

@@ -2,7 +2,7 @@
# -----------------------------------------------------------
# Y Globals (yjogol)
# $Date$
# $Revision: 1.2 $
# $Revision$
# -----------------------------------------------------------
# -----------------------------------------------------------

View File

@@ -2,7 +2,7 @@
# -----------------------------------------------------------
# Y Library (yjogol)
# $Date$
# $Revision: 1.2 $
# $Revision$
# -----------------------------------------------------------
# -----------------------------------------------------------

View File

@@ -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"

View File

@@ -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);

View File

@@ -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);
};

View File

@@ -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);
};

View File

@@ -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__

View File

@@ -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);
};