Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Include SeeAlso-Demo #13

Open
nichtich opened this issue Jul 6, 2014 · 1 comment
Open

Include SeeAlso-Demo #13

nichtich opened this issue Jul 6, 2014 · 1 comment

Comments

@nichtich
Copy link
Member

nichtich commented Jul 6, 2014

As included in the API documentation. Example could also be used from other application, for instance http://verbrannte-und-verbannte.de/person/163 (see https://github.com/jlewis91/codingdavinci/blob/master/php/resources/view/person.detail.twig for use of the old SeeAlso JavaScript-client).

<head>
<script src="http://gbv.github.io/ng-suggest/js/angular.min.js"></script>
<script src="http://gbv.github.io/ng-suggest/grunt-scripts/ng-suggest.min.js"></script>
<script>angular.module('myApp',['ngSuggest']);</script>
</head>
<body>
<div ng-app="myApp">
  <div>
    <div seealso-api="http://beacon.findbuch.de/seealso/pnd-aks/-verbrannte" jsonp=1 
         seealso-id="124730760"/>
  </div>
</div>
</body>

More projects that happen to use the old seealso.js: https://github.com/magnusgruentisch/gndpersondbpy

@nichtich
Copy link
Member Author

The current minimal example does not work. See dbinfo for a working example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant