Difference between revisions of "User:Tibob"
From Gramps
| Line 1: | Line 1: | ||
I'm trying to understand gramps tree code : | I'm trying to understand gramps tree code : | ||
| − | + | {|- | |
| − | + | | data | |
| − | + | | various data files used by gramps (icons, mime types...) | |
| − | + | |- | |
| − | + | | data/man | |
| − | + | | manpages ('''translators, you can help here!''') | |
| − | + | |- | |
| − | + | | debian | |
| + | | files needed to build a debian package | ||
| + | |- | ||
| + | | example | ||
| + | | gramps database and gedcom examples | ||
| + | |- | ||
| + | | help | ||
| + | | Gramps manual, empty now as it is maintained in the wiki | ||
| + | |- | ||
| + | | m4 | ||
| + | | autobuild tools ? | ||
| + | |- | ||
| + | | po | ||
| + | | translations | ||
| + | |- | ||
| + | | src | ||
| + | | source code of Gramps | ||
| + | |- | ||
| + | | | ||
** src/BasicUtils | ** src/BasicUtils | ||
** src/Config | ** src/Config | ||
| Line 59: | Line 77: | ||
** src/test/test | ** src/test/test | ||
** src/widgets | ** src/widgets | ||
| − | + | |- | |
| − | + | | test | |
| − | + | * test/GrampsDb | |
| − | + | * test/GrampsLogger | |
| − | + | * test/RelLib | |
| + | |- | ||
| + | | windows | ||
| + | | files needed to build a Windows package | ||
| + | |} | ||
Revision as of 20:54, 10 July 2008
I'm trying to understand gramps tree code :
| data | various data files used by gramps (icons, mime types...) |
| data/man | manpages (translators, you can help here!) |
| debian | files needed to build a debian package |
| example | gramps database and gedcom examples |
| help | Gramps manual, empty now as it is maintained in the wiki |
| m4 | autobuild tools ? |
| po | translations |
| src | source code of Gramps |
| |
test
| |
| windows | files needed to build a Windows package |