[ria@localhost man]$ ls
bg fi it.ISO8859-1 man2 man5x man9x ro zh_CN
cs fr [...]
Archive for July, 2007
l10n problem (SoC work status)
Posted in Fedora, News, SoC on July 21, 2007 | No Comments »
Got new machine :)
Posted in News on July 18, 2007 | 2 Comments »
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 :-).
SoC status ( had to change my code)
Posted in Fedora, SoC on July 11, 2007 | No Comments »
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 [...]
Learning Perl :-)
Posted in Uncategorized on July 5, 2007 | No Comments »
I started learning Perl. I am reading from the book Learning Perl from O’Reilly. It was good starting with the book
Google Summer of Code Work
Posted in Fedora, SoC on July 5, 2007 | No Comments »
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 [...]