HINDI TRANSLATION
Fonts Installation
1.Create a directory named in your home directory
# mkdir
2.Copy the fonts downloaded fonts in this dirctory.
3.Run the following command from a linux X terminal
# mkfontdir
4.Run the following command from terminal
# xset fp+ /fonts
5.Run the following command from terminal
#xset fp rehash
6.Check if the fonts are installed
# xlsfonts |grep 'fontname'
Editor Installation
1. Get the the latest version of yudit-version-src.tar.gz from http://yudit.org/install.htmland untar it with
tar xvfz yudit-version-src.tar.gz
2. Create a directory 'dirname' for yudit applications in the home directory
3. Configure the Yudit with ./configure --prefix= /path/'dirname'
4. Make the full package by typing 'make'
5. Install the packages typing
make install
6. Go to bin directory and run yudit and edit in hindi.
Translation
We are translating the Document Object Model (DOM) to hindi
URL: http://www.w3.org/DOM/
Participants : Shiva Kumar Muthiah, Sreelekshmi
Hindi Translation of DOM