]> git.ipfire.org Git - ipfire.org.git/blob - www/en/development.shtml
Corrected a lot of download links.
[ipfire.org.git] / www / en / development.shtml
1 <!--#include virtual="../header.shtml" -->
2
3 <div id="main">
4
5 <div id="main_inner" class="fixed">
6
7 <div id="primaryContent_2columns">
8
9 <div id="columnA_2columns">
10
11 <h3>Development</h3>
12 <img src="../images/development.png" class="floatTR" alt="Download" />
13
14 <p>
15 Welcome to the development area of the ipfire-project.<br />
16 These are the development ressources. The neccessary howtos
17 are in the wiki.
18 </p>
19 <ul class="links">
20 <li class="first"><a href="#git">git</a></li>
21 <li><a href="#source">sourcecode</a></li>
22 <li><a href="#bugtracker">bugtracker</a></li>
23 <li><a href="#nightly">nighty builds</a></li>
24 </ul>
25
26 <p>
27 There are two branches of development at the moment:<br /><br />
28 <strong>version 2.x:</strong> Version 2.3 is available for
29 testing purposes right now (see <a href="#nightly">nightly builds</a>)
30 and will replace version 2.1, soon.<br />
31 You will find detailed information at this place, shortly.
32 <!-- <ul class="links">
33 <li class="first">...</li>
34 <li>...</li>
35 </ul> -->
36 <br /><br />
37
38 <strong>version 3.x:</strong> The next major release
39 will be in alpha state, soon. See the roadmap at:
40 <a href="http://wiki.ipfire.org/Version_3.0" target="_blank">http://wiki.ipfire.org/Version_3.0</a>.
41 </p>
42
43 <br class="clear" />
44
45 <div class="post">
46 <a name="git"></a>
47 <h3>Git</h3>
48 <ul class="post_info">
49 <li class="date">I'm an egotistical bastard, and I name all my projects after myself. First Linux, now git. - Linus Torvalds</li>
50 </ul>
51 <p>
52 Our source code repository is managed by
53 <a href="http://git.or.cz" target="_blank">git</a>.
54 Your will find a howto for working with git in our
55 <a href="http://wiki.ipfire.org/Git_Howto" target="_blank">wiki</a>.
56 <br />
57 You may also browse the our source code on: <a href="http://git.ipfire.org/" target="_blank">http://git.ipfire.org/</a>
58 </p>
59
60 </div>
61
62 <br class="clear" />
63
64 <div class="post">
65 <a name="source"></a>
66 <h3>source code</h3>
67 <ul class="post_info">
68 <li class="date">I'd love to change the world, but they won't give me the source code!</li>
69 </ul>
70 <p>
71 The source code tarballs of the in ipfire used tools are on
72 <a href="http://source.ipfire.org/" target="_target">http://source.ipfire.org/</a>.<br />
73 All patches that are used in our distribution are stored in a git repository.
74 Therefore see "git" on this site.
75 </p>
76
77 </div>
78
79 <br class="clear" />
80
81 <div class="post">
82 <a name="bugtracker"></a>
83 <h3>bugtracker</h3>
84 <ul class="post_info">
85 <li class="date">My software never has bugs. It just develops random features.</li>
86 </ul>
87 <p>
88 We manage all issues in our <a href="http://bugtracker.ipfire.org" target="_blank">bugtracker0</a>.<br />
89 It is important for development to create detailed bug reports that
90 we can work with them fastly.<br />
91 There is a howto on <a href="http://wiki.ipfire.org/Bugtracker_Howto" target="_blank">this site</a>.
92 </p>
93
94 </div>
95
96 <br class="clear" />
97
98 <div class="post">
99 <a name="nightly"></a>
100 <h3>nightly builds</h3>
101 <ul class="post_info">
102 <li class="date">The longer the night lasts, the more our dreams will be.</li>
103 </ul>
104 <p>
105 Compiled development versions for testing purposes
106 will be built (automatically).<br />
107 Download: <a href="ftp://ftp.ipfire.org/pub/nightly-builds/" target="_blank">ftp://ftp.ipfire.org/pub/nightly-builds/</a>
108 </p>
109
110 </div>
111
112 <br class="clear" />
113
114 </div>
115
116 </div>
117
118 <div id="secondaryContent_2columns">
119
120 <div id="columnC_2columns">
121
122 <h4><span>Development</span> Zone</h4>
123 <ul class="links">
124 <li class="first"><a href="http://www.ohloh.net/projects/compare?metric=Activity&amp;project_0=IPFire&amp;project_1=Smoothwall&amp;project_2=IPCop+Firewall" target="_blank">Comparison of IPFire with IPCop and Smoothwall on ohloh.net</a></li>
125 </ul>
126
127 </div>
128 </div>
129
130 <br class="clear" />
131
132 </div>
133
134 </div>
135
136 <!--#include virtual="../footer.shtml" -->