Difference between revisions of "User:BACbKA"

From Gramps
Jump to: navigation, search
(Dev bookmarks: new section)
Line 13: Line 13:
 
This is a known hot issue, see [[How_you_can_help#Web_2.0]]
 
This is a known hot issue, see [[How_you_can_help#Web_2.0]]
 
- can we send out only the stuff that changed? (yet another multisync sub-problem)
 
- can we send out only the stuff that changed? (yet another multisync sub-problem)
 +
 +
=Dev bookmarks=
 +
* [http://www.tortall.net/mu/wiki/CairoTutorial Cairo Tutorial for Python Programmers], by Michael Urman
 +
* [http://cairographics.org/documentation/pycairo/3/ python-cairo v3 docs]
 +
* [https://developer.gnome.org/pygtk/ pygtk docs] slightly outdated wrt the trunk env, e.g., [https://developer.gnome.org/pygtk/2.24/class-pangolayout.html#method-pangolayout--set-text pango.Layout.set_text()] doesn't list the mandatatory second argument for string length on my system... python help(pango.Layout.set_text) is the final authority!..
  
 
[[Category:User|B]]
 
[[Category:User|B]]

Revision as of 12:24, 21 June 2013

Vassilii Khachaturov

My GRAMPS-related scratchpad

  • merge familylines and relgraph good stuff into a common report
  • auto-translation of names, places, etc. - for reports and exports
  • reports & export should have more in common -- in filtering/selecting source set and output data
  • what is the best practice for collaboration with other active researchers? Is there a tutorial? Should gramps collab with multisync @sf? or some DVCS? Obvious use cases:
  1. two (or more) people using GRAMPS. Each wants to be the master of his own DB and vet anything incoming.
  2. make life easy for people taking periodic exports from gramps

This is a known hot issue, see How_you_can_help#Web_2.0 - can we send out only the stuff that changed? (yet another multisync sub-problem)

Dev bookmarks