By itself Appolon is useless.
There ar eprobably more simple ways to do this, but this is the way I do it, and it works great.
First you need giFT. and of course giFT requires a few packages
1) zlib.
http://www.gzip.org/zlib/ I notice you are using Debian. The giFT website says to just install zlib1g and zlib1g-dev. Else you can find the sources at that link and do the typical ./configure, make, make install. This package has something to do with compressing data to send over the OpenFT network.
2) libltdl. You probably already have it, but if not you can probably find it at gnu.org This package is used for loading the plugins.
3) libdb. On Debian install libdb3-dev or libdb4.1-dev. This is only needed if you want to function as a search node.
4) libmagic. This is used to guess file types. On Debian install libmagic1 and libmagic-dev. I don't think it's mandatory but I would install it anyways.
5) libvorbis. On Debian install libvorbis and libvorbis-dev. If you do not use ogg-vorbis then don't worry about it.
6) ImageMagic. On Debian install libmagick and libmagick-dev. This is used to get image meta-data. Probably not mandatory.
Now it's time to get giFT. Get it from here
http://sourceforge.net/project/showf...group_id=34618
Be sure to get 0.11.8.1 and
not 0.11.8 or you probably not like the results. Do the typical ./configure, make, make install. (as root)
Then you need some network protocol plugins. The openFT and Gnutella plugins can be found on the same page as giFT. The only other plugin you are probably interested in is the Fasttrack plugin for the KazAa network. This can be found here
http://gift-fasttrack.berlios.de/
If you feel like experimenting here are some other ones...
Napster:
http://gift-opennap.berlios.de/
Soulseek:
http://gift-soulseek.sourceforge.net/
eDonkey/eMule:
http://code-monkey.de/?gift-donkey
Once you have installed the plugins you want it's time for the user interface. You wanted Apollon so go to
http://apollon.sourceforge.net/files.html and get it. Once you install it open the program, go to Settings => Configure Apollon => Advanced. It should show the correct plugins. If not, click "Add" and search for them.
BTW, as of 3:23AM (Dec 30) pacific time, the website to get the Fasttrack plugin was down. Hopefully it will be back up soon.