2 Link - a web server library for C++
3 Copyright (c) 2021, 2022, 2023 N11 Software. All rights reserved.
5 --------------------------------------------------------------------------------
9 Link is a web server library for C++ built with a focus of speed.
11 The source to Link is mainly written by Levi Hicks with help from
12 Ariston Lorenzo in maintainership and documentation. Link is a N11
15 --------------------------------------------------------------------------------
19 You can find the Link repository at multiple places. These are all the
22 GitHub (N11): https://github.com/n11software/link.git
23 GitHub (aristonl): https://github.com/aristonl/link.git
24 repo.or.cz (aristonl): git://repo.or.cz/link.git
25 Codeberg (aristonl): https://codeberg.org/atl/link.git
26 SourceHut (N11/aristonl): https://git.sr.ht/~aristonl/link.git
28 --------------------------------------------------------------------------------
32 Make sure you install CMake, GCC, zlib, and OpenSSL version >=3.
34 $ mkdir build && cd build
36 $ make && sudo make install
38 See INSTALL for in-depth installation instructions.
40 --------------------------------------------------------------------------------
44 You can find a Link website template at aristonl/linkproj on GitHub or
45 at git.sr.ht/~aristonl/linkproj.
46 See its README for more information.
48 See docs/beginners-guide.md for more information on using Link.
50 --------------------------------------------------------------------------------
54 You can email ~aristonl/link-discuss@lists.sr.ht for any user
55 discussion and issue reports (excluding security vulnerabilities, see
56 docs/security.md). All patches and pull requests can be sent to
57 ~aristonl/link-devel@lists.sr.ht.
59 --------------------------------------------------------------------------------
65 --------------------------------------------------------------------------------
67 Copyright (c) 2021, 2022, 2023 N11 Software. All rights reserved.
69 This software is open source software; you can modify it and/or distribute it
70 under the terms of the BSD 3-Clause License (Modified BSD License) as published
71 with the distribution of this software.
73 This program is distributed WITHOUT ANY WARRANTY; without even the implied
74 warranty of MERCHANTABILITY or FITENSS FOR A PARTICULAR PURPOSE. See the
75 BSD 3-Clause License in the file COPYRIGHT for more details.
77 You should have recieved a copy of the BSD 3-Clause License with this program.
78 If not, see the following pages:
80 <https://opensource.org/license/bsd-3-clause/>.