{# [[file:../../../sitemap.org::*Sitemap Page Template][Sitemap Page Template:1]] #} {% extends "arcology/app.html" %} {% load static %} {% block h1 %}

{{site.title}}

A Map of the Arcology Sites

{% endblock %} {% block title %}Arcology Sites Map{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

This is a network graph of all the pages published in my Arcology network. The color of the node corresponds to its site, and you can click on any of them to jump to that page or zoom in to see more of their labels. I will be adding more features to this sitemap like search and highlighting "relative" neighbors later on. Feel free to view the implementation within the Arcology pages, as usual.

You may also like to see the Tag Index.

{% endblock %} {# Sitemap Page Template:1 ends here #}