doc/reference/pidgin/urlmap.js

Fri, 14 Jan 2022 00:11:38 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 14 Jan 2022 00:11:38 -0600
changeset 41250
e82d07ed6862
parent 41124
95555046173e
child 41518
31072565a926
permissions
-rw-r--r--

Remove purple_utf8_strftime

Testing Done:
Ran both finch and pidgin and verified that the timestamps in their debug windows remained the same format.

Reviewed at https://reviews.imfreedom.org/r/1227/

// SPDX-FileCopyrightText: 2021 GNOME Foundation
// SPDX-License-Identifier: LGPL-2.1-or-later

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
    [ 'GPlugin-Gtk3', 'https://docs.imfreedom.org/gplugin-gtk3/' ],
    [ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
    [ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ],
]

mercurial