Blob of app/views/site/about.html.erb (raw blob data)

1 <% @page_title = "About" -%>
2 <div class="section">
3 <a name="about"></a><h1>About Gitorious</h1>
4
5 <p><strong><a href="/p/gitorious">Gitorious</a> aims to provide a great way of doing distributed opensource
6 code collaboration</strong></p>
7
8 <h2>The idea</h2>
9 <p>Traditional code- and project forges offer many great things and has without
10 a question helped developers of open source software. However, there's always
11 the issue of long-term maintainability; as humans we always get distracted,
12 busy and or just plain tired of working with things in the long run.</p>
13
14 <p>Distributed version control provides a way around this by making everyones
15 copy a full repository, so if people like someone elses stuff better, or
16 that someone else is actively maintaining the project they can just pull from
17 that person instead of the "official" repository. And if the project
18 maintainer decides to, he can pull those changes into his mainline branch.
19 That's what makes open source great.</p>
20
21 <p><strong><a href="/p/gitorious">Gitorious</a></strong> provides a
22 way of keeping track of these clones easily by:</p>
23
24 <ul class="bullet_list">
25 <li>Seeing what they're doing</li>
26 <li>Knowing where they can be found</li>
27 <li>Allowing anyone to contribute without being blessed with "commit bits"</li>
28 <li>Making it easier for maintainers to accept contributions</li>
29 </ul>
30
31 <p>Gitorious is still under development and there's many many more things I'd like
32 to do with it. If you have ideas for improvements or technical issues please
33 do stop by the <a href="http://groups.google.com/group/gitorious">discussion group</a>.</p>
34
35 <p>
36 Regards,<br />
37 <a href="/users/johan">Johan Sørensen</a><br />
38 <small>Gitorious.org maintainer</small>
39 </p>
40 </div>
41
42
43 <div class="section">
44 <a name="contact"></a><h1>Contact Info</h1>
45 <p>
46 If you experience any technical issues feel free to
47 <a href="mailto:johan@johansorensen.com">send an email</a>, there's also the
48 <a href="http://groups.google.com/group/gitorious">discussion group</a> for more
49 general Gitorious discussions around Gitorious. There's also the
50 <a href="irc://irc.freenode.net/gitorious"><code>#gitorious</code></a> IRC
51 channel on FreeNode.
52 </p>
53 </div>
54
55 <% content_for :sidebar do -%>
56 <ul class="links">
57 <li><a href="#about">About</a></li>
58 <li><a href="#contact">Contact</a></li>
59 <li><%= link_to "FAQ", faq_path -%></li>
60 </ul>
61 <% end -%>