File: 8_appendix.xml

package info (click to toggle)
crystal-facet-uml 1.63.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 21,640 kB
  • sloc: ansic: 109,610; xml: 3,085; makefile: 138; sh: 113
file content (135 lines) | stat: -rw-r--r-- 5,158 bytes parent folder | download
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
<!DOCTYPE section>
<section>
    <title>Download and Install</title>
    <para>
        This appendix shows where to get further documentation
        and how to install the software.
    </para>

    <section>
        <title>Documentation</title>
        <para>
            User documentation is available here:
            <itemizedlist>
            <listitem><para><ulink url="https://andreaswarnke.de/crystal-facet-uml/crystal-facet-uml_documentation.pdf"/></para></listitem>
            <listitem><para><ulink url="https://andreaswarnke.de/crystal-facet-uml/html/index.html"/></para></listitem>
            </itemizedlist>
        </para>
    </section>

    <section>
        <title>Debian/Ubuntu Linux</title>
        <para>
            You may install crystal-facet-uml by the following command:
            <programlisting>
sudo apt install crystal-facet-uml
            </programlisting>

        </para>
        <para>
            If you instead manually download the .deb archive, you may e.g. invoke
            <userinput>sudo dpkg --install &lt;filename.deb&gt;</userinput>
            .

            Find the latest executable version of crystal-facet-uml at:
            <itemizedlist>
                <listitem><para><ulink url="https://tracker.debian.org/pkg/crystal-facet-uml"/></para></listitem>
            </itemizedlist>
        </para>
    </section>

    <section>
        <title>SuSE Linux</title>
        <para>
            To install, type on the command line:
            <programlisting>
sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/openSUSE_Tumbleweed devel_tools_tumble
# or sudo zypper addrepo https://download.opensuse.org/repositories/devel:/tools/15.5 devel_tools_15.5
# for more repositories see https://download.opensuse.org/repositories/devel:/tools/
sudo zypper refresh
sudo zypper install crystal-facet-uml
            </programlisting>
        </para>
        <para>
            If you instead manually download the .rpm archive, you may e.g. invoke
            <userinput>sudo zypper install &lt;filename.rpm&gt;</userinput>
            .

            Check for rpm packages at:
            <itemizedlist>
                <listitem><para><ulink url="https://build.opensuse.org/package/show/devel:tools/crystal_facet_uml"/></para></listitem>
            </itemizedlist>
        </para>
    </section>

    <section>
        <title>Windows/Wine</title>
        <para>
            Find the latest executable version of crystal-facet-uml at one of the following addresses:
            <itemizedlist>
                <listitem><para><ulink url="https://www.heise.de/download/product/crystal-facet-uml/"/></para></listitem>
                <listitem><para><ulink url="https://sourceforge.net/projects/crystal-facet-uml/"/></para></listitem>
            </itemizedlist>
        </para>
        <para>
            Unpack the zip archive.
            <itemizedlist>
                <listitem>
                    <para>
                        On windows, doubleclick on <userinput>crystal-facet-uml.bat</userinput>,
                    </para>
                </listitem>
                <listitem>
                    <para>
                        or using the wine emulation, call
                        <userinput>XDG_DATA_HOME=".\\share" wine64 bin/crystal-facet-uml.exe</userinput>.
                    </para>
                </listitem>
            </itemizedlist>
        </para>
    </section>

    <section>
        <title>Build from Source</title>
        <para>
            Find the latest source version of crystal-facet-uml at one of the following addresses:
            <itemizedlist>
                <listitem><para><ulink url="https://sourceforge.net/projects/crystal-facet-uml/"/></para></listitem>
                <listitem><para><ulink url="https://github.com/awarnke/crystal-facet-uml"/></para></listitem>
            </itemizedlist>
        </para>
        <para>
            Follow the instructions in <userinput>/README.md</userinput>.
        </para>
    </section>

    <section>
        <title>Further Links</title>
        <para>
            Static code analysis results are available here:
            <itemizedlist>
            <listitem><para><ulink url="https://scan.coverity.com/projects/awarnke-crystal_facet_uml"/></para></listitem>
            </itemizedlist>
        </para>
        <para>
            Test coverage report is available here:
            <itemizedlist>
            <listitem><para><ulink url="https://andreaswarnke.de/crystal-facet-uml/test_coverage/index.html"/></para></listitem>
            </itemizedlist>
        </para>
        <para>
            Validate your XMI exports at:
            <itemizedlist>
                <listitem><para><ulink url="http://validator.omg.org/se-interop/tools/validator"/></para></listitem>
            </itemizedlist>
        </para>
    </section>

    <section>
        <title>License</title>
        <para>
            License of crystal-facet-uml is Apache-2.0.
            Copyright 2016-2025 Andreas Warnke; Email-contact: cfu-at-andreaswarnke-dot-de
        </para>
    </section>
</section>