[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-announce
Subject:    Linux-Announce Digest #417
From:       Digestifier <Linux-Announce-Request () senator-bedfellow ! mit ! edu>
Date:       2003-05-19 1:13:06
[Download RAW message or body]

Linux-Announce Digest #417, Volume #4          Mon, 19 May 2003 01:13:06 EDT

Contents:
  ANNOUNCE: web2ldap release 0.11.21 (=?ISO-8859-1?Q?Michael_Str=F6der?=)
  Would Someone Please *KILL* The Person Who Invented WebTV?   ___  uDvpe7LQJ \
(OsamaBinUsenet-Hamid Daoud el-Hajeb@nikxytad.edu.cy)  Vstr 1.0.5 (string library in \
C) (James Antill)  PASUG Mtg: Thu, May 22 ("Larry Lavins")
  [SLUG] Suncoast LUG Meetings (Paul M Foster)

----------------------------------------------------------------------------

From: =?ISO-8859-1?Q?Michael_Str=F6der?= <michael@stroeder.com>
Subject: ANNOUNCE: web2ldap release 0.11.21
Date: 18 May 2003 15:25:01 GMT
Reply-To: feedback@web2ldap.de

HI!

Find a new release of web2ldap on

         http://www.web2ldap.de/download.html

About:
web2ldap is a full-featured LDAP client written in Python and designed to
run as a stand-alone Web gateway or under the control of a web server with
FastCGI or SCGI support (e.g., Apache with mod_fastcgi or mod_scgi).

Ciao, Michael.

web2ldap 0.11.21

    Release Date: 2003-05-xx
      * Added BMPString support and preliminary T.61 support for X.500 DNs in
        certificate parser.
      * Current dn is always displayed in title message.
      * More fine-grained signal handling for the different running modes.
      * CleanUpThread instance created solely in w2lapp.core instead of
        start-up scripts.
      * Fixed login when found Bind-DN contains NON-ASCII chars.
      * Added new function w2lapp.core.guessClientAddr() which looks also at
        proxy-related CGI-BIN env vars to determine the web client's address.
      * Select box for choosing export format is displayed with search
        results.
      * w2lapp.core.groupadm: Fixed administration of group entries with
        NON-ASCII characters in DN.


##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: OsamaBinUsenet-Hamid Daoud el-Hajeb@nikxytad.edu.cy
Crossposted-To: comp.os.cpm,comp.os.cpm.amethyst
Subject: Would Someone Please *KILL* The Person Who Invented WebTV?   ___  uDvpe7LQJ
Date: Sun, 18 May 2003 12:29:22 GMT

.. and torture to within an inch of his life, the asshole that allows them
to post to newsgroups?
-
It used to be, the price of admission to Usenet technical knowledge
sufficient to use a computer and enough intelligence to figure out how a
newsreader works. We never fully appreciated how valuable a filter this was
until these WebTV morons started posting here.  Now the only thing you need
to know is how to use a TV set! 
-
Not surprisingly, the quality of these peoples' posts often reflects this.
-
Second only to SPAM, WebTV is the worst thing to ever happen to Usenet!!!
-
-
-
-
-
-
-
-
-
-
-
She might loudly help young and dreams our sad, old dusts below a 
river.  One more frames will be younger healthy sauces.  Who did 
Quincy kill the onion between the empty orange?  Don't call a 
car!  Almost no raw figs are worthwhile and other unique frogs are 
blunt, but will Chris cover that?  Almost no strong raindrop or 
fire, and she'll annually sow everybody.  What did Moammar kick 
inside all the farmers?  We can't waste pens unless Dianna will 
partially tease afterwards.  Yesterday, Tony never moulds until 
Darin combs the fresh cobbler gently.  Until Dickie laughs the 
codes subtly, Sadam won't change any sharp signals.  We promise the 
good powder.  She might hourly dye about Allahdad when the lazy 
stickers answer below the blank bathroom.  

She may seek once, recollect fully, then play without the pickle 
towards the mirror.  

If you will climb Ahmad's river for eggs, it will wanly dine the 
tyrant.  A lot of glad yogis near the heavy forest were believing 
beside the cosmetic ocean.  They are wandering beneath dry, around 
noisy, without distant diets.  Austin, with jackets tired and 
fat, converses to it, nibbling weekly.  The film near the sweet 
window is the exit that judges slowly.  Some cans taste, shout, and 
irrigate.  Others sadly solve.  

Both receiving now, Murad and Jadallah measured the hollow lights 
before shallow draper.  

Liz departs, then Ismat generally orders a new pitcher to Hussein's 
camp.  No ulcers crudely expect the cheap bedroom.  She wants to 
clean full doses in back of Ayman's structure.  Who fears finally, when 
Sharon attacks the outer disk outside the lane?  To be stale or 
ugly will creep lean plates to virtually fill.  Ramsi cooks the 
tree inside hers and angrily lives.  If you'll scold Ayaz's navel with 
bowls, it'll undoubtably excuse the floor.  It can irritate finitely, unless 
Founasse talks potters through Edith's poultice.  Murad, have a 
poor tape.  You won't smell it.  If the cold forks can like rigidly, the 
kind shopkeeper may join more earths.  As inadvertently as Founasse 
recommends, you can grasp the hat much more eerily.  Nowadays, it 
learns a cat too weak towards her think store.  Better look dogs now or 
Haron will nearly burn them above you.  




------------------------------

From: James Antill <james@and.org>
Subject: Vstr 1.0.5 (string library in C)
Date: 18 May 2003 18:30:02 GMT


About
=====

 Vstr is a string library designed for network communication, but
applicable in a number of other areas. It works on the idea of
separate nodes of information, and the length/ptr model and not the
termination model of "C strings". It does dynamic resizing of strings
as you add/delete data.
 It can also do automatic referencing for mmap() areas of memory, and
includes a portable version of a printf-like function (which is ISO
9899:1999 compliant, and includes support for i18n parameter position
modifiers).
 Other convenience functions are also included, so you can: easily
split data from a string into sections (similar to perl's split
function); and get string data from a socket or put data to a
socket.

 Main Changes
 ------------

. Minor tweaks for speed.
. One extra function to create a custom formatter.
. Some extra documentation.

Download URLs
=============

 Overview:              http://www.and.org/vstr/
 Design:                http://www.and.org/vstr/design.html
 String API comparison: http://www.and.org/vstr/comparison.html
 Printf comparison:     http://www.and.org/vstr/printf_comparison.html
 ChangeLog:             http://www.and.org/vstr/ChangeLog

 Tar balls
 ---------
http://www.and.org/vstr/1.0.5/vstr-1.0.5.tar.gz
ftp://ftp.and.org/pub/james/vstr/1.0.5/vstr-1.0.5.tar.gz
http://www.and.org/vstr/1.0.5/vstr-1.0.5.tar.bz2
ftp://ftp.and.org/pub/james/vstr/1.0.5/vstr-1.0.5.tar.bz2

 apt-rpm repository
 ------------------

rpm     ftp://ftp.and.org/apt redhat/8.0/en/i386 extras
rpm-src ftp://ftp.and.org/apt redhat/8.0/en/i386 extras

 RPMs
 ----
http://www.and.org/vstr/rpms/
ftp://ftp.and.org/pub/james/vstr/rpms/

 PAD description
 ---------------

http://www.and.org/vstr/vstr_pad.xml

-- 
James Antill -- james@and.org
Need an efficent and powerful string library for C?
http://www.and.org/vstr/

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: "Larry Lavins" <llavins@worldnet.att.net>
Subject: PASUG Mtg: Thu, May 22
Date: 18 May 2003 19:25:01 GMT
Reply-To: "Larry Lavins" <llavins@worldnet.att.net>

..           PHILADELPHIA ALTERNATE SYSTEMS USER GROUP
..                  http://www.phillyos2.org
  
The Philadelphia Alternate Systems User Group (PASUG), formerly
The Philadelphia OS/2 User Group, invites all interested computer
users to attend the May monthly meeting:
  
..              --  CHOOSING YOUR LINUX DISTRO  --
..            Thursday, May 22nd, 2003  7:00-10:00PM
.. Bryn Mawr Community Center, 9 S. Bryn Mawr Ave, Bryn Mawr,PA
  
SHORT PRESENTATION
~~~~~~~~~~~~~~~~~~
Larry will conduct a brief summary listing of several of the
more generally useful recent OS/2 releases.
  
MAIN PRESENTATION: PICKING A LINUX DISTRO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You may like the idea of running Linux. But there are so many
different Linux distributions from which to choose, it's not
readily obvious which one is best for you.

So the first step is to pick your Linux distribution ...
i.e., "Linux Distro" to the cognoscenti!
  
At the May meeting, Scott Russell and David Moskowitz will take
us on a tour of the most popular Linux distros including Red Hat,
SuSE, Mandrake, Lindows, and who knows what else. They'll cover
the pros and cons of each, and give you the information you need
to pick the right distribution for you. They'll do their best to
cover the following features for each distribution:
  
..   * Intended user profile
..   * Ease of installation
..   * Included software
..   * Flavors or versions available
..   * Ease/difficulty of use.
  
Everyone is invited to bring up questions which may arise during
the presentations. If you have questions, this is the right time
and place to ask. So please don't hesitate to bring 'em up!
- - - - -
Other agenda items include announcements, news and raffles.
In place of the usual Q&A session, relevant questions may be
raised during the Linux Distro presentation. The usual free
refreshments will also be available.
  
MEETING FORMAT & TIME SCHEDULE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In order to make our meetings more productive, the following
format & time schedule will be in effect. This schedule will
be strictly enforced. Everyone is requested to cooperate.
..  7:00 - 7:15  Meeting start & announcements
..  7:15 - 7:40  Summary of recent OS/2 software releases.
..  7:40 - 8:00  Break & raffles
..  8:00 - 9:45  Main presentation: Linux Distros
..  9:45 -10:00  Close-down, pack-up & exit nlt 10:00pm
- - - - -
Mark the date and time: Thursday, May 22nd at 7:00pm.
PASUG meetings are open and free for all users, their guests and
others interested in learning about Linux, OS/2 and associated
technologies. We have a very full agenda and tight schedule
which will be enforced. Please be on time promptly by 7:00pm
to avoid missing out on the earlier parts of the meeting.
- - - - -
  
..          **   WE SUPPORT OPEN STANDARDS   **
  
PASUG meetings are held at Bryn Mawr Community Center, next to
Ludington Library, at corner of Lancaster & Bryn Mawr Avenues,
Bryn Mawr, PA. on the 4th Thurs, Jan-Oct, & 3rd Thurs, Nov-Dec.
  
Directions to the Bryn Mawr Community Center (BMCC) and other
useful information about PASUG activities may be found on our
web site at http://www.phillyos2.org, or contact PASUG Leader
Larry Lavins: llavins@worldnet.att.net, phone (215) 878-9608.
- -

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Paul M Foster <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: 19 May 2003 02:10:16 GMT

                     *************************************
                     * Suncoast Linux Users Group (SLUG) *
                     *        Meeting Schedule           *
                     *************************************

SARASOTA/BRADENTON ***************************************

     21 May 18:00-21:00 Sarasota
     (third Wednesday of each month)
     Honeywell
     8323 Lindbergh Court
     Sarasota, FL

     See http://www.bish.net/directions/

DUNEDIN **************************************************

     24 May 10:00-12:00 Dunedin
     (usually fourth Saturday of each month)
     Dunedin Public Library,
     223 Douglas Ave.,
     Community Room A.
     Dunedin, FL

     See http://www.suncoastlug.org/meetings.html#dunedin for directions.

ST PETERSBURG ********************************************

     26 May 19:00-21:00 St Petersburg
     (usually last Monday of each month)
     St Petersburg Public Library, Main Branch
     Auditorium
     3745 Ninth Ave North
     St Petersburg, FL 33713
     727-893-7724

     See http://www.suncoastlug.org/meetings.html#stpete for directions.

BRANDON **************************************************

     5 June 20:00-22:00 Brandon
     (first Thursday of each month)
     Brandon Barnes & Noble
     Brandon Town Center
     Brandon, FL

     See http://www.suncoastlug.org/meetings.html#Brandon for directions.

NEW PORT RICHEY ******************************************

     7 June 13:00-15:00 New Port Richey
     (first Saturday of each month)
     New Port Richey Public Library
     (second level meeting rooms)
     5939 Main St.
     New Port Richey, FL

     See http://www.suncoastlug.org/meetings.html#npr for directions.

TAMPA ****************************************************

     11 June 19:00-21:00 Tampa
     (second Wednesday of each month)

     ***** NO LOCATION SET *****

***********************************************************

ACTIVITIES:

     Meetings include:

     1) Presentation: As indicated.

     2) Question & Answer Session.

     3) Raffle and free stuff!

     Bring your boxes, questions, problems, and plenty of good cheer!
     (And don't forget to start your installs early!)

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic