From owner-freebsd-www@FreeBSD.ORG Sun Jun 8 05:00:25 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4AA37B404 for ; Sun, 8 Jun 2003 05:00:18 -0700 (PDT) Received: from vmx2.atpco.com (vmx2.atpco.com [206.181.245.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B9143FBD for ; Sun, 8 Jun 2003 05:00:17 -0700 (PDT) (envelope-from mpotter@atpco.com) Received: from atpco.com (pcp02139023pcs.reston01.va.comcast.net [68.48.28.92]) (authenticated bits=0) by vmx2.atpco.com (8.12.6/8.12.6) with ESMTP id h5878Gjs019450 for ; Sun, 8 Jun 2003 07:08:17 GMT (envelope-from mpotter@atpco.com) Date: Sun, 8 Jun 2003 08:05:59 -0400 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Matthew R Potter To: www@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <9133B4C9-99A9-11D7-8C40-000393DA4FC8@atpco.com> X-Mailer: Apple Mail (2.552) Subject: Consulting Services Page submission X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 12:00:25 -0000 Woluld someone be so kind and ad this to the FreeBSD consultants page. Thank you.
  • Matthew R. Potter has over 8 years in UNIX IP Networks . Potter Systems Potter Systems Specializes in BSD, OS X and Network Consulting and located in Northern Virginia. You can reach him via email at Matthew R. Potter
  • From owner-freebsd-www@FreeBSD.ORG Sun Jun 8 20:16:10 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF9E237B401 for ; Sun, 8 Jun 2003 20:16:10 -0700 (PDT) Received: from cvs.tortall.net (cvs.tortall.net [198.78.66.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7105643FDD for ; Sun, 8 Jun 2003 20:16:10 -0700 (PDT) (envelope-from peter@tortall.net) Received: by cvs.tortall.net (Postfix, from userid 1000) id 4A92F2BCA3; Sun, 8 Jun 2003 20:16:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cvs.tortall.net (Postfix) with ESMTP id 43A712BC7E for ; Sun, 8 Jun 2003 20:16:09 -0700 (PDT) Date: Sun, 8 Jun 2003 20:16:09 -0700 (PDT) From: Peter Johnson X-X-Sender: pete@cvs.tortall.net To: freebsd-www@freebsd.org Message-ID: <20030608195053.E23828@cvs.tortall.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Mailman archive hyperlink to cvsweb X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 03:16:11 -0000 I've written a patch for Mailman's list archiver that links FreeBSD formatted cvs commit messages to cvsweb much like FreeBSD's original list archiver (it's even a bit better at figuring out what to link to). For an example of it in action, see the list archives at http://cvs.tortall.net/pipermail/yasm-cvs/, specific examples include: - Branches (and new files): http://cvs.tortall.net/pipermail/yasm-cvs/2003-June/000032.html - Deleted files: http://cvs.tortall.net/pipermail/yasm-cvs/2003-May/000009.html I would think it would be highly desirable to get this feature into the FreeBSD installation of Mailman, but even if it's not integrated there, there may be other users (like me) out there for which this patch might be useful. Installation: 1. Apply the patch from to the Mailman installation (typically /usr/local/mailman). 2. Add a pointer to the cvsweb host in Mailman/mm_cfg.py such as: CVSWEB = 'http://cvsweb.freebsd.org' 3. Re-archive cvs lists using bin/arch --wipe {listname}. Notes: - The CVSWEB definition is required; additional filtering is disabled until this is defined in mm_cfg.py. - The filter is only applied to messages in lists matching ".*cvs.*" and messages within those lists matching "^cvs commit[:]". This can be changed by editing the patch. - The cvs commit messages themselves must be formatted similarly to the FreeBSD commit messages (primarily the Revision/Changes/Path portion) Comments welcome. Please CC me, as I'm not subscripted to freebsd-www. -- Peter Johnson peter@tortall.net From owner-freebsd-www@FreeBSD.ORG Mon Jun 9 01:15:22 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E399637B401 for ; Mon, 9 Jun 2003 01:15:22 -0700 (PDT) Received: from viefep15-int.chello.at (viefep15-int.chello.at [213.46.255.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5D443FBD for ; Mon, 9 Jun 2003 01:15:21 -0700 (PDT) (envelope-from gernot.schmied@chello.at) Received: from pollux ([213.47.70.127]) by viefep15-int.chello.at (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030609081519.PFDU1476.viefep15-int.chello.at@pollux> for ; Mon, 9 Jun 2003 10:15:19 +0200 From: "Gernot W. Schmied" To: Date: Mon, 9 Jun 2003 10:15:16 +0200 Message-ID: <000701c32e5f$42e328a0$0201a8c0@pollux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0008_01C32E70.066BF8A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Mailman-Approved-At: Mon, 09 Jun 2003 04:56:24 -0700 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Consulting Services Entry (Commercial Vendors - Consulting) EUROPE X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 08:15:23 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C32E70.066BF8A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Hello, I'd very much appreciate if you could add the following entry to the Consulting Services Europe section: "IKTech Dipl.-Ing. Gernot Schmied" Thanks and special greetings from Vienna/Austria, Gernot --------------------------------------------------------------------- Gernot W. Schmied, Dipl.-Ing., MS Snail Mail: Mariahilferstrasse 81 - 2/2/9, A-1060 Vienna, AUSTRIA Mobile: +43-699-19235834, Phone: +43-1-9235834 URL: http://members.chello.at/gernot.schmied Email: gernot.schmied@chello.at , gernot.schmied@ieee.org PGP Fingerprint: 226C 2CC3 4A96 5E33 76B9 34DC D356 4A7A 6FAF 0391 --------------------------------------------------------------------- ------=_NextPart_000_0008_01C32E70.066BF8A0 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="IKTech.html" MIME-Version: 1.0 Content-Type: text/plain; name="IKTech.html" [1]IKTech Dipl.-Ing. Gernot Schmied = is a high-end systems integrator and UNIX competence center located in Vienna, AUSTRIA. We especially focus on telecommunications, networking and security aspects for NPO, corporate and Service Provider/Carrier customers. We use selected commercial products as well as Free/Open/NetBSD, Linux and Solaris and are the premier competence center with regards to advanced routing gateways. For inquiries please contact [2]office@iktech.net. References 1. 3D"http://www.iktech.net"/ 2. 3D"mailto:office@iktech.net?subject=3DIKTech%20inquiry%20with%20rega= ------=_NextPart_000_0008_01C32E70.066BF8A0-- From owner-freebsd-www@FreeBSD.ORG Mon Jun 9 15:03:40 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715DE37B401 for ; Mon, 9 Jun 2003 15:03:40 -0700 (PDT) Received: from hotmail.com (bay3-dav19.bay3.hotmail.com [65.54.168.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id F255E43FD7 for ; Mon, 9 Jun 2003 15:03:37 -0700 (PDT) (envelope-from jamcoo01@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Jun 2003 15:03:37 -0700 Received: from 67.3.196.208 by bay3-dav19.bay3.hotmail.com with DAV; Mon, 09 Jun 2003 22:03:37 +0000 X-Originating-IP: [67.3.196.208] X-Originating-Email: [jamcoo01@msn.com] From: "Jim Cook" To: Date: Mon, 9 Jun 2003 15:07:30 -0700 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.02.0011.2700 Message-ID: X-OriginalArrivalTime: 09 Jun 2003 22:03:37.0343 (UTC) FILETIME=[FA4658F0:01C32ED2] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Document not found - http://www.freebsd.org/de/handbook/z20816.html X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 22:03:40 -0000 hPlePlease uinstall or get rid of the screen from http://search.xrenoder.= com.cgi?words=3Duninstall+free+bsd+proje on my computer I have msn explor= er please reply as soon as possible so that I can start using msn again e= verytime I go to search for this is her http://search.xrenoder.com and a = search engine Thank you Please do this today. My e mail is JamCoo01@msn.c= omGet more from the Web. FREE MSN Explorer download : http://explorer.ms= n.com From owner-freebsd-www@FreeBSD.ORG Mon Jun 9 17:50:09 2003 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897E637B401 for ; Mon, 9 Jun 2003 17:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E8243FCB for ; Mon, 9 Jun 2003 17:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5A0o8Up096610 for ; Mon, 9 Jun 2003 17:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5A0o8V6096609; Mon, 9 Jun 2003 17:50:08 -0700 (PDT) Resent-Date: Mon, 9 Jun 2003 17:50:08 -0700 (PDT) Resent-Message-Id: <200306100050.h5A0o8V6096609@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Simon L.Nielsen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5665637B401 for ; Mon, 9 Jun 2003 17:48:19 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id B505743FBF for ; Mon, 9 Jun 2003 17:48:18 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 6B47910BF8D; Tue, 10 Jun 2003 02:48:17 +0200 (CEST) Message-Id: <20030610004817.6B47910BF8D@arthur.nitro.dk> Date: Tue, 10 Jun 2003 02:48:17 +0200 (CEST) From: "Simon L.Nielsen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: www/53127: [patch] Add reference for 5.1 to docs.html#man X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L.Nielsen" List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 00:50:09 -0000 >Number: 53127 >Category: www >Synopsis: [patch] Add reference for 5.1 to docs.html#man >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 09 17:50:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Simon L. Nielsen >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: >Description: The page http://www.freebsd.org/docs.html#man does not contain reference to 5.1 manual pages, and contain reference to 5.0-current. The link for 5.x-current work with the current man.cgi (gets 5.0-current manual pages at the moment), and since the link is the like the 4.x-stable link I would expect it to work in the future. >How-To-Repeat: >Fix: --- www-webman-51.patch begins here --- Index: docs.sgml =================================================================== RCS file: /home/ncvs/www/en/docs.sgml,v retrieving revision 1.166 diff -u -d -r1.166 docs.sgml --- docs.sgml 20 May 2003 00:27:46 -0000 1.166 +++ docs.sgml 10 Jun 2003 00:28:00 -0000 @@ -324,7 +324,8 @@ 4.8, 4.x-stable, 5.0, - 5.0-current, + 5.1, + 5.x-current, Ports.
    Other Systems
    --- www-webman-51.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-www@FreeBSD.ORG Mon Jun 9 22:54:18 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C5D437B401 for ; Mon, 9 Jun 2003 22:54:18 -0700 (PDT) Received: from mailhub02.unibe.ch (mailhub.unibe.ch [130.92.9.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199A543FDD for ; Mon, 9 Jun 2003 22:54:17 -0700 (PDT) (envelope-from roth@iam.unibe.ch) Received: from localhost (localhost [127.0.0.1]) by mailhub02.unibe.ch (Postfix) with ESMTP id 4FAB6765E1 for ; Tue, 10 Jun 2003 07:54:16 +0200 (MEST) Received: from mailhub02.unibe.ch ([127.0.0.1]) by localhost (mailhub02 [127.0.0.1:10024]) (amavisd-new) with LMTP id 14195-01-73 for ; Tue, 10 Jun 2003 07:54:15 +0200 (MEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub02.unibe.ch (Postfix) with ESMTP id 97F35765DD for ; Tue, 10 Jun 2003 07:54:15 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.6+Sun/8.11.6) with ESMTP id h5A5sFK08314 for ; Tue, 10 Jun 2003 07:54:15 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.11.6+Sun/8.10.2) id h5A5sFO19908 for www@freebsd.org; Tue, 10 Jun 2003 07:54:15 +0200 (MEST) Date: Tue, 10 Jun 2003 07:54:14 +0200 From: Tobias Roth To: www@freebsd.org Message-ID: <20030610055414.GA19824@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: SunOS speedy 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-80 X-Virus-checked: by University of Berne Subject: broken link X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 05:54:18 -0000 The port specified does not exist, or has an invalid name: ports/net/bittorrent/pkg-descr You are coming from http://www%2efreebsd%2eorg/cgi/ports%2ecgi?query=bittorrent&stype=all. Please contact www@freebsd.org cheers, t. From owner-freebsd-www@FreeBSD.ORG Tue Jun 10 05:04:00 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AAF37B408 for ; Tue, 10 Jun 2003 05:04:00 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8543343F3F for ; Tue, 10 Jun 2003 05:03:58 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from ms-2 (ms-2 [134.130.3.131]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HG900CEWL7IIO@ms-dienst.rz.rwth-aachen.de> for www@freebsd.org; Tue, 10 Jun 2003 13:57:19 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by ms-2 (MailMonitor for SMTP v1.2.2 ) ; Tue, 10 Jun 2003 13:57:18 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2])h5ABvDNY028765; Tue, 10 Jun 2003 13:57:13 +0200 (MEST) Received: from lorien.hitnet.rwth-aachen.de ([137.226.181.92] helo=haakonia.hitnet.rwth-aachen.de ident=daemon) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 19PhkW-0002yO-00; Tue, 10 Jun 2003 13:57:12 +0200 Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by haakonia.hitnet.rwth-aachen.de (Postfix) with ESMTP id 8E587C1DC; Tue, 10 Jun 2003 13:57:12 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id DCA034701; Tue, 10 Jun 2003 13:57:11 +0200 (CEST) Date: Tue, 10 Jun 2003 13:57:11 +0200 From: Christian Brueffer In-reply-to: <20030610055414.GA19824@speedy.unibe.ch> To: Tobias Roth Message-id: <20030610115711.GD607@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary="Qrgsu6vtpU/OV/zm"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <20030610055414.GA19824@speedy.unibe.ch> cc: www@freebsd.org Subject: Re: broken link X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 12:04:00 -0000 --Qrgsu6vtpU/OV/zm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 10, 2003 at 07:54:14AM +0200, Tobias Roth wrote: > The port specified does not exist, or has an invalid name: >=20 > ports/net/bittorrent/pkg-descr >=20 > You are coming from > http://www%2efreebsd%2eorg/cgi/ports%2ecgi?query=3Dbittorrent&stype=3Dall. >=20 > Please contact www@freebsd.org >=20 Hi, please look for the net/py-bittorrent port. bittorrent was removed because it was a duplicate of the former one. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --Qrgsu6vtpU/OV/zm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+5ceXbHYXjKDtmC0RAi6dAKDGWRdX5E0E1MNMnN1eFxuWj4ApawCg2Ars 1ZNPQgXFk/pIHv0E5SS9t/E= =UyyZ -----END PGP SIGNATURE----- --Qrgsu6vtpU/OV/zm-- From owner-freebsd-www@FreeBSD.ORG Tue Jun 10 09:09:07 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B85AA37B401 for ; Tue, 10 Jun 2003 09:09:07 -0700 (PDT) Received: from web11505.mail.yahoo.com (web11505.mail.yahoo.com [216.136.172.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 7755A43FD7 for ; Tue, 10 Jun 2003 09:09:07 -0700 (PDT) (envelope-from fredybaez@yahoo.com) Message-ID: <20030610160906.4366.qmail@web11505.mail.yahoo.com> Received: from [200.62.60.190] by web11505.mail.yahoo.com via HTTP; Tue, 10 Jun 2003 18:09:06 CEST Date: Tue, 10 Jun 2003 18:09:06 +0200 (CEST) From: =?iso-8859-1?q?Fredy=20Baez?= To: www@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Colombian User Group X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 16:09:08 -0000 Hello FreeBSD , we have a Group of users in colombia www.bsdcolombia.org , wath we ned to appear on ? http://www.freebsd.org/support.html#user PD sorry about my english ===== FreeBSD User FBSD045460 www.bsdcolombia.org ___________________________________________________ Yahoo! Sorteos - http://loteria.yahoo.es Juega a la Loterķa Primitiva sin salir de casa From owner-freebsd-www@FreeBSD.ORG Tue Jun 10 22:26:32 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B09137B419 for ; Tue, 10 Jun 2003 22:26:32 -0700 (PDT) Received: from alpsgiken.alpsgiken.gr.jp (www.alpsgiken.gr.jp [210.166.150.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6E043FBF for ; Tue, 10 Jun 2003 22:26:31 -0700 (PDT) (envelope-from joel@alpsgiken.alpsgiken.gr.jp) Received: from zz_radiant2 (www1.alpsgiken.gr.jp [61.114.244.165]) by alpsgiken.alpsgiken.gr.jp (8.9.1a/3.7W) with ESMTP id OAA13767 for ; Wed, 11 Jun 2003 14:26:27 +0900 Date: Wed, 11 Jun 2003 14:28:59 +0900 From: Joel Rees To: www@freebsd.org Message-Id: <20030611142649.BEAA.JOEL@alpsgiken.gr.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.11 Subject: The port specified does not exist, or has an invalid name: X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 05:26:32 -0000 Hi. The link http://www.FreeBSD.org/cgi/url.cgi?ports/x11-fonts/freefont/pkg-descr The port specified does not exist, or has an invalid name: ports/x11-fonts/freefont/pkg-descr You are coming from http://www%2efreebsd%2eorg/doc/en%5fUS%2eISO8859%2d1/books/handbook/x%2dfonts%2ehtml. Please contact www@freebsd.org Okay, there it is. -- Joel Rees From owner-freebsd-www@FreeBSD.ORG Wed Jun 11 05:05:42 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7348B37B401 for ; Wed, 11 Jun 2003 05:05:42 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36D843FAF for ; Wed, 11 Jun 2003 05:05:41 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 33DFC10BF8D; Wed, 11 Jun 2003 14:05:40 +0200 (CEST) Date: Wed, 11 Jun 2003 14:05:40 +0200 From: "Simon L. Nielsen" To: Joel Rees Message-ID: <20030611120538.GB405@nitro.dk> References: <20030611142649.BEAA.JOEL@alpsgiken.gr.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HG+GLK89HZ1zG0kk" Content-Disposition: inline In-Reply-To: <20030611142649.BEAA.JOEL@alpsgiken.gr.jp> User-Agent: Mutt/1.5.4i cc: www@freebsd.org Subject: Re: The port specified does not exist, or has an invalid name: X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 12:05:42 -0000 --HG+GLK89HZ1zG0kk Content-Type: multipart/mixed; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.06.11 14:28:59 +0900, Joel Rees wrote: > Hi. >=20 > The link http://www.FreeBSD.org/cgi/url.cgi?ports/x11-fonts/freefont/pkg-= descr=20 >=20 > The port specified does not exist, or has an invalid name:=20 >=20 > ports/x11-fonts/freefont/pkg-descr >=20 > You are coming from=20 >=20 > http://www%2efreebsd%2eorg/doc/en%5fUS%2eISO8859%2d1/books/ha= ndbook/x%2dfonts%2ehtml.=20 >=20 > Please contact www@freebsd.org=20 >=20 > Okay, there it is. I have looked at it, and the have never been a freefont port (acording to cvsweb), but there is a freefonts port, which I think was one the original author intended to reference. --=20 Simon L. Nielsen --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="doc-x11-freefonts.patch" Index: x11/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v retrieving revision 1.120 diff -u -d -r1.120 chapter.sgml --- x11/chapter.sgml 10 Jun 2003 23:13:48 -0000 1.120 +++ x11/chapter.sgml 11 Jun 2003 09:34:01 -0000 @@ -594,7 +594,7 @@ (x11-fonts/urwfonts) includes high quality versions of standard type1 fonts (Times Roman, Helvetica, Palatino and others). The Freefont collection - (x11-fonts/freefont) includes + (x11-fonts/freefonts) includes many more fonts, but most of them are intended for use in graphics software such as the Gimp, and are not complete enough to serve as screen fonts. In addition, --vGgW1X5XWziG23Ko-- --HG+GLK89HZ1zG0kk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+5xsS8kocFXgPTRwRAqpuAKCm4snD7pAKgQRQMiQOZVf9BNx/DgCgywa5 NdsqC74ZfTvWbD9NU2eNG3w= =MKHd -----END PGP SIGNATURE----- --HG+GLK89HZ1zG0kk-- From owner-freebsd-www@FreeBSD.ORG Wed Jun 11 06:02:11 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66EAE37B401; Wed, 11 Jun 2003 06:02:11 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6D043FBD; Wed, 11 Jun 2003 06:02:10 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.20) id 19Q5Ev-000FuC-90; Wed, 11 Jun 2003 14:02:09 +0100 Date: Wed, 11 Jun 2003 14:02:09 +0100 From: Ceri Davies To: WWW pseudo-user Message-ID: <20030611130209.GA60426@submonkey.net> Mail-Followup-To: Ceri Davies , WWW pseudo-user , freebsd-doc@FreeBSD.org References: <200306111224.h5BCOMZU040008@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306111224.h5BCOMZU040008@freefall.freebsd.org> User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: freebsd-doc@FreeBSD.org Subject: Re: FreeBSD web build failed on freefall.freebsd.org X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 13:02:11 -0000 Fixed. On Wed, Jun 11, 2003 at 05:24:22AM -0700, WWW pseudo-user wrote: > ===> FAQ > ===> handbook > ===> internal > /usr/bin/perl5 /c/www/build/www/en/internal/homepage.pl > homepage.inc > /usr/bin/sed -e 's///' homepage.sgml | /usr/bin/env SGML_CATALOG_FILES= /usr/local/bin/sgmlnorm -d -c /usr/local/share/sgml/html/catalog -D /c/www/build/www/en/internal > homepage.html || (/bin/rm -f homepage.html && false) > /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null -asxml homepage.html > *** Error code 1 (ignored) > ===> java > ===> java/dists > ===> java/docs > ===> java/links > ===> java/dists > ===> java/docs > ===> java/links > ===> copyright > ===> search > ===> gallery > ===> projects > ===> projects/busdma > ===> projects/c99 > ===> projects/mips > ===> projects/busdma > ===> projects/c99 > ===> projects/mips > ===> prstats > ===> prstats/../../tools/prstats > ./go.tcl /c/gnats > unable to convert date-time string "Tis 10 Jun 2003 13:36:32 CDT" > while executing > "clock scan [lrange $a 1 end" > (procedure "PR" line 9) > invoked from within > "PR $pr" > ("foreach" body line 2) > invoked from within > "foreach pr [glob $gnatsdir] { > PR $pr > } > " > (file "./go.tcl" line 45) > *** Error code 1 > > Stop in /c/www/build/www/tools/prstats. > *** Error code 1 > > Stop in /c/www/build/www/en/prstats. > *** Error code 1 > > Stop in /c/www/build/www/en. > 77.65 real 18.35 user 0.98 sys > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" -- User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com From owner-freebsd-www@FreeBSD.ORG Thu Jun 12 03:38:15 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A7937B401 for ; Thu, 12 Jun 2003 03:38:15 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3FD43F75 for ; Thu, 12 Jun 2003 03:38:14 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id C0EF210BF82; Thu, 12 Jun 2003 12:38:11 +0200 (CEST) Date: Thu, 12 Jun 2003 12:38:11 +0200 From: "Simon L. Nielsen" To: Christian Brueffer Message-ID: <20030612103810.GA405@nitro.dk> References: <20030611142649.BEAA.JOEL@alpsgiken.gr.jp> <20030611120538.GB405@nitro.dk> <20030611194610.GA4002@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <20030611194610.GA4002@unixpages.org> User-Agent: Mutt/1.5.4i cc: www@freebsd.org cc: Joel Rees Subject: Re: The port specified does not exist, or has an invalid name: X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 10:38:16 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.06.11 21:46:12 +0200, Christian Brueffer wrote: > On Wed, Jun 11, 2003 at 02:05:40PM +0200, Simon L. Nielsen wrote: > > On 2003.06.11 14:28:59 +0900, Joel Rees wrote: > > > Hi. > > >=20 > > > The link http://www.FreeBSD.org/cgi/url.cgi?ports/x11-fonts/freefont/= pkg-descr=20 > > >=20 > > > The port specified does not exist, or has an invalid name:=20 > > >=20 > > > ports/x11-fonts/freefont/pkg-descr > > >=20 > > > You are coming from=20 > > >=20 > > > http://www%2efreebsd%2eorg/doc/en%5fUS%2eISO8859%2d1/book= s/handbook/x%2dfonts%2ehtml.=20 > > >=20 > > > Please contact www@freebsd.org=20 > > >=20 > > > Okay, there it is. > >=20 > > I have looked at it, and the have never been a freefont port (acording > > to cvsweb), but there is a freefonts port, which I think was one the > > original author intended to reference. > >=20 >=20 > Maybe the GNU Freefont collection (http://www.nongnu.org/freefont/) > was meant? > In any way, I'll commit your patch. Just to make sure I checked again. The Freefonts collection ( x11-fonts/freefonts) includes many more fonts, but most of them are intended for use in graphics software such as the Gimp ... [simon@arthur:freefonts] cd /usr/ports/x11-fonts/freefonts/ && make -V MAST= ER_SITES ftp://ftp.gimp.org/pub/gimp/fonts/ So I think that it was just a typo in the handbook. --=20 Simon L. Nielsen --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+6FgS8kocFXgPTRwRAg1CAJ41CDp6wACvwnwoPXfttHcbgb2n4QCgit+r QYZDuWT+jq+Nrl7t9G0r0qg= =ZDje -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-freebsd-www@FreeBSD.ORG Thu Jun 12 15:38:00 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2795037B401 for ; Thu, 12 Jun 2003 15:38:00 -0700 (PDT) Received: from web11501.mail.yahoo.com (web11501.mail.yahoo.com [216.136.172.46]) by mx1.FreeBSD.org (Postfix) with SMTP id CDD7E43F85 for ; Thu, 12 Jun 2003 15:37:59 -0700 (PDT) (envelope-from fredybaez@yahoo.com) Message-ID: <20030612223759.15241.qmail@web11501.mail.yahoo.com> Received: from [200.62.60.190] by web11501.mail.yahoo.com via HTTP; Fri, 13 Jun 2003 00:37:59 CEST Date: Fri, 13 Jun 2003 00:37:59 +0200 (CEST) From: =?iso-8859-1?q?Fredy=20Baez?= To: www@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Colombia X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 22:38:00 -0000 Hello we have a User Group of FreeBSD in Colombia www.bsdcolombia.org Thanks ===== FreeBSD User FBSD045460 www.bsdcolombia.org ___________________________________________________ Yahoo! Sorteos - http://loteria.yahoo.es Juega a la Loterķa Primitiva sin salir de casa From owner-freebsd-www@FreeBSD.ORG Thu Jun 12 17:50:48 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BED537B401 for ; Thu, 12 Jun 2003 17:50:48 -0700 (PDT) Received: from mail.fultus.com (www.fultus.com [216.93.175.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188C443F3F for ; Thu, 12 Jun 2003 17:50:48 -0700 (PDT) (envelope-from production@fultus.com) Received: from Aster (dsl092-249-060.sfo2.dsl.speakeasy.net [66.92.249.60]) by mail.fultus.com (Postfix) with SMTP id 47202AF1FD for ; Thu, 12 Jun 2003 17:50:34 -0700 (PDT) Message-ID: <00e201c33145$d50317c0$6401a8c0@Aster> From: "Fultus Corporation" To: Date: Thu, 12 Jun 2003 17:50:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: About FreeBSD Documentation Library (OFDL) Project X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 00:50:48 -0000 > On Wed, Jun 11, 2003 at 02:46:15PM -0700, Fultus Corporation wrote: > > Hello, Ceri! > > > > When You can redeem your promise? > > > > Answer me... I send you mail, but haven't answers. > > My project fully working, but I waiting you SMALL HELP already more then 2 > > weeks! > Dude, I am busy with real life at the moment; work is insane and my > grandmother is dying. I *will* get to this, but you need to be patient. > > Thanks, > > Ceri First of all I'm not your friend, and you are not my manager (thankfully) and I'm not a "Dude"! Each of us has a lot of problem in this real life and bad mood today or always! But this is not the case to insult. According the common rule, I asked you about your promises (very polite). I was "be patient" more then 2 weeks. I know this is volunteer project, but if "Volunteer 1" promise "Volunteer 2" some action, what bad if "Volunteer 1" after ending waiting period ask "Volunteer 2" "When?" Why "Volunteer 2" stopped answer at all on all questions of the "Volunteer 1" without any explanation. This is strange! This is roughly in the any situation in the any community! Next: Open FreeBSD Documentation Library (OFDL) from Fultus v this is not only my (Oleg Vyushin) project: Fultus Corporation v one of the best and interesting publishing company is the main sponsor of this project. Fultus Corporation lets starts this project and pays for all. We are working hard EACH DAY (each day each of FreeBSD community members may see new features in this project-) and this is not 5 MINITS WORK for which I ask you! Well! Now not all depends from me, this is big project with the best future. Now I cannot hide our senseless correspondence with you from Fultus leaders. After reading all of this v letters with your continuing promises and especially your last boorish answer, President and founder of the Fultus Corporation John Parker sad, what he consider your reaction as official opinion and position of the top FreeBSD bureaucracy, which reject Fultus project. In this case Fultus consider different variant of the announcement and popularization of the OFDL project with the public explanation of the Fultus position in this situation between members of FreeBSD community. This is official position Fultus Corporation. -------- Oleg Vyushin Project Lead Fultus Corporation ovv@fultus.com From owner-freebsd-www@FreeBSD.ORG Fri Jun 13 00:05:04 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02F537B404 for ; Fri, 13 Jun 2003 00:05:04 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E002143F75 for ; Fri, 13 Jun 2003 00:05:01 -0700 (PDT) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h5DA5knp049334; Fri, 13 Jun 2003 10:05:47 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h5D7CT1f029062; Fri, 13 Jun 2003 10:12:29 +0300 (EEST) (envelope-from phantom) Date: Fri, 13 Jun 2003 10:12:28 +0300 From: Alexey Zelkin To: Fultus Corporation Message-ID: <20030613101228.A28790@phantom.cris.net> References: <00e201c33145$d50317c0$6401a8c0@Aster> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00e201c33145$d50317c0$6401a8c0@Aster>; from production@fultus.com on Thu, Jun 12, 2003 at 05:50:48PM -0700 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: www@freebsd.org Subject: Re: About FreeBSD Documentation Library (OFDL) Project X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 07:05:05 -0000 Dear Oleg, [Please consider this reply as replu to *EXACTLY THIS* letter and my personal opinion, since neither me nor anybody on this list are expresed to prvoide any official reaction on behalf of FreeBSD Project] > Each of us has a lot of problem in this real life and bad mood today or > always! But this is not the case to insult. You forgot to add 'hopefully' at the end of sentence. > According the common rule, I asked you about your promises (very polite). I > was "be patient" more then 2 weeks. Making impolite followups to "very polite" requests is not way to go, IMHO. > I know this is volunteer project, but if "Volunteer 1" promise "Volunteer 2" > some action, what bad if "Volunteer 1" after ending waiting period ask > "Volunteer 2" "When?" Hmmm... This makes me think that you never been involved to volunteer project which specific is entirely different than you primary job. > Why "Volunteer 2" stopped answer at all on all questions of the "Volunteer > 1" without any explanation. Maybe I'll say something new to you, but for most of volunteer developers in the world - family and primary job usually have more priority than volunteer projects. I hope it's not required to describe why. > This is strange! This is roughly in the any situation in the any community! Unfortunatelly over years of involvement to FreeBSD and other open projects I can't say that it's "strange". It's A Real Life. > Next: > > Open FreeBSD Documentation Library (OFDL) from Fultus v this is not only my > (Oleg Vyushin) project: Fultus Corporation v one of the best and interesting > publishing company is the main sponsor of this project. Fultus Corporation > lets starts this project and pays for all. > > We are working hard EACH DAY (each day each of FreeBSD community members may > see new features in this project-) and this is not 5 MINITS WORK for which I > ask you! Please stop discussing things which you did not do at all. Sometimes it depends on many unrelated issues. I have been maintainer of Commercial Gallery for few years, until my time available to this task lowered below zero seconds in month. I have asked someone to help and Ceri agreed to *help*. > Well! Now not all depends from me, this is big project with the best future. > Now I cannot hide our senseless correspondence with you from Fultus leaders. > > After reading all of this v letters with your continuing promises and > especially your last boorish answer, President and founder of the Fultus > Corporation John Parker sad, what he consider your reaction as official > opinion and position of the top FreeBSD bureaucracy, which reject Fultus > project. As I said nobody except FreeBSD Core Team is liable to make *official* statements. Also I have to note that FreeBSD Project neither rejects nor accepts any third party projects. This choice is up to comunity, and if you need to have immediate comunity reaction I'd suggest to post notice about your service to well known FreeBSD related news sites, like daily.daemonnews.org and www.bsdforums.org. > In this case Fultus consider different variant of the announcement and > popularization of the OFDL project with the public explanation of the Fultus > position in this situation between members of FreeBSD community. Word 'members' in this statement assuming that you are in trouble with *few* members of FreeBSD community. Is it true ? > This is official position Fultus Corporation. This desicion is up to your management. PS: Since Ceri is not available now I can do a job and commit notes about your company's project, if you'll resend it to me a patches for our pages. PPS: BTW, I was not able to check out your's eLibrary's documents using FreeBSD and Mozilla. It shows caption and start to reload (forever). From owner-freebsd-www@FreeBSD.ORG Fri Jun 13 02:28:19 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D6C37B401 for ; Fri, 13 Jun 2003 02:28:18 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D990943FBD for ; Fri, 13 Jun 2003 02:28:17 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.20) id 19Qkr2-0002YO-Qr; Fri, 13 Jun 2003 10:28:16 +0100 Date: Fri, 13 Jun 2003 10:28:16 +0100 From: Ceri Davies To: Fultus Corporation Message-ID: <20030613092816.GC9626@submonkey.net> Mail-Followup-To: Ceri Davies , Fultus Corporation , www@freebsd.org References: <00e201c33145$d50317c0$6401a8c0@Aster> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <00e201c33145$d50317c0$6401a8c0@Aster> User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: www@freebsd.org Subject: Re: About FreeBSD Documentation Library (OFDL) Project X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 09:28:19 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 12, 2003 at 05:50:48PM -0700, Fultus Corporation wrote: > > On Wed, Jun 11, 2003 at 02:46:15PM -0700, Fultus Corporation wrote: > > > Hello, Ceri! > > > > > > When You can redeem your promise? > > > > > > Answer me... I send you mail, but haven't answers. > > > My project fully working, but I waiting you SMALL HELP already more t= hen > 2 > > > weeks! >=20 > > Dude, I am busy with real life at the moment; work is insane and my > > grandmother is dying. I *will* get to this, but you need to be patient. > > > > Thanks, > > > > Ceri >=20 >=20 > First of all I'm not your friend, and you are not my manager (thankfully) > and I'm not a "Dude"! >=20 > Each of us has a lot of problem in this real life and bad mood today or > always! But this is not the case to insult. >=20 > According the common rule, I asked you about your promises (very polite).= I > was "be patient" more then 2 weeks. >=20 > I know this is volunteer project, but if "Volunteer 1" promise "Volunteer= 2" > some action, what bad if "Volunteer 1" after ending waiting period ask > "Volunteer 2" "When?" >=20 > Why "Volunteer 2" stopped answer at all on all questions of the "Volunteer > 1" without any explanation. >=20 > This is strange! This is roughly in the any situation in the any communit= y! >=20 > Next: >=20 > Open FreeBSD Documentation Library (OFDL) from Fultus v this is not only = my > (Oleg Vyushin) project: Fultus Corporation v one of the best and interest= ing > publishing company is the main sponsor of this project. Fultus Corporation > lets starts this project and pays for all. >=20 > We are working hard EACH DAY (each day each of FreeBSD community members = may > see new features in this project-) and this is not 5 MINITS WORK for whic= h I > ask you! >=20 > Well! Now not all depends from me, this is big project with the best futu= re. > Now I cannot hide our senseless correspondence with you from Fultus leade= rs. >=20 > After reading all of this v letters with your continuing promises and > especially your last boorish answer, President and founder of the Fultus > Corporation John Parker sad, what he consider your reaction as official > opinion and position of the top FreeBSD bureaucracy, which reject Fultus > project. >=20 > In this case Fultus consider different variant of the announcement and > popularization of the OFDL project with the public explanation of the Ful= tus > position in this situation between members of FreeBSD community. >=20 > This is official position Fultus Corporation. Oleg, I have replied in private, but I just noticed that you forwarded another private mail to the list, so I'll reply here as well. As Alexey has pointed out, I can't provide an official opinion from the FreeBSD project; only a member of core can do that, and only then when they explicitly state that a post by them should be interpreted as such. Secondly, I want nothing more to do with you. Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+6ZkwocfcwTS3JF8RAl5bAKC0gOqjGt0fsqlD/5PMRGEN3yudRgCfZQm3 lu0+npoAkJy6wBAHFflCK9I= =W3rB -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-www@FreeBSD.ORG Fri Jun 13 17:05:04 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA937B401 for ; Fri, 13 Jun 2003 17:05:04 -0700 (PDT) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B07C43FF2 for ; Fri, 13 Jun 2003 17:05:03 -0700 (PDT) (envelope-from chris@unixpages.org) Received: from ms-1 (ms-dienst.rz.RWTH-Aachen.DE [134.130.3.132]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HGG00J8P2NEIS@ms-dienst.rz.rwth-aachen.de> for www@freebsd.org; Sat, 14 Jun 2003 01:59:38 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by ms-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 14 Jun 2003 01:59:38 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (postfix@haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92]) h5DNxbNY008487; Sat, 14 Jun 2003 01:59:37 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) by haakonia.hitnet.rwth-aachen.de (Postfix) with ESMTP id 2F69D29; Sat, 14 Jun 2003 02:00:23 +0000 (GMT) Received: by gondor.middleearth (Postfix, from userid 1001) id 386314738; Sat, 14 Jun 2003 01:59:38 +0200 (CEST) Date: Sat, 14 Jun 2003 01:59:37 +0200 From: Christian Brueffer In-reply-to: <20030612223759.15241.qmail@web11501.mail.yahoo.com> To: Fredy Baez Message-id: <20030613235936.GL4002@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=bgLLobvf7eP6VP5c; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <20030612223759.15241.qmail@web11501.mail.yahoo.com> cc: www@freebsd.org Subject: Re: Colombia X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 00:05:04 -0000 --bgLLobvf7eP6VP5c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 13, 2003 at 12:37:59AM +0200, Fredy Baez wrote: > Hello we have a User Group of FreeBSD in Colombia=20 >=20 >=20 > www.bsdcolombia.org >=20 > Thanks=20 >=20 Hi, I've added an entry for the user group which should appear on http://www.freebsd.org/support.html within the next 24 hours. Please contact me, if you want it changed somehow. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --bgLLobvf7eP6VP5c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+6mVobHYXjKDtmC0RArPhAKDA/fX2aRVwmvTcVFanJkd4aVU+AwCfXpJH t6TQAZGcjr4h3Za8N35sEHo= =bYLs -----END PGP SIGNATURE----- --bgLLobvf7eP6VP5c--