1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

(Extending Dia): URL for Dia home page.

This commit is contained in:
Kevin Ryde 2005-06-23 00:07:00 +00:00
parent 51ee57a435
commit 4906d8bd20

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@ -38,7 +38,8 @@ available.
@subsection How One Might Extend Dia Using Guile
Dia is a free software program for drawing schematic diagrams like flow
charts and floor plans (REFFIXME). This section conducts the thought
charts and floor plans (@uref{http://www.gnome.org/projects/dia/}).
This section conducts the thought
experiment of adding Guile to Dia. In so doing, it aims to illustrate
several of the steps and considerations involved in adding Guile to
applications in general.
@ -780,3 +781,8 @@ developing a new application of your own using some of the primitive
functionality provided by the original application. As such, all the
discussions of the preceding sections of this chapter are relevant to
how you can proceed with developing your extension.
@c Local Variables:
@c TeX-master: "guile.texi"
@c End: