summaryrefslogtreecommitdiff
path: root/doc/reference/finch/finch.toml.in
blob: 331f588c943d13744c93d65656f3f94ebd943cb7 (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
[library]
version = "@PURPLE_VERSION@"
browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
authors = "Pidgin Developers"
logo_url = ""
license = "GPL-2.0-or-later"
description = "Finch Universal Chat Client"
dependencies = [ "GLib-2.0", "GObject-2.0", "GModule-2.0", "Gnt-3.0", "Purple-3.0" ]
devhelp = true
search_index = true

  [dependencies."GLib-2.0"]
  name = "GLib"
  description = "General-purpose, portable utility library."
  docs_url = "https://docs.gtk.org/glib/"

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

  [dependencies."Gnt-3.0"]
  name = "Gnt"
  description = "GLib NCurses Toolkit"
  docs_url = "https://docs.imfreedom.org/gnt3/"

  [dependencies."Purple-3.0"]
  name = "Purple"
  description = "Purple Universal Chat Library"
  docs_url = "https://docs.imfreedom.org/purple3/"

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true

[source-location]
base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"

[extra]
# The same order will be used when generating the index
content_files = [
]
content_images = [
]
urlmap_file = "urlmap.js"