Sponsored Content
Full Discussion: add language in dsl
Top Forums Shell Programming and Scripting add language in dsl Post 302151587 by lione.heart on Sunday 16th of December 2007 01:41:48 PM
Old 12-16-2007
add language in dsl

Hi
can any one point me to a procdure to add lang to dsl os (Damn Small Linux )

TU
Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dsl out

i have 5 computers on a network behind a firewall, once in a while my DSL service will get knocked out and will come back in like 20 minutes or so, but during those 20 minutes, i will be able to view my website, but i will not be able to retrieve my mail, nor will be able to ftp or telnet into my... (12 Replies)
Discussion started by: norsk hedensk
12 Replies

2. UNIX for Advanced & Expert Users

DSL Router

How do I configure my Solaris system to connect to internet thro Linksys DSL Router? Thanks in adavnce. (9 Replies)
Discussion started by: praveenk
9 Replies

3. UNIX for Dummies Questions & Answers

Getting DSL to Work On Redhat.

I have recently had dsl installed, and am wanting to install it on linux, but dont know how because i have to enter a user name and passwd. its on ppp0e, and i had to use the ISP's software to install it and get it working on windows. Linux will be a real challenge, if any of you all have any... (3 Replies)
Discussion started by: er0k
3 Replies

4. UNIX for Advanced & Expert Users

adding language to dsl

Hi can any one point me to a procdure to add lang to dsl os (Damn Small Linux ) TU :) (0 Replies)
Discussion started by: lione.heart
0 Replies

5. Linux

cfdisk in DSl

ive been playing around in dsl (damn small linux) live for some time and i love the simplicity of it. but when i go into cfdisk to partition my hard drive, it says like "Fatal Error:Does not have permission" i am trying out Xandros desktop os 2.0 right now on my laptop. Can some one help me... (4 Replies)
Discussion started by: Texasone
4 Replies

6. UNIX for Dummies Questions & Answers

DSL Cfdsik error

I'm trying to instal dsl to hd ,but cfdisk comand returns an error. dmesg | grep hda returns : Optarac DVD RW AD-7530B, ATAPI CD/DVD-rom drive attached ide-scsi driver So i figure that is the problem.Right? What should i do? (1 Reply)
Discussion started by: SNAk55
1 Replies

7. Linux

DSL Cfdisk error

I'm trying to instal dsl to hd ,but cfdisk comand returns an error. dmesg | grep hda returns : Optarac DVD RW AD-7530B, ATAPI CD/DVD-rom drive attached ide-scsi driver So i figure that is the problem.Right? What should i do? (9 Replies)
Discussion started by: SNAk55
9 Replies

8. Solaris

Add language en_US Solaris 10

Hello, I have a Sun Solaris 10 installs by default in French. I do not have CDs of the OS installation. I have a program use the language en_US. At connection language chosen is C (en_USxxxx not available) I open a console $ LANG C if LANG = en_US I get "could not set correctly local" ... (2 Replies)
Discussion started by: XRay
2 Replies

9. SCO

DSL on SCO OpenServer 5.0.7

I have a dual boot computer with Windows 7 Pro 64 on one drive and SCO OpenServer 5.0.7 on another drive. The DSL modem works perfectly on the Windows side; I can input the gateway and DNS address 192.168.1.1 in Windows network configuration. On the UNIX side, I created the /etc/resolv.conf... (8 Replies)
Discussion started by: Transpower
8 Replies

10. Red Hat

The English characters distorted after add a right to left language

i need for a right to left language support, in red hat EL6 , for repository problem, i never could to use from yum-solution, when i try from Gnu Desktop: Desktop --> system --> preference --> keyboard --> layouts --> Add and Add second language,the second language is ok but i lose English... (4 Replies)
Discussion started by: alwaystudent
4 Replies
caspar-typesetting(7)						  MISCELLANEOUS 					     caspar-typesetting(7)

  NAME
      caspar-typesetting - Makefile snippets for common typesetting tasks

  SYNOPSIS
      In a Makefile, write

	include caspar/mk/docbook.mk

      or

	include caspar/mk/pod.mk

      .

  DESCRIPTION
      The  caspar  docbook.mk  and pod.mk files are Makefile snippets for common typesetting tasks, like typesetting LaTeX (see [3]), DocBook XML,
      DocBook SGML (see [2]) and POD (see [1]) documents.  You just have to type make, instead of stuff  like  jade  -t  tex  -d  caspar/print.dsl
      /usr/share/sgml/declaration/xml.dcl foobar.dbx.

  USAGE
      In a directory where you maintain .dbx (Docbook XML) or .tex (LaTeX) files, do

	 $ echo include caspar/mk/docbook.mk > Makefile

	 $ vi karenina.dbx
	 $ make karenina.view
	 $ make karenina.print

	 $ vi svejk.tex
	 $ make svejk.view
	 $ make svejk.print

	 $ make
	 $ make clean

      Other targets: filename.ps, filename.pdf, filename.2ps, filename.html, filename.printbig, filename.dvi.

      Variables  you  might  like  to  set  in	your  Makefile:  XMLDCL (default is /usr/share/sgml/declaration/xml.dcl; if you're not on a Debian
      GNU/Linux system, you'll likely have to adjust this), HTML_DSL, PRINT_DSL.

      In a directory where you maintain .pod files, do

	 $ echo include caspar/mk/pod.mk > Makefile
	 $ vi lire.pod
	 $ perldoc ./lire.pod
	 $ make lire.pdf
	 $ make
	 $ less lire.overstrike-txt
	 $ make clean

      Other targets: filename.ps, filename.html, filename.txt, ...  (Similar to the ones supplied by docbook.mk).

  EXAMPLES
      Some examples: Overriding the caspar-supplied DSSSL files: Create your own print.dls and html.dsl, in the same directory as your Docbook XML
      files. Your Makefile should read:

       PRINT_DSL = print.dsl
       HTML_DSL = html.dsl
       include caspar/mk/docbook.mk

      Overriding the standard html-to-text convertor:

       $ W3M=lynx make svejk.txt

      .

  FILES
      caspar/mk/docbook.mk, caspar/mk/pod.mk

  ENVIRONMENT
      For  docbook.mk: files: XMLDCL, HTML_DSL, PRINT_DSL; utilities: JADE, PDFJADETEX, PDFLATEX, JADETEX, LATEX, W3M, DVIPS, PSNUP, LPR, GV; set-
      tings: JADE_MAXERRORS. These variables can get adjusted in Makefile, as well as in the shell environment.

      pod.mk Uses no environment variables.

  AUTHOR
      Joost van Baal-Ili

  SEE ALSO
      caspar(7) [1] perlpod(1) about Perl's Plain Old Documentation format

      [2] DocBook: The Definitive Guide on http://docbook.org/,

      [3] The LaTeX Project Homepage on http://www.latex-project.org/.

      Some comments on advanced usage are in the files docbook.mk and pod.mk itself.

  caspar-typesetting 20120508					      8 mai 2012					       caspar-typesetting(7)
All times are GMT -4. The time now is 10:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy