From a3b05690ec2aceb65df0107bc0b622fc5373a81a Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 6 Dec 2003 19:45:24 +0000 Subject: [PATCH] * doc/gramps-manual/C/figures/pedigree-child-cut.png: Add figure. * doc/gramps-manual/C/mainwin.xml: Add figure. * FAQ, doc/gramps-manual/C/faq.xml: Add two questions. svn: r2449 --- gramps2/ChangeLog | 5 + gramps2/FAQ | 70 ++++++++-- gramps2/doc/gramps-manual/C/faq.xml | 127 +++++++++++++----- .../C/figures/pedigree-child-cut.png | Bin 0 -> 10836 bytes gramps2/doc/gramps-manual/C/mainwin.xml | 10 ++ 5 files changed, 171 insertions(+), 41 deletions(-) create mode 100644 gramps2/doc/gramps-manual/C/figures/pedigree-child-cut.png diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 4a1342ed7..0969245f6 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,8 @@ +2003-12-06 Alex Roitman + * doc/gramps-manual/C/figures/pedigree-child-cut.png: Add figure. + * doc/gramps-manual/C/mainwin.xml: Add figure. + * FAQ, doc/gramps-manual/C/faq.xml: Add two questions. + 2003-12-05 Alex Roitman * src/po/ru.po: Update Russian translation for 0.98. * doc/gramps-manual/C/getstart.xml: More "open a directory" stuff. diff --git a/gramps2/FAQ b/gramps2/FAQ index cbfc93b91..ef5a544f8 100644 --- a/gramps2/FAQ +++ b/gramps2/FAQ @@ -52,7 +52,15 @@ to this list, please email your suggestions to gramps-devel@lists.sf.net 21. Why can I not add/remove/edit columns to the lists in People View and Family View? -22. I found a bug and I want it fixed right now! What do I do? +22. I would like to contribute to GRAMPS by writing my favorite report. + How do I do that? + +23. I found a bug and I want it fixed right now! What do I do? + +24. It is obvious that GRAMPS absolutely needs to become a (client-server/ +web-based/PHP/weblog/Javascript/C++/distributed/KDE/Motif/Tcl/Win32/C#/ +You-name-it) application. + When is this going to happen? **** Questions and answers **** @@ -244,7 +252,29 @@ Once the patch is committed and incorporated into pygtk, we will add the ability to add/remove/edit sortable columns. -22. I found a bug and I want it fixed right now! What do I do? +22. I would like to contribute to GRAMPS by writing my favorite report. + How do I do that? + +The easiest way to contribute to reports, filters, tools, etc. is to copy +an existing GRAMPS report, filter, or tool. If you can create what you want +by modifying existing code -- great! If your idea does not fit into the logic +of any existing GRAMPS tool, the following page may provide some help in +writing your own plugin from scratch: +http://gramps.sourceforge.net/phpwiki/index.php/GrampsDevelopersPage +If you need more help or would like to discuss your idea with us, please +do not hesitate to contact us at gramps-devel@lists.sf.net + +To test your work in progress, you may save your plugin under +$HOME/.gramps/plugins directory and it should be found and imported on startup. +The correctly written plugin will register itself with GRAMPS, create menu +item, and so on. + +If you are happy with your plugin and would like to contribute your code +back to the GRAMPS project, you are very welcome to do so by contacting us +at gramps-devel@lists.sf.net + + +23. I found a bug and I want it fixed right now! What do I do? The best thing you can do is to fix the bug and send the patch to gramps-devel@lists.sf.net :-) @@ -266,16 +296,40 @@ A good bug report would include: Most problems can be fixed quickly provided there is enough information. To ensure this, please follow up on your bug reports. In particular, if you -file bug report with sf.net bug tracker, PLEASE log into sf.net before filing -(register your free account if you don't have one). Then we will have a way -of contacting you should we need more information. If you choose to file your -report anonymously, at least check every so often whether your report page -has something new posted, as it probably would. +file a bug report with sf.net bug tracker, PLEASE log into sf.net before +filing (register your free account if you don't have one). Then we will have +a way of contacting you should we need more information. If you still choose +to file your report anonymously, at least check every so often whether your +report page has something new posted, as it probably would. -If the above explanations seem vague, please follow this link +If the above explanations seem vague, please follow this link: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html +24. It is obvious that GRAMPS absolutely needs to become a (client-server/ + web-based/PHP/weblog/Javascript/C++/distributed/KDE/Motif/Tcl/Win32/ + C#/You-name-it) application. + + When is this going to happen? + +The surest way to see it happen is to get it done by yourself. Since +GRAMPS is free/open source, nobody prevents you from taking all of the +code and continuing its development in whatever direction you see fit. +In doing so, you may consider giving your new project another name to +avoid confusion with the continuing GRAMPS development. If you would +like the GRAMPS project to provide advice, expertise, filters, etc., +we will gladly cooperate with your new project, to ensure compatability +or import/export options to your new format of a project. + +If, however, you would like the GRAMPS project to to adopt your strategy, +you would need to convince GRAMPS developers that your strategy is good +for GRAMPS and superior to the present development strategy. + +HINT: if GRAMPS developers are still not convinced after about three +messages sent to gramps-devel, maybe you are better off on your own +rather than with a company of retards who can't fully realize the +potential of your great idea :-) + **** End of GRAMPS Frequently Asked Questions **** $Id$ diff --git a/gramps2/doc/gramps-manual/C/faq.xml b/gramps2/doc/gramps-manual/C/faq.xml index 18ac18d16..d14046ea0 100644 --- a/gramps2/doc/gramps-manual/C/faq.xml +++ b/gramps2/doc/gramps-manual/C/faq.xml @@ -28,8 +28,8 @@ - What is GRAMPS? - GRAMPS is the Genealogical Research and Analysis + What is &app;? + &app; is the Genealogical Research and Analysis Management Program System. In other words, it is a personal genealogy program letting you store, edit, and research genealogical data using the powers of your computer. @@ -38,9 +38,9 @@ Where do I get it and how much does it cost? -GRAMPS can be downloaded from http://sf.net/projects/gramps at no charge. -GRAMPS is an Open Source project covered by the GNU General Public License. +&app; is an Open Source project covered by the GNU General Public License. You have full access to the source code and are allowed to distribute the program and source code freely. @@ -48,7 +48,7 @@ program and source code freely. Does it work with Windows (tm)? -No. GRAMPS uses the GTK and GNOME libraries. While the GTK libraries +No. &app; uses the GTK and GNOME libraries. While the GTK libraries have been ported to Windows, the GNOME libraries have not. This, however, may change in the future. @@ -58,11 +58,11 @@ This, however, may change in the future. The Fink project (http://fink.sf.net) has ported an old version of -GRAMPS (0.8.0) to OSX. The Mac OSX port is not directly supported by -the GRAMPS project, primarily because none of the GRAMPS developers +&app; (0.8.0) to OSX. The Mac OSX port is not directly supported by +the &app; project, primarily because none of the &app; developers have access to Mac OSX. -The GNOME 2 version of GRAMPS (0.9.x) does not appear to have been +The GNOME 2 version of &app; (0.9.x) does not appear to have been ported by the Fink project. Please contact the Fink project for more information. @@ -86,34 +86,34 @@ Previous versions required GNOME 1.X. - Is GRAMPS compatible with + Is &app; compatible with other genealogical software (GenApps)? -GRAMPS makes every effort to maintain compatibility with GEDCOM, the general +&app; makes every effort to maintain compatibility with GEDCOM, the general standard of recording genealogical information. We have import and export -filters that enable GRAMPS to read and write GEDCOM files. +filters that enable &app; to read and write GEDCOM files. It is important to understand that the GEDCOM standard is poorly implemented -- virtually every genealogical software has its own "flavor" of GEDCOM. As we learn about new flavor, the import/export filters can be created very quickly. However, finding out about the unknown flavors requires user feedback. -Please feel free to inform us about any GEDCOM flavor not supported by GRAMPS, +Please feel free to inform us about any GEDCOM flavor not supported by &app;, and we will do our best to support it! - Can GRAMPS read files created by GenApp X? + Can &app; read files created by GenApp X? See above. - Can GRAMPS write files readable by GenApp X? + Can &app; write files readable by GenApp X? See above. - Can GRAMPS print a genealogical tree for my family? + Can &app; print a genealogical tree for my family? Yes. Different people have different ideas of what a genealogical tree is. Some think of it as a chart going from the distant ancestor and listing @@ -122,13 +122,13 @@ chart going from the person back in time, listing the ancestors and their families. Yet other people think of a table, text report, etc. -GRAMPS can produce any of the above, and many more different charts and +&app; can produce any of the above, and many more different charts and reports. Moreover, the plugin architechture enables users (you) to create their own plugins which could be new reports, charts, or research tools. - In what formats can GRAMPS output its reports? + In what formats can &app; output its reports? Text reports are available in HTML, PDF, AbiWord, KWord, LaTeX, RTF, and OpenOffice formats. Graphical reports (charts and diagrams) are available in @@ -136,11 +136,11 @@ PostScript, PDF, SVG, OpenOffice and GraphViz formats. - Is GRAMPS compatible with the Internet? + Is &app; compatible with the Internet? -GRAMPS can store web addresses and direct your browser to them. It can import +&app; can store web addresses and direct your browser to them. It can import data that you download from the Internet. It can export data that you could -send over the Internet. GRAMPS is familiar with the standard file formats +send over the Internet. &app; is familiar with the standard file formats widely used on the Internet (e.g. JPEG, PNG, and GIF images, MP3, OGG, and WAV sound files, QuickTime, MPEG, and AVI movie files, etc). Other than that, there is little that a genealogical program can do with the Internet :-) @@ -151,7 +151,7 @@ there is little that a genealogical program can do with the Internet :-) Yes. There are many levels of customization. One is creating or modifying the templates used for the reports. This gives you some control over -the fonts, colors, and some layout of the reports. You can also use GRAMPS +the fonts, colors, and some layout of the reports. You can also use &app; controls in the report dialogs to tell what contents should be used for a particular report. In addition to this, you have an ability to create your own filters -- this is useful in selecting people based on criteria set @@ -162,10 +162,10 @@ knowledge of programming in Python. - What standards does GRAMPS support? + What standards does &app; support? The nice thing about the standards is that there never is a shortage of -them :-). GRAMPS is tested to support the following flavors of GEDCOM: +them :-). &app; is tested to support the following flavors of GEDCOM: GEDCOM5.5, Brother's Keeper, Family Origins, Familty Tree Maker, Ftree, GeneWeb, Legacy, Personal Ancestral File, Pro-Gen, Reunion, and Visual Genealogie. @@ -173,29 +173,29 @@ Visual Genealogie. What is the maximum database - size (bytes) GRAMPS can handle? + size (bytes) &app; can handle? -GRAMPS has no hard limits on the size of a database that it can handle. -In reality, however, there are practical limits. Currently GRAMPS loads all +&app; has no hard limits on the size of a database that it can handle. +In reality, however, there are practical limits. Currently &app; loads all data into memory, so the limiting factor tends to be the available memory on the system. - How many people can GRAMPS database handle? + How many people can &app; database handle? -We have found that on a typical system, GRAMPS tends to bog down after the +We have found that on a typical system, &app; tends to bog down after the database has around 15,000 people. Again, this is dependant on how much memory you have. - Why is GRAMPS running so slowly? + Why is &app; running so slowly? -If GRAMPS seems too slow to you, it is most likely that you have a large -database. Currently, GRAMPS loads all the database into memory, therefore +If &app; seems too slow to you, it is most likely that you have a large +database. Currently, &app; loads all the database into memory, therefore large databases tend to be less than responsive. Specifically, the system -can be virtually brought to its knees if swapping is needed for GRAMPS' data. +can be virtually brought to its knees if swapping is needed for &app;' data. This will be addressed in the next stable release following version 1.0. Temporarily, adding more memory could make a huge difference, but we realize @@ -243,6 +243,39 @@ ability to add/remove/edit sortable columns. + I would like to contribute to &app; by writing + my favorite report. How do I do that? + +The easiest way to contribute to reports, filters, tools, etc. is to copy +an existing &app; report, filter, or tool. If you can create what you want +by modifying existing code -- great! If your idea does not fit into the logic +of any existing &app; tool, the following page may provide some help in writing your +own plugin from scratch. + +If you need more help or would like to discuss your idea with us, +please do not hesitate to contact us at gramps-devel@lists.sf.net + + + +To test your work in progress, you may save your plugin under +$HOME/.gramps/plugins directory and it should +be found and imported on startup. +The correctly written plugin will register itself with &app;, create menu +item, and so on. + + +If you are happy with your plugin and would like to contribute your code +back to the &app; project, you are very welcome to do so by contacting us +at gramps-devel@lists.sf.net + + + + I found a bug and I want it fixed right now! What do I do? @@ -292,7 +325,8 @@ that showed up in your terminal or a in separate traceback window. Most problems can be fixed quickly provided there is enough information. To ensure this, please follow up on your bug reports. In particular, if you -file bug report with sf.net bug tracker, PLEASE log into sf.net before filing +file a bug report with sf.net bug tracker, PLEASE log in to sf.net before +filing (register your free account if you don't have one). Then we will have a way of contacting you should we need more information. If you choose to file your report anonymously, at least check every so often whether your report page @@ -305,6 +339,33 @@ type="http">this link. + It is obvious that &app; absolutely needs to + become a (client-server/web-based/PHP/weblog/Javascript/C++/distributed/KDE/Motif/Tcl/Win32/C#/You-name-it) + application. When is this going to happen? + +The surest way to see it happen is to get it done by yourself. Since +&app; is free/open source, nobody prevents you from taking all of the +code and continuing its development in whatever direction you see fit. +In doing so, you may consider giving your new project another name to +avoid confusion with the continuing &app; development. If you would +like the &app; project to provide advice, expertise, filters, etc., +we will gladly cooperate with your new project, to ensure compatability +or import/export options to your new format of a project. + + +If, however, you would like the &app; project to to adopt your strategy, +you would need to convince &app; developers that your strategy is good +for &app; and superior to the present development strategy. + + +HINT: if &app; developers are still not convinced after about three +messages sent to gramps-devel, maybe you are better off on your own +rather than with a company of retards who can't fully realize the +potential of your great idea :-) + + + + diff --git a/gramps2/doc/gramps-manual/C/figures/pedigree-child-cut.png b/gramps2/doc/gramps-manual/C/figures/pedigree-child-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..b09ac2023e6a46eae206d1b6028b00cf21677ed9 GIT binary patch literal 10836 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 ewitgh`2QcD@x~Y*3kX;M0000 + +
+ Children Menu + + + Shows Children Menu in Pedigree View. +
+ + The left-hand side of the window shows the left arrow button. Upon clicking, the button expands to the menu listing the children of the Active person. Selecting the menu item makes the corresponding