Link files in documentation

This commit is contained in:
Sebastian Meyer 2020-06-24 08:25:57 +02:00 committed by GitHub
parent a59cca89df
commit 34175f3194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ Since the [eod](https://books2ebooks.eu) catalog is based on the popular [VuFind
Installation
------------
- Adjust $eodOpenSearch in server/search.php according to your requirements.
- Copy the server/* files to any webserver.
- Adjust client/js/jquery.eod.js according to your requirements.
- Add the client/js/* files to your website.
- Take a look at client/index.html for integrating with your pages.
- Adjust `$eodOpenSearch` in [server/search.php](server/search.php) according to your requirements.
- Copy the `server/*` files to any webserver.
- Adjust [client/js/jquery.eod.js](client/js/jquery.eod.js) according to your requirements.
- Add the `client/js/*` files to your website.
- Take a look at [client/index.html](client/index.html) for integrating with your pages.
Ideas
-----