summaryrefslogtreecommitdiffstats
path: root/src/serialport/doc/src/getsrc.qdoc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-07 04:58:36 +0000
committerLaszlo Papp <lpapp@kde.org>2013-02-07 10:04:28 +0100
commit1d97ab27b96899247692df64ee726545f6d1031b (patch)
tree79b2e1670bf83306f229ba239c10491ddfa56acf /src/serialport/doc/src/getsrc.qdoc
parent27966cb75d8a95c4ada1fbd2f5ee19cf66199842 (diff)
Doc: Remove the "bla-bla" entries, and make the English nicer
Change-Id: I5160ee7116827078d6970ff43a606effb4ea2eed Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/doc/src/getsrc.qdoc')
-rw-r--r--src/serialport/doc/src/getsrc.qdoc28
1 files changed, 24 insertions, 4 deletions
diff --git a/src/serialport/doc/src/getsrc.qdoc b/src/serialport/doc/src/getsrc.qdoc
index 5c6bcf89..d947a387 100644
--- a/src/serialport/doc/src/getsrc.qdoc
+++ b/src/serialport/doc/src/getsrc.qdoc
@@ -33,11 +33,31 @@
\contentspage {Get source} {Contents}
\nextpage Building and usage
- \section1 For users
+ \section1 Users
- Bla-Bla-Bla
+ \code
+ $ git clone git://gitorious.org/qtplayground/qtserialport.git
+ \endcode
- \section1 For developers
+ \section1 Developers
- Bla-Bla-Bla
+ Getting a Qt developer account is necessary to contribute to the project,
+ so that has to be obtained first. Once, that is done, see the following page
+ for further details about the Git and Gerrit usage:
+
+ \l{http://wiki.qt-project.org/Setting_up_Gerrit}{Setting up Gerrit}
+
+ The following command can be used to clone the project with push access:
+
+ \code
+ $ git clone ssh://<username>@codereview.qt-project.org:29418/playground/qtserialport.git
+ \endcode
+
+ If you are in a corporate environment (e.g. behind a firewall) which only
+ allows Ports 80 (HTTP) and 443 (HTTPS), use the following configuration
+ instead:
+
+ \code
+ $ git clone ssh://<username>@codereview.qt-project.org:443/playground/qtserialport.git
+ \code
*/