diff options
author | Carl Worth <cworth@cworth.org> | 2008-01-24 09:51:58 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-01-24 10:12:01 -0800 |
commit | c05e3b08b4cfa820a18e33b5012a6138b931788f (patch) | |
tree | f88827a9cf9f9a26e813bfbe3210c9131f810c4d /README | |
parent | 21823842775988c0b58e3868dce053544ed246e2 (diff) | |
download | cairo-c05e3b08b4cfa820a18e33b5012a6138b931788f.tar.gz |
Remove ROADMAP and TODO, mentioning their URLs in README
We're maintaining these as part of cairo's website now,
rather than as part of the source code.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -37,25 +37,23 @@ The primary source of information about cairo is: http://cairographics.org/ -The latest releases of cairo can be found at: +The latest versions of cairo can always be found at: - http://cairographics.org/releases + http://cairographics.org/download -Snapshots of in-development versions of cairo: +Documentation on using cairo and frequently-asked questions: - http://cairographics.org/snapshots - -The programming manual for using cairo: - - http://cairographics.org/manual + http://cairographics.org/documentation + http://cairographics.org/FAQ Mailing lists for contacting cairo users and developers: http://cairographics.org/lists -Answers to some frequently asked questions about cairo: +Roadmap and unscheduled things to do, (please feel free to help out): - http://cairographics.org/FAQ + http://cairographics.org/roadmap + http://cairographics.org/todo Compiling ========= |