geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

filters.gmi (343B)


      1 {% include 'fragments/header.gmi' %}
      2 
      3 
      4 ## Filtered URIs
      5 
      6 Below is a list of filters that admins decided to put in place.
      7 URIs that match that filter will not be crawled and indexed by geminispace.info
      8 
      9 {% for filter in filters %}
     10 {{ "* {}".format(filter) }}
     11 {% endfor %}
     12 
     13 => indexing back to documentation
     14 {% include 'fragments/footer.gmi' %}