Difference between revisions of "Development"
From Glom
m (Reverted edits by RonaValdez (talk) to last revision by Murrayc) |
Isijujemiru (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://obibohococ.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | ||
+ | ---- | ||
+ | =[http://obibohococ.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
Glom is in GNOME's [http://git.gnome.org/browse/glom/tree/ git]. To check out the latest version: | Glom is in GNOME's [http://git.gnome.org/browse/glom/tree/ git]. To check out the latest version: | ||
− | + | <pre> | |
git clone git://git.gnome.org/glom | git clone git://git.gnome.org/glom | ||
− | + | </pre> | |
It is also in [http://www.freedesktop.org/Software/jhbuild jhbuild], which might make things easier for you. | It is also in [http://www.freedesktop.org/Software/jhbuild jhbuild], which might make things easier for you. |
Revision as of 15:34, 23 November 2010
Glom is in GNOME's git. To check out the latest version:
<pre> git clone git://git.gnome.org/glom </pre>
It is also in jhbuild, which might make things easier for you.
See the Build Help page for more details.
Implementation
Glom is built using gtkmm, the C++ wrapper for GTK+. It uses the Document/View model from Bakery, and the libxml++ C++ XML parser. It uses Python for custom field calculations. PostgreSQL databases are accessed via libgda.
The use of libgda means that Glom could theoretically support other database servers, but
- that is not particularly interesting or useful for the target users.
- that would require extra development and support.
- that is not a priority at this time compared to more user-visible features.
However, database server vendors (or others) could make this a priority by funding the work.
Additional Information
Plans
See the Development Plans page.
Translation