commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10079 - in trunk/gnue-navigator: . doc


From: reinhard
Subject: [gnue] r10079 - in trunk/gnue-navigator: . doc
Date: Sat, 5 Dec 2009 11:02:02 -0600 (CST)

Author: reinhard
Date: 2009-12-05 11:02:01 -0600 (Sat, 05 Dec 2009)
New Revision: 10079

Removed:
   trunk/gnue-navigator/doc/Concepts-Guide.sxw
   trunk/gnue-navigator/doc/Tech-Reference.sxw
Modified:
   trunk/gnue-navigator/AUTHORS
   trunk/gnue-navigator/INSTALL
   trunk/gnue-navigator/README
Log:
Updated documentation.


Modified: trunk/gnue-navigator/AUTHORS
===================================================================
--- trunk/gnue-navigator/AUTHORS        2009-12-05 16:54:21 UTC (rev 10078)
+++ trunk/gnue-navigator/AUTHORS        2009-12-05 17:02:01 UTC (rev 10079)
@@ -1,27 +1,7 @@
-Jason Cater <address@hidden>
-  Initial design.
-
-Jamest Thompson <address@hidden>
-  Lots of stuff.
-
-Derek Neighbors <address@hidden> 
-  Miscellaneous Additions
-
-Stanley Klein <address@hidden>
-  Original process definition proposal.
-
-Jan Ischebeck <address@hidden> 
-  Gtk2 uidriver
-
-Johannes Vetter <address@hidden>
-  Further work on Gtk2 uidriver
-
-Bajusz Tamas <address@hidden>
-  Win32 uidriver
-
-
-A good bit of Navigator is implemented using the GNUe-Common library.
-So, in order to fully appreciate the work behind GNUe-Navigator, be
-sure to look at GNUe-Common's AUTHOR file, too :)
-
-If we've missed anyone, please let us know.
+Bajusz Tamas <btami at freemail.hu>
+Jason Cater <jcater at gnue.org>
+Jan Ischebeck <mail at jan-ischebeck.de> 
+Stanley Klein <sklein at gnue.org>
+Derek Neighbors <derek at gnue.org> 
+Jamest Thompson <jamest at gnue.org>
+Johannes Vetter <johannes.vetter at bytewise.at>

Modified: trunk/gnue-navigator/INSTALL
===================================================================
--- trunk/gnue-navigator/INSTALL        2009-12-05 16:54:21 UTC (rev 10078)
+++ trunk/gnue-navigator/INSTALL        2009-12-05 17:02:01 UTC (rev 10079)
@@ -1,45 +1,29 @@
-GNUe Navigator is a navigation/menuing system for GNU Enterprise.
+Installation instructions for GNU Enterprise Navigator
+======================================================
 
+
 Requirements
 ------------
-Navigator needs the following:
 
-   * GNUe Common 0.5.3+
+To install gnue-navigator, you need at least the following prerequisites
+installed on your system [Debian packages in brackets]:
 
