doc/reference/finch/finch.toml.in

changeset 42678
0b9b81b6ff18
parent 42677
66b49e545c53
child 42679
192a8112562f
equal deleted inserted replaced
42677:66b49e545c53 42678:0b9b81b6ff18
1 [library]
2 version = "@PURPLE_MAJOR_VERSION@.@PURPLE_MINOR_VERSION@.@PURPLE_MICRO_VERSION@"
3 browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
4 repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
5 website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
6 authors = "Pidgin Developers"
7 logo_url = ""
8 license = "GPL-2.0-or-later"
9 description = "Finch Universal Chat Client"
10 dependencies = [ "GLib-2.0", "GObject-2.0", "GModule-2.0", "Gnt-3.0", "Purple-3.0" ]
11 devhelp = true
12 search_index = true
13
14 [dependencies."GLib-2.0"]
15 name = "GLib"
16 description = "General-purpose, portable utility library."
17 docs_url = "https://docs.gtk.org/glib/"
18
19 [dependencies."GObject-2.0"]
20 name = "GObject"
21 description = "The base type system library"
22 docs_url = "https://docs.gtk.org/gobject/"
23
24 [dependencies."GModule-2.0"]
25 name = "GModule"
26 description = "Portable API for dynamically loading modules"
27 docs_url = "https://docs.gtk.org/gmodule/"
28
29 [dependencies."Gnt-3.0"]
30 name = "Gnt"
31 description = "GLib NCurses Toolkit"
32 docs_url = "https://docs.imfreedom.org/gnt3/"
33
34 [dependencies."Purple-3.0"]
35 name = "Purple"
36 description = "Purple Universal Chat Library"
37 docs_url = "https://docs.imfreedom.org/purple3/"
38
39 [theme]
40 name = "basic"
41 show_index_summary = true
42 show_class_hierarchy = true
43
44 [source-location]
45 base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"
46
47 [extra]
48 # The same order will be used when generating the index
49 content_files = [
50 ]
51 content_images = [
52 ]
53 urlmap_file = "urlmap.js"

mercurial