Include SeeAlso-Demo
Opened this issue · 1 comments
nichtich commented
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 commented
The current minimal example does not work. See dbinfo for a working example.