Config-Model
view release on metacpan or search on metacpan
lib/Config/Model/Cookbook/CreateModelFromDoc.pod view on Meta::CPAN
#
#MAILFROM="root@example.org"
# SUBMITURLS is a space separated list of where to submit
# popularity-contest reports using http.
SUBMITURLS="http://popcon.debian.org/cgi-bin/popcon.cgi"
# USEHTTP enables http reporting. Set this to 'yes' to enable it.
USEHTTP="yes"
# HTTP_PROXY allows one to specify an HTTP proxy server, the syntax is
# HTTP_PROXY="http://proxy:port". This overrides the environment
# variable http_proxy.
# MY_HOSTID is a secret number that the popularity-contest receiver
# uses to keep track of your submissions. Whenever you send in a
# new entry, it overwrites the last one that had the same HOSTID.
#
# This key was generated automatically so you should normally just
# leave it alone.
#
#MY_HOSTID="_ID_"
lib/Config/Model/Cookbook/CreateModelFromDoc.pod view on Meta::CPAN
Space separated list of where to submit popularity-contest
reports using http.
default: >
http://popcon.debian.org/cgi-bin/popcon.cgi
USEHTTP:
description: >
enables http reporting. Set this to 'yes' to enable it.
default: "yes"
HTTP_PROXY:
description: >
allows one to specify an HTTP proxy server, the syntax is
"http://proxy:port". This overrides the environment variable
http_proxy.
MY_HOSTID:
description: >-
secret number that the popularity-contest receiver uses to
keep track of your submissions. Whenever you send in a new
entry, it overwrites the last one that had the same HOSTID.
lib/Config/Model/FuseUI.pm view on Meta::CPAN
parameter of your configuration file is mapped to a file.
=head1 Example
$ cme fusefs popcon -fuse-dir fused
Mounting config on fused in background.
Use command 'fusermount -u fused' to unmount
$ ll fused
total 4
-rw-r--r-- 1 domi domi 1 Dec 8 19:27 DAY
-rw-r--r-- 1 domi domi 0 Dec 8 19:27 HTTP_PROXY
-rw-r--r-- 1 domi domi 0 Dec 8 19:27 MAILFROM
-rw-r--r-- 1 domi domi 0 Dec 8 19:27 MAILTO
-rw-r--r-- 1 domi domi 32 Dec 8 19:27 MY_HOSTID
-rw-r--r-- 1 domi domi 3 Dec 8 19:27 PARTICIPATE
-rw-r--r-- 1 domi domi 0 Dec 8 19:27 SUBMITURLS
-rw-r--r-- 1 domi domi 3 Dec 8 19:27 USEHTTP
$ fusermount -u fuse_dir
=head1 BUGS
lib/Config/Model/models/PopCon.pl view on Meta::CPAN
{
'description' => 'enables http reporting. Set this to \'yes\' to enable it.',
'type' => 'leaf',
'upstream_default' => '1',
'value_type' => 'boolean',
'write_as' => [
'no',
'yes'
]
},
'HTTP_PROXY',
{
'description' => 'Allows one to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy.',
'type' => 'leaf',
'value_type' => 'uniline'
},
'MY_HOSTID',
{
'description' => 'Secret number that the popularity-contest receiver uses to keep track of your submissions. Whenever you send in a new entry, it overwrites the last one that had the same HOSTID.
This key was generated automatically so you should normally just leave it alone. ',
lib/Config/Model/models/PopCon.pod view on Meta::CPAN
=over 4
=item upstream_default value :
1
=back
=head2 HTTP_PROXY
Allows one to specify an HTTP proxy server, the syntax is "http://proxy:port". This overrides the environment variable http_proxy. I< Optional. Type uniline. >
=head2 MY_HOSTID
Secret number that the popularity-contest receiver uses to keep track of your submissions. Whenever you send in a new entry, it overwrites the last one that had the same HOSTID.
This key was generated automatically so you should normally just leave it alone. I< Optional. Type uniline. >
=head2 DAY - day of week
( run in 0.683 second using v1.01-cache-2.11-cpan-71847e10f99 )