Blame README

Packit 6c0a39
  _   _   _                          _
Packit 6c0a39
 (_) (_) (_)                        (_)
Packit 6c0a39
 (_)  _  (_) _         _  _   _  _  (_) _
Packit 6c0a39
 (_) (_) (_)(_) _     (_)(_) (_)(_) (_)(_) _
Packit 6c0a39
 (_) (_) (_)   (_)  _ (_)  _ (_)    (_)   (_)
Packit 6c0a39
 (_) (_) (_)(_)(_) (_)(_) (_)(_)    (_)   (_).org
Packit 6c0a39
Packit 6c0a39
 The SSH library
Packit 6c0a39
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 6c0a39
Packit 6c0a39
1* Why ?
Packit 6c0a39
-_-_-_-_-_
Packit 6c0a39
Packit 6c0a39
Why not ? :) I've began to work on my own implementation of the ssh protocol
Packit 6c0a39
because i didn't like the currently public ones.
Packit 6c0a39
Not any allowed you to import and use the functions as a powerful library, 
Packit 6c0a39
and so i worked on a library-based SSH implementation which was non-existing
Packit 6c0a39
in the free and open source software world.
Packit 6c0a39
Packit 6c0a39
Packit 6c0a39
2* How/Who ?
Packit 6c0a39
-_-_-_-_-_-_-_
Packit 6c0a39
Packit 6c0a39
If you downloaded this file, you must know what it is : a library for
Packit 6c0a39
accessing ssh client services through C libraries calls in a simple manner.
Packit 6c0a39
Everybody can use this software under the terms of the LGPL - see the COPYING
Packit 6c0a39
file
Packit 6c0a39
Packit 6c0a39
If you ask yourself how to compile libssh, please read INSTALL before anything.
Packit 6c0a39
Packit 6c0a39
3* Where ?
Packit 6c0a39
-_-_-_-_-_-_
Packit 6c0a39
Packit 6c0a39
http://www.libssh.org
Packit 6c0a39
Packit 6c0a39
4* Contributing
Packit 6c0a39
-_-_-_-_-_-_-_-_-_
Packit 6c0a39
Packit 6c0a39
Please read the file 'SubmittingPatches' next to this README file. It explains
Packit 6c0a39
our copyright policy and how you should send patches for upstream inclusion.
Packit 6c0a39
Packit 6c0a39
Have fun and happy libssh hacking!
Packit 6c0a39
Packit 6c0a39
The libssh Team