Main > Free Download Search >

Free toc software for linux

toc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 42
Pod::TOC 1.05

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.

<<less
Download (0.004MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
mkcdtoc 1.0

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.
<<less
Download (0.027MB)
Added: 2006-03-17 License: GPL (GNU General Public License) Price:
1317 downloads
m3u2toc 0.1

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.
<<less
Download (0.003MB)
Added: 2006-04-19 License: Freeware Price:
1285 downloads
HTML::Toc 0.21

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

<<less
Download (0.042MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
Embperl::TOC 2.2.0

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

<<less
Download (0.65MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1122 downloads
HTML::GenToc 2.30

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.

<<less
Download (0.043MB)
Added: 2006-06-16 License: Perl Artistic License Price:
1225 downloads
Gantry::Docs::TOC 3.38

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.

<<less
Download (0.19MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1103 downloads
Bigtop::Docs::TOC 0.18

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.

<<less
Download (0.39MB)
Added: 2006-10-18 License: Perl Artistic License Price:
1101 downloads
Posy::Plugin::Toc 0.5501

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).

<<less
Download (0.007MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
docbooktoc.xsl 0.1.0

docbooktoc.xsl 0.1.0


docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. more>>
docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. It is used by the LayManSys project for the documentation.

Parameters

docbooktoc accepts the following parameters:

ext

The names of linked files are determined from the chapters id, which does not contain a filename suffix. This (string) parameter tells docbooktoc the suffix to use. Its default value is html.

style.sheet

This (string) parameter may contain stylesheets for styling the output document. You can pass more than one stylesheet by delimiting their filenames with a white-space (space, tab or newline).

style.type

This (string) parameter contains the MIME type used for content stylesheets. It defaults to text/css.

Program output

docbooktoc generates a XHTML document containing the books meta information (in DocBook XML, this is the subnode bookinfo and than lists all of the books chapters and section in an ordered list. The meta information are both used for generating the < head > as well as the documents header (in the XHTML < body >) and the output is the same like the DocBook XSLT driver for XHTML generates.

The books chapters and sections are presented as a n ordered, nested list, where the chapters are top level items, that contain lists of sections, where a section item again may contain a list of subsections.

You can use the Makefile distributed in this package and the LayManSys documentation for generating the example file toc.html. The make command for this is make test.

<<less
Download (0.016MB)
Added: 2006-09-04 License: Free To Use But Restricted Price:
1145 downloads
TCDR 2.1

TCDR 2.1


TCDR is a menu-based CD creation. more>>
TCDR is a menu-driven console frontend for CD recording (the programs to which it is a frontend for are listed in the manual.
Main features:
- Configuration detection (device files, mount points, SCSI addresses),
- Medium detection (type, size, empty space, recording speed, etc.),
- Software detection / selection,
- CD-R / CD-RW support,
- Transparently compressed CD (ZISO) support,
- Directory to ISO/ZISO image,
- ISO/ZISO image to CD,
- Data CD to ISO image,
- Data CD to CD copy,
- Data CD to CD copy on the fly,
- Mixed mode CD (CD Extra),
- Multi-session CD,
- El Torito boot CD (tested with a DOS boot image),
- Audio CD to CD copy,
- Audio CD to CD copy on the fly,
- Audio CD ripping to RAW/WAV images,
- Audio image to CD,
- Audio tracks to RAW/WAV/MP3/OGG files,
- RAW/WAV/MP3/OGG to Audio CD,
- RAW/WAV recording from /dev/dsp (44100 Hz/16 bit/stereo),
- RAW/WAV/MP3/OGG playback,
- Automatic TOC file generation,
- Various blanking modes,
- Write simulation (dummy mode),
- Overburning, etc...
Enhancements:
- Fixed a bug in detect_scsi() which caused tcdr to hang when only one cdrom device is present in the system (reported by Jan Henkins).
- Modified the main menu texts to list "OGG" where appropriate.
- ispelld the documentation (was about time).
- Added "Reporting bugs" section to the manual.
- User interface improvement: utilized dialogs "--default-item" option for correct menuitem highlights - new function: ditm().
- Debian package improvements: Debian menu system support and compliance to the Debian policy standards.
- Fixed a few bugs in show_sw() (erroneous redirects) and added a .deb package listing (makes sense on a Debian system only of course).
<<less
Download (0.052MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Bigtop 0.26

Bigtop 0.26


Bigtop is a web application data language processor. more>>
Bigtop is a web application data language processor.

SYNOPSIS

See Bigtop::Docs::TentTut or Bigtop::Docs::Tutorial for how to create a Bigtop file. Bigtop::Docs::TOC is a guide to all of the documentation modules.
The real synopsis:

vi your_app.bigtop (or use tentmaker see Bigtop::Docs::TentTut)
bigtop --create your_app.bigtop all

Modify your bigtop file and try again:

bigtop docs/your_app.bigtop all

Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like classes, etc.

If you need to alter the data model in the future, you can change your original description to match the new reality, then regenerate the application without fear of losing hand written code (though you may have to modify some of it to reflect the new reality).

FUNCTIONS

This module is really a place holder, but it does provide some developer routines (which are not exported):

write_file
use Bigtop;
Bigtop::write_file( $file_name, $file_content, $no_overwrite )

This attempts to write $file_content to $file_name and dies on failures of open or close. Further, if you pass a true no_overwrite flag, it will check to see if the file exists and refuse to overwrite it. In that case, the user gets a warning that the file has been skipped because it already exists. If you dont want the user to see the warning, turn off the Bigtop warning. To avoid fatal errors on write failures, wrap in an eval. Putting these together, we come to my typcial usage:

eval {
no warnings qw( Bigtop );
Bigtop::write_file( $some_output_file, $content, no_overwrite );
}
warn $@ if $@;
make_module_path

(Note that make_module_path uses File::Spec, so even though Unix directory syntax is shown below, the function should work in other places.)

use Bigtop;
Bigtop::make_module_path( $build_dir, $module_name );

This attempts to make all the directories from $build_dir to the home of the module. It assumes that lib comes immediately after $build_dir.

For example, a call like:

Bigtop::make_module_path(
/home/username/App-Name, App::Name::Subname
);
Attempts to make these directories:
/home/username/App-Name/lib
/home/username/App-Name/lib/App
/home/username/App-Name/lib/App/Name
/home/username/App-Name/lib/App/Name/Subname

It doesnt report failures. Making directories can fail because the directories already exist (in which case you probably dont care) or because they could not be written (in which case youll notice soon enough, when you try to write to them).

<<less
Download (1.0MB)
Added: 2007-05-09 License: Perl Artistic License Price:
898 downloads
AcetoneISO 6.7 Advance

AcetoneISO 6.7 Advance


AcetoneISO script was made to simplify the mount of file *.iso . more>>
These two scripts were made to simplify the mount of file *.iso . AcetoneISO is perfectly integrated in KDE and it takes use of KDESU.

They are 2 simply scripts that autamatically creates a folder on Your Desktop and mounts the ISO file that is on the Deskop. Be sure that on your desktop there is only 1 iso file or else it will mount the iso file giving priority(i suppose) to the ascii code.

HOW TO USE :

1) mount and unmount ISO and MDF(if iso-9660 standard)
2) Convert BIN/CUE, MDF, DAT, NRG, CCD/IMG, CDI, XBOX to ISO
3) Burn Your ISO, CUE, TOC images directly in K3b
4) verify md5sum of image files
5) ability to create ISO from Folder and CD/DVD
6) Mount, unmount, create ISO from Folder or CD/DVD from servicemenu
7) Play a DVD-Movie ISO with Kaffeine, Mplayer or VLC from GUI or servicemenu(only kaffeine)
8) Split ISOs in smaller files of 649MB or 125MB ad merge them
9) Force the mount/eject of a CD/DVD media in your device

<<less
Download (0.63MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
1024 downloads
Dox 1.1

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.

<<less
Download (1.3MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1131 downloads
Twisted Words 0.4.0

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.
<<less
Download (0.13MB)
Added: 2006-05-29 License: MIT/X Consortium License Price:
1246 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3