doc/reference/pidgin/urlmap.js

Wed, 17 Aug 2022 04:09:59 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 17 Aug 2022 04:09:59 -0500
changeset 41504
70d9d0552b04
parent 41124
95555046173e
child 41518
31072565a926
permissions
-rw-r--r--

Remove the old nsis scripts.

We know we're not going to be using NSIS in the future so there's no reason to
keep this stuff around.

Testing Done:
ran meson to make sure nothing was referencing it.

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

// 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