Package Usage: rubygems: inifile
Although made popular by Windows, INI files can be used on any system thanks
to their flexibility. They allow a program to store configuration data, which
can then be easily parsed and changed. Two notable systems that use the INI
format are Samba and Trac.
More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file).
### Properties
The basic element contained in an INI file is the property. Every property has
a name and a value, delimited by an equals sign *=*. The name appears to the
left of the equals sign and the value to the right.
name=value
### Sections
Section declarations start with *[* and end with *]* as in `[section1]` and
`[section2]` shown in the example below. The section declaration marks the
beginning of a section. All properties after the section declaration will be
associated with that section.
### Comments
All lines beginning with a semicolon *;* or a number sign *#* are considered
to be comments. Comment lines are ignored when parsing INI files.
### Example File Format
A typical INI file might look like this:
[section1]
; some comment on section1
var1 = foo
var2 = doodle
var3 = multiline values \
are also possible
[section2]
# another comment
var1 = baz
var2 = shoodle
12 versions
Latest release: presque 11 ans ago
184 dependent packages
29 567 661 downloads total
View more package details: https://packages.ecosystem.code.gouv.fr/registries/rubygems.org/packages/inifile
Dependent Repos 10
eole/ad-formula Fork of saltstack-formulas/ad-formula
Join computer to an Active DirectorySize: 113 ko - Last synced: 7 jours ago - Pushed: plus de 4 ans ago

eole/cert-formula Fork of saltstack-formulas/cert-formula
Deploy certificates.Size: 269 ko - Last synced: 7 jours ago - Pushed: environ 4 ans ago

eole/collectd-formula Fork of saltstack-formulas/collectd-formula
Size: 492 ko - Last synced: 7 jours ago - Pushed: plus de 2 ans ago

eole/libvirt-formula Fork of saltstack-formulas/libvirt-formula
Size: 272 ko - Last synced: 7 jours ago - Pushed: plus de 4 ans ago

eole/openssh-formula Fork of saltstack-formulas/openssh-formula
Size: 738 ko - Last synced: 7 jours ago - Pushed: plus de 3 ans ago

eole/pam-mount-formula Fork of saltstack-formulas/pam-mount-formula
Configure pam-mount volumesSize: 104 ko - Last synced: 7 jours ago - Pushed: plus de 4 ans ago

eole/salt-formula Fork of saltstack-formulas/salt-formula
Yes, Salt can Salt itself!Size: 1,42 Mo - Last synced: 7 jours ago - Pushed: 29 jours ago

eole/template-formula Fork of saltstack-formulas/template-formula
salt-formula template filled with dummy contentSize: 983 ko - Last synced: 7 jours ago - Pushed: plus de 3 ans ago

eole/redmine_backlogs Fork of ErisExchange/redmine_backlogs
A Redmine plugin for agile teamsSize: 10,8 Mo - Last synced: 7 jours ago - Pushed: plus de 8 ans ago
