[cairo-commit] [cairo-www] src/summerofcode

Carl Worth cworth at freedesktop.org
Sun Mar 16 17:20:46 PDT 2008


 src/summerofcode/ideas.mdwn |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 86c6c675bf4be7d04857f5bab92ed645ce241106
Author: Carl Worth <cworth at freedesktop.org>
Date:   Sun Mar 16 17:20:46 2008 -0700

    web commit by BehdadEsfahbod

diff --git a/src/summerofcode/ideas.mdwn b/src/summerofcode/ideas.mdwn
index 94ba4be..1b5f38f 100644
--- a/src/summerofcode/ideas.mdwn
+++ b/src/summerofcode/ideas.mdwn
@@ -3,6 +3,11 @@
 Library improvements
 ====================
 
+Cairo is a library written in C.  Its main external dependency is a library
+called Pixman, that does the software rendering for cairo.  Most of the ideas
+below do not touch on Pixman though.  See [here](http://cairographics.org/download/)
+for instructions on how to get cairo.
+
   * [Medium] Implement a faster lookup-table-based rasterizer
 
     Cairo's software rasterization currently does a complete walk of a
@@ -86,6 +91,9 @@ Library improvements
 Website improvements
 ====================
 
+Cairo's website is run using ikiwiki.  See [here](http://cairographics.org/news/2007/07/03/cairo-wiki/)
+for more details about how to get the website source code.
+
  * [Easy] Integrate subset of [old cairo-demo programs](http://webcvs.cairographics.org/cairo-demo/) into the
    wiki proper
 


More information about the cairo-commit mailing list