X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/62c058f8953a44f8898e6c4f67d0c559306cca89..93ddf11b60fb9f5875e9e5dfd4c1ba034b6f60e9:/mypapers/free-sw-devel/free-sw-devel.html
diff --git a/mypapers/free-sw-devel/free-sw-devel.html b/mypapers/free-sw-devel/free-sw-devel.html
index 8c82485ebc..e911b2e13a 100644
--- a/mypapers/free-sw-devel/free-sw-devel.html
+++ b/mypapers/free-sw-devel/free-sw-devel.html
@@ -13,7 +13,7 @@
An introduction to free software development, for those
interested in participating.
- http://www.hungry.com/~pere/mypapers/free-sw-devel/free-sw-devel.html
+ http://www.hungry.com/~pere/mypapers/free-sw-devel/free-sw-devel.html
Petter Reinholdtsen
pere@hungry.com
@@ -33,7 +33,7 @@
debian developer
-
initiater and current tech coordinator in skolelinux
+
initiator and current tech coordinator in skolelinux
currently employed at USIT, UiO
@@ -54,7 +54,8 @@
Getting involved and helping out
-
So, you found a nice project on Freshmeat, and want to help
+
So, you found a nice project on
+ Freshmeat, and want to help
improve it...
@@ -63,7 +64,7 @@
- read the project documentation
- join the relevant mailing list, IRC channels, etc
- use mailing lists
-
- irc, wiki
+
- update the wiki
- get to know the source
- understand licensing issues
- learn to use the bug tracking system (bts)
@@ -111,7 +112,7 @@
- if you can fix the problem you are facing, remember to let
the package author know about this.
-
- make a patch! (patch -u file.orig file.new >
+
- make a patch! (diff -u file.orig file.new >
myfix.diff)
- send the patch to the developer list, or possibly into the
bts (learn how the developers want it)
@@ -128,7 +129,7 @@
Joining a free software project
- - start by checking out the bugs in the btw
+
- start by checking out the bugs in the bts
- try to fix them
- give feedback into the bts on the reported bugs, after trying
@@ -162,32 +163,44 @@
- consider sourceforge
-
-
-
This software suck. A lot! - Do not take it personally.
Use the best free development tools available
- - compiler
- - libraries
- - debugging utilities (gdb, ddd, dmalloc, valgrind, strace, ltrace,
- electric fence, fncchk, etc)
+
+ - compile with lots of warnings
+
- use existing libraries, but avoid to many dependencies
+
- learn to use debugging utilities (gdb, ddd, dmalloc,
+ valgrind, strace, ltrace, electric fence, fncchk, etc)
+
- learn to use profiling tools (kprof, gprof, etc)
+
- write automatic self testing
+
- do automatic coverage testing to check the quality of the
+ self test
+
+
-
- Running a successful free software project
+ Running a successful free software project I
+ - be responsive to comments and suggestions
- write down where you want the project to go
- do not accept every change. make sure you like it first
- let everyone work on the things that interests them, use the
carrot, as you have no whip
- set up and use a bts
+
+
+
+ Running a successful free software project II
+
+
References
+
+
Thank you very much
Questions?