blob: 80367eaf6e31f027e0df68646eca3d5b3b1d1ed0 (
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="https://projects.parabolagnulinux.org" title="Projects
page">Projects</a> on git!
</p>
</div>
<br /><br />
{% endblock %}
|