diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-01-02 02:56:38 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-01-02 02:56:38 -0500 |
commit | 14d94d9354170003ec15847873a273c1752cf9f2 (patch) | |
tree | d4cd216ab55b79388e4cc2b70cc4be9690710def | |
parent | 28a72648ba7abe02ebd4df7234424e333b85dc9c (diff) |
Fix various README typos
-rw-r--r-- | HACKING | 2 | ||||
-rw-r--r-- | src/README | 4 | ||||
-rw-r--r-- | util/README | 6 |
3 files changed, 9 insertions, 3 deletions
@@ -74,7 +74,7 @@ We use /git/ for version control. See: http://cairographics.org/download/ TODO: -Add links to some git tutorials or better, right a few paragraphs +Add links to some git tutorials or better, write a few paragraphs about how to use git to efficiently hack on cairo. @@ -1,7 +1,7 @@ Cairo Library Source Code ========================= -This directory contains the source code to the cairo library. +This directory contains the source code of the cairo library. Source Code Listing @@ -60,7 +60,7 @@ be added to the regression test suite to test the new code. Bibliography ------------ -A detailed list of academic publications used in cairo code is availagle +A detailed list of academic publications used in cairo code is available in the file $(top_srcdir)/BIBLIOGRAPHY. Feel free to update as you implement more papers. diff --git a/util/README b/util/README index 43d80553..39560a8c 100644 --- a/util/README +++ b/util/README @@ -59,3 +59,9 @@ cairo to newer API. See $(top_srcdir)/PORTING_GUIDE for more information. These files are obsolete now and may be removed in a future version. + +cairo-view and waterfall +------------------------ + +These are two pycairo scripts useful for testing the toy font backend. + |