[3995] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #287

daemon@ATHENA.MIT.EDU (Digestifier)
Mon Jan 13 23:13:07 2003

From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date:     Mon, 13 Jan 2003 23:13:03 EST

Linux-Announce Digest #287, Volume #4          Mon, 13 Jan 2003 23:13:03 EST

Contents:
  [SLUG] Suncoast LUG Meetings ("Paul M. Foster")
  CK-Ledger v.0.5.1 released (C K Wu)
  lookat / bekijk 1.3.2 release (staf wagemakers)
  Vstr 0.9.21 (string library in C) (James Antill)
  K15 0.4.0 released (Andrea Bergia)
  CherryPy-0.8 released ("Remi Delon")

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

From: "Paul M. Foster" <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: Sun, 12 Jan 2003 22:34:36 CST

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

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

     15 January 18:00-21:00 Sarasota
     (third Wednesday of each month)
     Baker Electronics
     8323 Lindbergh Court
     Sarasota, FL

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

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

     25 January 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.

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

     1 February 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.

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

     6 February 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.

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

     12 February 19:00-21:00 Tampa
     (second Wednesday of each month)
     PricewaterhouseCoopers -- Room 684
     3109 W. Dr. Martin Luther King Jr, Blvd
     Lakepointe I Building
     Tampa, FL 33607

     * FEATURING: Ian Blenke of NKS, speaking on "User Mode Linux"

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

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

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/              #
##########################################################################


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

From: ckwu@cheerful.com (C K Wu)
Subject: CK-Ledger v.0.5.1 released
Date: Mon, 13 Jan 2003 10:02:53 CST

A new major release, v.0.5.1, of CK-Ledger, has been posted at
SourceForge.Net, http://sourceforge.net/projects/ck-ledger.   New
features include alternate line coloring, lang.de files for ck-hr and
ck-service, new Staff Self Service module covering sign in/out,
attendance record, timesheets, leave record, leave application, and
application approval/rejection.  Other enhancements and bug fixes are
also included.

A prelimary demo site has been constructed and is located at
http://ck-ledger.sourceforge.net .   The site will be developed
progressively to include more comprehensive materials on CK-Ledger.

CK-Ledger (with 14 modules, Ledger Admin, Ledger, Bank Reconciliation,
Inventory, Service, AP, AR, PO, SO, Quotation, POS for Cashier, POS
for Manager, HR, Staff Self Service) is modeled on an Open Source
accounting software and runs on top of phpGroupWare.  Operating
platform can either be LAMP or LAPP.  It provides accounting and back
office functionalities to SMEs and utilizes phpgw to administer
accounts/groups.  A prelimiary demo site is located at
http://ck-ledger.sourceforge.net.  Installation Manual and Features
List are also available at http://sourceforge.net/projects/ck-ledger .
  Please report error and suggestion to the mailing list,
ck-ledger-users@lists.sourceforge.net.  General history and expected
development of CK-Ledger is available at the mailing list's Archive.

##########################################################################
# 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: staf wagemakers <staf@patat.org>
Subject: lookat / bekijk 1.3.2 release
Date: Mon, 13 Jan 2003 12:07:30 CST

* What is lookat?

  "lookat" (or "bekijk" in Dutch) is a program to view text files and
  manual pages. It is designed to be more user-friendly than more
  conventional text viewers such as less. And supports colored manual
  pages 

  lookat / bekijk 1.3.2 is available at http://staf.patat.org/lookat/

  Debian GNU/Linux packages are available at http://staf.patat.org/debian/

*  New in lookat 1.3.2
     
     o Solaris Support
     o BUGFIX: lookat 1.3.1 didn't work without a configuration file 

Have fun,

--
staf

##########################################################################
# 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: James Antill <james@and.org>
Subject: Vstr 0.9.21 (string library in C)
Date: Mon, 13 Jan 2003 15:11:05 CST


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 convienience 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.



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

 Home page: http://www.and.org/vstr/
 Comparison: http://www.and.org/vstr/comparison.html
 ChangeLog: http://www.and.org/vstr/ChangeLog

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

 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

##########################################################################
# 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: Andrea Bergia <andreabergia@yahoo.it>
Subject: K15 0.4.0 released
Date: Mon, 13 Jan 2003 15:11:09 CST
Reply-To: andreabergia@yahoo.it

Hi everyone,
I'm announcing the new release of K15, a fifteen game for KDE.
It requires KDE 3.x to build (It builds on KDE CVS and 3.0.1), automake 1.6 
and autoconf 2.54.
It's a stable release, and it includes the translation in italian.
You can download it from
http://sourceforge.net/project/showfiles.php?group_id=70142&release_id=133202

This release fix some bugs, and build on KDE 3.0 systems. Now the user can 
select a pixmap or a color for the background of the field, instead of only
a pixmap. This make draw much faster.


-- 
Andrea Bergia - studente              Linux Registred User #281550
"The one thing we're all waiting for, is peace on Earth and an end to war,
it's a miracle we need, the miracle, the miracle, 
Peace on earth and end to war today,
That time will come one day you'll see when we can all be friends"

##########################################################################
# 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: "Remi Delon" <remi@cherrypy.org>
Subject: CherryPy-0.8 released
Date: Mon, 13 Jan 2003 15:11:13 CST

We're pleased to announce the release of CherryPy-0.8.

This release adds a brand new HTTP server that supports SSL, XML-RPC,
threading, forking and process pool.
The documentation has also been improved: the tutorial now has a section
about deploying a CherryPy server for production and several HowTos have
been added.

==========================================
About CherryPy:

CherryPy is a Python-based tool for developing dynamic websites. It
uses many powerful concepts together, which makes it unique in its
approach to website development.
CherryPy sits between an application server and a compiler. You write
source files, compile them with CherryPy and CherryPy generates an
executable containing everything to run the website (including an HTTP
server).
It is released under the GPL license.

CherryPy has been used in production for more than a year and it has proven
fast and robust.
Key properties/features of CherryPy are:
   - Based exclusively on Python (runs everywhere Python runs)
   - Delivers fast, robust, and scalable websites
   - Developers can use OOP as well as AOP (Aspect Oriented Programming)
concepts to develop web sites
   - True separation of content and presentation
   - Simple but powerful templating language
   - "HTML editor safe" templating language (templates can go back and forth
between designers and developers)
   - Powerful standard libraries to make your life easy

Other properties/features are:
   - Can be linked to many databases (Oracle, Sybase, MySql, PostgreSql,
...)
   - Can run behind another webserver (Apache, ...)
   - Easy clustering and load-balancing set up for high-traffic websites
   - Built-in caching capability
   - SSL support (based on PyOpenSSL)
   - XML/XSL support (based on 4Suite)
   - Built-in XML-RPC support

Remi.

http://www.cherrypy.org




##########################################################################
# 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
******************************

home help back first fref pref prev next nref lref last post