blob: ba19845e2805b0d16338f0187d8d49d54087ae30 (
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 %}
|