summaryrefslogtreecommitdiff
path: root/t/data/spin/output/software/docknot/api/app-docknot.html
blob: 5076e7341dc956242ea53291bf9029ddd7d909ae (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>App::DocKnot</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" href="/~eagle/styles/pod.css" type="text/css" />
  <link rel="next" href="app-docknot-command.html"
        title="App::DocKnot::Command" />
  <link rel="up" href="../" title="DocKnot" />
  <link rel="top" href="../../../" />
</head>

<!-- Spun by DocKnot %VERSION% on %DATE% -->

<body>
<table class="navbar"><tr>
  <td class="navleft"></td>
  <td>
    <a href="../../../">Russ Allbery</a>
    &gt; <a href="../../">Software</a>
    &gt; <a href="../">DocKnot</a>
  </td>
  <td class="navright"><a href="app-docknot-command.html">App::DocKnot::Command</a>&nbsp;&gt;</td>
</tr></table>


<h1>App::DocKnot</h1>

<p class="subhead">(Documentation and software release management)</p>

<p class="navbar">
  <a href="#S1">Requirements</a>
  | <a href="#S2">Description</a>
  | <a href="#S3">Instance Methods</a>
  | <a href="#S4">Author</a>
<br />
  <a href="#S5">Copyright and License</a>
  | <a href="#S6">See Also</a>
</p>

<h2 id="S1"><a name="S1">REQUIREMENTS</a></h2>

<p>
Perl 5.24 or later and the modules File::BaseDir and File::ShareDir, both of
which are available from CPAN.
</p>

<h2 id="S2"><a name="S2">DESCRIPTION</a></h2>

<p>
DocKnot is a system for documentation and software release management.  Its
functionality is provided by various submodules, often invoked via the
<b>docknot</b> command-line program.  For more information, see docknot(1).
</p>

<p>
This module only provides helper functions to load configuration and metadata
that are used by its various submodules.
</p>

<h2 id="S3"><a name="S3">INSTANCE METHODS</a></h2>

<dl>
<dt>appdata_path(PATH[, ...])</dt>
<dd><p>
Return the path of a file from the application data.  The file is specified as
one or more path components.
</p>

<p>
These data files are installed with App::DocKnot, but each file can be
overridden by the user via files in <i class="file">$HOME/.config/docknot</i> or
<i class="file">/etc/xdg/docknot</i> (or whatever $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS are set
to).  Raises a text exception if the desired file could not be located.
</p></dd>
</dl>

<h2 id="S4"><a name="S4">AUTHOR</a></h2>

<p>
Russ Allbery &lt;rra@cpan.org&gt;
</p>

<h2 id="S5"><a name="S5">COPYRIGHT AND LICENSE</a></h2>

<p>
Copyright 2013-2021 Russ Allbery &lt;rra@cpan.org&gt;
</p>

<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>

<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>

<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>

<h2 id="S6"><a name="S6">SEE ALSO</a></h2>

<p>
docknot(1)
</p>

<p>
This module is part of the App-DocKnot distribution.  The current version of
DocKnot is available from CPAN, or directly from its web site at
&lt;<a href="https://www.eyrie.org/~eagle/software/docknot/">https://www.eyrie.org/~eagle/software/docknot/</a>&gt;.
</p>

<table class="navbar"><tr>
  <td class="navleft"></td>
  <td>
    <a href="../../../">Russ Allbery</a>
    &gt; <a href="../../">Software</a>
    &gt; <a href="../">DocKnot</a>
  </td>
  <td class="navright"><a href="app-docknot-command.html">App::DocKnot::Command</a>&nbsp;&gt;</td>
</tr></table>

<address>
    Last <a href="https://www.eyrie.org/~eagle/software/web/">spun</a>
    %DATE% from thread modified %DATE%
</address>
</body>
</html>