From owner-cvs-doc@FreeBSD.ORG Tue Sep 7 12:15:13 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D1A716A4CF; Tue, 7 Sep 2004 12:15:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2443D3F; Tue, 7 Sep 2004 12:15:13 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i87CFDdM024826; Tue, 7 Sep 2004 12:15:13 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i87CFCgD024825; Tue, 7 Sep 2004 12:15:12 GMT (envelope-from murray) Message-Id: <200409071215.i87CFCgD024825@repoman.freebsd.org> From: Murray Stokely Date: Tue, 7 Sep 2004 12:15:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/slides/common freebsd-5.3.xml freebsd-dev-model.xmlfreebsd-release-process.xml what-is-freebsd.xml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 12:15:13 -0000 murray 2004-09-07 12:15:12 UTC FreeBSD doc repository Added files: en_US.ISO8859-1/slides/common freebsd-5.3.xml freebsd-dev-model.xml freebsd-organization.xml freebsd-recent-releases.xml freebsd-release-process.xml what-is-freebsd.xml Log: Add reusable XML files (slides/simplified DocBook DTD) that can be included by other presentation documents to rapidly generate or change the content of a presentation based on this shared data. Each of these files contains either a single slide, or a selection of slides on the specified subject inside a . In either case, the XML for your presentation (slides.xml) can simply include a few slides of content for each file with : HTML and PDF output formats work now. It should be feasible to output OpenOffice XML and then import it into that application for final presentation tweaks. Revision Changes Path 1.1 +34 -0 doc/en_US.ISO8859-1/slides/common/freebsd-5.3.xml (new) 1.1 +67 -0 doc/en_US.ISO8859-1/slides/common/freebsd-dev-model.xml (new) 1.1 +20 -0 doc/en_US.ISO8859-1/slides/common/freebsd-organization.xml (new) 1.1 +24 -0 doc/en_US.ISO8859-1/slides/common/freebsd-recent-releases.xml (new) 1.1 +30 -0 doc/en_US.ISO8859-1/slides/common/freebsd-release-process.xml (new) 1.1 +24 -0 doc/en_US.ISO8859-1/slides/common/what-is-freebsd.xml (new)