docs: Update the markdown README file

This commit is contained in:
Emmanuele Bassi 2014-09-22 11:08:23 +01:00
parent e1a3a38061
commit 35d4baa913
1 changed files with 11 additions and 19 deletions

View File

@ -24,7 +24,7 @@ On X11, Clutter depends on the following extensions:
* XComposite * XComposite
* XDamage * XDamage
* XExt * XExt
* XInput (1.x or 2.x) * XInput 2.x
* XKB * XKB
If you are building the API reference you will also need: If you are building the API reference you will also need:
@ -53,30 +53,24 @@ The official Clutter website is:
The API references for the latest stable release are available at: The API references for the latest stable release are available at:
http://docs.clutter-project.org/docs/clutter/stable/ https://developer.gnome.org/clutter/stable/
http://docs.clutter-project.org/docs/cogl/stable/
http://docs.clutter-project.org/docs/cally/stable/
The Clutter Cookbook is available at: The Clutter Cookbook is available at:
http://docs.clutter-project.org/docs/clutter-cookbook/ https://developer.gnome.org/clutter-cookbook/
New releases of Clutter are available at: New releases of Clutter are available at:
http://source.clutter-project.org/sources/clutter/ https://download.gnome.org/sources/clutter/
The Clutter blog is available at:
http://www.clutter-project.org/blog/
To subscribe to the Clutter mailing lists and read the archives, use the To subscribe to the Clutter mailing lists and read the archives, use the
Mailman web interface available at: Mailman web interface available at:
http://lists.clutter-project.org/ https://mail.gnome.org/mailman/listinfo/clutter-list
New bug page on Bugzilla: New bug page on Bugzilla:
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter https://bugzilla.gnome.org/enter_bug.cgi?product=clutter
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: see the `COPYING` file License, version 2.1 or (at your option) later: see the `COPYING` file
@ -92,7 +86,7 @@ be followed:
2. make 2. make
3. make install 3. make install
To build Clutter from a Git clone, run the autogen.sh script instead To build Clutter from a Git clone, run the `autogen.sh` script instead
of the configure one. The `autogen.sh` script will run the configure script of the configure one. The `autogen.sh` script will run the configure script
for you, unless the `NOCONFIGURE` environment variable is set to a non-empty for you, unless the `NOCONFIGURE` environment variable is set to a non-empty
value. value.
@ -133,7 +127,7 @@ The usual workflow for contributions should be:
2. Create a branch (`git checkout -b my_work`) 2. Create a branch (`git checkout -b my_work`)
3. Commit your changes (`git commit -am "Added my awesome feature"`) 3. Commit your changes (`git commit -am "Added my awesome feature"`)
4. Push to the branch (`git push origin my_work`) 4. Push to the branch (`git push origin my_work`)
5. Create an [Bug][1] with a link to your branch 5. Create an [Bug][bugzilla-clutter] with a link to your branch
6. Sit back, relax and wait for feedback and eventual merge 6. Sit back, relax and wait for feedback and eventual merge
Bugs Bugs
@ -141,7 +135,7 @@ Bugs
Bugs should be reported to the Clutter Bugzilla at: Bugs should be reported to the Clutter Bugzilla at:
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter https://bugzilla.gnome.org/enter_bug.cgi?product=clutter
You will need a Bugzilla account. You will need a Bugzilla account.
@ -161,7 +155,5 @@ behaviour.
If the bug exposes a crash, the exact text printed out and a stack trace If the bug exposes a crash, the exact text printed out and a stack trace
obtained using gdb are greatly appreciated. obtained using gdb are greatly appreciated.
[building-clutter]: https://wiki.gnome.org/Projects/Clutter/Building
[bugzilla-clutter]: https://bugzilla.gnome.org/enter_bug.cgi?product=clutter
[building-clutter]: http://wiki.clutter-project.org/wiki/BuildingClutter
[1]: http://bugzilla.gnome.org/enter_bug.cgi?product=clutter