{% extends g.theme.master %}
{% block title %}About opensourceprojects.eu{% endblock %}
{% block header %}About{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
<div class="abouttext">
<p>
OpenSourceProjects.eu (OSP) is a software forge dedicated to hosting Open Source
projects created within EU research projects.
</p>
<p>
This forge was created as part of the <a href="http://www.ict-prose.eu/" target="_blank">PROSE</a> coordination action, with the main
goal of promoting the dissemination of project results as Open Source software.
Within this project hosting platform, EC projects can develop their software projects
and collaborate towards common goals.
</p>
<p>
If you have questions, feature requests, or would like to discuss anything that
helps you produce Open Source software as part of your project, let us know.
Check links at the bottom for contact information.
</p>
</div>
<div class="aboutimg"></div>
{% endblock %}