0.7.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 19
gdl 0.7.6
gdl provides components and libraries for Gnome development. more>>
gdl provides components and libraries for Gnome development.
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.
Main features:
- A symbol browser bonobo component (symbol-browser-control).
- A docking widget (gdl).
- A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl).
Enhancements:
- SUN build fixes
- Cygwin build fixes
<<lessThis package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.
Main features:
- A symbol browser bonobo component (symbol-browser-control).
- A docking widget (gdl).
- A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl).
Enhancements:
- SUN build fixes
- Cygwin build fixes
Download (0.57MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
856 downloads
Xye 0.7.6
Xye is a new, free version of the classic game Kye which also extends the game adding more objects and gameplay options. more>>
Xye is a new, free version of the classic game Kye which also extends the game adding more objects and gameplay options.
Xye is now possible to edit and make levels by knowing either the Xye level format or the kye level format.
The project is currently on beta state.
Reproduce Kyes gameplay
Although some gameplay factors wont be reproduced / will be modiffied the main idea is to do not lose the feeling of the game.
Xye can open and play .kye level files.
Kye2Xye exists so you can convert a .kye level file into .xye and be able to use the new features
Things that will change / have already changed:
- I decided to disallow diagonal movement. The only level I know that gets screwed by this decition is ADOORABLE one of the official Kye levels.
- The mouse control is way different and doesnt stop the time, unlike Kye.
Pressing keys does not boost the game clock speed, this is just a decorative change that does not affect gameplay too much. Ctrol can be used as a fast forward button for those moments when you need the game to speed up.
- Whenever Kye got into a blackhole, the blackhole didnt show up its animation/enter in busy state. This has changed in Kye
- In fact, the behaviour of black holes in Kye was kind of random / unpredictable, in Xye, though if something enters a black hole, the black hole will always show its animation and enter to busy mode.
- In Xye, pushing a round block towards another rounded object / wall will cause a behaviour similar to the one of rockies too. This is a major change that makes some of the kye levels easier. The reasons behind this change are: logic and practicity. It is really usefult for block based puzzles, Xye made block-based puzzles valid thanks to some of its additions. There is a limitation to the rule and it is that rockies (round arrow blocks) will not allow it to happen if they are pushed towards a direction that is not their active.
Enhancements:
- Undo command
- Can play levels in the Sokoban Standard format
- Memory related Bug fixes
- Minor improvements in some sprites.
<<lessXye is now possible to edit and make levels by knowing either the Xye level format or the kye level format.
The project is currently on beta state.
Reproduce Kyes gameplay
Although some gameplay factors wont be reproduced / will be modiffied the main idea is to do not lose the feeling of the game.
Xye can open and play .kye level files.
Kye2Xye exists so you can convert a .kye level file into .xye and be able to use the new features
Things that will change / have already changed:
- I decided to disallow diagonal movement. The only level I know that gets screwed by this decition is ADOORABLE one of the official Kye levels.
- The mouse control is way different and doesnt stop the time, unlike Kye.
Pressing keys does not boost the game clock speed, this is just a decorative change that does not affect gameplay too much. Ctrol can be used as a fast forward button for those moments when you need the game to speed up.
- Whenever Kye got into a blackhole, the blackhole didnt show up its animation/enter in busy state. This has changed in Kye
- In fact, the behaviour of black holes in Kye was kind of random / unpredictable, in Xye, though if something enters a black hole, the black hole will always show its animation and enter to busy mode.
- In Xye, pushing a round block towards another rounded object / wall will cause a behaviour similar to the one of rockies too. This is a major change that makes some of the kye levels easier. The reasons behind this change are: logic and practicity. It is really usefult for block based puzzles, Xye made block-based puzzles valid thanks to some of its additions. There is a limitation to the rule and it is that rockies (round arrow blocks) will not allow it to happen if they are pushed towards a direction that is not their active.
Enhancements:
- Undo command
- Can play levels in the Sokoban Standard format
- Memory related Bug fixes
- Minor improvements in some sprites.
Download (0.40MB)
Added: 2006-05-20 License: GPL (GNU General Public License) Price:
1252 downloads
apt 0.7.6
apt is the Debian package manager. more>>
apt is the Debian package manager.
To compile this you need a couple things:
- A working POSIX system with working POSIX gcc, g++, make (GNU), ar, sh, awk and sed in the path
- GNU Make 3.74 or so, -- normal UNIX make will NOT work
* Note 3.77 is broken.
- A working ANSI C++ compiler, this is not g++ 2.7.* g++ 2.8 works OK and newer egcs work well also. Nobody has tried it on other compilers :< You will need a properly working STL as well.
- A C library with the usual POSIX functions and a BSD socket layer. If you OS conforms to the Single Unix Spec then you are fine:
http://www.opengroup.org/onlinepubs/7908799/index.html
- Refer to the Build-Depends information in debian/control for additional requirements (some of which are Debian-specific)
** NOTICE **
The C++ global constructors do not link correctly when using non-shared libaries. This is probably the correct behavior of the linker, but I have not yet had time to devise a work around for it. The correct thing to do is add a reference to debSystem in apt-pkg/init.cc, assert(&debSystem == 0) would be fine for instance.
<<lessTo compile this you need a couple things:
- A working POSIX system with working POSIX gcc, g++, make (GNU), ar, sh, awk and sed in the path
- GNU Make 3.74 or so, -- normal UNIX make will NOT work
* Note 3.77 is broken.
- A working ANSI C++ compiler, this is not g++ 2.7.* g++ 2.8 works OK and newer egcs work well also. Nobody has tried it on other compilers :< You will need a properly working STL as well.
- A C library with the usual POSIX functions and a BSD socket layer. If you OS conforms to the Single Unix Spec then you are fine:
http://www.opengroup.org/onlinepubs/7908799/index.html
- Refer to the Build-Depends information in debian/control for additional requirements (some of which are Debian-specific)
** NOTICE **
The C++ global constructors do not link correctly when using non-shared libaries. This is probably the correct behavior of the linker, but I have not yet had time to devise a work around for it. The correct thing to do is add a reference to debSystem in apt-pkg/init.cc, assert(&debSystem == 0) would be fine for instance.
Download (1.7MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
819 downloads
GFax 0.7.6
GFax project aims to provide a free front end to the various facsimile programs available. more>>
GFax project aims to provide a free front end to the various facsimile programs available.
GFax provides the familiar "pop up" window and phone book support when one "prints" to a "fax" printer.
This is the fourth round of major changes for GFax. The first cut was built using the GNOME Objective-C language bindings. Objective-C is nice but the bindings never kept pace with the changes in GNOME. The second cut was written in C.
The third release was moved to Python with libglade. Python is far less "verbose" than C and for this project just makes a lot of sense. I have now moved to C# using mono and gtk#. C# is a very nice language and gives me the best between Python and C.
<<lessGFax provides the familiar "pop up" window and phone book support when one "prints" to a "fax" printer.
This is the fourth round of major changes for GFax. The first cut was built using the GNOME Objective-C language bindings. Objective-C is nice but the bindings never kept pace with the changes in GNOME. The second cut was written in C.
The third release was moved to Python with libglade. Python is far less "verbose" than C and for this project just makes a lot of sense. I have now moved to C# using mono and gtk#. C# is a very nice language and gives me the best between Python and C.
Download (0.73MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1049 downloads
Jeti 0.7.6
Jeti is a Java Jabber client that supports most chat features. more>>
Jeti is a Java Jabber client that supports most chat features such as file transfer, group chat, emoticons, and formatted messages.
Jeti can be used as an application or as a Web applet.
Jeti is an instant messenger based on the Jabber protocol, it is programmed in Java so it can run on every computer with at least java 1.4.
Main features:
- Plugin Based, activate only the features you need.
- Basic chat and messages.
- SSL security and Socks proxy
- Basic Filetransfers (Not with transports or through firewalls)
- Groupchat
- Message logging.
- Formatted messages.
- Emoticons.
- Meta contacts, contacts with the same name will be bunbled
- Can register and update transports (MSN AIM Yahoo etc)
Enhancements:
- Whiteboard plugin (Jeti only, not based on a Jep)
- Translation with altavista babelfish
- Color messages plugin
- Sort rooms based on number of people
- Various other bugfixes and minor improvements
<<lessJeti can be used as an application or as a Web applet.
Jeti is an instant messenger based on the Jabber protocol, it is programmed in Java so it can run on every computer with at least java 1.4.
Main features:
- Plugin Based, activate only the features you need.
- Basic chat and messages.
- SSL security and Socks proxy
- Basic Filetransfers (Not with transports or through firewalls)
- Groupchat
- Message logging.
- Formatted messages.
- Emoticons.
- Meta contacts, contacts with the same name will be bunbled
- Can register and update transports (MSN AIM Yahoo etc)
Enhancements:
- Whiteboard plugin (Jeti only, not based on a Jep)
- Translation with altavista babelfish
- Color messages plugin
- Sort rooms based on number of people
- Various other bugfixes and minor improvements
Download (1.3MB)
Added: 2006-10-15 License: GPL (GNU General Public License) Price:
1111 downloads
bBlog 0.7.6
bBlog is a powerful, elegant personal publishing system written in PHP and released as free, Open Source software under the GPL. more>>
bBlog is a powerful, elegant personal publishing system written in PHP and released as free, Open Source software under the GPL. It is a flexible but simple way to blog that works for blogging beginners, and can grow into a more advanced users needs.
bBlog is used by thousands of bloggers world wide and has not only the features you would expect from a modern blogging system, but also advanced capabilities including advanced comment spam prevention and threaded comments. Perhaps bBlogs most distinctive feature is that it is built around a templating system called Smarty, which makes customizing your blog as easy as editing any web page, no programming skills required.
Our development process is open, with an active and growing community expanding our capabilities with new modules and improving our core software. Everyone is welcomed to contribute and input.
Main features:
- Fast, easy installation gets you up and running in minutes
- Complete control of look and feel of your blog
- Easier customization through Smarty templating
- Modular architecture makes it easy to drop in a new plugin developed by our active development community
- Threaded comments
- Advanced trackbacks, Blogrolling, XML/RPC, spam protection
- Comprehensive support for web standards
- Uses PHP/MySQL
<<lessbBlog is used by thousands of bloggers world wide and has not only the features you would expect from a modern blogging system, but also advanced capabilities including advanced comment spam prevention and threaded comments. Perhaps bBlogs most distinctive feature is that it is built around a templating system called Smarty, which makes customizing your blog as easy as editing any web page, no programming skills required.
Our development process is open, with an active and growing community expanding our capabilities with new modules and improving our core software. Everyone is welcomed to contribute and input.
Main features:
- Fast, easy installation gets you up and running in minutes
- Complete control of look and feel of your blog
- Easier customization through Smarty templating
- Modular architecture makes it easy to drop in a new plugin developed by our active development community
- Threaded comments
- Advanced trackbacks, Blogrolling, XML/RPC, spam protection
- Comprehensive support for web standards
- Uses PHP/MySQL
Download (0.29MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1218 downloads
Denemo 0.7.6
Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. more>>
Denemo is a unique score editor which exports notation to LilyPond and ABC music formats. Denemo also acts as a frontend for Csound score files. Denemo is different from most graphic music editors, this is partly because it was created to help edit Lilypond notation and partly because of its unique design philosophy.
LilyPond is a music typesetting system which uses definition files written in plain text and outputs beautiful music. Please see the LilyPond homepage for more information about LilyPond.
Denemo tries to mimic the speed of notation entry in Lilypond as much as possible. Denemo sports a clean uncluttered interface with a very keyboard centric bent. This makes score creation with Denemo both quick and intuitive.
<<lessLilyPond is a music typesetting system which uses definition files written in plain text and outputs beautiful music. Please see the LilyPond homepage for more information about LilyPond.
Denemo tries to mimic the speed of notation entry in Lilypond as much as possible. Denemo sports a clean uncluttered interface with a very keyboard centric bent. This makes score creation with Denemo both quick and intuitive.
Download (2.6MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1034 downloads
Katiuska 0.7.6
Katiuska is a theora encoder frontend. more>>
Katiuska is a theora encoder frontend. It uses ffmpeg2theora, mencoder, the encoder_example that comes with the theora libs and a little gpl bash script that I found with google.
It can encode mostly any kind of video that ffmpeg and mencoder can (avi, mpeg4 and 2, quicktime etc).
Katiuska is also now a DVD ripping tool with an easy to use interface and default settings. Just select your audio and subtitle language if any and youre good to go.
This is my first app ever so it might not work for you at all.
Installation:
Just run ./setup.sh as root and then type "katiuska" to use it.
<<lessIt can encode mostly any kind of video that ffmpeg and mencoder can (avi, mpeg4 and 2, quicktime etc).
Katiuska is also now a DVD ripping tool with an easy to use interface and default settings. Just select your audio and subtitle language if any and youre good to go.
This is my first app ever so it might not work for you at all.
Installation:
Just run ./setup.sh as root and then type "katiuska" to use it.
Download (1.2MB)
Added: 2005-07-31 License: GPL (GNU General Public License) Price:
1547 downloads
rTorrent 0.7.6
rTorrent is a console-based BitTorrent client. more>>
rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen.
rTorrent project supports fast-resume and session management.
Main features:
- Use an URL or file path to add torrents at runtime
- Emacsish find-file support for opening torrents
- Stop/delete/resume torrents
- Optionally loads/saves/deletes torrents automatically in a session directory
- Safe fast resume support
- Shows lots of information about peers and the torrent
- Only one torrent at a time is checked.
Enhancements:
- Support for XMLRPC.
<<lessrTorrent project supports fast-resume and session management.
Main features:
- Use an URL or file path to add torrents at runtime
- Emacsish find-file support for opening torrents
- Stop/delete/resume torrents
- Optionally loads/saves/deletes torrents automatically in a session directory
- Safe fast resume support
- Shows lots of information about peers and the torrent
- Only one torrent at a time is checked.
Enhancements:
- Support for XMLRPC.
Download (0.40MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
505 downloads
Gestalter 0.7.6
Gestalter is a free vector drawing program. more>>
Gestalter is a free vector drawing program. The user interface is loosely modelled after the famous Illustrator by Adobe. The central element is the Bezier curve used as a base part for almost every other object.
Complex paths are possible, compound paths can be constructed, grouping of elements is enabled and everything can be screened by a mask. Multiple layers are possible, one can choose between two display modes: a antialiased and a wireframe one. The native storage format is a subset of SVG, printing output is Postscript.
You can place pixel images and transform (rotate, skew, scale, etc.) but not edit them (use GIMP for editing pixel image data). You can open the Postscript output of gestalter in GIMP to use your drawings on The Net.
<<lessComplex paths are possible, compound paths can be constructed, grouping of elements is enabled and everything can be screened by a mask. Multiple layers are possible, one can choose between two display modes: a antialiased and a wireframe one. The native storage format is a subset of SVG, printing output is Postscript.
You can place pixel images and transform (rotate, skew, scale, etc.) but not edit them (use GIMP for editing pixel image data). You can open the Postscript output of gestalter in GIMP to use your drawings on The Net.
Download (0.85MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1544 downloads
FlameRobin 0.7.6
FlameRobin is a database administration tool for Firebird DBMS. more>>
FlameRobin project is a database administration tool for Firebird DBMS.
Main features:
- lightweight (small footprint, fast execution)
- cross-platform (Linux, Windows for start, others planned too)
- dependant only on other open source software
<<lessMain features:
- lightweight (small footprint, fast execution)
- cross-platform (Linux, Windows for start, others planned too)
- dependant only on other open source software
Download (1.7MB)
Added: 2006-11-22 License: Free for non-commercial use Price:
1069 downloads
Aggrevator 0.7.6
Aggrevator is a cross-platform RSS/Atom aggregator that uses a MySQL 4.1 database for storage. more>>
Aggrevator is a cross-platform RSS/Atom aggregator that uses a MySQL 4.1 database for storage. It is designed to make life easier for people who want to subscribe to large numbers of blogs by using scoring, sophisticated search, filtering and sorting.
Its designed for people who are subscribed to many RSS and blog sites and is capable for advanced search, filtering and sorting.
Aggrevators chief distinguishing factor is its use of a MySql database to permanently store every entry fetched from every blog you subscribe to. This means that the user can read offline any of the several thousand blogs theyre interested in. Since Aggrevator is written in Java using the SWT library for its GUI the user can use it on multiple platforms (I have tested it using Linux and Windows) with a single remote database or on one machine with a local database.
Aggrevator offers the user search functionality which lets them track down entries they have read in the past even if theyre offline. The user also has the option of using the filters as a means of finding a particular blog by typing a minimal set of characters and seeing the list of candidates shrink as they type each character.
Main features:
- easy to find in large number of blogs
- filtering capabilities of blogs
<<lessIts designed for people who are subscribed to many RSS and blog sites and is capable for advanced search, filtering and sorting.
Aggrevators chief distinguishing factor is its use of a MySql database to permanently store every entry fetched from every blog you subscribe to. This means that the user can read offline any of the several thousand blogs theyre interested in. Since Aggrevator is written in Java using the SWT library for its GUI the user can use it on multiple platforms (I have tested it using Linux and Windows) with a single remote database or on one machine with a local database.
Aggrevator offers the user search functionality which lets them track down entries they have read in the past even if theyre offline. The user also has the option of using the filters as a means of finding a particular blog by typing a minimal set of characters and seeing the list of candidates shrink as they type each character.
Main features:
- easy to find in large number of blogs
- filtering capabilities of blogs
Download (5.4MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
GtkMathView 0.7.6
GtkMathView is a C++ rendering engine for MathML documents. more>>
GtkMathView is a C++ rendering engine for MathML documents. GtkMathView provides an interactive view that can be used for browsing and editing MathML markup.
GtkMathView reads MathML documents by means of a frontend whose purpose is to traverse the MathML document (or part of it) and to appropriately instantiate GtkMathViews internal data structures that are suitable for rendering it.
Currently the following frontends are supported:
- libxml2 frontend, in which the MathML document is represented as a tree and navigated with the libxml2 tree API.
- libxml2 reader frontend, in which the MathML document is not entirely loaded in memory and is navigated with the libxml2 reader API. This frontend is mostly useful for batch rendering of MathML documents.
- GMetaDOM frontend, in which the MathML document is represented as a tree and is navigated with the DOM API provided by GMetaDOM, which in turn is a DOM-compliant wrapper for libxml2.
- custom frontend, in which the MathML document is represented in some application-specific format and is navigated with application-provided callback functions.
GtkMathView renders MathML documents through a backend whose purpose is to provide an abstraction of the platform-specific capabilities (available fonts, drawing drawing primitives, and so on).
Currently the following backends are provided:
- GTK+ backend, for rendering MathML documents using Pango in GTK+ applications.
- GTK+ widget backend, which wraps GtkMathView in a GTK+ widget to be directly embedded in GTK+ applications.
- SVG backend, which renders MathML into SVG.
- AbiWord backend, which allows one to embed MathML documents into AbiWord by means of the AbiMathView plugin.
<<lessGtkMathView reads MathML documents by means of a frontend whose purpose is to traverse the MathML document (or part of it) and to appropriately instantiate GtkMathViews internal data structures that are suitable for rendering it.
Currently the following frontends are supported:
- libxml2 frontend, in which the MathML document is represented as a tree and navigated with the libxml2 tree API.
- libxml2 reader frontend, in which the MathML document is not entirely loaded in memory and is navigated with the libxml2 reader API. This frontend is mostly useful for batch rendering of MathML documents.
- GMetaDOM frontend, in which the MathML document is represented as a tree and is navigated with the DOM API provided by GMetaDOM, which in turn is a DOM-compliant wrapper for libxml2.
- custom frontend, in which the MathML document is represented in some application-specific format and is navigated with application-provided callback functions.
GtkMathView renders MathML documents through a backend whose purpose is to provide an abstraction of the platform-specific capabilities (available fonts, drawing drawing primitives, and so on).
Currently the following backends are provided:
- GTK+ backend, for rendering MathML documents using Pango in GTK+ applications.
- GTK+ widget backend, which wraps GtkMathView in a GTK+ widget to be directly embedded in GTK+ applications.
- SVG backend, which renders MathML into SVG.
- AbiWord backend, which allows one to embed MathML documents into AbiWord by means of the AbiMathView plugin.
Download (0.84MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1416 downloads
Global Menu 0.7.6
Global Menu Bar for GNOME more>>
Global Menu 0.7.6 offers you an excellent and useful product which is the globally-shared menu bar of all applications launched in your desktop session (A replacement of the old Mac-Menu package). This project introduces document-oriented concepts into GNOME, and improves GNOMEs respect for Fittss law. Most GTK applications work just fine with Global Menu. Global Menu replaces Mac Menubar for GNOME and Xfce.
Major Features:
- It works better with narrow windows, because the width of the menus isn't limited to the width of the window. (This is a problem for Gimp and Inkscape especially.)
- It's less confusing -- when two menu bars are visible on-screen at once, sometimes people choose the wrong one.
- Global Menu is the first step to move toward a Document Centric Desktop Environment ( ThoughtsOnADocumentCentricGnome ) which is a long-term trend in DEs.
Enhancements: Features many bug fixes.
Requirements: gtk+
<<less Added: 2009-06-27 License: GPL Price: FREE
33 downloads
Backup Manager 0.7.6
Backup Manager is a small and basic tool for generating archives. more>>
Backup Manager is a command line backup tool for GNU/Linux, designed to help you make daily archives of your file system.
Backup Manager is written in bash and perl and it can make tar, tar.gz, tar.bz, and zip archives and can be run in a parallel mode with different configuration files.
Archives are kept for a given number of days and the upload system can use ftp or scp to transfer the generated archives to a list of remote hosts. The configuration file is very simple and basic and gettext is used for internationalization.
Main features:
- Make tar, tar.gz, tar.bz and zip archives.
- Automatically burn the archives on CDR/CDRW media.
- Logging to syslog is possible
- Perform MD5 checksums when burning data on CDR to be sure that archives arent corrupted.
- Backup MySQL databases with mysqldump
- Can be run in a parallel mode with different configuration files.
- Keep and purge all the archives for a given number of days.
- Upload the generated archives to remote hosts, either with ftp or scp.
- Provide two diffrent ways of naming the tarballs.
- Is completly integrated to the Debian environment.
- The Debian package uses debconf to provide a quick and easy setup.
<<lessBackup Manager is written in bash and perl and it can make tar, tar.gz, tar.bz, and zip archives and can be run in a parallel mode with different configuration files.
Archives are kept for a given number of days and the upload system can use ftp or scp to transfer the generated archives to a list of remote hosts. The configuration file is very simple and basic and gettext is used for internationalization.
Main features:
- Make tar, tar.gz, tar.bz and zip archives.
- Automatically burn the archives on CDR/CDRW media.
- Logging to syslog is possible
- Perform MD5 checksums when burning data on CDR to be sure that archives arent corrupted.
- Backup MySQL databases with mysqldump
- Can be run in a parallel mode with different configuration files.
- Keep and purge all the archives for a given number of days.
- Upload the generated archives to remote hosts, either with ftp or scp.
- Provide two diffrent ways of naming the tarballs.
- Is completly integrated to the Debian environment.
- The Debian package uses debconf to provide a quick and easy setup.
Download (0.047MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
938 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 0.7.6 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed