Menu

[r4080]: / docs / DevelopmentGuide.txt  Maximize  Restore  History

Download this file

26 lines (20 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is short guide of the development rules used in FreeNAS:
Main rule is ---> Keep It Small And Simple <---
This means FreeNAS main target is to be a NAS that can be used by
novice users. It shouldn't be a WebGUI for a full FreeBSD server. So
services and tools that do not have something to do with a NAS will
not be included into FreeNAS (e.g. geek features).
To ensure code quality and a seemless intergration of new features
ONLY the project leader/maintainer will introduce new code in
the main development trees.
Developers have to create subprojects in /experimental to store their features.
After discussion and code review the project leader/maintainer will include
the code into the main code trees (e.g. /trunk or /branches).
To create a subproject in /experimental please recreate the directory
structure of the target development tree and add only the new or modified
files. DO NOT create a branch from any tree to keep SVN repository size low.
It is also possible to send patches.
To add new WebGUI elements use the UI control creation functions in
www/guiconfig.inc (e.g. html_inputbox to create a input box). This should
be done to make changes in the WebGUI look easy as possible.
Volker Theile
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.