toc
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 42
Pod::TOC 1.05
Pod::TOC is a Perl module to extract a table of contents from a Pod file. more>>
Pod::TOC is a Perl module to extract a table of contents from a Pod file.
SYNOPSIS
This is a Pod::Simple subclass, so it can do the same things.
use Pod::TOC;
my $parser = Pod::TOC->new;
my $toc;
open my($output_fh), ">", $toc;
$parser->output_fh( $output_fh );
$parser->parse_file( $input_file );
This is a Pod::Simple subclass to extract a table of contents from a pod file. It has the same interface as Pod::Simple, and only changes the internal bits.
<<lessSYNOPSIS
This is a Pod::Simple subclass, so it can do the same things.
use Pod::TOC;
my $parser = Pod::TOC->new;
my $toc;
open my($output_fh), ">", $toc;
$parser->output_fh( $output_fh );
$parser->parse_file( $input_file );
This is a Pod::Simple subclass to extract a table of contents from a pod file. It has the same interface as Pod::Simple, and only changes the internal bits.
Download (0.004MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
HTML::Toc 0.21
HTML::Toc module can generate, insert and update HTML Table of Contents. more>>
HTML::Toc module can generate, insert and update HTML Table of Contents.
The HTML::Toc consists out of the following packages:
HTML::Toc
HTML::TocGenerator
HTML::TocInsertor
HTML::TocUpdator
HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does the actual generation of the ToC. HTML::TocInsertor handles the insertion of the ToC in the source. HTML::TocUpdator takes care of updating previously inserted ToCs.
HTML::Parser is the base object of HTML::TocGenerator, HTML::TocInsertor and HTML::TocUpdator. Each of these objects uses its predecessor as its ancestor, as shown in the UML diagram underneath:
+---------------------+
| HTML::Parser |
+---------------------+
+---------------------+
| +parse() |
| +parse_file() |
+----------+----------+
/_
|
+----------+----------+ +-----------+
| HTML::TocGenerator + - - - - - -+ HTML::Toc |
+---------------------+ +-----------+
+---------------------+ +-----------+
| +extend() | | +clear() |
| +extendFromFile() | | +format() |
| +generate() | +-----+-----+
| +generateFromFile() | :
+----------+----------+ :
/_ :
| :
+----------+----------+ :
| HTML::TocInsertor + - - - - - - - - -+
+---------------------+ :
+---------------------+ :
| +insert() | :
| +insertIntoFile() | :
+----------+----------+ :
/_ :
| :
+----------+----------+ :
| HTML::TocUpdator + - - - - - - - - -+
+---------------------+
+---------------------+
| +insert() |
| +insertIntoFile() |
| +update() |
| +updateFile() |
+---------------------+
When generating a ToC youll have to decide which object you want to use:
TocGenerator:
for generating a ToC without inserting the ToC into the source
TocInsertor:
for generating a ToC and inserting the ToC into the source
TocUpdator:
for generating and inserting a ToC, removing any previously inserted ToC elements
Thus in tabular view, each object is capable of:
generating inserting updating
---------------------------------
TocGenerator X
TocInsertor X X
TocUpdator X X X
<<lessThe HTML::Toc consists out of the following packages:
HTML::Toc
HTML::TocGenerator
HTML::TocInsertor
HTML::TocUpdator
HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does the actual generation of the ToC. HTML::TocInsertor handles the insertion of the ToC in the source. HTML::TocUpdator takes care of updating previously inserted ToCs.
HTML::Parser is the base object of HTML::TocGenerator, HTML::TocInsertor and HTML::TocUpdator. Each of these objects uses its predecessor as its ancestor, as shown in the UML diagram underneath:
+---------------------+
| HTML::Parser |
+---------------------+
+---------------------+
| +parse() |
| +parse_file() |
+----------+----------+
/_
|
+----------+----------+ +-----------+
| HTML::TocGenerator + - - - - - -+ HTML::Toc |
+---------------------+ +-----------+
+---------------------+ +-----------+
| +extend() | | +clear() |
| +extendFromFile() | | +format() |
| +generate() | +-----+-----+
| +generateFromFile() | :
+----------+----------+ :
/_ :
| :
+----------+----------+ :
| HTML::TocInsertor + - - - - - - - - -+
+---------------------+ :
+---------------------+ :
| +insert() | :
| +insertIntoFile() | :
+----------+----------+ :
/_ :
| :
+----------+----------+ :
| HTML::TocUpdator + - - - - - - - - -+
+---------------------+
+---------------------+
| +insert() |
| +insertIntoFile() |
| +update() |
| +updateFile() |
+---------------------+
When generating a ToC youll have to decide which object you want to use:
TocGenerator:
for generating a ToC without inserting the ToC into the source
TocInsertor:
for generating a ToC and inserting the ToC into the source
TocUpdator:
for generating and inserting a ToC, removing any previously inserted ToC elements
Thus in tabular view, each object is capable of:
generating inserting updating
---------------------------------
TocGenerator X
TocInsertor X X
TocUpdator X X X
Download (0.042MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
Embperl::TOC 2.2.0
Embperl::TOC is a Perl module for Embperl Documenation: Table of Contents. more>>
Embperl::TOC is a Perl module for Embperl Documenation: Table of Contents.
Embperl can be used in many ways and its documentation doesnt fit in one man pages. The following documentation is available within the distribution and the installed system using perldoc(1) or man(1):
CONTENT:
Installation Documentation
Embperl::Features
Embperl::Intro
Embperl::IntroEmbperl2
Embperl::Config
Embperl
Embperl::Object
Embperl::Form
Embperl::Form::Validate
Embperl::Mail
Embperl::Inline
Embperl::Recipe
Embperl::Syntax
Embperl::Syntax::ASP
Embperl::Syntax::Embperl
Embperl::Syntax::EmbperlBlocks
Embperl::Syntax::HTML
Embperl::Syntax::EmbperlHTML
Embperl::Syntax::Mail
Embperl::Syntax::MsgIdExtract
Embperl::Syntax::Perl
Embperl::Syntax::POD
Embperl::Syntax::RTF
Embperl::Syntax::SSI
Embperl::Syntax::Text
Embperl::TipsAndTricks
Sourcecode encryption
Changes
<<lessEmbperl can be used in many ways and its documentation doesnt fit in one man pages. The following documentation is available within the distribution and the installed system using perldoc(1) or man(1):
CONTENT:
Installation Documentation
Embperl::Features
Embperl::Intro
Embperl::IntroEmbperl2
Embperl::Config
Embperl
Embperl::Object
Embperl::Form
Embperl::Form::Validate
Embperl::Mail
Embperl::Inline
Embperl::Recipe
Embperl::Syntax
Embperl::Syntax::ASP
Embperl::Syntax::Embperl
Embperl::Syntax::EmbperlBlocks
Embperl::Syntax::HTML
Embperl::Syntax::EmbperlHTML
Embperl::Syntax::Mail
Embperl::Syntax::MsgIdExtract
Embperl::Syntax::Perl
Embperl::Syntax::POD
Embperl::Syntax::RTF
Embperl::Syntax::SSI
Embperl::Syntax::Text
Embperl::TipsAndTricks
Sourcecode encryption
Changes
Download (0.65MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1122 downloads
Gantry::Docs::TOC 3.38
Gantry::Docs::TOC is a table of contents for Gantry::Docs::* documentation modules. more>>
Gantry::Docs::TOC is a table of contents for Gantry::Docs::* documentation modules.
What should I read?
This document is a brief annotated list of each Gantry::Docs::* module.
About.pm
Describes the history, features, and motivation behind Gantry.
DBConn.pm
Explains how database connection information flows from app configuration to DBI. The process should be seamless for app developers, but if you need to work on the engines or add support for in ORMs, you may find useful information here.
FAQ.pm
A list of questions we think people are likely to ask along with answers. This is not a philosphical document, it is filled with code examples.
QuickStart.pm
If you are new Gantry and want to get your first app running with a minimum of fuss, this is for you.
TOC.pm
This document.
Tutorial.pm
More detailed than the Quick Start, this document walks through building a simple application with Gantry.
Why.pm
Explains you should use a framework at all, whether it is Gantry or one of the many others.
<<lessWhat should I read?
This document is a brief annotated list of each Gantry::Docs::* module.
About.pm
Describes the history, features, and motivation behind Gantry.
DBConn.pm
Explains how database connection information flows from app configuration to DBI. The process should be seamless for app developers, but if you need to work on the engines or add support for in ORMs, you may find useful information here.
FAQ.pm
A list of questions we think people are likely to ask along with answers. This is not a philosphical document, it is filled with code examples.
QuickStart.pm
If you are new Gantry and want to get your first app running with a minimum of fuss, this is for you.
TOC.pm
This document.
Tutorial.pm
More detailed than the Quick Start, this document walks through building a simple application with Gantry.
Why.pm
Explains you should use a framework at all, whether it is Gantry or one of the many others.
Download (0.19MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1103 downloads
Posy::Plugin::Toc 0.5501
Posy::Plugin::Toc is a Posy plugin to create a table of contents. more>>
Posy::Plugin::Toc is a Posy plugin to create a table of contents.
SYNOPSIS
@plugins = qw(Posy::Core Posy::Plugin::Toc));
@actions = qw(header
...
make_page_toc
render_page
...
);
@entry_actions = qw(header
...
parse_entry
make_toc
render_entry
...
);
Creates a table of contents generated from headings.
The table of contents will be generated if the entry (or page) contains the toc_entry_split/toc_page_split or the toc_entry_split_after/toc_page_split_after values, only from headers below the match, OR, if the the toc_entry_at_start/toc_page_at_start value is true, in which case the table of contents will be generated from the whole entry (or page) and placed at the start.
If there are no headers (element $toc_chapter_element), then no table of contents will be generated.
This creates a make_toc entry-action, which will put a table of contents in the entry. This should be placed after parse_entry and before render_entry in the entry_action list. If you are using the Posy::Plugin::ShortBody plugin, this should be placed after short_body in the entry_action list, not before it.
This also creates a make_page_toc action, which will put a table of contents in the whole page body. This should be placed before render_page (so that one can be sure that one has the whole page to process).
<<lessSYNOPSIS
@plugins = qw(Posy::Core Posy::Plugin::Toc));
@actions = qw(header
...
make_page_toc
render_page
...
);
@entry_actions = qw(header
...
parse_entry
make_toc
render_entry
...
);
Creates a table of contents generated from headings.
The table of contents will be generated if the entry (or page) contains the toc_entry_split/toc_page_split or the toc_entry_split_after/toc_page_split_after values, only from headers below the match, OR, if the the toc_entry_at_start/toc_page_at_start value is true, in which case the table of contents will be generated from the whole entry (or page) and placed at the start.
If there are no headers (element $toc_chapter_element), then no table of contents will be generated.
This creates a make_toc entry-action, which will put a table of contents in the entry. This should be placed after parse_entry and before render_entry in the entry_action list. If you are using the Posy::Plugin::ShortBody plugin, this should be placed after short_body in the entry_action list, not before it.
This also creates a make_page_toc action, which will put a table of contents in the whole page body. This should be placed before render_page (so that one can be sure that one has the whole page to process).
Download (0.007MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Bigtop::Docs::TOC 0.18
Bigtop::Docs::TOC is a table of contents for Bigtop::Docs::* documentation modules. more>>
Bigtop::Docs::TOC is a table of contents for Bigtop::Docs::* documentation modules.
What Should I Read?
This document is a brief annotated list of each Bigtop::Docs::* module.
Here are the highlights:
Lazy people should start with Bigtop::Docs::TentTut
Those allergic to web apps should start with Bigtop::Docs::Tutorial
Pedants should look in Bigtop::Docs::Syntax instead
Developers should carefully read Bigtop::Docs::Modules
Bigtop::Docs::About
Describes the features and motivations of Bigtop.
Bigtop::Docs::Cookbook
Modeled after the Perl Cookbook, this provides a list of things you might want to do, the syntax needed to make Bigtop do them for you, and the output produced by them. It focuses on hand written bigtop files, rather than on tentmaker.
Bigtop::Docs::Keywords
A (fairly) complete list of keywords Bigtop understands in a compact text file. See Bigtop::Docs::QuickRef for most of the same information in html tabular formatting or run tentmaker which shows complete information in your browser.
Bigtop::Docs::Modules
Documents many of the modules in the bigtop distribution including at least: Bigtop.pm, Bigtop::Parser. This includes a description of the grammar of the Bigtop language and how to work with it. (Note that the grammar is now in its own file called bigtop.grammar, but this has no effect on the docs in Bigtop::Docs::Modules. It may be out of date, but the extraction of the grammar is not the reason.)
Bigtop::Docs::QuickRef
This provides a somewhat complete list of all the keywords Bigtop understands along with some examples in html form. The depth of the tables involved makes it somewhat difficult to use. For a more compact version in plain text, see Bigtop::Docs::Keywords or run tentmaker for complete information in a different web format.
Bigtop::Docs::Syntax
This is meant to fully describe all of the syntax (including deprecations) in the Bigtop language. It is the encyclopedic version of Bigtop::Docs::Keywords.
Bigtop::Docs::TentTut
The tentmaker tutorial. Explains in detail how to use tentmaker to edit Bigtop files. Filled with beautiful screen shots.
Bigtop::Docs::TentRef
A comprehensive tour of tentmaker which assumes you understand the material from Bigtop::Docs::TentTut.
Bigtop::Docs::Tutorial
If you dont like tentmaker, this is where you should start. It walks through building a moderately complex application from scratch using a text editor to enter the proper Bigtop syntax.
Bigtop::Docs::Vim
Explains how to install vim syntax highlighting for Bigtop source files.
<<lessWhat Should I Read?
This document is a brief annotated list of each Bigtop::Docs::* module.
Here are the highlights:
Lazy people should start with Bigtop::Docs::TentTut
Those allergic to web apps should start with Bigtop::Docs::Tutorial
Pedants should look in Bigtop::Docs::Syntax instead
Developers should carefully read Bigtop::Docs::Modules
Bigtop::Docs::About
Describes the features and motivations of Bigtop.
Bigtop::Docs::Cookbook
Modeled after the Perl Cookbook, this provides a list of things you might want to do, the syntax needed to make Bigtop do them for you, and the output produced by them. It focuses on hand written bigtop files, rather than on tentmaker.
Bigtop::Docs::Keywords
A (fairly) complete list of keywords Bigtop understands in a compact text file. See Bigtop::Docs::QuickRef for most of the same information in html tabular formatting or run tentmaker which shows complete information in your browser.
Bigtop::Docs::Modules
Documents many of the modules in the bigtop distribution including at least: Bigtop.pm, Bigtop::Parser. This includes a description of the grammar of the Bigtop language and how to work with it. (Note that the grammar is now in its own file called bigtop.grammar, but this has no effect on the docs in Bigtop::Docs::Modules. It may be out of date, but the extraction of the grammar is not the reason.)
Bigtop::Docs::QuickRef
This provides a somewhat complete list of all the keywords Bigtop understands along with some examples in html form. The depth of the tables involved makes it somewhat difficult to use. For a more compact version in plain text, see Bigtop::Docs::Keywords or run tentmaker for complete information in a different web format.
Bigtop::Docs::Syntax
This is meant to fully describe all of the syntax (including deprecations) in the Bigtop language. It is the encyclopedic version of Bigtop::Docs::Keywords.
Bigtop::Docs::TentTut
The tentmaker tutorial. Explains in detail how to use tentmaker to edit Bigtop files. Filled with beautiful screen shots.
Bigtop::Docs::TentRef
A comprehensive tour of tentmaker which assumes you understand the material from Bigtop::Docs::TentTut.
Bigtop::Docs::Tutorial
If you dont like tentmaker, this is where you should start. It walks through building a moderately complex application from scratch using a text editor to enter the proper Bigtop syntax.
Bigtop::Docs::Vim
Explains how to install vim syntax highlighting for Bigtop source files.
Download (0.39MB)
Added: 2006-10-18 License: Perl Artistic License Price:
1101 downloads
PerlPoint::Template::TT2 0.02
PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts. more>>
PerlPoint::Template::TT2 is a beta of a PerlPoint template processor for Template Toolkit 2 layouts.
METHODS
new()
Parameters:
class
The class name.
Returns: the new object.
Example:
# start page
$result.="nnnn";
# begin header
$result.="nnnn";
# header contents: this was added to the traditional list of template files
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? header_toc_template : header_template}), $toc ? 1 : $params{page});
# complete header
$result.="nnnn";
# begin body
$result.="nnnn";
# now the body contents: start with top part
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? top_toc_template : top_template}), $toc ? 1 : $params{page});
# add navigation, if necessary
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? nav_toc_template : nav_template}), $toc ? 1 : $params{page})
if exists $options->{$toc ? nav_toc_template : nav_template};
# include data (for TOCs, make sure not to add a standard TOC if the tree applet is used
# - this should be more generic in case users use other methods ...)
$result.=$toc ? $result=~/
<<lessMETHODS
new()
Parameters:
class
The class name.
Returns: the new object.
Example:
# start page
$result.="nnnn";
# begin header
$result.="nnnn";
# header contents: this was added to the traditional list of template files
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? header_toc_template : header_template}), $toc ? 1 : $params{page});
# complete header
$result.="nnnn";
# begin body
$result.="nnnn";
# now the body contents: start with top part
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? top_toc_template : top_template}), $toc ? 1 : $params{page});
# add navigation, if necessary
$result.=$me->_processTemplate(join(/, $tdir, $options->{$toc ? nav_toc_template : nav_template}), $toc ? 1 : $params{page})
if exists $options->{$toc ? nav_toc_template : nav_template};
# include data (for TOCs, make sure not to add a standard TOC if the tree applet is used
# - this should be more generic in case users use other methods ...)
$result.=$toc ? $result=~/
Download (0.006MB)
Added: 2007-02-15 License: Perl Artistic License Price:
981 downloads
SimpleAIM
A miniature console based AIM client written in pure Java. more>>
A miniature console based AIM client written in pure Java. It implements the TOC protocol and provides a solid framework for understanding and writing your own IM clients or bots. Project SimpleAIM is an open source development project aimed at providing platform independence and interoperability in the realm of instant messaging services.
This document describes the TOC protocol. The protocol is built on TCP. Framing is done by SFLAP, described at the bottom of this document. Inside each
SFLAP frame is a TOC command.
The TOC protocol is ASCII based, and special attention must be placed argument separation. The separator and the rules of separation are different for messages inbound
to TOC and outbound to the client. The rules of separation are described in sections below.
The TOC server is built mainly to service the TIC and TiK clients. Since the TIC client is a Java applet, and downloadable, TOC will NOT support multiple TOC protocol versions at the same time. Therefore, TiK users will be forced to upgrade if the protocol version changes.
TOC sends down the protocol version it expects the client to speak and understand. Note, the protocol version is a string.
<<lessThis document describes the TOC protocol. The protocol is built on TCP. Framing is done by SFLAP, described at the bottom of this document. Inside each
SFLAP frame is a TOC command.
The TOC protocol is ASCII based, and special attention must be placed argument separation. The separator and the rules of separation are different for messages inbound
to TOC and outbound to the client. The rules of separation are described in sections below.
The TOC server is built mainly to service the TIC and TiK clients. Since the TIC client is a Java applet, and downloadable, TOC will NOT support multiple TOC protocol versions at the same time. Therefore, TiK users will be forced to upgrade if the protocol version changes.
TOC sends down the protocol version it expects the client to speak and understand. Note, the protocol version is a string.
Download (0.070MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1227 downloads
HTML::GenToc 2.30
HTML::GenToc is a Perl module that generate a Table of Contents for HTML documents. more>>
HTML::GenToc is a Perl module that generate a Table of Contents for HTML documents.
SYNOPSIS
use HTML::GenToc;
# create a new object
my $toc = new HTML::GenToc();
my $toc = new HTML::GenToc(title=>"Table of Contents",
toc=>$my_toc_file,
toc_entry=>{
H1=>1,
H2=>2
},
toc_end=>{
H1=>/H1,
H2=>/H2
}
);
# add further arguments
$toc->args(toc_tag=>"BODY",
toc_tag_replace=>0,
);
# generate anchors for a file
$toc->generate_anchors(infile=>$html_file,
overwrite=>0,
);
# generate a ToC from a file
$toc->generate_toc(infile=>$html_file,
footer=>$footer_file,
header=>$header_file
);
HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT.
While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesnt matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML.
Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner.
<<lessSYNOPSIS
use HTML::GenToc;
# create a new object
my $toc = new HTML::GenToc();
my $toc = new HTML::GenToc(title=>"Table of Contents",
toc=>$my_toc_file,
toc_entry=>{
H1=>1,
H2=>2
},
toc_end=>{
H1=>/H1,
H2=>/H2
}
);
# add further arguments
$toc->args(toc_tag=>"BODY",
toc_tag_replace=>0,
);
# generate anchors for a file
$toc->generate_anchors(infile=>$html_file,
overwrite=>0,
);
# generate a ToC from a file
$toc->generate_toc(infile=>$html_file,
footer=>$footer_file,
header=>$header_file
);
HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT.
While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesnt matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML.
Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner.
Download (0.043MB)
Added: 2006-06-16 License: Perl Artistic License Price:
1225 downloads
mkcdtoc 1.0
mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. more>>
mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. mkcdtoc project reads a list of audio files and outputs a TOC file with a track specification for each audio file.
Input data can be a raw list with one file name on each line, or an m3u play list. The program has a modular architecture and can be extended via plugins.
The distribution includes a few plugins that can retrieve meta information from audio files to fill CD-TEXT blocks in the generated TOC file. There are plugins to perform audio file to WAVE format conversion.
To install mkcdtoc type:
# tar xjf mkcdtoc-VERSION.tar.bz2
# cd mkcdtoc-VERSION
# make install
This will install executable to /usr/local/bin, man page to /usr/local/man/man1 and plugins to /usr/local/share/mkcdtoc/plugins. You can change the installation prefix by editing include.mak.
vim:tw=70
Enhancements:
- New plugins info-ogginfo and info-translit-cyr.
- New options to disable arbitrary CD-TEXT flags.
- Minor improvements and bugfixes.
<<lessInput data can be a raw list with one file name on each line, or an m3u play list. The program has a modular architecture and can be extended via plugins.
The distribution includes a few plugins that can retrieve meta information from audio files to fill CD-TEXT blocks in the generated TOC file. There are plugins to perform audio file to WAVE format conversion.
To install mkcdtoc type:
# tar xjf mkcdtoc-VERSION.tar.bz2
# cd mkcdtoc-VERSION
# make install
This will install executable to /usr/local/bin, man page to /usr/local/man/man1 and plugins to /usr/local/share/mkcdtoc/plugins. You can change the installation prefix by editing include.mak.
vim:tw=70
Enhancements:
- New plugins info-ogginfo and info-translit-cyr.
- New options to disable arbitrary CD-TEXT flags.
- Minor improvements and bugfixes.
Download (0.027MB)
Added: 2006-03-17 License: GPL (GNU General Public License) Price:
1317 downloads
libdiscmage 0.0.3 Alpha
libdiscmage is a library to rip/convert single tracks from proprietary image formats. more>>
libdiscmage is a library to rip/convert single tracks from proprietary image formats (like DiscJuggler or Nero ) for burning em with cdrecord. Example apps are included.
Usage: discmage [OPTION(S)]... IMAGE
Options
--mktoc generate TOC sheet for IMAGE or existing CUE sheet
--mkcue generate CUE sheet for IMAGE or existing TOC sheet
--mksheet same as --mktoc and --mkcue
--rip=N rip/dump track N from IMAGE
--cdmage=N like --rip but writes always (padded) sectors with 2352 Bytes;
this is what CDmage would do
Enhancements:
- added support for CDI, ISO and BIN images
- added support for cua and toc sheets
<<lessUsage: discmage [OPTION(S)]... IMAGE
Options
--mktoc generate TOC sheet for IMAGE or existing CUE sheet
--mkcue generate CUE sheet for IMAGE or existing TOC sheet
--mksheet same as --mktoc and --mkcue
--rip=N rip/dump track N from IMAGE
--cdmage=N like --rip but writes always (padded) sectors with 2352 Bytes;
this is what CDmage would do
Enhancements:
- added support for CDI, ISO and BIN images
- added support for cua and toc sheets
Download (0.16MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
1317 downloads
m3u2toc 0.1
m3u2toc is a Perl script which creates a CD-Text enabled cdrdao TOC file from a XMMS MP3 playlist. more>>
m3u2toc is a Perl script which creates a CD-Text enabled cdrdao TOC file from a XMMS MP3 playlist.
Theres lots of scripts out there to help you burn MP3s as CD audio, but none Ive seen that make a point of writing matching CD-Text data. This script takes the pain out of manually preparing a TOC file with CD-Text author and title data by extracting that info from MP3 ID3 tags.
This script also differs from others by not being an end to end solution for MP3 to CD audio burning. It will take a M3U playlist and produce a TOC file and thats it. Decoding MP3s and running cdrdao to burn them is your job. (Although Ill implement decoding if theres demand for it).
I like small programs that tackle individual problems and solve them well, rather than monolithic ones that try to do everything and fail badly.
Four simple steps to burn:
- complile and save a playlist in XMMS (ensuring ID3 tags are filled).
- set output plugin in XMMS to "disk writer" and decode MP3s.
- run m3u2toc on playlist file to make a TOC file complete with author and title CD-Text data.
- then just run cdrdao using the TOC file and let the CD burn.
<<lessTheres lots of scripts out there to help you burn MP3s as CD audio, but none Ive seen that make a point of writing matching CD-Text data. This script takes the pain out of manually preparing a TOC file with CD-Text author and title data by extracting that info from MP3 ID3 tags.
This script also differs from others by not being an end to end solution for MP3 to CD audio burning. It will take a M3U playlist and produce a TOC file and thats it. Decoding MP3s and running cdrdao to burn them is your job. (Although Ill implement decoding if theres demand for it).
I like small programs that tackle individual problems and solve them well, rather than monolithic ones that try to do everything and fail badly.
Four simple steps to burn:
- complile and save a playlist in XMMS (ensuring ID3 tags are filled).
- set output plugin in XMMS to "disk writer" and decode MP3s.
- run m3u2toc on playlist file to make a TOC file complete with author and title CD-Text data.
- then just run cdrdao using the TOC file and let the CD burn.
Download (0.003MB)
Added: 2006-04-19 License: Freeware Price:
1285 downloads
dtRdr::GUI::Wx::SearchTree 0.0.11
dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree. more>>
dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree.
SYNOPSIS
Methods
book_root
Create a root for the book.
$tree->book_root($book);
When were displaying multiple books, this will not be the root of the tree?
want_item
$item = $tree->want_item($node);
parent_item
Get or create the tree down to (not including) the given node.
my $parent = $tree->parent_item($node);
append_item
Append a TOC node to the tree.
$tree_item = $tree->append_item($parent_item, $toc);
Event Handlers
show_context_menu
$self->show_context_menu($evt);
item_activated
$tree->item_activated($event);
<<lessSYNOPSIS
Methods
book_root
Create a root for the book.
$tree->book_root($book);
When were displaying multiple books, this will not be the root of the tree?
want_item
$item = $tree->want_item($node);
parent_item
Get or create the tree down to (not including) the given node.
my $parent = $tree->parent_item($node);
append_item
Append a TOC node to the tree.
$tree_item = $tree->append_item($parent_item, $toc);
Event Handlers
show_context_menu
$self->show_context_menu($evt);
item_activated
$tree->item_activated($event);
Download (2.8MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
953 downloads
Twisted Words 0.4.0
Twisted Words provides implementations of a handful of IM protocols, including IRC, MSNP8, OSCAR, TOC, and Jabber. more>>
Twisted Words library provides implementations of a handful of IM protocols, including IRC, MSNP8, OSCAR, TOC, and Jabber.
Twisted Words provides two separate high-level end-user features:
a multiprotocol instant messaging server
a multiprotocol instant messaging client
These are both still in the early stages of development and are not expected to work flawlessly in all configurations, however each is quite usable for a limited set of functionality. A Twisted Words server can be created with just a couple commands:
$ mktap words --irc-port 6667 --pb-port 8787 --passwd password_file --group somegroup
$ twistd -f words.tap
The Twisted Words client is named im and is usable as an IRC client, and possibly an AIM client (depending on the phase of the moon).
Low Level Functionality:
Twisted Words also includes:
Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN, TOC (AIM).
Jabber libraries.
Prototypes of chat server and client frameworks built on top of the protocols.
<<lessTwisted Words provides two separate high-level end-user features:
a multiprotocol instant messaging server
a multiprotocol instant messaging client
These are both still in the early stages of development and are not expected to work flawlessly in all configurations, however each is quite usable for a limited set of functionality. A Twisted Words server can be created with just a couple commands:
$ mktap words --irc-port 6667 --pb-port 8787 --passwd password_file --group somegroup
$ twistd -f words.tap
The Twisted Words client is named im and is usable as an IRC client, and possibly an AIM client (depending on the phase of the moon).
Low Level Functionality:
Twisted Words also includes:
Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN, TOC (AIM).
Jabber libraries.
Prototypes of chat server and client frameworks built on top of the protocols.
Download (0.13MB)
Added: 2006-05-29 License: MIT/X Consortium License Price:
1246 downloads
Dox 1.1
Dox is a documentation browser. more>>
Dox is a documentation browser.
Its an extensible browser for manpages and HTML documentation.
It allows you to access documentation via tables of contents, keyword indices, and full text searches.
Interfaces to pydoc and perldoc are provided. Doxygen-generated documentation can easily be integrated in the toc and index sections.
Dox comes with libc and STL documentation, and tables of contents for Perl and GNUstep.
You can easily make documentation generated by doxygen available both in the Contents and Index tabs.
<<lessIts an extensible browser for manpages and HTML documentation.
It allows you to access documentation via tables of contents, keyword indices, and full text searches.
Interfaces to pydoc and perldoc are provided. Doxygen-generated documentation can easily be integrated in the toc and index sections.
Dox comes with libc and STL documentation, and tables of contents for Perl and GNUstep.
You can easily make documentation generated by doxygen available both in the Contents and Index tabs.
Download (1.3MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1131 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above toc search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed