| | 44 | |
|---|
| | 45 | =head11 NAME |
|---|
| | 46 | |
|---|
| | 47 | Plagger::Plugin::Publish::Takahashi - produce takahasi output |
|---|
| | 48 | |
|---|
| | 49 | =head1 SYNOPSIS |
|---|
| | 50 | |
|---|
| | 51 | - module: Publish::Takahashi |
|---|
| | 52 | config: |
|---|
| | 53 | dir: /home/miyagawa/takahashi |
|---|
| | 54 | |
|---|
| | 55 | =head1 DESCRIPTION |
|---|
| | 56 | |
|---|
| | 57 | This module creates a Takahashi style presentation in .xul for |
|---|
| | 58 | each feed. |
|---|
| | 59 | |
|---|
| | 60 | The one configuration option is the directory you want the |
|---|
| | 61 | presentation to be created in. A $feedid.xul file will be |
|---|
| | 62 | created for each feed, and the two support takahashi |
|---|
| | 63 | javascript and css support files will be copied into |
|---|
| | 64 | the directory. |
|---|
| | 65 | |
|---|
| | 66 | =head1 AUTHOR |
|---|
| | 67 | |
|---|
| | 68 | Tatsuhiko Miyagawa E<lt>miyagawa@bulknews.netE<gt> |
|---|
| | 69 | |
|---|
| | 70 | See I<AUTHORS> file for the name of all the contributors. |
|---|
| | 71 | |
|---|
| | 72 | =head1 LICENSE |
|---|
| | 73 | |
|---|
| | 74 | Except where otherwise noted, Plagger is free software; you can |
|---|
| | 75 | redistribute it and/or modify it under the same terms as Perl itself. |
|---|
| | 76 | |
|---|
| | 77 | =head1 SEE ALSO |
|---|
| | 78 | |
|---|
| | 79 | L<http://plagger.org/>, |
|---|
| | 80 | L<http://www.bright-green.com/blog/2005_12_15/a_cute_mozilla_xul_app.html> |
|---|
| | 81 | |
|---|
| | 82 | =cut |
|---|
| | 83 | |
|---|