A2E::Subdoks
This describes version B<0.1.0> of A2E::Subdoks.
use base 'A2E::MLHT', 'A2E::Subdoks', 'A2E::Mbox2dok';
my $p = new_ready A2E::MLHT;
$p->add_subdoks($dok, $pwd);
Write metadata that come with presence of subordinate documents, such as a 'subdoks' or 'grpdoks' file, and make corresponding entries in the database.
mixin library, does not invoke the constructor of its base library.
A2E::Dokfs(3)
A2E::Mktdir(3)
add extra documents to an array reference such as $m->{subdoks} or $m->{grpdoks}
add extra documents to the end of present group/directory by writing database records according to the predetermined syntax.
Like db_doks_push but add the documents to the beginning.
args 1 and 2 are array references.
return the elements that are contained only in array 2 but not array 1.
Find position in list of lines in a text file where to insert the new document id.
If we push ($m->{konfig}->pushdok set), we must insert at the end, otherwise at the beginning.
In either case we must skip over possible comment lines.
parse file, return a reference to the lines and one to the doks found therein
register subdocument in 'grpdoks' or 'subdoks' file $f.
Used in A2E::Mktdir
add node to menu-wise parent, both in the database and in the bookkeeping files of the local filesystem aka doksfayl ie 'grpdoks' or 'subdoks' and in the corresponding internal variables ie $m->{supdir} et al.
Hey! The above document had some coding errors, which are explained below:
=over should be: '=over' or '=over positive_number'
You forgot a '=back' before '=head1'