tclog - a weblog application in Tcl/Tk

what is tclog

tclog is a weblog application written in Tcl/Tk.

whats new

2004-02-11 tclog 1.2.1 for win32 released. This release contains standalone tclog for Win32 made with Tclkit.

features

requirements

download

Get the latest release of tclog from tclog file list page at SourceForge.jp. Also, you can get pre-release versions from the CVS on SourceForge.jp.

installation

Windows

  1. First, you need ActiveTcl. Download the installer and run it.
  2. To install tclog, just unzip the package. Then, double-click tclog.tcl.

Linux

  1. Check if your machine has Tcl/Tk and tcllib. Otherwise, install them. Note that the ActiveTcl package contains both of them
  2. To install tclog, unpack the package, cd to the directory where you unpacked tclog, then, enter wish tclog.tcl.
  3. If you have set the environment variable BROWSER, the browser is launched when you click "Open URL" button.

text formatting rules

Texts is separated into blocks by blank lines. Each block is interpreted as following.

paragraph

A block is turned into a paragraph by default.

heading

Blocks that begin with asterisks are turned into headings.

*Heading

list

Blocks that begin with minus signs are turned into (unordered) lists. Blocks that begin with plus signs are turned into ordered lists.

-Windows
-Linux
-Mac

blockquote

Blocks that begin with "greater-than" signs are turned into blockquotes.

>Someone
>said
>something.

link list

Blocks that begin with "less-than" signs are turned into link lists. Following examples make a list of hyperlinks which link to Google and Yahoo.

<http://www.google.com/>Google
<http://www.yahoo.com/>Yahoo

contact

Feel free to mail the author if you have a question about this software. Also, you may find tclog's project page on SourceForge.jp useful.


http://tclog.sourceforge.jp/
$Id: index.en.html,v 1.5 2004/02/11 05:17:02 ether Exp $
SourceForge.jp