Menu

Tree [r68] /
 History

HTTPS access


File Date Author Commit
 cfg 2006-05-28 shc [r33] Random Origin line in editor.
 doc 2006-05-13 shc [r3] Migrate svn:ignore
 examples 2006-05-13 shc [r3] Migrate svn:ignore
 misc 2008-02-20 shc [r68] Update installers.
 src 2008-02-20 shc [r65] Update sources.
 .distignore 2006-05-28 shc [r33] Random Origin line in editor.
 AUTHORS 2006-05-12 shc [r1] Initial import
 COPYING 2006-05-12 shc [r1] Initial import
 ChangeLog 2008-02-20 shc [r66] Update after 0.5.2 release.
 FAQ 2008-02-20 shc [r64] Remove patch. Its no more be needed. Update FAQ.
 README 2008-02-20 shc [r67] Remember update README about patch.
 TODO 2006-09-19 shc [r43] Continue changes to new fidoconf parser.
 config.h 2008-02-20 shc [r66] Update after 0.5.2 release.
 configure 2006-05-29 shc [r34] Release 0.5
 configure.bat 2006-05-12 shc [r1] Initial import
 qfe.lsm 2008-02-20 shc [r66] Update after 0.5.2 release.
 qfe.pri 2008-02-20 shc [r66] Update after 0.5.2 release.
 qfe.pro 2008-02-20 shc [r66] Update after 0.5.2 release.

Read Me

QFE - Qt FTN Message Editor (C) 2005-2008 by Alexander Shiyan
--------------------------------------------------------------------------------

[ *** Description *** ]
 QFE is an FTN message editor. A full-featured cross-platform FTN message
editor with a graphical interface. It written on C++/Qt and does not depend on
either KDE, Gnome or other window managers.
 Fido-specific parameters readed by fidoconfig package from Husky project.
I write qfe for Linux, but it works also on Win32 and MacOS X, and in theory,
it should compile & work on all other Qt-supported platforms.
 To learn more about 'QFE' please see the various documents in the doc folder.

[ *** Requirements *** ]
 QFE is based on Trolltech's Qt library 3.2.x or above, but 4.x.x is not
supported yet, so be sure you have the correct library version installed.
To compile QFE from sources You also need have installed Qt devel headers.
 QFE now sucessfully compiled with:
 On Linux:   GNU GCC   (3.x.x & 4.x.x),
             Intel C++ (9.x).
 On MacOS X: GNU GCC (3.3.x).
 On Windows: MinGW GCC (3.3.x).
 Also You need fidoconfig package from husky project (http://husky.sourceforge.net/).

[ *** License *** ]
 QFE is released under GNU General Public License (GPL).
For more information about GPL, see http://www.gnu.org/licenses/gpl.html

[ *** Quick-Compile & Install Guide *** ]
 tar -xf qfe-0.5.1.tar.bz2
 cd qfe
 ./configure
 make
 make install #As a user with proper file system permissions

 For link fidoconfig library statically, you must add parameter "staticlibs" to
qmake, e.g. qmake "CONFIG+=debug_off staticlibs"

 QFE must be compiled with lot of debug messages, printed to stdout. Debug
switches on if "-d" parameter passed to commandline, e.g. ./qfe -d

 By default, program installs in /usr/local. For install in another directory
You must (before doing qmake) export QFE_PREFIX variable with base install path,
e.g. export QFE_PREFIX=/usr, or use commandline option '--prefix' for configure
script.
 Some another installation tips located in FAQ. Read it first.

[ *** Help Wanted *** ]
 There are many ways to support this program:
* Creating packages for the various distributions.
* Translate 'QFE' to your language.
* Testing, searching for bugs and sending bug reports.
* But also every idea (or even patch) to improve the program is always welcome!

[ *** Bugs *** ]
 QFE is a new project, so you may find many problems. If you can't find the
solution, please contact us.
 Please also report bugs and/or wishes with the 'QFE' bug tracker
at http://sourceforge.net/tracker/?group_id=132811 or mail me at
shc@users.sourceforge.net or at 2:5030/39.2 by fidonet.
My ICQ UIN for contacts is 30092155.
 Patches for QFE are even more appreciated.

--------------------------------------------------------------------------------
http://qfe.sourceforge.net/
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.