From owner-cvs-all@FreeBSD.ORG Fri Jan 9 23:57:08 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 360351065734; Fri, 9 Jan 2009 23:57:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2556F8FC17; Fri, 9 Jan 2009 23:57:08 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n09Nv7QE037496; Fri, 9 Jan 2009 23:57:07 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n09Nv7G1037495; Fri, 9 Jan 2009 23:57:07 GMT (envelope-from brooks) Message-Id: <200901092357.n09Nv7G1037495@repoman.freebsd.org> From: Brooks Davis Date: Fri, 9 Jan 2009 23:57:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/trac-wikitopdf Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 23:57:08 -0000 brooks 2009-01-09 23:57:07 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-wikitopdf Makefile distinfo pkg-descr Log: WikiToPdf combines the functionality of CombineWikiPlugin and PageToPdfPlugin on only one plugin and allows one to setup a template file used to generate the PDF file with a cover and a licence page, for example. At the end of each wiki page there is a link named WikiToPdf and works like athomas PageToPdfPlugin plugin but takes into account the parameters on trac.ini (see below) and passes them to htmldoc. Alternatively, it's possible to select one or more wiki pages and generate one single PDF file just like coderanger work with a cover and a licence from a template file. This feature also takes into account the parameters on trac.ini. WWW: http://trac-hacks.org/wiki/TracWikiToPdfPlugin Revision Changes Path 1.2226 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/trac-wikitopdf/Makefile (new) 1.1 +3 -0 ports/www/trac-wikitopdf/distinfo (new) 1.1 +15 -0 ports/www/trac-wikitopdf/pkg-descr (new)