summaryrefslogtreecommitdiff
path: root/templates/public/svn.html
blob: 4321f7c23708148f16c78a5e8afeab3a3c4cf323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}
{% block title %}Parabola - SVN{% endblock %}
{% block content %}
<div class="box">
    <h2 class="title">SVN Repositories</h2>
    <p>Parabola doesn't use any SVN repositories. But you can find our <a
        href="//projects.parabolagnulinux.org" title="Projects
        page">Projects</a> on git!
	</p>

</div>
<br /><br />
{% endblock %}