Feed on
Posts
Comments

Archive for July, 2007

[ria@localhost man]$ ls
bg fi it.ISO8859-1 man2 man5x man9x ro zh_CN
cs fr [...]

Read Full Post »

Got new machine :)

These two days my machine was down. So could not do much work of SoC, now my machine is all right again. I got new cabinet, Intel(R) Pentium(R) D CPU 3.00GHz, Intel 945 motherboard and 2 GB RAM.
So ready for work again. Now learning python web programming :-).

Read Full Post »

These days I was confused about the way to convert info files into HTML, I did not get anything which can directly convert info files to HTML like man2html which directly converts man files to HTML.
So as I was searching for such a tool I got texi2html ( thanks to Nigel Jones for pointing me [...]

Read Full Post »

Learning Perl :-)

I started learning Perl. I am reading from the book Learning Perl from O’Reilly. It was good starting with the book

Read Full Post »

Google Summer of Code Work

My work so far for GSoC :
Extractor.py : This file extracts man and info files from RPM files and converts these man pages into HTML pages using the man2html command.
The functions in this file are described below :
getFiles() : This function first gets all the RPM files from the first argument. Then we read the [...]

Read Full Post »