Date: Tue, 21 Apr 1998 00:25:45 +0900 From: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp> To: Doc Team <freebsd-doc@FreeBSD.ORG> Subject: <DocBook> convert entity files Message-ID: <353B68F9.3DC44F44@sky.rim.or.jp>
next in thread | raw e-mail | index | archive | help
I changed Japanese local repository. Please see http://www.jp.freebsd.org/cgi/cvsweb.cgi/doc-jp/handbook/?cvsroot=freebsd-jp for details. Log is below. Jun Kuriyama -- At first, we need to prepare entity files about authors, lists and sections. This uses simple Perl script: ----- authors.pl while (<>) { s/<tt><htmlurl url='([^']*)'/<emphasis remap=tt><ulink url='$1'>/; s/name='([^']*)'><\/tt>/$1<\/ulink><\/emphasis>/; print; } ----- as "perl authors.pl authors.sgml > _authors.sgml". lists.sgml and sections.sgml need same step. And second, add reference entities to handbook.sgml. So we can build HTML files by typing "make". But now, many errors are occured. These will be fixed. By the way, I add "FreeBSD.dsl" file to customize Norm's DSSSL stylesheet. I will add more directive in it to sophisticate generated HTML files. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?353B68F9.3DC44F44>