Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • rsa-crt-hardening
  • chacha96
  • fat-library
  • versioned-symbols
  • curve25519
  • dsa-reorg
  • aead-api
  • set_key-changes
  • poly1305
  • aes-reorg
  • nettle-2.7-fixes
  • size_t-changes
  • ecc-support
  • experimental-20050201
  • lsh-1.4.2
  • nettle_3.1.1_release_20150424
  • nettle_3.1_release_20150407
  • nettle_3.1rc3
  • nettle_3.1rc2
  • nettle_3.1rc1
  • nettle_3.0_release_20140607
  • nettle_2.7.1_release_20130528
  • nettle_2.7_release_20130424
  • nettle_2.6_release_20130116
  • nettle_2.5_release_20120707
  • converted-master-branch-to-git
  • nettle_2.4_release_20110903
  • nettle_2.3_release_20110902
  • nettle_2.2_release_20110711
  • nettle_2.1_release_20100725
  • camellia_32bit_20100720
  • nettle_2.0_release_20090608
  • nettle_1.15_release_20061128
  • after_experimental_merge_20060516
  • head_before_experimental_merge_20060516
36 results

nettle

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Nettle / nettle
    Source project has a limited visibility.
       ================================================================
    				README
    
    			 -- LysKOM server --
    
     Copyright (C) 1991, 1992, 1994 Lysator Academic Computer Association
       ================================================================
    
    
    			   What is LysKOM?
    
      This is the README file for the server of the electronic conference
    system LysKOM.
    
      LysKOM has a lot in common with netnews, but LysKOM is intended for
    local discussions (instead of worldwide).  LysKOM consists of a server
    process and several client programs.  The server process maintains a
    data base of persons, conferences and articles.  The clients connect
    to the server and let the users browse the database for unread
    articles.  Currently the only protocol available for connections is
    TCP/IP, but rewriting the server and clients for using e.g. DECNET
    should be trivial.
    
      LysKOM is much faster than netnews - almost as fast as irc! - but
    like in netnews the articles are saved so that you don't have to be
    logged in to receive the news.
    
      As mentioned above, you need a client to be able to do something
    useful with LysKOM.  As of now, there is only one client that has been
    released.  It is written in elisp (and thus requires GNU Emacs to run)
    and its language is Swedish.  It should be easy to translate to
    english since all text strings are collected in one source file.  The
    client is available via anonymous ftp from ftp.lysator.liu.se in the
    directory pub/lyskom.  Don't forget to fetch the documentation for it
    at the same time - it is well worth reading it!  (If you know
    Swedish... :-)
    
      A LysKOM server has been running at Lysator since July 25th 1990.
    You can connect to it and test it out if you like to get a feel for
    what LysKOM is.  The IP address of the server is kom.lysator.liu.se.
    Of course, you need a client to test it.
    
    
    
    		  How do you set up a LysKOM server?
    
      Installation instructions are in the file INSTALL.   Instructions
    for maintaining a LysKOM server are in the file doc/ADMINISTRATION.
    Some other documentation, such as the specification for the
    server-client protocol is also available in the doc directory.
    
      If you find a bug, please send your bug reports to the email address
    bug-lyskom@lysator.liu.se, but before you do, please check the file
    doc/known-server-bugs.
    
    
    
    			  About this release
    
      This release tries to adhere to the GNU Coding Standars, except that
    we indent the code in another way (use "M-x set-c-style RET BSD RET"
    if you are using Emacs 19).  See the file NEWS for information about
    changes, or the various ChangeLogs for more detailed information.