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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@application_id@.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Devhelp</name>
<summary>A developer tool for browsing and searching API documentation</summary>
<description>
<p>
Devhelp is a developer tool for browsing and searching API documentation.
It provides an easy way to navigate through libraries and to search by
function, struct, or macro.
</p>
<p>
The documentation must be installed locally, so an internet connection is
not needed to use Devhelp.
</p>
<p>
Devhelp works natively with GTK-Doc, so the GTK and GNOME libraries are
well supported. But other development platforms can be supported as well,
as long as the API documentation is available in HTML and a *.devhelp2
index file is generated.
</p>
<p>
Devhelp integrates with other applications such as Glade, Builder or
Anjuta, and plugins are available for different text editors (gedit, Vim,
Emacs, Geany, …).
</p>
</description>
<url type="homepage">https://wiki.gnome.org/Apps/Devhelp/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/devhelp/issues</url>
<url type="donation">https://www.gnome.org/donate/</url>
<screenshots>
<screenshot type="default">
<image>https://static.gnome.org/appdata/devhelp/devhelp-41-1.png</image>
<caption>Devhelp's main window</caption>
</screenshot>
<screenshot>
<image>https://static.gnome.org/appdata/devhelp/devhelp-41-2.png</image>
<caption>Devhelp's main window with an open book</caption>
</screenshot>
<screenshot>
<image>https://static.gnome.org/appdata/devhelp/devhelp-41-3.png</image>
<caption>Devhelp supports opening multiple books</caption>
</screenshot>
<screenshot>
<image>https://static.gnome.org/appdata/devhelp/devhelp-41-4.png</image>
<caption>Devhelp supports HTML documentation formats</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<update_contact>ebassi@gnome.org</update_contact>
<project_group>GNOME</project_group>
<translation type="gettext">devhelp</translation>
<provides>
<binary>devhelp</binary>
</provides>
<releases>
<release version="43.0" date="2022-09-20" type="development">
<description>
<ul>
<li>Localization updates</li>
</ul>
</description>
</release>
<release version="43~rc" date="2022-09-03" type="development">
<description>
<ul>
<li>Localization updates</li>
</ul>
</description>
</release>
<release version="43~beta" date="2022-08-10" type="development">
<description>
<ul>
<li>Localization updates</li>
</ul>
</description>
</release>
<release version="43~alpha" date="2022-07-13" type="development">
<description>
<p>A new cycle begins.</p>
<ul>
<li>Build against latest GNOME run time</li>
<li>Localization updates</li>
</ul>
</description>
</release>
<release version="41.2" date="2021-10-01" />
<release version="41.1" date="2021-09-17" />
<release version="41.0" date="2021-09-17">
<description>
<p>Update the UI to follow the GNOME interface guidelines more closely.</p>
<p>Support the documentation generated by GTK 4, Pango, and other libraries.</p>
<p>Many localization updates.</p>
</description>
</release>
<release version="40.0" date="2021-04-12" />
<release version="3.38.1" date="2020-11-20" />
<release version="3.38.0" date="2020-09-11" />
</releases>
</component>
|