aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES/README.en.md/eo.po
blob: ace966d2ce4a16bbe917620c370bf710117ea5cb (plain) (blame)
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
#
msgid ""
msgstr ""

msgid "gistatic"
msgstr ""

msgid "Static Git repository generator"
msgstr ""

msgid ""
"Generate HTML pages for a Git repository. The generated pages are static and"
" offline-first, and can be made available online as static assets."
msgstr ""

msgid "Usage"
msgstr ""

msgid "Generate static HTML website for Git repository:"
msgstr ""

msgid "$ gistatic path/to/git/ -o public/\n"
msgstr ""

msgid "Installation"
msgstr ""

msgid "Get the latest tarball and install it:"
msgstr ""

msgid ""
"wget https://euandreh.xyz/gistatic/tarballs/gistatic-main.tar.gz\n"
"tar xvf gistatic-main.tar.gz\n"
"cd gistatic-main/\n"
"make\n"
"[sudo] make install\n"
msgstr ""

msgid "The requirements are Perl with dependencies:"
msgstr ""

msgid "[Git::Raw][Git::Raw]: Perl bindings to [libgit2][libgit2];"
msgstr ""

msgid ""
"[Mustache::Simple][Mustache::Simple]: template library for generating output"
" files;"
msgstr ""

msgid "[CommonMark][cm-p]: [CommonMark][cm-spec] renderer."
msgstr ""

msgid "Documentation"
msgstr ""

msgid ""
"Documentation available via installed manpages, also available online: "
"[`gistatic.1`](gistatic.1.html) and [`gistatic-template.5`](gistatic-"
"template.5.html)."
msgstr ""

msgid "Contributing"
msgstr ""

msgid "Extra tools used for development are:"
msgstr ""

msgid "[Perl::Critic][Perl::Critic] and [B::Lint][B::Lint] for linting;"
msgstr ""

msgid "[perltidy][perltidy] for code formatting;"
msgstr ""

msgid "[ShellCheck][ShellCheck] for validating scripts;"
msgstr ""

msgid "[pandoc][pandoc] for generating the documentation HTML and website."
msgstr ""

msgid "For running the extra development-only checks, run:"
msgstr ""

msgid "$ make dev-check\n"
msgstr ""

msgid "and for generating the documentation HTML and website, run:"
msgstr ""

msgid "$ make public\n"
msgstr ""

msgid ""
"Send contributions to the [mailing list][mailing list] via [`git send-"
"email`](https://git-send-email.io/)."
msgstr ""

msgid "Links"
msgstr ""

msgid "[homepage](https://euandreh.xyz/gistatic/en/)"
msgstr ""

msgid "[source code](https://git.euandreh.xyz/gistatic/)"
msgstr ""

msgid "[bug tracking](https://euandreh.xyz/gistatic/TODOs.html)"
msgstr ""

msgid "[mailing list][mailing list]"
msgstr ""

msgid "[CI logs](https://euandreh.xyz/gistatic/ci.html)"
msgstr ""

msgid "[CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html)"
msgstr ""

msgid "License"
msgstr ""

msgid ""
"The code is licensed under [GNU Affero General Public License v3.0 or "
"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
msgstr ""

#, fuzzy
msgid "[Git::Raw]: https://metacpan.org/pod/Git::Raw"
msgstr "[Git::Raw]: https://metacpan.org/pod/Git::Raw"

#, fuzzy
msgid "[libgit2]: https://libgit2.org/"
msgstr "[libgit2]: https://libgit2.org/"

#, fuzzy
msgid "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"
msgstr "[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple"

#, fuzzy
msgid "[cm-p]: https://metacpan.org/pod/CommonMark"
msgstr "[cm-p]: https://metacpan.org/pod/CommonMark"

#, fuzzy
msgid "[cm-spec]: https://commonmark.org/"
msgstr "[cm-spec]: https://commonmark.org/"

#, fuzzy
msgid "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"
msgstr "[Perl::Critic]: https://metacpan.org/pod/Perl::Critic"

#, fuzzy
msgid "[B::Lint]: https://metacpan.org/pod/B::Lint"
msgstr "[B::Lint]: https://metacpan.org/pod/B::Lint"

#, fuzzy
msgid "[perltidy]: https://metacpan.org/pod/perltidy"
msgstr "[perltidy]: https://metacpan.org/pod/perltidy"

#, fuzzy
msgid "[ShellCheck]: https://www.shellcheck.net/"
msgstr "[ShellCheck]: https://www.shellcheck.net/"

#, fuzzy
msgid "[pandoc]: https://pandoc.org/"
msgstr "[pandoc]: https://pandoc.org/"

#, fuzzy
msgid ""
"[mailing list]: https://lists.sr.ht/~euandreh/public-"
"inbox?search=%5Bgistatic%5D"
msgstr ""
"[mailing list]: https://lists.sr.ht/~euandreh/public-"
"inbox?search=%5Bgistatic%5D"

#, fuzzy
msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"
msgstr "[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING"