Mercurial > hg > index.fcgi > rcg > rcg-1
diff index.html @ 18:d516b77d4916
add index.* documentation files
author | paulo@thepaulopc |
---|---|
date | Mon, 13 Dec 2010 23:46:01 -0800 |
parents | |
children | ddc56395ee8b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/index.html Mon Dec 13 23:46:01 2010 -0800 1.3 @@ -0,0 +1,30 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1.5 +<HTML> 1.6 +<HEAD> 1.7 +<META NAME="generator" CONTENT="http://txt2tags.org"> 1.8 +<LINK REL="stylesheet" TYPE="text/css" HREF="index.css"> 1.9 +<TITLE>rcg: regex colored grep</TITLE> 1.10 +</HEAD> 1.11 +<BODY> 1.12 + 1.13 +<DIV CLASS="header" ID="header"> 1.14 +<H1>rcg: regex colored grep</H1> 1.15 +<H2>Paulo Ang (pbba13@gmail.com)</H2> 1.16 +<H3>2010-12-13</H3> 1.17 +</DIV> 1.18 + 1.19 +<DIV CLASS="body" ID="body"> 1.20 +<P> 1.21 +<I>rcg</I> stands for <I>regex colored grep</I> and makes it easy to colorify your xterm-compatible terminal output. 1.22 +</P> 1.23 +<P> 1.24 +The inspiration came from hack #75 from <I>Linux Server Hacks</I> by Rob Flickenger (O'Reilly). My version is written in C. 1.25 +</P> 1.26 +<P> 1.27 +Download the latest source code from <A HREF="/hg/rcg/rcg-1/rcg.c">here</A>. 1.28 +</P> 1.29 +</DIV> 1.30 + 1.31 +<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) --> 1.32 +<!-- cmdline: txt2tags -t html -\-css-sugar -\-style=index.css index.t2t --> 1.33 +</BODY></HTML>