-
Notifications
You must be signed in to change notification settings - Fork 9
Home
- Natural Language Toolkit, Apache2 license
- Beautiful Soup, MIT license
- Django, custom license?
- Isotope, MIT license
- DBpedia Spotlight, Apache 2 with other small thing
- Skeleton.css, MIT license
- Requests, Apache2 license
- bibs, GPLv3 license
- libZotero, no license listed
- Flickr API, Flickr license
- PyYAML
- dicttoxml, GPL v. 2
- xmltodict
- lxml
- -- add the Social Auth library here - is it oauth2?
- simplejson
Note during the build: some were listed at https://github.com/chnm/petulant-adventure/issues/9 which could now be closed. The developers have to add libraries to the requirements.txt file so that's probably the best place to pull the list from.
Relevant Python standards are...
Check and pull in notes from https://github.com/chnm/petulant-adventure/blob/master/README.md
Top tip: be consistent in your use of localhost vs 127.0.0.1.
(Mia's version of Rebecca's notes - to be fixed) SSH into the AWS instance. Git pull. Check env settings: /$path/%to/$envgoeshere Check for new requests Sync db in case of database changes Run collect static (for CSS, images, etc) Touch apache wsgi.py
If you want to be included, the first step is: have a good API with a clear statement re content licence for re-use. Then you can either fork the code, update it to include your API and push it back, or fund project developers to do that for you. If you update the code yourself, be careful around the 'magic box' dynamic query generation code (assuming we get that finished).
Please check that the code will recognise when results have been pulled from your repository and link to the appropriate catalogue search page from the results page.
Individual results always link to the providing source, not the repository.