Skip to content

Commit fcd5331

Browse files
authored
Add AppData (#1900)
Required for publishing to Flathub
1 parent c2bdfb9 commit fcd5331

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

zola.metainfo.xml

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<component type="console-application">
4+
<id>org.getzola.zola</id>
5+
<icon type="remote">https://github.com/getzola/zola/blob/72461a1fc9a767d4eadb6be48a0c5ba35e974049/docs/static/favicon.ico</icon>
6+
7+
<name>Zola</name>
8+
<summary>A fast static site generator in a single binary with everything built-in</summary>
9+
<developer_name>Vincent Prouillet and contributors</developer_name>
10+
11+
<metadata_license>CC0-1.0</metadata_license>
12+
<project_license>MIT</project_license>
13+
14+
<description>
15+
<p>
16+
Zola comes as a single executable with Sass compilation, syntax highlighting, table of contents and many other features
17+
that traditionally require setting up a dev environment adding some JavaScript libraries to your site.
18+
</p>
19+
<p>
20+
The average site will be generated in less than a second, including Sass compilation and syntax highlighting.
21+
</p>
22+
<p>
23+
Zola renders your whole site as static files, making it trivial to handle any kind of traffic you will throw at it at no
24+
cost without having to worry about managing a server or a database.
25+
</p>
26+
<p>
27+
From the CLI to the template engine, everything is designed to be intuitive. Don't take my word for it though, look at the
28+
documentation and see for yourself.
29+
</p>
30+
<p>
31+
Zola gets out of your way so you can focus on your content, be it a blog, a knowledge base, a landing page or a combination
32+
of them.
33+
</p>
34+
<p>
35+
Zola comes with shortcodes and internal links to make it easier to write your content.
36+
</p>
37+
</description>
38+
39+
<categories>
40+
<category>Development</category>
41+
<category>WebDevelopment</category>
42+
</categories>
43+
44+
<url type="homepage">https://www.getzola.org/</url>
45+
<url type="bugtracker">https://github.com/getzola/zola/issues</url>
46+
<url type="help">https://www.getzola.org/documentation/</url>
47+
48+
<provides>
49+
<binary>zola</binary>
50+
</provides>
51+
52+
<content_rating type="oars-1.1" />
53+
54+
<releases>
55+
<release version="0.15.3" date="2022-01-22">
56+
<url>https://github.com/getzola/zola/releases/tag/v0.15.3</url>
57+
</release>
58+
</releases>
59+
60+
</component>

0 commit comments

Comments
 (0)