Author: reinhard Date: 2009-10-23 06:41:10 -0500 (Fri, 23 Oct 2009) New Revision: 9998
Modified: trunk/gnue-appserver/FAQ trunk/gnue-common/FAQ trunk/gnue-designer/FAQ trunk/gnue-forms/FAQ trunk/gnue-navigator/FAQ trunk/gnue-reports/FAQ Log: Added at least one FAQ entry per tool. Modified: trunk/gnue-appserver/FAQ =================================================================== --- trunk/gnue-appserver/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-appserver/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -1,3 +1,13 @@ +General +------- + + Q: What is the GNU Enterprise Application Server? + + A: GNUe AppServer is like a database on steroids. For actual data storage, it + uses a standard SQL database, but on top of that it adds features like + calculated fields or procedures called upon defined events, both freely + implementable using the full power of Python. + Windows -------- @@ -5,5 +15,5 @@ error: (10022,'Invalid argument'). What happened? A: Probably your personal firewall didn't allow Python to open a port in - server mode. Reconfigure your personal firewall to allow Python open - the port 8765. \ No newline at end of file + server mode. Reconfigure your personal firewall to allow Python open + the port 8765. Modified: trunk/gnue-common/FAQ =================================================================== --- trunk/gnue-common/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-common/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -0,0 +1,14 @@ +General +------- + + Q: What is the GNU Enterprise Common Library? + + A: GNUe Common is a set of Python modules which is used in several of the + other GNU Enterprise tools. + + Q: Can I use GNUe Common in my own applications? + + A: Certainly you can reuse all these modules in your own application under the + terms of the GNU GPL. However, the needs of the GNUe tools are the primary + target for GNUe Common, and features might be changed or removed in future + versions of GNUe Common as the tools develop further. Modified: trunk/gnue-designer/FAQ =================================================================== --- trunk/gnue-designer/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-designer/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -0,0 +1,16 @@ +General +------- + + Q: What is GNU Enterprise Designer? + + A: GNUe Designer is a graphical tool to interactively build database + applications which will later run on top of the other GNUe tools. + Most important, GNUe Designer lets you design data entry forms easily and + quickly without any knowledge of XML. + + Q: Why is GNUe Designer broken? + + A: Due to the lack of development manpower, GNUe Designer has fallen back on + development and is not any more up to the current status of the other + tools. If you are interested in working on GNUe Designer, please contact + us! Modified: trunk/gnue-forms/FAQ =================================================================== --- trunk/gnue-forms/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-forms/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -0,0 +1,12 @@ +General +------- + + Q: What is GNU Enterprise Forms? + + A: GNUe Forms generates and displays data entry windows for database + applications. The layout of the form and optional Python code to be + executed on defined events are declared in an XML file. Based on one and + the same XML file, GNUe Forms can generate and display data entry windows + with native controls on Gnome, KDE, Mac OSX, Windows, and even on a UN*X + text screen. GNUe Forms supports a wide range of SQL databases for backend + as well as the GNUe AppServer. Modified: trunk/gnue-navigator/FAQ =================================================================== --- trunk/gnue-navigator/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-navigator/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -0,0 +1,8 @@ +General +------- + + Q: What is GNU Enterprise Navigator? + + A: GNUe Navigator is the menu system in the GNU Enterprise project, its + purpose is to display a menu and then, depending on the user's selection, + start the right form or report. Modified: trunk/gnue-reports/FAQ =================================================================== --- trunk/gnue-reports/FAQ 2009-10-23 07:54:42 UTC (rev 9997) +++ trunk/gnue-reports/FAQ 2009-10-23 11:41:10 UTC (rev 9998) @@ -1,5 +1,9 @@ +General +------- -Q: Why is this FAQ file empty? + Q: What is GNU Enterprise Reports? -A: Because it needs to be written! Patches are welcome. - + A: GNUe Reports is a report generator. Based on a report definition from an + XML file, it queries a database and generates XML output, which can then be + arbitarily postprocessed to different formats (HTML, PDF...) and sent to + different destinations (email, printer...). _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue