Package: gramps Version: 3.1.1-1 Severity: normal Hi,
I generate a narrative web site for my family tree, and I then output a graphiviz file, with URL's, in orde3r to create an image map file. This way, I get a graphical view of the family tree, and I should be able to jump to individual pages by clicking on them, This used to work (last tested last year), but now the links in the relationship graph are wrong. __> egrep MO20TLOTLAWOH2TB6A rel_graph.gv I0520 [ shape="box" fillcolor="#e0e0ff" style="solid,filled" label="Roth, Richard\n( - )" URL="ppl/m/o/MO20TLOTLAWOH2TB6A.html" ]; __> tar zvvft ~/family/NAVWEB.tar.gz| grep MO20TLOTLAWOH2TB6A.html -rw-rw-rw- user/group 10011 2009-06-10 00:13 ppl/a/6/MO20TLOTLAWOH2TB6A.html The relationshipt graph dot file expects the page to be at: ppl/m/o/MO20TLOTLAWOH2TB6A.html but it lives at: ppl/a/6/MO20TLOTLAWOH2TB6A.html Seems like the NAVWEB location is wrong; I can see why m/o/MO... makes sense. This makes making image maps impossible, which used to be a neat feature. manoj mv rel_graph.dot Family.dot perl -pli -e 's|^\s*page=| // page=|' Family.dot perl -pli -e 's|^\s*size=| // size=|' Family.dot perl -pli -e 's|^\s*splines="true"| splines="false"|' Family.dot # Add URL="http://192.168.1.21/family/relationship.html"; dot -Timap -o /tmp/Family.map -Tgif -o/tmp/Family.gif /tmp/Family.dot cp Family.map Family.gif /var/www/family/ -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29.4-anzu (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gramps depends on: ii librsvg2-common 2.26.0-1 SAX-based renderer library for SVG ii python 2.5.4-2 An interactive high-level object-o ii python-central 0.6.11 register and build utility for Pyt ii python-glade2 2.14.1-3 GTK+ bindings: Glade support ii python-gnome2 2.26.1-1 Python bindings for the GNOME desk ii python2.5 2.5.4-1 An interactive high-level object-o Versions of packages gramps recommends: ii graphviz 2.20.2-3+b2 rich set of graph drawing tools pn python-enchant <none> (no description available) pn python-gnome2-desktop <none> (no description available) pn python-gnome2-extras <none> (no description available) ii python-reportlab 2.2-2 ReportLab library to create PDF do ii ttf-freefont 20090104-2 Freefont Serif, Sans and Mono True ii xdg-utils 1.0.2-6.1 desktop integration utilities from gramps suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org