# HG changeset patch # User Steve Borho <[email protected]> # Date 1423619598 21600 # Tue Feb 10 19:53:18 2015 -0600 # Node ID 8a24efceef82b794fb618c34d11a7a84d3d0f0db # Parent 1ed7dd760d0f605c3426ff45288e62fd6a5654ae add a short readme in the root folder for code hosting sites
bitbucket and github will display readme content from the root folder of a source repository. this does not affect the landing page for the master public repository at https://bitbucket.org/multicoreware/x265, since it is configured to send people to the wiki by default. This mainly benefits forks diff -r 1ed7dd760d0f -r 8a24efceef82 readme.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Tue Feb 10 19:53:18 2015 -0600 @@ -0,0 +1,14 @@ +================= +x265 HEVC Encoder +================= + +| **Read:** | Online `documentation <http://x265.readthedocs.org/en/default/>`_ | Developer `wiki <http://bitbucket.org/multicoreware/x265/wiki/>`_ +| **Download:** | `releases <http://bitbucket.org/multicoreware/x265/downloads/>`_ +| **Interact:** | #x265 on freenode.irc.net | `[email protected] <http://mailman.videolan.org/listinfo/x265-devel>`_ | `Report an issue <https://bitbucket.org/multicoreware/x265/issues?status=new&status=open>`_ + +`x265 <https://www.videolan.org/developers/x265.html>`_ is an open +source HEVC encoder. See the developer wiki for instructions for +downloading and building the source. + +x265 is free to use under the `GNU GPL <http://www.gnu.org/licenses/gpl-2.0.html>`_ +and is also available under a commercial `license <http://x265.org>`_ _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
