-
Notifications
You must be signed in to change notification settings - Fork 0
/
scm.html
272 lines (250 loc) · 11.1 KB
/
scm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2024-06-04
Rendered using Reflow Maven Skin 1.2.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Source Code Management | qa.wcm.io</title>
<link rel="shortcut icon" href="https://wcm.io/images/favicon.ico">
<link rel="apple-touch-icon" href="https://wcm.io/images/favicon-152.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="wcm.io QA - wcm.io Quality Assurance Support Tools" />
<meta http-equiv="content-language" content="en" />
<link href="https://qa.wcm.io/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/docs.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/reflow-skin.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/highlightjs-style-github.min.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/lightbox.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/site.css" rel="stylesheet" />
<link href="https://qa.wcm.io/css/print.css" rel="stylesheet" media="print" />
</head>
<body class="page-scm project-public_site" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./">wcm.io QA</a>
<div class="nav-collapse collapse" id="top-nav-collapse">
<ul class="nav pull-right">
<li ><a href="http://github.com/wcm-io-qa" title="GitHub project" class="externalLink">GitHub project</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Categories <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="galenium/" title="Galenium">Galenium</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contribute <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="https://wcm.io/contribute.html" title="Contribute" class="externalLink">Contribute</a></li>
<li ><a href="https://github.com/wcm-io-qa" title="Issues" class="externalLink">Issues</a></li>
<li ><a href="https://wcm-io.atlassian.net/wiki/" title="Wiki" class="externalLink">Wiki</a></li>
<li ><a href="https://wcm.io/mailing-lists.html" title="Mailing Lists" class="externalLink">Mailing Lists</a></li>
<li ><a href="http://github.com/wcm-io-qa" title="Fork on GitHub" class="externalLink">Fork on GitHub</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header>
<div class="jumbotron subhead">
<div class="row" id="banner">
<div class="span12">
<div class="pull-left">
<a href="./" id="bannerLeft"><h1><img src="https://wcm.io/images/[email protected]"/> wcm.io QA</h1></a>
<p class="lead">wcm.io Quality Assurance Support Tools</p>
</div>
<div class="pull-right">
</div>
</div>
</div>
</div>
<div>
<ul class="breadcrumb">
<li><a href="./" title="wcm.io QA">wcm.io QA</a></li>
<li class="divider">/</li>
<li><a href="index.html" title="qa.wcm.io">qa.wcm.io</a></li>
<li class="divider">/</li>
<li>Source Code Management</li>
</ul>
</div>
</header>
<div class="main-body">
<div class="row">
<div class="span8">
<div class="body-content">
<section>
<div class="page-header">
<h2 id="Overview">Overview</h2>
</div><a name="Overview"></a>
<p>This project uses <a class="externalLink" href="https://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="https://git-scm.com/documentation">https://git-scm.com/documentation</a>.</p>
</section>
<section>
<h2 id="Web_Browser_Access">Web Browser Access</h2><a name="Web_Browser_Access"></a>
<p>The following is a link to a browsable version of the source repository:</p>
<div>
<pre><a class="externalLink" href="https://github.com/wcm-io-qa/wcm-io-qa-tooling">https://github.com/wcm-io-qa/wcm-io-qa-tooling</a></pre>
</div>
</section>
<section>
<h2 id="Anonymous_Access">Anonymous Access</h2><a name="Anonymous_Access"></a>
<p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
<div>
<pre>$ git clone https://github.com/wcm-io-qa/wcm-io-qa-tooling.git</pre>
</div>
</section>
<section>
<h2 id="Developer_Access">Developer Access</h2><a name="Developer_Access"></a>
<p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
<div>
<pre>$ git clone https://github.com/wcm-io-qa/wcm-io-qa-tooling.git</pre>
</div>
</section>
<section>
<h2 id="Access_from_Behind_a_Firewall">Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>
</section>
</div>
</div>
<div class="span4">
<div id="toc-sidebar">
<div class="well">
<ul class="nav nav-list">
<li class="nav-header">Table of Contents</li>
<li><a href="#Overview" title="Overview">Overview</a>
<li><a href="#Web_Browser_Access" title="Web Browser Access">Web Browser Access</a>
<li><a href="#Anonymous_Access" title="Anonymous Access">Anonymous Access</a>
<li><a href="#Developer_Access" title="Developer Access">Developer Access</a>
<li><a href="#Access_from_Behind_a_Firewall" title="Access from Behind a Firewall">Access from Behind a Firewall</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="well">
<div class="container">
<div class="row">
<div class="span2 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Main</li>
<li >
<a href="./" title="Home">Home</a>
</li>
<li >
<a href="platforms.html" title="Platforms">Platforms</a>
</li>
<li >
<a href="maven.html" title="Maven Repositories">Maven Repositories</a>
</li>
<li >
<a href="http://github.com/wcm-io-qa" title="GitHub project" class="externalLink">GitHub project</a>
</li>
<li >
<a href="https://wcm.io/subprojects.html" title="Subprojects" class="externalLink">Subprojects</a>
</li>
<li >
<a href="http://www.apache.org/licenses/LICENSE-2.0.txt" title="License" class="externalLink">License</a>
</li>
<li >
<a href="https://wcm.io/commercial-support.html" title="Commercial Support" class="externalLink">Commercial Support</a>
</li>
<li >
<a href="https://diva-e.com/en/imprint/" title="Imprint" class="externalLink">Imprint</a>
</li>
<li >
<a href="https://wcm.io/privacy.html" title="Privacy Policy" class="externalLink">Privacy Policy</a>
</li>
</ul>
</div>
<div class="span2 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Categories</li>
<li >
<a href="galenium/" title="Galenium">Galenium</a>
</li>
</ul>
</div>
<div class="span2 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Contribute</li>
<li >
<a href="https://wcm.io/contribute.html" title="Contribute" class="externalLink">Contribute</a>
</li>
<li >
<a href="https://github.com/wcm-io-qa" title="Issues" class="externalLink">Issues</a>
</li>
<li >
<a href="https://wcm-io.atlassian.net/wiki/" title="Wiki" class="externalLink">Wiki</a>
</li>
<li >
<a href="https://wcm.io/mailing-lists.html" title="Mailing Lists" class="externalLink">Mailing Lists</a>
</li>
<li >
<a href="http://github.com/wcm-io-qa" title="Fork on GitHub" class="externalLink">Fork on GitHub</a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Maven documentation</li>
<li >
<a href="project-info.html" title="Project Information">Project Information <i class="icon-chevron-down"></i></a>
<ul class="nav nav-list">
<li >
<a href="index.html" title="About">About</a>
</li>
<li class="active">
<a href="#" title="Source Code Management">Source Code Management</a>
</li>
<li >
<a href="licenses.html" title="Licenses">Licenses</a>
</li>
<li >
<a href="summary.html" title="Summary">Summary</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="span3 bottom-description">
<blockquote>wcm.io QA is an Open Source project which provides Quality Assurance Support Tools.</blockquote>
</div>
</div>
</div>
</footer>
<div class="container subfooter">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright ©2017-2024 <a href="https://qa.wcm.io">wcm.io QA</a>. All Rights Reserved.</p>
<p class="version-date"><span class="projectVersion">Version: 7-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-06-04. </span></p>
</div>
</div>
</div>
<!-- JavaScript
================================================== -->
<script src="https://qa.wcm.io/js/jquery.min.js"></script>
<script src="https://qa.wcm.io/js/bootstrap.min.js"></script>
<script src="https://qa.wcm.io/js/lightbox.min.js"></script>
<script src="https://qa.wcm.io/js/reflow-scroll.js"></script>
<script src="https://qa.wcm.io/js/json5.min.js"></script>
<script src="https://qa.wcm.io/js/reflow-json-jcr-convert.js"></script>
<script src="https://qa.wcm.io/js/highlight.min.js"></script>
<script src="https://qa.wcm.io/js/reflow-skin.js"></script>
</body>
</html>