Skip to content

Commit a47feb8

Browse files
ctalauOxygen Content Fusion
authored andcommitted
Mention CF as a Git application.
1 parent e349fab commit a47feb8

File tree

1 file changed

+32
-10
lines changed

1 file changed

+32
-10
lines changed

git-tech-writers/git_client_applications.dita

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,30 @@
66
<author>Radu Coravu</author>
77
</prolog>
88
<body>
9+
<section id="section_gxh_vpv_v2c">
10+
<title>Oxygen Applications</title>
11+
<p>
12+
<ul id="ul_v3t_mcs_lwx">
13+
<li><xref href="https://www.oxygenxml.com/content_fusion.html" format="html"
14+
scope="external"><b>Oxygen Content Fusion</b></xref> is a <b>web-based
15+
Git-enabled DITA CMS</b>. It is designed to provide the missing pieces
16+
that Git lacks when working with a DITA project, such as review workflows
17+
and publishing.</li>
18+
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/git-addon.html"
19+
format="html" scope="external"><b>Git Client</b></xref> add-on in Oxygen
20+
XML Editor allows you to use Git from the comfort of your authoring
21+
tool.</li>
22+
<li><xref href="https://www.oxygenxml.com/xml_web_author.html" format="html"
23+
scope="external"><b>Oxygen XML Web Author</b></xref> has support for all
24+
Git hosting servers. It is customisable and can be integrated with your
25+
workflows and tools, such as <xref
26+
href="https://www.oxygenxml.com/demo/wa_web_author_into_your_documentation_review_workflow.html"
27+
format="html" scope="external">JIRA issue tracking</xref>.</li>
28+
</ul>
29+
</p>
30+
</section>
931
<section id="section_ozj_tzy_qwb">
10-
<title>Server-side solutions</title>
32+
<title>Repository hosting solutions</title>
1133
<p>
1234
<ul id="ul_gjw_5tl_mwb">
1335
<li><xref href="https://github.com/" format="html" scope="external"
@@ -23,21 +45,21 @@
2345
</ul></p>
2446
</section>
2547
<section id="section_jrl_5zy_qwb">
26-
<title>Client-side applications</title>
48+
<title>Other client-side applications</title>
2749
<p>There are lots of free client-side applications that can be used to work with Git
2850
repositories:</p>
2951
<ul id="ul_v3t_mcs_lwb">
3052
<li><b>Git Fork</b></li>
3153
<li><b>Git Tower</b></li>
3254
<li><b>SourceTree</b></li>
33-
<li><b>GitHub Desktop</b></li>
34-
<li><b>Git</b> console</li>
35-
<li><xref href="https://www.oxygenxml.com/doc/ug-addons/topics/git-addon.html" format="html"
36-
scope="external"><b>Git Client</b></xref> add-on in Oxygen XML Editor</li>
37-
<li>Web-based clients like Oxygen <xref href="https://www.oxygenxml.com/xml_web_author.html"
38-
format="html" scope="external"><b>Web Author</b></xref>, or Oxygen <xref
39-
href="https://www.oxygenxml.com/content_fusion.html" format="html"
40-
scope="external"><b>Content Fusion</b></xref></li>
55+
<li><b>GitHub Desktop</b>
56+
<ul id="ul_nlw_lrv_v2c">
57+
<li>Allows you to cherry-pick commits with drag &amp; drop, but otherwise
58+
has limited functionality</li>
59+
</ul></li>
60+
<li>The <codeph>git</codeph> command-line client<ul id="ul_adf_mrv_v2c">
61+
<li>Useful for scripting or advanced commands</li>
62+
</ul></li>
4163
</ul>
4264
</section>
4365
</body>

0 commit comments

Comments
 (0)