DAT2HTML(1)
===========
Dat2Html-Gtk Project <dat2html-gtk-dev@lists.sourceforge.jp>
:doctype: manpage


NAME
----
dat2html - converts 2ch dat file to HTML


SYNOPSIS
--------
*dat2html* ['OPTIONS'...] 'PATH'...


DESCRIPTION
-----------
The *dat2html*(1) command converts the 2ch dat files to the HTML
files. If 'PATH' is directory, *dat2html* finds dat files in
the directory. If 'PATH' is '-' then the standard input (stdin)
is used. *dat2html* can handle gzip compressed dat files.

*dat2html-gtk*(1) is a GUI frontend of *dat2html*.


OPTIONS
-------
*--template 'TEMPLATE_DIR'*::
    Use template files in the specidied directory instead of the
    default built-in template.

*-o 'OUTPUT_DIR', --output 'OUTPUT_DIR'*::
    Put output in the specified directory instead of the current
    working directory. If the specified directory does not exist,
    dat2html trys to create the directory. If the input is stdin
    then the outfile defaults to stdout. If 'OUTPUT_DIR' is '-'
    then the standard output (stdout) is used.

*--text*::
    Convert to text format instead of HTML. If this option is specified,
    the *--template* option is ignored.

*--index*::
    Generate an index file based on information from input files.

*--subject*::
    Generate a subject.txt file based on information from input files.

*-q, --quiet*::
    Quiet mode; suppress warning and info messages.

*-v, --verbose*::
    Verbose mode; print verbose messages. This is helpful for debugging.

*-h, --help*::
    Display a short usage message. It will describe dat2html options.

*-V, --version*::
    Display the version number of dat2html.


EXAMPLES
--------
'dat2html 1234567890.dat'

'dat2html -o html-dir *.dat'

'dat2html -o html-dir dat-dir'

'dat2html dat-dir1 dat-dir2 1234567890.dat 1234567891.dat'


BUGS
----
Report any bugs or feature requests to the ticket tracker at
http://sourceforge.jp/projects/dat2html-gtk/, or send email to
dat2html-gtk-dev@lists.sourceforge.jp.


CONTACT
-------
Mailing list: dat2html-gtk-dev@lists.sourceforge.jp

Project website: http://sourceforge.jp/projects/dat2html-gtk/


COPYRIGHT
---------
Copyright (C) 2010 Dat2Html-Gtk Project

This is free software under the MIT license.
