File: lg_bytes22.html

package info (click to toggle)
lg-issue22 6-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,144 kB
  • ctags: 184
  • sloc: makefile: 36; sh: 4
file content (222 lines) | stat: -rw-r--r-- 8,276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!--startcut ==========================================================-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> 
<html> 
<head>
<title> News Bytes #22 </title>
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#0020F0"
ALINK="#FF0000">
<!--endcut ============================================================-->
<H4>&quot;Linux Gazette...<I>making Linux just a little more fun!</I>&quot;</H4>
<HR>
<center>
<table cellpadding=7><tr><td>
<IMG SRC="../gx/bytes.gif" border=1  ALT="News Bytes">
</td><td>
<H3>Contents:</H3>
<ul>
<li><a HREF="./lg_bytes22.html#general">News in General</a>
<li><a HREF="./lg_bytes22.html#software">Software Announcements</a>
</ul>
</td></tr></table>
</center>
<a name="general"></a>
<p><hr><p>
<!-- =================================================================== -->
<center><H3> News in General </H3></center>

<P> <hr> <P> 
<!-- =================================================================== -->

<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
BLINUX Documentation and Development Project
</H3>
<P> 
<P>
The purpose of The BLINUX Documentation and Development Project is to serve as a catalyst
which will both spur and speed the development of software and documentation which will enable the
blind user to run his or her own Linux workstation.
<p>
Their web site is at: <br>
<a href="http://leb.net/blinux/">http://leb.net/blinux/</A>

<br>
It contains information about documenting Linux for the Blind and Visually
Impaired, the BLINUX FTP Archive, and where to find Linux Software for 
the Blind User.  

<P> <hr> <P> 
<!-- =================================================================== -->

<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
Linux "class" via the Internet</h3>
<p>
There is a Linux "class" being offered on the internet!  It's a
beginners class that's using Matt Welsh's "Running Linux" as the
textbook.  Lessons are posted to the site, with links to Linux related
urls and reading from the text as additional assignments. I just checked
out the first lesson (history of Linux), looks pretty good.
<p>
If anyone's interested (it's free), the url is: 
<a href="http://www.vu.org/channel25/today/">http://www.vu.org/channel25/today/</a>
<p>
<P> <hr> <P> 
<!-- =================================================================== -->

<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
WindowMaker and AfterStep themes</h3>
<p>
Give your X-windows a whole new look with one of the WindowMaker or
AfterStep themes.  There are almost 30 different themes for the 
WindowMaker and another 30 for AfterStep window manager available at:
<a href="http://x.unicom.net/themes">http://x.unicom.net/themes</a>

<a name="software"></a>
<P> <hr> <P> 
<!-- =================================================================== -->
<center><H3> Software Announcements </H3></center>

<P> <hr> <P> 
<!-- =================================================================== -->

<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
TCD 1.0: New curses-based CD player
</H3>
<P>
<P>
TCD is a new curses based CD player for Linux. Here are some of it's
distinct features:
<P>
* Nice-looking color (if supported) curses interface.
<br>
* Simple, sensible, one-keystroke control.
        (No more mapping little icons to your keypad!) :)
<br>* Repeat track, continuous play control.
<br>* Track name database. 
<br>* Uses little CPU time while running.
<P>
It should still be at
<br>   <a href="ftp://sunsite.unc.edu/pub/Linux/Incoming/tcd-1.0.tar.gz">
ftp://sunsite.unc.edu/pub/Linux/Incoming/tcd-1.0.tar.gz</a>
<P>

But by the time you read this is may have moved to
/pub/Linux/apps/sound/cdrom/curses/

<P> <hr> <P>
<!-- =================================================================== -->
<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
urlmon -- The URL Monitor
</H3>
<P> 
<P>

