From 942262fcb5d4cc35231d698df70e53a101fef679 Mon Sep 17 00:00:00 2001 From: jcgregorio Date: Mon, 5 Jan 2015 11:17:27 -0800 Subject: First set of minimal docs for the new Markdown server, which will eventually replace https://sites.google.com/site/skiadocs/. Design of the new Markdown server is documented here: https://github.com/google/skia-buildbot/blob/master/doc/README.md You can see the server up and running here: http://skiadocs.com:8000/ This is *reed because it adds a new top level directory to the skia repo. BUG=skia: Review URL: https://codereview.chromium.org/835083003 --- site/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 site/index.md (limited to 'site/index.md') diff --git a/site/index.md b/site/index.md new file mode 100644 index 0000000000..8fd7ea4a64 --- /dev/null +++ b/site/index.md @@ -0,0 +1,22 @@ +Overview +======== +Skia is an open source 2D graphics library which provides common APIs that work +across a variety of hardware and software platforms. It serves as the graphics +engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox +OS, and many other products. + +Skia is sponsored and managed by Google, but is available for use by anyone +under the BSD Free Software License. While engineering of the core components +is done by the Skia development team, we consider contributions from any +source. + +Roadmap +------- +For a look at high level items we have on tap the next 6-12 months, view our +roadmap [here](https://docs.google.com/a/skia.org/document/d/1cjB8QBB6orRtvpDn2MHAr95K8I0QvVgyJfUq5zGjf1M). +Note it is a living document that changes based on the requirements of our users. + +Recent Highlights +----------------- +See a summary of recent changes to the library [here](https://docs.google.com/a/skia.org/document/d/1Q4-YN8wDY9Q3L7gkqOJmmCLM73dj3tr9epUHL1vMZm4). + -- cgit v1.2.3