|
a/opensourceprojects/templates/about.html |
|
b/opensourceprojects/templates/about.html |
|
... |
|
... |
7 |
{% block extra_css %}
|
7 |
{% block extra_css %}
|
8 |
{% endblock %}
|
8 |
{% endblock %}
|
9 |
|
9 |
|
10 |
{% block content %}
|
10 |
{% block content %}
|
11 |
|
11 |
|
|
|
12 |
<div class="abouttext">
|
12 |
<p>
|
13 |
<p>
|
13 |
OpenSourceProjects.eu(OSP) is a software forge dedicated to hosting Open Source
|
14 |
OpenSourceProjects.eu (OSP) is a software forge dedicated to hosting Open Source
|
14 |
projects created within EU research projects.
|
15 |
projects created within EU research projects.
|
15 |
</p>
|
16 |
</p>
|
16 |
|
17 |
|
17 |
<p>
|
18 |
<p>
|
18 |
This forge was created as part of the <a href="http://www.ict-prose.eu/">PROSE</a> coordination action, with the main
|
19 |
This forge was created as part of the <a href="http://www.ict-prose.eu/" target="_blank">PROSE</a> coordination action, with the main
|
19 |
goal of promoting the dissemination of project results as Open Source software.
|
20 |
goal of promoting the dissemination of project results as Open Source software.
|
20 |
Within this project hosting platform, EC projects can develop their software projects,
|
21 |
Within this project hosting platform, EC projects can develop their software projects
|
21 |
and collaborate towards common goals.
|
22 |
and collaborate towards common goals.
|
22 |
</p>
|
23 |
</p>
|
23 |
|
24 |
|
24 |
<p>
|
25 |
<p>
|
25 |
If you have questions, feature requests, or would like to discuss anything that
|
26 |
If you have questions, feature requests, or would like to discuss anything that
|
26 |
helps you produce Open Source software as part of your project, let us know.
|
27 |
helps you produce Open Source software as part of your project, let us know.
|
27 |
Check links at the bottom for contact information.
|
28 |
Check links at the bottom for contact information.
|
28 |
</p>
|
29 |
</p>
|
|
|
30 |
</div>
|
|
|
31 |
|
|
|
32 |
<div class="aboutimg"></div>
|
|
|
33 |
|
|
|
34 |
|
29 |
{% endblock %}
|
35 |
{% endblock %}
|