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
-
Compatible with almost all webservers -
Most blog tools require a CGI- or PHP-enabled webserver and
some of them require a SQL database in addition.
Tclog, on the other hand,
requires neither CGI, PHP nor DB,
since tclog itself runs on your desktop.
All your webserver needs is to allow FTP access.
-
Wiki-like formatting rules -
Tclog adopts Wiki-like formatting rules in order to generate HTML code.
-
Template -
Tclog's template feature allows you to customize your site with your own logos, sidebars, etc.
-
RSS 1.0 syndication -
Tclog is capable of
syndicating recent headlines as RSS (RDF Site Summary) 1.0 format.
-
TrackBack -
Supports sending and receiving TrackBack pings.
In order to receive pings, you need tb-standalone
or tb.cgi for tclog (to come).
-
Making namazu index -
A namazu document filter for tclog is available.
-
Internationalization -
All language-specific data are separated as language files.
English and Japanese language files are currently available.
requirements
- A computer on which Tcl/Tk runs (i.e. Windows, Linux, Macintosh, etc.)
- A webserver to which you can upload files via FTP
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
-
First, you need
ActiveTcl.
Download the installer and run it.
-
To install tclog,
just unzip the package.
Then, double-click tclog.tcl.
Linux
-
Check if your machine has Tcl/Tk and tcllib.
Otherwise, install them. Note that the
ActiveTcl
package contains both of them
-
To install tclog,
unpack the package, cd to the directory where you unpacked tclog,
then, enter
wish tclog.tcl.
-
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 $