[HEADSUP] Merging back the xml-tools branch

2013-05-16 Thread Gabor Kovesdan

Hi,

I'll be merging back the XML toolchain changes to head tomorrow around 
6pm GTM. I'll temporarily lock head to avoid conflicting changes at the 
same time and head will be reopen very soon after the merge is complete. 
At the same time, the textproc/docproj port will be updated accordingly. 
The dependencies will change in the following way:

- textproc/opensp
- www/tidy-lib
- textproc/html
- textproc/linuxdoc
- textproc/docbook-xml
+ textproc/docbook-xml-450
+ textproc/iso-schematron-xslt

The branch contains the following changes:
- Upgrade to DocBook 4.5
- Use XSLT instead of DSSSL to render XHTML-based output
- Generate PDF from PS and simplify image processing
- Fix make lint and validate the whole documentation set
- Fix rendering of TOC elements
- Fix misused link elements that resulted in a corrupt rendering
- Use more human-friendly publication data and release info rendering
- Add support for XInclude in DocBook documents
- Add support for profiling with attributes [1]
- Add support for Schematron constraints
- Add experimental epub support
- Add experimental support for XSL-FO-based printed output
- Clean up obsolete SGML constructs
- Clean up catalogs
- Drop HTML Tidy since it is not needed any more

[1] http://www.sagehill.net/docbookxsl/Profiling.html

Gabor
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Submission for handbook ZFS section

2013-05-16 Thread Allan Jude
At the BSDCan 2013 doc summit/doc sprint I wrote some docs on the basic
concepts and features of ZFS. It is not yet finished but I'd like some
feedback before I get any further along. Sorry
for the formatting, it is barely markdown

http://www.allanjude.com/bsd/zfs_handbook.txt

--
Allan Jude
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/178700: [patch] adds a tip about a missing index file

2013-05-16 Thread Drahos Cagan

>Number: 178700
>Category:   docs
>Synopsis:   [patch] adds a tip about a missing index file
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 17 02:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Drahos Cagan
>Release:9.1
>Organization:
>Environment:
FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 
2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The patch adds a tip to the ports chapter, what to do before running 'make 
search' command, if the index file is missing.
>How-To-Repeat:
1. Install fresh ports or delete INDEX from /usr/ports.
2. Run 'make search name=port-name'.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

Index: chapter.xml
===
--- chapter.xml (revision 41636)
+++ chapter.xml (working copy)
@@ -292,6 +292,13 @@
 B-deps:
 R-deps: 
 
+   
+ If make search
+ name=lsof shows a
+   message indicating an INDEX is required, run
+ make fetchindex first.
+   
+
The Path: line indicates where to find
  the port.
 


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/178700: [patch] adds a tip about a missing index file

2013-05-16 Thread eadler
Synopsis: [patch] adds a tip about a missing index file

Responsible-Changed-From-To: freebsd-doc->eadler
Responsible-Changed-By: eadler
Responsible-Changed-When: Fri May 17 02:00:01 UTC 2013
Responsible-Changed-Why: 
I'll take it

http://www.freebsd.org/cgi/query-pr.cgi?pr=178700
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"