[sword-cvs] sword/include osiswebif.h,NONE,1.1 Makefile.am,1.26,1.27

sword@www.crosswire.org sword@www.crosswire.org
Thu, 23 Oct 2003 19:43:48 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv15097/include

Modified Files:
	Makefile.am 
Added Files:
	osiswebif.h 
Log Message:


--- NEW FILE: osiswebif.h ---
/******************************************************************************
 *
 * $Id: osiswebif.h,v 1.1 2003/10/24 02:43:46 scribe Exp $
 *
 * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
 *	CrossWire Bible Society
 *	P. O. Box 2528
 *	Tempe, AZ  85280-2528
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation version 2.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 */

#ifndef OSISWEBIF_H
#define OSISWEBIF_H

#include <osishtmlhref.h>

SWORD_NAMESPACE_START

/** this filter converts OSIS  text to HTML text with hrefs
 */
class SWDLLEXPORT OSISWEBIF : public OSISHTMLHREF {
	const SWBuf baseURL;
	const SWBuf passageStudyURL;

protected:
	virtual bool handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData);
public:
	OSISWEBIF();
};

SWORD_NAMESPACE_END
#endif

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/include/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.am	30 Aug 2003 19:56:55 -0000	1.26
+++ Makefile.am	24 Oct 2003 02:43:46 -0000	1.27
@@ -39,6 +39,7 @@
 
 pkginclude_HEADERS += $(swincludedir)/osisheadings.h
 pkginclude_HEADERS += $(swincludedir)/osishtmlhref.h
+pkginclude_HEADERS += $(swincludedir)/osiswebif.h
 pkginclude_HEADERS += $(swincludedir)/osismorph.h
 pkginclude_HEADERS += $(swincludedir)/osisplain.h
 pkginclude_HEADERS += $(swincludedir)/osisrtf.h