docs: Update the README

Fix some typos; add URLs for API references and Bugzilla.
This commit is contained in:
Emmanuele Bassi 2011-02-15 14:15:59 +00:00
parent 92d13a1966
commit 6dc4af1c5d

View File

@ -1,7 +1,7 @@
README for Clutter @CLUTTER_VERSION@ README for Clutter @CLUTTER_VERSION@
=============================================================================== ===============================================================================
Clutter is an open source software library for creating fast, compellin, Clutter is an open source software library for creating fast, compelling,
portable, and dynamic graphical user interfaces. portable, and dynamic graphical user interfaces.
REQUIREMENTS REQUIREMENTS
@ -68,11 +68,11 @@ The official Clutter website is:
http://www.clutter-project.org/ http://www.clutter-project.org/
The API reference for the latest stable release and unstable developers The API references for the latest stable release are available at:
snapshot are available at:
http://docs.clutter-project.org/docs/clutter/stable/ http://docs.clutter-project.org/docs/clutter/stable/
http://docs.clutter-project.org/docs/clutter/unstable/ http://docs.clutter-project.org/docs/cogl/stable/
http://docs.clutter-project.org/docs/cally/stable/
New releases of Clutter are available at: New releases of Clutter are available at:
@ -90,6 +90,7 @@ Mailman web interface available at:
New bug page on Bugzilla: New bug page on Bugzilla:
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
Clutter is licensed under the terms of the GNU Lesser General Public Clutter is licensed under the terms of the GNU Lesser General Public
License, version 2.1 or (at your option) later. License, version 2.1 or (at your option) later.
@ -149,9 +150,9 @@ Clutter has additional command line options for the configure script:
Disable support for COGL runtime debugging notes. Disable support for COGL runtime debugging notes.
--enable-maintainer-flags=[no/yes/error] --enable-maintainer-flags=[no/yes/error]
Use strict compiler flags. This defaults to 'yes' for developers Use strict compiler flags. This defaults to 'yes' for building from
snapshots and to 'no' for stable releases. If 'error' is used, then Git to 'no' for tarball releases. If 'error' is used, then -Werror
-Werror will be enabled (if available). will be enabled (if available).
--enable-gtk-doc --enable-gtk-doc
use gtk-doc to build API documentation (default=no). Requires gtk-doc use gtk-doc to build API documentation (default=no). Requires gtk-doc
@ -175,7 +176,7 @@ Clutter has additional command line options for the configure script:
--disable-Bsymbolic --disable-Bsymbolic
Disable linking with -Bsymbolic. Disable linking with -Bsymbolic.
--with-flavour=[glx/eglx/eglnative/osx/win32/fruity] --with-flavour
Select the Clutter backend: (default=glx) Select the Clutter backend: (default=glx)
glx: glx:
@ -261,6 +262,7 @@ BUGS
Bugs should be reported to the Clutter Bugzilla at: Bugs should be reported to the Clutter Bugzilla at:
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
You will need a Bugzilla account. You will need a Bugzilla account.
@ -285,8 +287,9 @@ CONTRIBUTING
Patches should be submitted using Bugzilla. Patches fixing a bug should be Patches should be submitted using Bugzilla. Patches fixing a bug should be
attached to the bug report; patches for new features or for fixing bugs not attached to the bug report; patches for new features or for fixing bugs not
yet reported should be attached to a newly opened bug. Patches should always yet reported should be attached to a newly opened bug.
be in the unified diff format, using:
Patches should always be in the unified diff format, using:
diff -Nuarp clutter.source clutter.patched > clutter-patch.diff diff -Nuarp clutter.source clutter.patched > clutter-patch.diff