2004-09-26 Helge Hess <helge.hess@opengroupware.org>
+ * WEClientCapabilities.m: added the NewsFire RSS reader as a known
+ user-agent (v4.3.47)
+
* OWResourceManager.m: removed a warning on a missing path on MacOSX
(v4.3.46)
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __SoObjects_SoObject_H__
#define __SoObjects_SoObject_H__
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __SoObjects_SoUser_H__
#define __SoObjects_SoUser_H__
# version file
-SUBMINOR_VERSION:=46
+SUBMINOR_VERSION:=47
# v4.3.42 requires libNGExtensions v4.3.116
# v4.3.40 requires libNGExtensions v4.3.115
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include <NGObjWeb/WEClientCapabilities.h>
#include <NGObjWeb/WOAssociation.h>
#define WEUA_KungLog 36
#define WEUA_SOPE 37
#define WEUA_Ecto 38
+#define WEUA_NewsFire 39
#define WEOS_UNKNOWN 0
#define WEOS_WINDOWS 1
else if (strstr(ua, "ecto")) {
self->browser = WEUA_Ecto;
}
+ else if (strstr(ua, "NewsFire")) {
+ self->browser = WEUA_NewsFire;
+ }
else if (strstr(ua, "SOPE/")) {
self->browser = WEUA_SOPE;
}
case WEUA_Morgul: return @"Morgul";
case WEUA_KungLog: return @"KungLog";
case WEUA_Ecto: return @"Ecto";
+ case WEUA_NewsFire: return @"NewsFire";
default: return @"unknown";
}
}
Ecto (WebServicesCore)
'ecto (Macintosh; U; PPC Mac OS X) WebServicesCore'
+
+ NewsFire
+ 'NewsFire/0.23'
*/
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2002-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __NGObjWeb_SoDAV_H__
#define __NGObjWeb_SoDAV_H__