Parent Directory
|
Revision Log
Static output of stylesheet implemented; Use of simple HTML serializer (new to manakai) if text/html output
| 1 | wakaba | 1.1 | |
| 2 | =head1 NAME | ||
| 3 | |||
| 4 | wakaba | 1.3 | SuikaWiki::DB::FileSystem::LeafFile - SuikaWiki Directory-Structured Simple Database |
| 5 | wakaba | 1.1 | |
| 6 | =head1 SYNOPSIS | ||
| 7 | |||
| 8 | wakaba | 1.3 | require SuikaWiki::DB::FileSystem::LeafFile; |
| 9 | my $db = SuikaWiki::DB::FileSystem::LeafFile->new | ||
| 10 | (base_directory => $path_to_db, | ||
| 11 | directory_suffix => '.ns', | ||
| 12 | file_suffix => '.txt', | ||
| 13 | -lock => { ..lock property.. }); | ||
| 14 | wakaba | 1.1 | |
| 15 | =head1 DESCRIPTION | ||
| 16 | |||
| 17 | wakaba | 1.3 | C<SuikaWiki::DB::FileSystem::LeafFile> provides simple database |
| 18 | which maps namespaces to filesystem directories and keys to files. | ||
| 19 | Directories and files names are encoded by base 16 so that user | ||
| 20 | does not need to make key names filesystem safe (but file names |