~andywingo/guile-cairo/trunk

« back to all changes in this revision

Viewing changes to doc/www/dev/index.scm

  • Committer: Andy Wingo
  • Date: 2007-07-28 17:18:14 UTC
  • Revision ID: wingo@pobox.com-20070728171814-yqiibvyxrqcfg8l2
        * doc/www/template.scm (templatize): 
        * doc/www/news/index.scm (page): 
        * doc/www/index.scm (page): 
        * doc/www/docs/index.scm (page): 
        * doc/www/dev/index.scm (page): Updates.

        == Guile-Cairo 1.4.0 released ==
        

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
       (code "make install") ", or run it uninstalled using the "
26
26
       (code "env") " script.")
27
27
 
28
 
    (h3 "patches")
29
 
 
30
 
    (p "Send patches to " (code "guile-user") ", for now, and
31
 
copy Andy Wingo (" (code "wingo pobox com") "). We will have a
32
 
freedesktop.org bug tracker in the future.")
 
28
    (h3 "browse the code, get commit mails, etc")
 
29
 
 
30
    (p "Our source code, while hosted primarily at gna.org, is mirrored
 
31
over at " (a (@ (href "http://code.launchpad.net/guile-cairo/")) "launchpad.net") ".
 
32
Visit that page to browse the source code, register your
 
33
branch, " (a (@ (href "https://code.launchpad.net/~andywingo/guile-cairo/trunk/+subscribe")) "sign
 
34
up for commit mails") ", etc.")
 
35
 
 
36
    (h3 "patches and bug reports")
 
37
 
 
38
    (p "File bug reports, etc in
 
39
our " (a (@ (href "https://bugs.freedesktop.org/enter_bug.cgi?product=guile-cairo")) "bug
 
40
tracker") " hosted by freedesktop.org. If you're more of the mailing
 
41
list type, you can send queries to " (code "guile-user") ", and copy Andy
 
42
Wingo (" (code "wingo pobox com") ").")
33
43
 
34
44
    (h3 "gna project page")
35
45