-   * A user-interface library:
-      - wxPython (http://www.wxPython.org)
-      - GTK 2
-        and gtkhtml2 [for debian: python2.3-gnome2]
+* Python 2.3 or greater [python python-dev]
 
+* GNUe Common 0.6.8 or greater [gnue-common]
 
-Also, Navigator can make use of the following tools if they are
-installed:
+* GNUe Forms 0.6.0 or greater [gnue-forms]
 
-   * GNUe Forms
 
-   * GNUe Reports
+Installation
+------------
 
-   * GNUe AppServer
+* Make sure that you have write permission in the directory /usr/local and its
+  subdirectories.
 
-
-General Installation
---------------------
-
-To install:
-
-  ./setup.py install
-
-
-To run:
-
-
-  To run an interactive session, type:
-
-    gnue-navigator [-u <gui|text|curses>] <processdefs.gpd>
-
-
-  Or, to create static menus for your os, type:
-
-    gnue-navigator <--install-kde-menu |
-      --install-gnome-menu> <processdefs.gpd> [menu=<BaseMenu>]
-
+* From the shell prompt, change into the directory containing the file
+  "setup.py" and type "./setup.py install".  If you have all prerequisites
+  installed, the installation process should run without errors.  If any error
+  occures although you have fulfilled all dependencies described above, this is
+  probably a bug, either in the installation program or in the documentation.
+  Please report it.

Modified: trunk/gnue-navigator/README
===================================================================
--- trunk/gnue-navigator/README 2009-12-05 16:54:21 UTC (rev 10078)
+++ trunk/gnue-navigator/README 2009-12-05 17:02:01 UTC (rev 10079)
@@ -1,38 +1,46 @@
-GNUe Navigator: A tool of the GNUe Project (www.gnue.org)
+GNU Enterprise Navigator: A tool of the GNU Enterprise Project
+(www.gnuenterprise.org)
 
+
 Introduction
 ------------
+
 GNUe Navigator is a menuing system for GNUe Forms and Reports.
-It presents a consistent menuing interface (in GUI or Text)
-based on an XML "process definition."  GNUe Navigator uses the
-GNUe Forms or GNUe Reports clients to run the actual forms and
-reports, so these corresponding tools must be installed.
 
+It presents a consistent menuing interface (in GUI or Text) based on an XML
+"process definition."  GNUe Navigator uses the GNUe Forms or GNUe Reports
+clients to run the actual forms and reports, so these corresponding tools must
+be installed.
 
+
 Installation
 ------------
-Please see INSTALL for installation instructions.
 
+For a number of operating systems, packages of GNUe Forms are available at
+http://www.gnuenterprise.org/downloads/ that use the native installation tools
+of these operating systems. It is recommended to use these packages if
+possible.
 
-Running Navigator
------------------
-To run:
+To install GNUe Forms from the source package, follow the procedure described
+in the file `INSTALL'.
 
-  To run an interactive session, type:
 
-    gnue-navigator [-u <gui|text|curses>] <processdefs.gpd>
+Running GNUe Navigator
+----------------------
 
+To run an interactive session, type:
 
-  Or, to create static menus for your os, type:
+  gnue-navigator [-u <gui|text|curses>] <processdefs.gpd>
 
-    gnue-navigator <--install-kde-menu |
-      --install-gnome-menu> <processdefs.gpd> [menu=<BaseMenu>]
 
-Installation
-------------
-Please see INSTALL for installation instructions.
+Or, to create static menus for your os, type:
 
+  gnue-navigator <--install-kde-menu |
+    --install-gnome-menu> <processdefs.gpd> [menu=<BaseMenu>]
+
+
 License
 -------
+
 GNU Enterprise is free software.  See the file `COPYING' for the terms and
 conditions for copying, distribution and modification.

Deleted: trunk/gnue-navigator/doc/Concepts-Guide.sxw
===================================================================
--- trunk/gnue-navigator/doc/Concepts-Guide.sxw 2009-12-05 16:54:21 UTC (rev 
10078)
+++ trunk/gnue-navigator/doc/Concepts-Guide.sxw 2009-12-05 17:02:01 UTC (rev 
10079)
@@ -1,26 +0,0 @@
-PKr�F/��19mimetypeapplication/vnd.sun.xml.writerPKr�F/content.xml��]o�
 ���+�v��.7M�ҚV��6��J�%�a��Ϳ4k�L�d�����^�0�z��1m��1��!`�(��6���mt  
     ��������
-Pi�    �QEʜI%�{���﫻k#���k����"�L� ��Mpu�y���.���]����n
3k�BʕQ}�����5l�݋a�-nً�k���愶'Z�j\
-�5�<o�TutUU�j�ɋ�t�~>�Э�9�zy\�>����e�az�l��/f�}O<��Z&���y�wdBO82�-��9�%�w���~�ۧ�A���G4/�;l��lL
�<4���P7�!u��MtDf1�&���n���C���8�b��_��g�k�'�P�93��U��S�oK|…
2���B��n��-�LsC��;C��Єpi���$��7m��~1�ݞ��t�ks��Qn
-���*�       �c"��v����;!Jc���d��YbI{��T��:Wd��%���]+B�7;
-�OK����?'7�=�z�eJP�A{3i����z��ÇDG���_PK}�2��PKr�F/
address@hidden )��_�#)J�-�-�iyH���~������w�"�T*&�
-M'
-(�E��f�^�?�zw�����������!i�bz���*(�X�ל����o���ǒ�G���    �����=�7F�     
��Q���I�tw{�7d�ՍS�P�uy���.�,���=���Z��-��5��Q��`�>��"<<��ET��SѢ뺞�W9].���O�G!������$�j=�WŚ��L�&����fȹ+��M9Έ��Et�J�T�*�`8lv​�(��O]�d1����Œ���;���uK��Tc������8�L2Q��RR�����ٖL�p�-�̲)<���-�i���q�_H)ԯ0'��ux���J��t��3�Ј\����*o��;m2�HRf,VȃK
   /Dj�W@"��X�$������+%�
-E��tz�x�������)O���zس;H�(�OD�m�b��D-+ګ��W��WPOg�� �       
�Td"address@hidden(F� ӌ[�vΝ���:.x�njHՅ�EQ�tw:h
�j�*͔Ƥ�¼�K����$/�6��֒��J��صdڼ�B$`�K��-a�mE��      
ڊz�֗D������C8}�Zf�
-�HI��B��X҂0��M������Jeg 9I�김1R0��.+��9�A
-W��n�8�y��� 
��z9��O�~#�PO�s|�ێ�O�=!2A'�_JN�>����7��n��=YN�4o��*�h�ª�S�'�Б�Sֳ���.����z~���^d���zy��4:e�d`*��BS��S���m�?�Ek�v�-�+�g��s��v��=�o��uӄƟ�.j�ȷe†3�~��P}g��v�Q�ltJSE�]x�oz�c�����9Mu�[��

���>������E��b��*M�p�.T�&PYL�nU�֢f���XL�ܽ<�l��̧#g�^�F�(B��y�BjI��d"a*c�`�Fi�k��<
-S��1�jd��dl\����.נ>��d�5��(���w�JM��m�
-���k
-Ű&v�\�H
-/��$WJ��������`6�������Sd���$%掵��1���w:��Q8����4z���A��~�=���ݿPK(�ǝ�PKr�F/�<[�""meta.xml<?xml
 version="1.0" encoding="UTF-8"?>
-<!DOCTYPE office:document-meta PUBLIC "-//OpenOffice.org//DTD OfficeDocument 
1.0//EN" "office.dtd"><office:document-meta 
xmlns:office="http://openoffice.org/2000/office"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:meta="http://openoffice.org/2000/meta"; 
office:version="1.0"><office:meta><meta:generator>OpenOffice.org 1.1.0 
(Linux)</meta:generator><!--645(Build:8669)--><meta:creation-date>2003-10-06T14:11:13</meta:creation-date><dc:date>2003-10-06T14:11:35</dc:date><dc:language>en-US</dc:language><meta:editing-cycles>2</meta:editing-cycles><meta:editing-duration>PT15S</meta:editing-duration><meta:user-defined
 meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined 
meta:name="Info 3"/><meta:user-defined meta:name="Info 
4"/><meta:document-statistic meta:table-count="0" meta:image-count="0" 
meta:object-count="0" meta:page-count="1" meta:paragraph-count="2" 
meta:word-count="5" 
meta:character-count="32"/></office:meta></office:document-meta>PKr�F/
settings.xml�Y[s�H~�_�򺕀&��S�S�1�Q�E�� 
����Fd~��FMf��fU�6U�O����7ߖ�-p����J�sE�a�1?���4g_�o��n~o?��Y���^^B���E���s�i�?�,�&address@hidden)i�u�|+�9���2>��OCQyu/�7,IH_���<?�/J�z�ٔ��
-���K�v]^�H�b�7�7"�nV�k೐�H�S[?�(M!�ߴ�v���~�j�ш��f�1���K-�F���y���+���>���m4�\5����0���~u}uu�p�r��X�#�t�����J-�d�p�|�L�!�Z���`�D�#8���9Y�Ǐ��'�?�P|R/����wL��GR|΋,KԔ'�<-�Gx��`��__��'�/�z�P�4t
       >y藨�NS%��/�E:9Zc��h_6�<�a,Ҷ��Yr�-��<address@hidden&���ġ4��ʪ�~%h��
-�1��ɐ}H-�Ƣu��y���ьc�]9x��AC%L��p��(Np*z���ui�!؞�.s���#,address@hidden(&���c��'���l;���l��[��Wa�RQ���&��/C�p��\�8[yE��
�#U';����R)J
-��ȊO�hR��c0�tc�������X��ц�'���#\��F��������;P�a�m�PfCu�S
-t�Sq���ݘd�s7����H曓B���>��ͬ?���ٔ(z�[x&!�pz�g�%���{wjN�d�i��?�W�o+�C[M�<�\�Y8�$�͠��}p�uz����~Zo�i���ݠ�2]����l��q�\9���y���j�u����du��e�\/����KA��I2�}�x��e�yi��8t]U�>f��j�%��4�
-�L5K���H��ڮ���񵥫����{0�K�-���|�lE�dva�nC�;�IA�8p��|�A��8`wg:66�r-�LN�D�׾�xo��9m�|σ�������e[>ߜ����΄x�6��q0k4�;���$�����j�j+EO��H?��O�����
-௕V���SU��T���3`�|&������$��%���સj:���o6˳h��w{D
-P)e��g���˭Ǥ�8i#�N�����<D<Y��y�:ai�\01  
sټ�]V��J�qB�4D��Q�g��W�9�0�Pw���}���ѳ$s    
�K\�,address@hidden|>+k9�V�=Y�r��WV�anE*r��*k���0~V�o&(��^����SR���cB:��ګ-��c
��P��msm�Sqr�QCL�5��  ��މ��V;.��      �˩���\#`��CJ�ޗ����}����PK� 
��PKr�F/META-INF/manifest.xml�ұj�0��O��n�ө;��)�ڃ3t�9ؒ��i��UDžd
  d���w�����kʼnz��Ia!cd*[ksHa_�E��^=%�Y�-������
-y^NQ�7�[b���M�+��? fe&>address@hidden
-ʹVW�ï�dj�#�P��k���fh��)>���w͸����'��tfo��5����P��ؒ8���g%氶��   
^-��PKG��PKr�F/��19mimetypePKr�F/}�2��Dcontent.xmlPKr�F/(�ǝ�
-�styles.xmlPKr�F/�<[�""pmeta.xmlPKr�F/�
 ��
�settings.xmlPKr�F/G���META-INF/manifest.xmlPKZ�
\ No newline at end of file

Deleted: trunk/gnue-navigator/doc/Tech-Reference.sxw
===================================================================
--- trunk/gnue-navigator/doc/Tech-Reference.sxw 2009-12-05 16:54:21 UTC (rev 
10078)
+++ trunk/gnue-navigator/doc/Tech-Reference.sxw 2009-12-05 17:02:01 UTC (rev 
10079)
@@ -1,26 +0,0 @@
-PKr�F/��19mimetypeapplication/vnd.sun.xml.writerPKr�F/content.xml��]o�
 ���+�v��.7M�ҚV��6��J�%�a��Ϳ4k�L�d�����^�0�z��1m��1��!`�(��6���mt  
     ��������
-Pi�    �QEʜI%�{���﫻k#���k����"�L� ��Mpu�y���.���]����n
3k�BʕQ}�����5l�݋a�-nً�k���愶'Z�j\
-�5�<o�TutUU�j�ɋ�t�~>�Э�9�zy\�>����e�az�l��/f�}O<��Z&���y�wdBO82�-��9�%�w���~�ۧ�A���G4/�;l��lL
�<4���P7�!u��MtDf1�&���n���C���8�b��_��g�k�'�P�93��U��S�oK|…
2���B��n��-�LsC��;C��Єpi���$��7m��~1�ݞ��t�ks��Qn
-���*�       �c"��v����;!Jc���d��YbI{��T��:Wd��%���]+B�7;
-�OK����?'7�=�z�eJP�A{3i����z��ÇDG���_PK}�2��PKr�F/
address@hidden )��_�#)J�-�-�iyH���~������w�"�T*&�
-M'
-(�E��f�^�?�zw�����������!i�bz���*(�X�ל����o���ǒ�G���    �����=�7F�     
��Q���I�tw{�7d�ՍS�P�uy���.�,���=���Z��-��5��Q��`�>��"<<��ET��SѢ뺞�W9].���O�G!������$�j=�WŚ��L�&����fȹ+��M9Έ��Et�J�T�*�`8lv​�(��O]�d1����Œ���;���uK��Tc������8�L2Q��RR�����ٖL�p�-�̲)<���-�i���q�_H)ԯ0'��ux���J��t��3�Ј\����*o��;m2�HRf,VȃK
   /Dj�W@"��X�$������+%�
-E��tz�x�������)O���zس;H�(�OD�m�b��D-+ګ��W��WPOg�� �       
�Td"address@hidden(F� ӌ[�vΝ���:.x�njHՅ�EQ�tw:h
�j�*͔Ƥ�¼�K����$/�6��֒��J��صdڼ�B$`�K��-a�mE��      
ڊz�֗D������C8}�Zf�
-�HI��B��X҂0��M������Jeg 9I�김1R0��.+��9�A
-W��n�8�y��� 
��z9��O�~#�PO�s|�ێ�O�=!2A'�_JN�>����7��n��=YN�4o��*�h�ª�S�'�Б�Sֳ���.����z~���^d���zy��4:e�d`*��BS��S���m�?�Ek�v�-�+�g��s��v��=�o��uӄƟ�.j�ȷe†3�~��P}g��v�Q�ltJSE�]x�oz�c�����9Mu�[��

���>������E��b��*M�p�.T�&PYL�nU�֢f���XL�ܽ<�l��̧#g�^�F�(B��y�BjI��d"a*c�`�Fi�k��<
-S��1�jd��dl\����.נ>��d�5��(���w�JM��m�
-���k
-Ű&v�\�H
-/��$WJ��������`6�������Sd���$%掵��1���w:��Q8����4z���A��~�=���ݿPK(�ǝ�PKr�F/�<[�""meta.xml<?xml
 version="1.0" encoding="UTF-8"?>
-<!DOCTYPE office:document-meta PUBLIC "-//OpenOffice.org//DTD OfficeDocument 
1.0//EN" "office.dtd"><office:document-meta 
xmlns:office="http://openoffice.org/2000/office"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:meta="http://openoffice.org/2000/meta"; 
office:version="1.0"><office:meta><meta:generator>OpenOffice.org 1.1.0 
(Linux)</meta:generator><!--645(Build:8669)--><meta:creation-date>2003-10-06T14:11:13</meta:creation-date><dc:date>2003-10-06T14:11:35</dc:date><dc:language>en-US</dc:language><meta:editing-cycles>2</meta:editing-cycles><meta:editing-duration>PT15S</meta:editing-duration><meta:user-defined
 meta:name="Info 1"/><meta:user-defined meta:name="Info 2"/><meta:user-defined 
meta:name="Info 3"/><meta:user-defined meta:name="Info 
4"/><meta:document-statistic meta:table-count="0" meta:image-count="0" 
meta:object-count="0" meta:page-count="1" meta:paragraph-count="2" 
meta:word-count="5" 
meta:character-count="32"/></office:meta></office:document-meta>PKr�F/
settings.xml�Y[s�H~�_�򺕀&��S�S�1�Q�E�� 
����Fd~��FMf��fU�6U�O����7ߖ�-p����J�sE�a�1?���4g_�o��n~o?��Y���^^B���E���s�i�?�,�&address@hidden)i�u�|+�9���2>��OCQyu/�7,IH_���<?�/J�z�ٔ��
-���K�v]^�H�b�7�7"�nV�k೐�H�S[?�(M!�ߴ�v���~�j�ш��f�1���K-�F���y���+���>���m4�\5����0���~u}uu�p�r��X�#�t�����J-�d�p�|�L�!�Z���`�D�#8���9Y�Ǐ��'�?�P|R/����wL��GR|΋,KԔ'�<-�Gx��`��__��'�/�z�P�4t
       >y藨�NS%��/�E:9Zc��h_6�<�a,Ҷ��Yr�-��<address@hidden&���ġ4��ʪ�~%h��
-�1��ɐ}H-�Ƣu��y���ьc�]9x��AC%L��p��(Np*z���ui�!؞�.s���#,address@hidden(&���c��'���l;���l��[��Wa�RQ���&��/C�p��\�8[yE��
�#U';����R)J
-��ȊO�hR��c0�tc�������X��ц�'���#\��F��������;P�a�m�PfCu�S
-t�Sq���ݘd�s7����H曓B���>��ͬ?���ٔ(z�[x&!�pz�g�%���{wjN�d�i��?�W�o+�C[M�<�\�Y8�$�͠��}p�uz����~Zo�i���ݠ�2]����l��q�\9���y���j�u����du��e�\/����KA��I2�}�x��e�yi��8t]U�>f��j�%��4�
-�L5K���H��ڮ���񵥫����{0�K�-���|�lE�dva�nC�;�IA�8p��|�A��8`wg:66�r-�LN�D�׾�xo��9m�|σ�������e[>ߜ����΄x�6��q0k4�;���$�����j�j+EO��H?��O�����
-௕V���SU��T���3`�|&������$��%���સj:���o6˳h��w{D
-P)e��g���˭Ǥ�8i#�N�����<D<Y��y�:ai�\01  
sټ�]V��J�qB�4D��Q�g��W�9�0�Pw���}���ѳ$s    
�K\�,address@hidden|>+k9�V�=Y�r��WV�anE*r��*k���0~V�o&(��^����SR���cB:��ګ-��c
��P��msm�Sqr�QCL�5��  ��މ��V;.��      �˩���\#`��CJ�ޗ����}����PK� 
��PKr�F/META-INF/manifest.xml�ұj�0��O��n�ө;��)�ڃ3t�9ؒ��i��UDžd
  d���w�����kʼnz��Ia!cd*[ksHa_�E��^=%�Y�-������
-y^NQ�7�[b���M�+��? fe&>address@hidden
-ʹVW�ï�dj�#�P��k���fh��)>���w͸����'��tfo��5����P��ؒ8���g%氶��   
^-��PKG��PKr�F/��19mimetypePKr�F/}�2��Dcontent.xmlPKr�F/(�ǝ�
-�styles.xmlPKr�F/�<[�""pmeta.xmlPKr�F/�
 ��
�settings.xmlPKr�F/G���META-INF/manifest.xmlPKZ�
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]