xml-apis.LICENSE.DOM-documentation.html #1

  • //
  • guest/
  • paul_allen/
  • p4convert-maven/
  • docs/
  • fop-1.1/
  • lib/
  • xml-apis.LICENSE.DOM-documentation.html
  • View
  • Commits
  • Open Download .zip Download (5 KB)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?xml version="1.0" encoding="iso-8859-1"?><HTML 
xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>W3C Document License</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">

<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<H1>W3C<SUP></SUP> DOCUMENT LICENSE</H1>
<H3 id=version><A 
href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231">http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</A></H3>
<P>Public documents on the W3C site are provided by the copyright holders under 
the following license. By using and/or copying this document, or the W3C 
document from which this statement is linked, you (the licensee) agree that you 
have read, understood, and will comply with the following terms and 
conditions:</P>
<P>Permission to copy, and distribute the contents of this document, or the W3C 
document from which this statement is linked, in any medium for any purpose and 
without fee or royalty is hereby granted, provided that you include the 
following on <I>ALL</I> copies of the document, or portions thereof, that you 
use:</P>
<OL>
  <LI>A link or URL to the original W3C document. 
  <LI>The pre-existing copyright notice of the original author, or if it doesn't 
  exist, a notice (hypertext is preferred, but a textual representation is 
  permitted) of the form: "Copyright  [$date-of-document] <A 
  href="http://www.w3.org/">World Wide Web Consortium</A>, (<A 
  href="http://www.lcs.mit.edu/">Massachusetts Institute of Technology</A>, <A 
  href="http://www.ercim.org/">European Research Consortium for Informatics and 
  Mathematics</A>, <A href="http://www.keio.ac.jp/">Keio University</A>). All 
  Rights Reserved. <A 
  href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231">http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</A>" 

  <LI><EM>If it exists</EM>, the STATUS of the W3C document. </LI></OL>
<P>When space permits, inclusion of the full text of this <B>NOTICE</B> should 
be provided. We request that authorship attribution be provided in any software, 
documents, or other items or products that you create pursuant to the 
implementation of the contents of this document, or any portion thereof.</P>
<P>No right to create modifications or derivatives of W3C documents is granted 
pursuant to this license. However, if additional requirements (documented in the 
<A href="http://www.w3.org/Consortium/Legal/IPR-FAQ">Copyright FAQ</A>) are 
satisfied, the right to create modifications or derivatives is&nbsp;sometimes 
granted by the W3C to individuals complying with those requirements.</P>
<P>THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED 
TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, 
NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR 
ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY 
THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.</P>
<P>COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR 
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE 
OR IMPLEMENTATION OF THE CONTENTS THEREOF.</P>
<P>The name and trademarks of copyright holders may NOT be used in advertising 
or publicity pertaining to this document or its contents without specific, 
written prior permission. Title to copyright in this document will at all times 
remain with copyright holders.</P>
<P></P>
<P>----------------------------------------------------------------------------</P>
<P>This formulation of W3C's notice and license became active on December 31 
2002. This version removes the copyright ownership notice such that this license 
can be used with materials other than those owned by the W3C, moves information 
on style sheets, DTDs, and schemas to the <A 
href="http://www.w3.org/Consortium/Legal/IPR-FAQ">Copyright FAQ</A>, reflects 
that ERCIM is now a host of the W3C, includes references to this specific dated 
version of the license, and removes the ambiguous grant of "use". See the <A 
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">older 
formulation</A> for the policy prior to this date. Please see our <A 
href="http://www.w3.org/Consortium/Legal/IPR-FAQ">Copyright FAQ</A> for common 
questions about using materials from our site, such as the translating or 
annotating specifications. Other questions about this notice can be directed to 
<A href="mailto:[email protected]">[email protected]</A>.</P>
<P></P>
<ADDRESS>Joseph Reagle &lt;<A 
href="mailto:[email protected]">mailto:[email protected]</A> </ADDRESS>
<P>Last revised by Reagle $Date: 2005/07/19 16:33:09 $</P></BODY></HTML>
# Change User Description Committed
#1 13895 Paul Allen Copying using p4convert-docbook
//guest/perforce_software/doc_build/main/fop-1.1/lib/xml-apis.LICENSE.DOM-documentation.html
#1 12728 eedwards Upgrade ANT doc build infrastructure to assemble PDFs:

- remove non-namespaced DocBook source and add
  namespaced DocBook source.

- add Apache FOP 1.1

- copy fonts, images, XSL into _build, establishing new
  asset structure. The original structure remains until
  all guides using it can be upgraded, and several other
  issues can be resolved.

- updated build.xml to allow for per-target build properties.

- upgraded the P4SAG to use the new infrastructure.

- tweaked admonition presentation in PDFs to remove
  admonition graphics, and resemble closely the
  presentation used in the new HTML layout, including
  the same colors.

With these changes, building PDFs involves using a
shell, navigating into the guide's directory (just P4SAG
for now), and executing "ant pdf".

Issues still to be resolved:

- PDF generation encounters several warnings about
  missing fonts (bold versions of Symbol and ZapfDingbats),
  and a couple of locations where the page content
  exceeds the defined content area.

- Due to issues within Apache FOP, PDF generation emits
  a substantial amount of output that is not easily suppressed
  without losing important warning information.

- Apache FOP's interface to ANT does not expose a way
  to set the font base directory. The current configuration does
  work under Mac OSX, but further testing on Windows will
  need to be done to determine if the relative paths defined
  continue to work. The workaround is for Windows users to
  customize the fop-config.xml to provide absolute system
  paths to the required fonts.

- HTML generation needs further browser testing, and
  exhibits broken navigation on iOS browsers within the
  TOC sidebar.

- A number of PDF and HTML presentation tweaks still
  need to be made, for example: sidebars, gui* DocBook
  tags, whitespace, section separation, etc.