Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 21:27:57 +0400
From:      Denis Peplin <den@FreeBSD.org>
To:        Murray Stokely <murray@FreeBSD.org>
Cc:        doc@freebsd.org
Subject:   Re: Creating an Admin Handbook
Message-ID:  <40FC049D.4010902@FreeBSD.org>
In-Reply-To: <20040719100354.GA90972@hub.freebsd.org>
References:  <20040719100354.GA90972@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030401070005040004010705
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hello!

Murray Stokely wrote:
<skip>
> I can perform all of this work, ask for the repo copies, update all
> cross links between chapters to use new entities to link between
> volumes, and update the prefaces and frontmatter for both volumes.  I
> can do this in a single day so as to minimize disruption for others
> working on the Handbook(s).  The preface and frontmatter of the
> index.html at www.freebsd.org/handbook would contain a prominent
> pointer to the new volume so that people looking for content can still
> find it easily.
<skip>

Currently we have one small problem with links between books -
relative and absolute links. For example, in printed version of
Handbook I see something like: ../faq/some_url.html

Some work was recently done by hrs to solve this issue (Thanks again,
Hiroki!), but this work is not completely done.

Probably it will be better to solve this issue before handbook
splitting rather than after.

Initial support for urls entities can be simple (see attachment)


--------------030401070005040004010705
Content-Type: text/plain;
 name="urls.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="urls.diff"

Index: urls.ent
===================================================================
RCS file: /home/ncvs/doc/share/sgml/urls.ent,v
retrieving revision 1.4
diff -u -r1.4 urls.ent
--- urls.ent	7 Jul 2004 11:23:16 -0000	1.4
+++ urls.ent	19 Jul 2004 17:27:02 -0000
@@ -50,3 +50,6 @@
 
 <!ENTITY url.main "&url.relprefix;">
 <!ENTITY url.base "&url.relprefix;">
+
+<!ENTITY url.articles "&url.base;/doc/en_US.ISO8859-1/articles">
+<!ENTITY url.books "&url.base;/doc/en_US.ISO8859-1/books">

--------------030401070005040004010705--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40FC049D.4010902>