urlmon  reports changes to web sites
(and ftp sites, too).
<P>
urlmon makes a connection to a web site and records the
last_modified time for that url.  Upon subsequent calls, it will
check the url again, this time comparing the information to the
previously recorded times.  Since the last_modified data is not
required to be given by HTTP (it's optional) and is
non-existent for ftp, urlmon will then take an MD5 checksum. 
<P>
It's real utilitity is evident when running it periodically (from cron,
for example) in batch mode, so as to keep tabs on many different web
pages, reporting on those that have recently changed.  
<P>
New with 2.1, it can monitor muliple URLs in parallel.  It also has
user settable proxy server ability, and user settable timeout lengths.
A few algorithm improvements have been made.
<P>
It can be found at 
<P>
<a href="http://sunsite.unc.edu/pub/Linux/apps/www/mirroring/urlmon-21.tgz">http://sunsite.unc.edu/pub/Linux/apps/www/mirroring/urlmon-21.tgz</a>
<P>
<a href="http://web.syr.edu/~jdimpson/proj/urlmon-21.tgz">http://web.syr.edu/~jdimpson/proj/urlmon-21.tgz</a>
<P>
<a href="ftp://camelot.syr.edu/pub/web/urlmon-21.tgz">
ftp://camelot.syr.edu/pub/web/urlmon-21.tgz</a>

<P>
urlmon requires perl 5, the LWP perl modules, the MD5 module,
all available at any CPAN archive <a href="http://www.perl.com/perl/CPAN/">
http://www.perl.com/perl/CPAN/</a>


<P> <hr> <P> 
<!-- =================================================================== -->

<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
New Netscape Version for Linux
</H3>
<P> 

<P>
Netscape Communicator 4.03 (Standard and Professional editions) is now
	available for Linux.
	<p>
To download it, go to  <a href="http://www.netscape.com">http://www.netscape.com</a>

<P> <hr> <P> 
<!--================================================================-->
<H3><IMG ALT=" "   SRC="../gx/bolt.gif">
TeamWave Workplace 2.0</h3><p>
TeamWave Workplace is an Internet groupware product that lets you
work together with colleagues in shared Internet rooms using Windows,
Macintosh or Unix platforms.
<p>
TeamWave's rooms are customized with shared tools like whiteboards,
chat, calendars, bulletin boards, documents, brainstorming and voting,
so you can fit the rooms to your team's tasks.  Team members can work
together in rooms any-time, whether meeting in real-time or leaving
information for others to pick up or add to later.
<p>
The support for any-time collaboration and easy customization, combined
with its rich cross-platform support and modest infrastructure needs,
make TeamWave Workplace an ideal communication solution for telecommuters,
branch offices, business teams, road warriors -- any teams whose members
sometimes work apart.
<p>
System Requirements: TeamWave Workplace runs on both Windows 95/NT
and Macintosh platforms, as well as SunOS, Solaris, SGI, AIX and
Linux.  A network connection (LAN or modem) is also required.
<p>
<p>
Availability and Pricing
<p>
TeamWave Workplace 2.0 is available now.  A demonstration version may be
downloaded from TeamWave's web site at 
<a href="http://www.teamwave.com/">http://www.teamwave.com/</a>.
  A demo
license key, necessary to activate the software, can also be requested
from the web site.
<p>
Regular licenses are US$50 per team member, with quantity discounts
available.  Licenses can be purchased via postal mail, fax, email or
secure web server.  We are making free licenses available for qualified
educational use.  Please see our web site for additional information.
<P> <hr> <P> 
<!--================================================================-->
<center>Published in Linux Gazette Issue 22, October 1997</center>
<P> <HR> <P>
<!-- =================================================================== -->
<A HREF="./lg_toc22.html"><IMG SRC="../gx/indexnew.gif" ALT="[ TABLE OF 
CONTENTS ]"></A>
<A HREF="../index.html"><IMG SRC="../gx/homenew.gif" ALT="[ FRONT 
PAGE ]"></A> 
<A HREF="./lg_tips22.html"><IMG SRC="../gx/back2.gif" ALT=" Back "></A>
<A HREF="./lg_answer22.html"><IMG SRC="../gx/fwd.gif" ALT=" Next "></A>

<P><HR><P>
<h5>This page written and maintained by the Editor of <I>Linux Gazette</I>,
<A HREF="mailto: gazette@ssc.com">gazette@ssc.com</A><BR> 
Copyright &copy; 1997 Specialized Systems Consultants, Inc. </H5> 
<P> 
<!--startcut ==========================================================-->
</BODY>
</HTML>
<!--endcut ============================================================-->