about summary refs log tree commit diff stats
                             Lynx README file

Lynx Version 2.9.0 is the latest release (January 2024).
See the CHANGES file for a complete record of all changes and bug fixes.
New releases are announced on the lynx-dev mailing list (see below).

FOR REAL NOVICES

To use this package, you need a compiler & a bit of experience
at very simple programming.  If you just want something which will work
`out-of-the-box', you can get pre-compiled versions of Lynx
by following the links from
        <URL: https://lynx.invisible-island.net/resources.html/> ;

For DOS or Windows, go to
        <URL: http://www.fdisk.com/doslynx/lynxport.htm>.

WHAT IS LYNX?

   Lynx is a fully-featured World Wide Web (WWW) client for users running
   cursor-addressable, character-cell display devices such as vt100 terminals,
   vt100 emulators running on Windows 95/NT or Macintoshes, or any other
   character-cell display.  It will display Hypertext Markup Language (HTML)
   documents containing links to files on the local system, as well as files on
   remote systems running http, gopher, ftp, wais, nntp, finger, or cso/ph/qi
   servers, and services accessible via logins to telnet, tn3270 or rlogin
   accounts.  Current versions of Lynx run on Unix, VMS, Windows95
   through Windows 8, 386DOS and OS/2 EMX.

   Lynx can be used to access information on the WWW, or to establish
   information systems intended primarily for local access.  Lynx has been
   used to build several Campus Wide Information Systems (CWIS).  Lynx can
   also be used to build systems isolated within a single LAN.

HOW TO GET LYNX

   For the latest release of Lynx go to:
       <URL: https://lynx.invisible-island.net/release>;
       <URL: https://invisible-island.net/archives/lynx/tarballs>;

   The latest development version is at:
       <URL: https://lynx.invisible-island.net/current/>.

   The Lynx homepage is <URL: https://lynx.invisible-island.net/>.
   The on-line help page (enter `h') has links to many useful things.

LICENSE

   Lynx is distributed under the GNU General Public License, version 2 (GPLv2)
   without restrictions on usage or redistribution.  The Lynx copyright
   statement, "COPYHEADER", and GNU GPL, "COPYING", are included in the
   top-level directory of the distribution.  Lynx is supported by the Lynx
   user community, an entirely volunteer (and unofficial) organization.

   Certain portions of the Lynx source distribution were originally
   created by CERN and have been modified during the development of
   Lynx.  See WWW/FreeofCharge.html for copyright info regarding CERN
   products used in Lynx.

   Note that Lynx is not self-contained; typically it is built with a
   variety of add-on libraries, including those for compression, IPv6,
   SOCKS and SSL support.

YEAR 2000 COMPLIANCE

   We believe Lynx works properly for the Year 2000 issues, since it does
   not store dates in 2-digit form.  Since it must communicate with a wide
   range of web servers, it interprets dates in a variety of formats.  In
   particular, if Lynx receives a date with a 2-digit year, it assumes that
   values less than 70 are in the range 2000-2069.

INSTALLING LYNX

   To install Lynx, follow the steps in the INSTALLATION file, which is
   located in the top directory of the source distribution.

DOCUMENTATION

   A users guide is included in this distribution along with a man page
   for Unix systems and a help file for VMS systems.  All documentation is
   contained in the top directory and the docs, samples and lynx_help
   subdirectories.

   While running Lynx, type 'h', 'H', or '?' to invoke the help menu
   system.  From the help menu you may access several useful documents
   pertaining to Lynx and the World Wide Web.  The most important of
   these is the Lynx Users Guide.  By default, Lynx will use the Lynx
   Enhanced Pages, which includes http links for help and FAQs concerning
   Lynx.  It is recommended that you install your own help menu system at
   your site in order to lessen the load on http servers.  This also will
   allow you to customize the help menu system for your site and greatly
   speed up access for those using Lynx over a slow connection.

INSTALLING THE DOCUMENTATION

   For Unix and related systems which support the autoconf configure script,
   the help menu system is installed by the "make install-help" command.

   For other systems (such as VMS), copy COPYHEADER and COPYING into the
   lynx_help/ subdirectory.  Then copy the lynx_help subdirectory to a public
   place on your system, or into your $HOME directory if you are a single
   user.  Finally, edit the lynx.cfg file  so that the HELPFILE line is
   defined as follows:
       HELPFILE:file://localhost/[public_path]/lynx_help/lynx_help_main.html

   where [public_path] is the absolute path to the lynx_help directory.
   Customizing the help menu system is just a matter of editing a set of
   HTML files.  Additional information about installing and customizing
   the help file set is available at
       <URL: http://www.irm.nara.kindai.ac.jp/lynxdev/README.help>.

INSTALLING LYNX

   To install Lynx, follow the steps in the INSTALLATION file, which is
   located in the top directory of the source distribution.  Win32 users
   who need pre-compiled distributions should visit the site
       <URL: http://www.fdisk.com/doslynx/lynxport.htm>.

PROBLEMS

   If you experience problems configuring, compiling or installing Lynx,
   please read Section VI. "General installation instructions" in the
   INSTALLATION file.  Instructions are given there for reporting your
   problem to the "lynx-dev" mailing list, which is frequented by experienced
   Lynx users.

LYNX-DEV MAILING LIST

   To subscribe to lynx-dev, send email to
       <URL: mailto:lynx-dev-request@nongnu.org>
   with "subscribe" for a subject line.

   If you wish to unsubscribe from lynx-dev, send email to
       <URL: mailto:lynx-dev-request@nongnu.org>
   with "unsubscribe" for a subject line.

   Any messages you wish to post should be sent to
       <URL: mailto:lynx-dev@nongnu.org>.

   PLEASE use the lynx-dev list, NOT private email to the developers,
   for questions or discussion about Lynx, or contributions of patches.
   Patches should use the unified diff format (diff -u).

   You need not be subscribed to the lynx-dev list in order to post.  If
   you post without subscribing, though, you should read replies to your
   questions or comments in the archive since more often than not nobody
   will send a carbon copy to you.  View the archives at:
       "lynx-dev Mailing list archives"
       <URL: http://mail.gnu.org/mailman/listinfo/lynx-dev/>

------------------------------------------------------------------------------
-- vile:txtmode fc=72 noti
-- $LynxId: README,v 1.37 2024/01/15 01:48:07 tom Exp $
------------------------------------------------------------------------------
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 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574