simplify and creole => rougail

This commit is contained in:
2020-02-16 21:27:42 +01:00
parent d8e99fef54
commit 9bb1a8c26a
342 changed files with 1522 additions and 869 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<creole>
<rougail>
<services>
<service name='ntp'>
@ -23,6 +23,6 @@
<help/>
</creole>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->

View File

@ -5,14 +5,17 @@
<family doc="ports" name="ports">
<family doc="port0" name="port0">
<variable doc="" multi="False" name="name" type="port">
<property>mandatory</property>
<value>123</value>
</variable>
<variable doc="" multi="False" name="protocol" type="choice">
<choice>tcp</choice>
<choice>udp</choice>
<property>mandatory</property>
<value>udp</value>
</variable>
<variable doc="" multi="False" name="activate" type="boolean">
<property>mandatory</property>
<value>True</value>
</variable>
</family>
@ -20,9 +23,11 @@
<family doc="tcpwrappers" name="tcpwrappers">
<family doc="tcpwrapper0" name="tcpwrapper0">
<variable doc="" multi="False" name="name" type="string">
<property>mandatory</property>
<value>ntpd</value>
</variable>
<variable doc="" multi="False" name="activate" type="boolean">
<property>mandatory</property>
<value>True</value>
</variable>
</family>