changeset 18:d516b77d4916

add index.* documentation files
author paulo@thepaulopc
date Mon, 13 Dec 2010 23:46:01 -0800
parents e618a3ff2027
children ddc56395ee8b
files index.css index.html index.t2t
diffstat 3 files changed, 41 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/index.css	Mon Dec 13 23:46:01 2010 -0800
     1.3 @@ -0,0 +1,1 @@
     1.4 +@import "/index.css";
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/index.html	Mon Dec 13 23:46:01 2010 -0800
     2.3 @@ -0,0 +1,30 @@
     2.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     2.5 +<HTML>
     2.6 +<HEAD>
     2.7 +<META NAME="generator" CONTENT="http://txt2tags.org">
     2.8 +<LINK REL="stylesheet" TYPE="text/css" HREF="index.css">
     2.9 +<TITLE>rcg: regex colored grep</TITLE>
    2.10 +</HEAD>
    2.11 +<BODY>
    2.12 +
    2.13 +<DIV CLASS="header" ID="header">
    2.14 +<H1>rcg: regex colored grep</H1>
    2.15 +<H2>Paulo Ang (pbba13@gmail.com)</H2>
    2.16 +<H3>2010-12-13</H3>
    2.17 +</DIV>
    2.18 +
    2.19 +<DIV CLASS="body" ID="body">
    2.20 +<P>
    2.21 +<I>rcg</I> stands for <I>regex colored grep</I> and makes it easy to colorify your xterm-compatible terminal output.
    2.22 +</P>
    2.23 +<P>
    2.24 +The inspiration came from hack #75 from <I>Linux Server Hacks</I> by Rob Flickenger (O'Reilly). My version is written in C.
    2.25 +</P>
    2.26 +<P>
    2.27 +Download the latest source code from <A HREF="/hg/rcg/rcg-1/rcg.c">here</A>.
    2.28 +</P>
    2.29 +</DIV>
    2.30 +
    2.31 +<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
    2.32 +<!-- cmdline: txt2tags -t html -\-css-sugar -\-style=index.css index.t2t -->
    2.33 +</BODY></HTML>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/index.t2t	Mon Dec 13 23:46:01 2010 -0800
     3.3 @@ -0,0 +1,10 @@
     3.4 +rcg: regex colored grep
     3.5 +Paulo Ang (pbba13@gmail.com)
     3.6 +2010-12-13
     3.7 +
     3.8 +
     3.9 +//rcg// stands for //regex colored grep// and makes it easy to colorify your xterm-compatible terminal output.
    3.10 +
    3.11 +The inspiration came from hack #75 from //Linux Server Hacks// by Rob Flickenger (O'Reilly). My version is written in C.
    3.12 +
    3.13 +Download the latest source code from [here /hg/rcg/rcg-1/rcg.c].