# HG changeset patch # User Sebastien Jodogne # Date 1482351633 -3600 # Node ID 329bcab46f5e7f1030e7c81dfe95273b7c3f2fac # Parent 13dd3f20a00aa2e809360e131a784f9cc67e9fea contributing diff -r 13dd3f20a00a -r 329bcab46f5e Sphinx/source/contributing.rst --- a/Sphinx/source/contributing.rst Fri Dec 16 13:01:24 2016 +0100 +++ b/Sphinx/source/contributing.rst Wed Dec 21 21:20:33 2016 +0100 @@ -43,9 +43,8 @@ request an extension to the Orthanc SDK on the `mailing list `_. -The University Hospital of Liège will also happily accept **external -patches** in the core of Orthanc and in its associated official -plugins, provided they are put in the public domain. Such patches must -be sent to the `mailing list -`_ (*not* via a -pull request). +The Orthanc project will also happily accept **external patches** in +the core of Orthanc and in its associated official plugins. Such +patches can either be sent to the `mailing list +`_ or via a +pull request. diff -r 13dd3f20a00a -r 329bcab46f5e Sphinx/source/faq/compiling.rst --- a/Sphinx/source/faq/compiling.rst Fri Dec 16 13:01:24 2016 +0100 +++ b/Sphinx/source/faq/compiling.rst Wed Dec 21 21:20:33 2016 +0100 @@ -76,10 +76,10 @@ * ``-DUSE_SYSTEM_DCMTK=OFF`` to statically link against DCMTK. * ``-DUSE_SYSTEM_JSONCPP=OFF`` to statically link against JsonCpp. -You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to -explicitely allow the CMake script to download the source code of any -required dependency. The source code of all these dependencies is -self-hosted on our servers at the University Hospital of Liège. +You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to explicitely +allow the CMake script to download the source code of any required +dependency. The source code of all these dependencies is self-hosted +on the Web server running our official homepage. Please also note that the option ``-DSTANDALONE_BUILD=ON`` must be used whenever your plan to move the binaries or to install them on