gaim/www

Parents 743bd7b8b059
Children 22faad319af1
(21:23:17) SimGuy: LSchiere: why is it that gaim-ssl.txt is not a web page?
(21:23:36) LSchiere: SimGuy: because i don't know how to use the includes
and engines ChipX86|Coding wrote
(21:23:47) LSchiere: and so i just committed the file nosnilmot gave me
(21:24:10) nosnilmot: SimGuy: http://gaim.nosnilmot.com/faq-ssl.php
(21:24:21) nosnilmot: LSchiere: do you want that?
(21:24:40) nosnilmot: SimGuy: because I was a lazy sod originally
(21:25:01) SimGuy: nosnilmot: haha, that's exactly the sort of thing i
meant
(21:25:12) ***LSchiere blinks
(21:25:18) LSchiere: nosnilmot: yes i would
(21:26:18) nosnilmot: LSchiere:
(21:26:45) nosnilmot: LSchiere: it fixinates a couple of too for goodness


Christian, if this isn't correct, just revert it and we'll have nosnilmot
fix it ;-)
--- a/htdocs/aim_data.php3 Sun Dec 07 22:20:04 2003 -0500
+++ b/htdocs/aim_data.php3 Mon Dec 08 21:29:32 2003 -0500
@@ -1,4 +1,4 @@
-<?
+<?php
// Written by temas. (Not that I think anyone would particularly have
// any use for this script)
--- a/htdocs/bug.php Sun Dec 07 22:20:04 2003 -0500
+++ b/htdocs/bug.php Mon Dec 08 21:29:32 2003 -0500
@@ -1,1 +1,1 @@
-<? header("Location: http://sourceforge.net/tracker/?func=add&group_id=235&atid=100235") ?>
+<?php header("Location: http://sourceforge.net/tracker/?func=add&group_id=235&atid=100235") ?>
--- a/htdocs/faq.txt Sun Dec 07 22:20:04 2003 -0500
+++ b/htdocs/faq.txt Mon Dec 08 21:29:32 2003 -0500
@@ -719,7 +719,7 @@
Mozilla 1.5 has a broken .pc file and does not install the necessary .h files, and so will not be detected.
</p>
<p>
- See <a href="gaim-ssl.txt">these notes</a> on getting ssl to work with gaim.
+ See <a href="faq-ssl.php">these notes</a> on getting ssl to work with gaim.
</p>
--- a/htdocs/gaim-ssl.txt Sun Dec 07 22:20:04 2003 -0500
+++ b/htdocs/gaim-ssl.txt Mon Dec 08 21:29:32 2003 -0500
@@ -14,11 +14,13 @@
install mozilla-{nss,nspr}{,-devel} from 1.4, or install nss from source, in
parallel and link against those for Gaim. Or just use GnuTLS.
+OpenSSL is not an option for SSL support in Gaim because the OpenSSL license
+(BSD-style) is not compatible with the Gaim license (GPL)
+
SuSE (9.0)
==========
-
There's a 3rd party RPM for SuSE 9.0 here : http://www.usr-local-bin.org/gaim.php
You may need to put /opt/mozilla/lib in /etc/ld.so.conf (and run ldconfig as
@@ -142,6 +144,8 @@
<ntm> apt-get install libgnutls7-dev
<ntm> that's it.
+Note: libgnutls & libgnutls-dev (from stable) are known NOT to work
+
Gentoo
======
@@ -238,6 +242,22 @@
http://alphamonkey.org/view.php?type=notes&id=309
+SCO (anything, anyversion)
+==========================
+
+You're kidding, right? this stuff is licensed under the GPL, and SCO don't
+respect that.
+
+If that isn't enough to get you to use a decent OS, consider this:
+ "If Darl McBride was in charge, he'd probably make marriage unconstitutional
+ too, since clearly it de-emphasizes the commercial nature of normal human
+ interaction, and probably is a major impediment to the commercial growth of
+ prostitution."
+ -- Linus Torvalds, December 5th 2003.
+
+(Darl McBride is CEO of The SCO Group)
+
+
Not listed above
================
--- a/htdocs/patches.php Sun Dec 07 22:20:04 2003 -0500
+++ b/htdocs/patches.php Mon Dec 08 21:29:32 2003 -0500
@@ -1,1 +1,1 @@
-<? header("Location: http://sourceforge.net/tracker/?func=add&group_id=235&atid=300235") ?>
+<?php header("Location: http://sourceforge.net/tracker/?func=add&group_id=235&atid=300235") ?>
--- a/inc/html.inc.php Sun Dec 07 22:20:04 2003 -0500
+++ b/inc/html.inc.php Mon Dec 08 21:29:32 2003 -0500
@@ -93,7 +93,7 @@
?>
-<?
+<?php
while (list($name, $data) = each($navigation)) {