An open API service providing repository metadata for many open source software ecosystems.

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

Projets-INFO4/19-20/20/nixpkgs_swh

Last synced: 7 mois ago - Pushed: 11 mois ago

eole/ad-formula Fork of saltstack-formulas/ad-formula
Join computer to an Active Directory

Size: 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 volumes

Size: 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 content

Size: 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 teams

Size: 10,8 Mo - Last synced: 7 jours ago - Pushed: plus de 8 ans ago