mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
Compare commits
3 Commits
hermes/pos
...
hermes/cur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b3b7ab7bd | ||
|
|
b58c0acda5 | ||
|
|
4ab82d452a |
31
.hermes/curate/hermes.json
Normal file
31
.hermes/curate/hermes.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"@context": [
|
||||
"https://doi.org/10.5063/schema/codemeta-2.0",
|
||||
{
|
||||
"hermes": "https://software-metadata.pub/ns/hermes/"
|
||||
}
|
||||
],
|
||||
"@type": "SoftwareSourceCode",
|
||||
"author": [
|
||||
{
|
||||
"@id": "https://orcid.org/0000-0001-9447-460X",
|
||||
"@type": "Person",
|
||||
"affiliation": {
|
||||
"@type": "Organization",
|
||||
"legalName": "Senckenberg Society for Nature Research"
|
||||
},
|
||||
"familyName": "Bauer",
|
||||
"givenName": "Daniel",
|
||||
"email": "daniel.bauer@senckenberg.de"
|
||||
}
|
||||
],
|
||||
"description": "django_signposting is a Django middleware library that facilitates the addition of FAIR signposting headers to HTTP responses. This middleware helps in making your data more FAIR (Findable, accessible, interoperable, reuseable) by embedding signposting headers in responses, guiding clients to relevant resources linked to the response content.",
|
||||
"keywords": [
|
||||
"django",
|
||||
"FAIR",
|
||||
"signposting",
|
||||
"links"
|
||||
],
|
||||
"license": "https://spdx.org/licenses/MIT",
|
||||
"name": "FAIR signposting middleware for Django"
|
||||
}
|
||||
1
.hermes/curate/target_branch
Normal file
1
.hermes/curate/target_branch
Normal file
@@ -0,0 +1 @@
|
||||
main
|
||||
@@ -164,3 +164,7 @@ on the detected signposting metadata and produces output similar to the one show
|
||||
## License
|
||||
|
||||
Licensed under the MIT License.
|
||||
|
||||
## References
|
||||
|
||||
You can cite this library using this DOI: [10.5281/zenodo.15008517](https://doi.org/10.5281/zenodo.15008517).
|
||||
|
||||
@@ -2,7 +2,7 @@ asgiref==3.8.1
|
||||
beautifulsoup4==4.12.3
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.4.0
|
||||
django==5.1.4
|
||||
django==5.1.7
|
||||
django-json-ld==0.0.5
|
||||
django-signposting==0.10.0
|
||||
httplink==0.2.0
|
||||
|
||||
Reference in New Issue
Block a user