-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (26 loc) · 874 Bytes
/
README
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
NEON - a version control system
Copyright (c) 2022, 2023, 2024 Ariston Lorenzo.
-------------------------------------------------------------------------------
This code is still under development.
See COPYRIGHT for copyright information.
See HACKING for development information.
See INSTALL for installation information.
A rough guide to the source tree:
docs/
User and developer documentation.
docs/atl/
Ariston's notes.
docs/licenses
Full-text copies of licenses used in this project
neon/
Source code to neon itself
neon/build/
Build directory for neon
neon/script/
Scripts to build neon (and other stuff possibly)
neon/templates/
Templates for config files, etc..
plan/
Planning files for neon.
tools/quantum/
A planned 'neon' server solution, with a web and SSH frontend.