Skip to content

Commit b4c4f50

Browse files
committed
development/guidelines/basics - add missing new lines
1 parent f758b5e commit b4c4f50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/development/guidelines/basics.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,21 @@ Knowing we can’t change the world in a single day and having a lot of legacy t
9797
drag around with us, our strategy consists of three parts:
9898

9999
**1)** Cleanup and maintenance
100+
100101
Restructure old (legacy) code, basically all code in the src/www, src/etc/inc to
101102
make it better readable, easier to use and remove unused / unnecessary parts. By
102103
doing so we want to extend the lifetime of the old code a bit and make the
103104
transition in new code easier eventually.
104105

105106
**2)** Detach
107+
106108
Move system configuration calls to configd where possible, which gives the
107109
administrator the advantage of running those commands from the command line and
108110
helps removing the need for root user access in the future. The ipsec VICI
109111
implementation is one example of this stage.
110112

111113
**3)** Moving on
114+
112115
(re)build new parts, using our new modules, which provide a layered development
113116
system to automatically support API calls from other systems and XML based model
114117
templates to describe configuration data.

0 commit comments

Comments
 (0)