summaryrefslogtreecommitdiff
path: root/README.rst
blob: 8963e1658d14b972ac0e53df7d48c78c5fed19d9 (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
==========================================
 README for NETCONF for APK Distributions
==========================================
:Authors:
 * **A. Wilcox**, principal author
 * **Ariadne Conill**, project manager
:Status:
 Development
:Copyright:
 © 2020 Adélie Software in the Public Benefit, Inc.  NCSA open source license.


.. image:: https://img.shields.io/badge/chat-on%20IRC-blue.svg
   :target: ircs://irc.interlinked.me:6697/#Adelie-Support
   :alt: Chat with us on IRC: irc.interlinked.me #Adelie-Support

.. image:: https://img.shields.io/badge/license-NCSA-lightgrey.svg
   :target: LICENSE
   :alt: Licensed under NCSA license



Introduction
============

This repository contains the source code and documentation for NETCONF for APK
Distributions, a NETCONF server designed for use on Linux distributions that
use the APK package manager.


License
```````
See the LICENSE file in the root directory of this repository for license
information.


Changes
```````
Any changes to this repository must be reviewed before being pushed to the
current branch.



If You Need Help
================

This repository is primarily for system developers.  If you're looking for
help installing or using this project, see our Help Centre on the Web (not yet
available).

.. _`our Help Centre on the Web`: https://help.adelielinux.org/



Usage Requirements
==================

* Python

* The Python ``netconf`` module.



Repository Layout
=================

``ncserver``: Server code
`````````````````````````
The ``ncserver`` directory contains the server code.

``yang-modules``: YANG modules
``````````````````````````````
The ``yang-modules`` directory contains the YANG modules that the server
implements.



Contributing
============

See the CONTRIBUTING.rst_ file in the same directory as this README for
more details on how to contribute to NETCONF for APK Distributions.

.. _CONTRIBUTING.rst: ./CONTRIBUTING.rst



Reporting Issues
================

If you have an issue using NETCONF for APK Distributions, you may view our
BTS_.  You may also `submit an issue`_ directly.

.. _BTS: https://bts.adelielinux.org/buglist.cgi
.. _`submit an issue`: https://bts.adelielinux.org/enter_bug.cgi