{% extends "git_wiki/base.html" %} {% block title %}Knowledge Repository{% endblock %} {% block right_stuff %}
Get some knowledge:
  - wikipedia
  - internet archive
  - mathworld {% endblock %} {% block content %}
This site is under active development!

There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. If you're curious you can track my work in the code section.

For more recent content see the timeline

Browse the knowledge!

Latest knowledge items

{% include "git_wiki/newitems_table" %}

Latest knowledge commits

{% include "git_wiki/shortlog_table" %}

Latest comments

{% if latest_comments %} {% include "newcomments_table" %} {% else %} None yet! {% endif %} {% endblock %}