00001 //------------------------------------------------------------------------------ 00002 // This file is part of XrdHTTP: A pragmatic implementation of the 00003 // HTTP/WebDAV protocol for the Xrootd framework 00004 // 00005 // Copyright (c) 2013 by European Organization for Nuclear Research (CERN) 00006 // Author: Fabrizio Furano <furano@cern.ch> 00007 // File Date: Nov 2012 00008 //------------------------------------------------------------------------------ 00009 // XRootD is free software: you can redistribute it and/or modify 00010 // it under the terms of the GNU Lesser General Public License as published by 00011 // the Free Software Foundation, either version 3 of the License, or 00012 // (at your option) any later version. 00013 // 00014 // XRootD is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 // GNU General Public License for more details. 00018 // 00019 // You should have received a copy of the GNU Lesser General Public License 00020 // along with XRootD. If not, see <http://www.gnu.org/licenses/>. 00021 //------------------------------------------------------------------------------ 00022 00023 00024 00025 00026 00027 00028 00029 00030 00042 #ifndef XRDHTTPSTATIC_HH 00043 #define XRDHTTPSTATIC_HH 00044 00045 00046 00047 00048 // Small static resources that for practical and performance reasons we want 00049 // to keep here. In general these are obtained with "xdd -i <filename>" 00050 00051 #include "static/xrdhttp_css.h" 00052 #include "static/xrdhttp_favicon_ico.h" 00053 //#include "static/xrdhttp_logo.h" 00054 00055 00056 #endif /* XRDHTTPSTATIC_HH */ 00057