Flask application repository for Banner Repeater's DAAP (Digital Archive of Artists Publishing).
SPARQL queries by Lozana Rossenova, CSS and JS by Joana Chicau, python and Jinja by Julie Boschat-Thorez.
See https://daap.network
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
{% extends "layout.html" %}
{% block content %}
< div class = "pagetitle" id = "browseby-title" > BROWSE BY:< / div >
< div id = "browsebycategory-listcategories" >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('datesindex_recent') }}" > RECENTLY ADDED< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('datesindex_asc') }}" > PUBLICATION DATE FROM OLDEST< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('datesindex_desc') }}" > PUBLICATION DATE FROM NEWEST< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('artistsindex') }}" > CREATORS AND CONTRIBUTORS< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('publishersindex') }}" > PUBLISHERS< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('selfpublishedindex') }}" > SELF-PUBLISHED< / a > < / div >
< div class = "browsebycategory-categories primary-button" > < a href = "{{ url_for('zinesindex') }}" > ZINES< / a > < / div >
< / div >
< div class = "soon-nofix" > More categories coming soon...< / div >
{% endblock content %}