pidgin/nest

494965ad0441
Remove last modification author from footer

Right now it says Anon for all pages and even if we were to automate that from the repository commits it's not really useful to see who modified a page and their email

Testing Done:
Ran `dev-server.sh` and verified the modifications to the footer rendered correctly.

Reviewed at https://reviews.imfreedom.org/r/520/
---
title: Version Control
date: 2019-02-01T05:09:48.000Z
anchor: development
replaces:
- developer.pidgin.im/wiki/UsingPidginMercurial
lastmod: 2019-08-29T20:33:38.000Z
---
All of the source code relating to Pidgin and its libraries is hosted in
[Mercurial](https://www.mercurial-scm.org/) repositories and are specified
below.
### Repositories
Pidgin itself lives in the {{< repo link="1" name="pidgin" >}}, repository.
This include Pidgin 2 on the `release-2.x.y` branch as well as Pidgin 3 on the
`default` branch.
The default branch has moved libgnt out to its own repository at
{{< repo link="1" name="libgnt" >}} to make it more accessible to other
developers. The intent here is to have it be a separate package on all
distributions to make it more accessible to users as well as developers. This
will help on distributions such as Slackware that enforce rules of one
distribution package per source package.
Pidgin 3 also depends on {{< repo link="1" name="talkatu" >}} for reusable
[GTK](https://www.gtk.org) widgets that are geared towards messaging clients.
Purple 3 has adopted {{< repo link="1" name="gplugin" >}}, which is a library
that handles plugins in multiple languages leveraging
[gobject-introspection](https://gi.readthedocs.io/en/latest/). It currently
supports C/C++, Perl, Python, and Lua plugins, with more languages planned for
the future.