Stable branch

This is the "stable" branch of the next flatnuke version, it's directly build from CVS tree. It can include some third part patches and its release is subordinate to some verification test. It may contain some back-porting of the developing branch.
Filename MD5 Date Size
flatnuke-3.0.0-20090628.tar.gz319F1EF8D682A23D46DC1B4B5F2EDA1A 28/06/2009 21:14:43876.62 Kb
flatnuke-3.0.0-20090621.tar.gz3A6A5D044627A6C1C22953C896D7B475 22/06/2009 00:05:11851.16 Kb
flatnuke-3.0.0-20090613.tar.gzE412E4654F28E19F0B53EE7CFC22F03A 14/06/2009 06:33:52848.07 Kb
flatnuke-2.7.3-20090525.tar.gz782C8A47BF8BEA72B66678C6DEDFEDEA 26/05/2009 04:26:36847.71 Kb

Developing branch

This is the "developing" branch of a not-so-next flatnuke version, it derives from stable CVS version and it may contain some implementations that must be tested for long time. So it's usually an unstable version. DO NOT USE! If you are developer you can test it and report bug, fixes and improvements.
Filename MD5 Date Size
No file has been released ------------------ ------------------ ------------------


Making a patch:
1) Download the latest stable snapshot
2) $ tar vfxz flatnuke-x.y.z-date.tar.gz
3) $ mv flatnuke flatnuke-patch
4) $ tar vfxz flatnuke-x.y.z-date.tar.gz
5) modify files in flatnuke-patch
6) $ diff -Naur flatnuke flatnuke-patch > mypatch.diff
7) $ gzip mypatch.diff
8) send patch as attachment to <simone_vellei at users dot sf dot net>


Flatnuke patch script (by Marco Segato)
$ ./my_fn_patch.sh
Script that helps you on the process to create a patch for FlatNuke
Author: Marco Segato  -  Version: 1.0_20050702  -  License: GNU GPL

my_fn_patch.sh {--prep | --diff | --gzip | --clean | --help} [dev]

    --prep    p     prepare the environment to work on
    --diff    d     check the difference between two directories
    --gzip    g     compress the difference file
    --clean   c     clean-up the environment
    --help    h     read informations about this script

If you specify "dev" as second parameter, you are referring
to a version from the "Developing" branch of FlatNuke
Download my_fn_patch.sh