Difference between revisions of "Portal:Developers"
Line 2: | Line 2: | ||
{{Developers/box-header|<big>The GRAMPS Developers Portal</big>|Developers/Intro}} | {{Developers/box-header|<big>The GRAMPS Developers Portal</big>|Developers/Intro}} | ||
</div><!-- | </div><!-- | ||
− | -- now the row with the poll | + | -- now the row with the poll - internationlization to the left |
--><div> | --><div> | ||
{| width="100%" style="border:0; margin: 0;" cellspacing="5" | {| width="100%" style="border:0; margin: 0;" cellspacing="5" | ||
+ | |- | ||
+ | <!-- | ||
+ | -- row above the poll is two columns with three boxes | ||
+ | -->| width="33%" valign="top" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | {{Developers/box-header|''Report System''|Developers/Write a Report}} | ||
+ | </div> | ||
| valign="top" | | | valign="top" | | ||
− | + | <div style="float:right; width:100%"> | |
− | {{ | + | {{Developers/box-header|''Specifications''|Developers/Specifications}} |
</div> | </div> | ||
− | + | <div style="width:100%"> | |
− | |||
− | |||
{{Developers/box-header|''Categories''|Developers/Categories}} | {{Developers/box-header|''Categories''|Developers/Categories}} | ||
</div> | </div> | ||
− | + | ||
− | + | <!-- | |
− | <!-- | + | -- now the column to the left of the poll - internationlization |
− | -- | + | -->| rowspan="2" valign="top" | |
− | + | <div style="width:100%"> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | <div style=" | ||
{{Developers/box-header|''Internationalization''|Developers/Internationalization}} | {{Developers/box-header|''Internationalization''|Developers/Internationalization}} | ||
</div> | </div> | ||
− | | valign="top" | | + | |- |
− | <div style=" | + | | colspan="2" width="66%" valign="top" | |
− | {{ | + | <div style="width:100%" valign="top"> |
+ | {{#lst:Poll|polldevelpage}} | ||
</div> | </div> | ||
|} | |} | ||
</div> | </div> | ||
− | + | <!-- | |
− | <!-- | + | Third row of boxes - drb-20070819 |
+ | --> | ||
<div> | <div> | ||
<br /> | <br /> |
Revision as of 09:50, 21 September 2007
Gramps is programmed in the Python language.
If you are an adventurous user, have some technical experience, or have a programming background, you might like to try Getting started with Gramps master.
You might want to start with obtaining the source code or have a look at Getting started with Gramps development. Once you have the code, writing a report or a quick view report is a great way to learn to navigate through the codebase; see also Addons development.
After becoming familiar with Gramps, you might want to help work on a proposal, or make a proposal yourself you want to spend time on. Both can be done at the Proposals Portal, in collaboration with the bug/feature tracker.
Developer Resources
- Getting started with Gramps development - introduction.
- Getting started with Gramps master - advanced.
- Gramps-devel mailing list
- Debugging Gramps
- Using database API - basics introductory programmer's guide to using the Gramps database access routines.
- Signals and Callbacks - The Gramps signaling system used to pass changes in the db, GUI, or other sources to various elements (usually the GUI) that need to be updated when changes occur.
- Translation tutorial
- Programming guidelines
- Developer policies
- Official committing policies
- Project License
- What to do for a new Gramps release - includes process for creating a Gramps source package.
- Addons development
- Git tutorial - used for Gramps and addons development. (for Gramps 4.2 and newer)
- Subversion (SVN) tutorial - used for addons development (for Gramps 4.1 and older)
- Using the bug tracker
- Python.org
- Python, Gtk3 tutorial
- Gramps Code Documentation and simple UML (svg).
edit Report System
A good way to learn the Gramps codebase is by writing a small report.
Reports are plugins that can be distributed separately as unofficial Addons/plugins; see Addons development. Documentation for writing reports can be found in the Database API and Report API. There is also a Report writing tutorial and a technical description of report generation. |
edit Specifications
edit Categories
Developers Categories : Artwork | General | Packaging | Addons / Plugins | References | Reports | Roadmap | Translation | Tutorials |
edit Internationalization
|
No poll running at the moment |
edit Gramps Usability Studies
Gramps Usability Testing Procedures
|
edit General Genealogy Contacts
This page is for specific country genealogy contacts. This page will assist in development of country specific information such as handling of surnames, dates, etc.
|
edit Developer Progress Project Reports
This area is for developers to document the projects they are currently working on and their progress.
|