File: README.Debian

package info (click to toggle)
chalow 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 444 kB
  • sloc: perl: 1,534; makefile: 53
file content (38 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
chalow for Debian
-----------------

Quick start:

  * Create ChangeLog, and edit it.

  * To customize, create cl.conf, and edit it. (ref. examples)

  * Type `chalow -o /path/to/html_dir -c cl.conf ChangeLog' to generate
    index.html, cl.rdf, etc. into `/path/to/html_dir'.

Note that chalow assumes that ChangeLog file is encoded with EUC-JP or
US-ASCII by default.  If you want to use UTF-8, use the utf8 mode option
(`-8' or `--utf8').  Other encodings, such as ISO-8859-1, ISO-8859-15,
EUC-KR, are not supported.  See also the man page, chalow(1).

*.cgi files and *.pl files are installed into `/usr/share/chalow'.

Sample images are installed into `/usr/share/chalow/sample'.

Other sample files are installed into `/usr/share/doc/chalow/examples'.

To use themes of design templates, install the tdiary-theme package,
copy (or link) the theme files from `/var/www/tdiary/theme/<theme-name>'
to your directory, and set $css_file to the CSS filename in your cl.conf.

You can browse the tdiary-theme images at:

  tDiary theme gallery (in Japanese)
  http://www.tdiary.org/20021001.html

More information, such as "how to use trackback", is available at:

  chalow home page (in Japanese)
  http://chalow.org/

 -- Tatsuya Kinoshita <tats@debian.org>, Fri, 20 Jul 2007 23:55:16 +0900