pidgin/nest

Parents 8958060289bd
Children 8f34a909272e
Add a Community page and fix up a link on the building page to use it.
--- a/hugo/content/building/2.x.y.md Thu May 16 22:10:20 2019 -0400
+++ b/hugo/content/building/2.x.y.md Sun May 19 13:51:27 2019 -0400
@@ -30,7 +30,7 @@
If you are trying to compile on Windows, you need the answer to a different question.
## Why can't I compile Pidgin?
-You're probably missing some dependencies. The `configure` script will tell you when you are missing required dependencies. Remember that if you're using an RPM-based (RedHat Enterprise Linux, CentOS, SUSE, Mandriva, etc.) or Debian-based system (Debian, Ubuntu, etc.) that having just a library's package installed is not sufficient--you must also have the `-devel` (RPM systems) or `-dev` (Debian-based systems) package for each library installed. If `configure` is succeeding, but `make` fails, this is harder to diagnose and you will probably want to drop by the IRC channel or XMPP conference listed on PidginCommunity to get help.
+You're probably missing some dependencies. The `configure` script will tell you when you are missing required dependencies. Remember that if you're using an RPM-based (RedHat Enterprise Linux, CentOS, SUSE, Mandriva, etc.) or Debian-based system (Debian, Ubuntu, etc.) that having just a library's package installed is not sufficient--you must also have the `-devel` (RPM systems) or `-dev` (Debian-based systems) package for each library installed. If `configure` is succeeding, but `make` fails, this is harder to diagnose and you will probably want to drop by the IRC channel or XMPP conference listed on [Community](/community) to get help.
## How do I install the dependencies on Debian or Ubuntu?
You need to install the development headers; these are the `-dev` packages. A simple `apt-get build-dep pidgin` will find and install all of the required header packages for you.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/community/_index.md Sun May 19 13:51:27 2019 -0400
@@ -0,0 +1,27 @@
+---
+title: "Community"
+date: 2019-02-11T12:40:00-05:00
+anchor: "community"
+weight: 100
+replaces: [
+ "developer.pidgin.im/wiki/PidginCommunity",
+]
+---
+
+Pidigin is a huge project with a community that helps to provide support. We have a number of ways you can get in touch with us.
+
+## E-mail
+The Pidgin team can be reached via mailing lists for support and development information.
+
+ - [support@pidgin.im](mailto:support@pidgin.im) ([List Info](https://pidgin.im/cgi-bin/mailman/listinfo/support)) ([List Archive](https://pidgin.im/pipermail/support/)) -
+ - [devel@pidgin.im](mailto:devel@pidgin.im) ([List Info](https://pidgin.im/cgi-bin/mailman/listinfo/devel)) ([List Archive](https://pidgin.im/pipermail/devel/))
+ - We offer a few other mailing lists. [See the full list.](http://pidgin.im/cgi-bin/mailman/listinfo)
+
+## Chat
+If you prefer chat-based contact, the Pidgin community has two primary chat resources:
+
+ - `#pidgin` on `irc.freenode.net` on IRC
+ - `devel@conference.pidgin.im`, a Jabber/XMPP MUC (Multi-User Chat)
+
+## Helping
+We often get people asking how they can help. Take a look at the [Contributing](/contributing) page for suggestions! There are lots of things to do for people, and a lot of them don't even involve the source code!