Integrating with an existing site
Hebop allows you to set your own header and footer in user.conf.inc.php. Alternatively, you can embed Hebop into your existing website as follows.
Make your hebop directory a subdirectory in your main site, and include hebop.php from within the appropriate php file (e.g. listofworks.php) as so:
At the end of the head section (…) of the including php file, add the following lines, being sure to replace HEBOP_HOME with your own hebop url (e.g. \http://www.georgewoodcock.ca/database):
\<link rel="unapi-server" type="application/xml" title="unAPI" href="HEBOP_HOME/unapi.php">\
\<link href="HEBOP_HOME/site.css" rel="stylesheet" type="text/css"> \
\<script id="user-content-hebopjs" src="HEBOP_HOME/ajax.js" type="text/javascript"></script>\