This file is indexed.

/usr/share/perl5/RoPkg/simba.pod is in simba 0.8.4-4.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
=head1 NAME

simba

=head1 VERSION

0.8.4

=head1 SYNOPSIS

simba [-c|--config <configuration file] [--callbacks|-p] [--help|-h] [mirror_name]

=head1 PREREQUISITES

simba requires I<RoPkg::Simba>

=head1 DESCRIPTION

There are many institutions that offer mirroring
services to the community. Most of them use shell
scripts to synchronize content with the master servers.
This approach has some major limitations:

=over 4

=item Difficult maintenance

=item No useful reports

=item No data presented to the final user

=item and more

=back

Simba was created to be the mirroring tool and to
get more control over the mirrored content and (most
important) more control over the reports you can
generate using the mirrored content data. Using Simba,
you can:

=over 6

=item Create web pages with mirrors status

=item Create web pages with mirror details

=item Generate RSS feeds

=item Generate Google sitemaps

=item Generate rsync configuration files

=item and more

=back

Simba is extensible and has a dynamic plugin system.
If you have some knowledge of perl, you can write
your own plugins and extend Simba as you wish.

=head1 RUNNING

simba has a few command line parameters.

=head2 -c|--config

Expects the path to the configuration file

=head2 -p|--callbacks

Start the user defined callbacks

=head2 -h|--help

Shows this man page

The main documentation is available on the website
(http://simba.packages.ro). There you will find detailed
documentation, templates and a HOWTO.

=head1 SEE ALSO

L<RoPkg::Simba::Mirror> L<RoPkg::Simba::Command> L<RoPkg::Simba::Exclude>
L<RoPkg::Simba::Mirrors> L<RoPkg::Simba::Commands> L<RoPkg::Simba::Excludes>

=head1 AUTHOR

Subredu Manuel <diablo@iasi.roedu.net>

=head1 LICENSE

Copyright (C) 2005 Subredu Manuel.  All Rights Reserved.
This module is free software; you can redistribute it 
and/or modify it under the same terms as Perl itself.
The LICENSE file contains the full text of the license.

=cut