I'm trying to figure out in practical terms how Koha is going to integrate into our existing library web site. For us the online search is just one part of the site. Have others simply placed the rest of their site in the koha/opac/htdocs/ folder, changing Koha's index.html to search.html or something like that? Or am I thinking about it in the wrong way? -- Owen ---- Web Site Developer Athens County Library Services http://www.athenscounty.lib.oh.us
Owen Leonard wrote:
the site. Have others simply placed the rest of their site in the koha/opac/htdocs/ folder, changing Koha's index.html to search.html or something like that? Or am I thinking about it in the wrong way?
IMHO, you're thinking about it the wrong way. I've found way too many times that renaming someone's files (even simple *.html files) will lead to headaches if/when the filenames change or when software is upgraded. How about using symbolic links in your main site's HTML tree? That way you can just create a symlink at the spot you want your search.html and simply link it to Koha's index.html. You keep them separate for ease of upgrades/changes, and yet you still get the integrated layout you want on your main site. -- Regards, | Debian GNU/ __ o http://www.debian.org . | / / _ _ _ _ _ __ __ Randy | / /__ / / / \// //_// \ \/ / (redwards@golgotha.net) | /____/ /_/ /_/\/ /___/ /_/\_\ http://www.golgotha.net | because reboots are for hardware upgrades.
participants (2)
-
Owen Leonard -
Randy Edwards