]> git.ipfire.org Git - ipfire.org.git/blob - www/en/development.shtml
Some linkings were not visible.
[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 is one early development version at the moment:<br /><br />
28 <strong>version 3.x:</strong> The next major release
29 will be in alpha state, soon. See the roadmap at:
30 <a href="http://wiki.ipfire.org/Version_3.0" target="_blank">http://wiki.ipfire.org/Version_3.0</a>.
31 </p>
32
33 <br class="clear" />
34
35 <div class="post">
36 <a name="git"></a>
37 <h3>Git</h3>
38 <ul class="post_info">
39 <li class="date">I'm an egotistical bastard, and I name all my projects after myself. First Linux, now git. - Linus Torvalds</li>
40 </ul>
41 <p>
42 Our source code repository is managed by
43 <a href="http://git.or.cz" target="_blank">git</a>.
44 Your will find a howto for working with git in our
45 <a href="http://wiki.ipfire.org/Git_Howto" target="_blank">wiki</a>.
46 <br />
47 You may also browse the our source code on: <a href="http://git.ipfire.org/" target="_blank">http://git.ipfire.org/</a>
48 </p>
49
50 </div>
51
52 <br class="clear" />
53
54 <div class="post">
55 <a name="source"></a>
56 <h3>source code</h3>
57 <ul class="post_info">
58 <li class="date">I'd love to change the world, but they won't give me the source code!</li>
59 </ul>
60 <p>
61 The source code tarballs of the in ipfire used tools are on
62 <a href="http://source.ipfire.org/" target="_target">http://source.ipfire.org/</a>.<br />
63 All patches that are used in our distribution are stored in a git repository.
64 Therefore see "git" on this site.
65 </p>
66
67 </div>
68
69 <br class="clear" />
70
71 <div class="post">
72 <a name="bugtracker"></a>
73 <h3>bugtracker</h3>
74 <ul class="post_info">
75 <li class="date">My software never has bugs. It just develops random features.</li>
76 </ul>
77 <p>
78 We manage all issues in our <a href="http://bugtracker.ipfire.org" target="_blank">bugtracker0</a>.<br />
79 It is important for development to create detailed bug reports that
80 we can work with them fastly.<br />
81 There is a howto on <a href="http://wiki.ipfire.org/Bugtracker_Howto" target="_blank">this site</a>.
82 </p>
83
84 </div>
85
86 <br class="clear" />
87
88 <div class="post">
89 <a name="nightly"></a>
90 <h3>nightly builds</h3>
91 <ul class="post_info">
92 <li class="date">The longer the night lasts, the more our dreams will be.</li>
93 </ul>
94 <p>
95 Compiled development versions for testing purposes
96 will be built (automatically).<br />
97 Download: <a href="ftp://ftp.ipfire.org/pub/nightly-builds/" target="_blank">ftp://ftp.ipfire.org/pub/nightly-builds/</a>
98 </p>
99
100 </div>
101
102 <br class="clear" />
103
104 </div>
105
106 </div>
107
108 <div id="secondaryContent_2columns">
109
110 <div id="columnC_2columns">
111
112 <h4><span>Development</span> Zone</h4>
113 <ul class="links">
114 <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>
115 </ul>
116
117 </div>
118 </div>
119
120 <br class="clear" />
121
122 </div>
123
124 </div>
125
126 <!--#include virtual="../footer.shtml" -->