From dev-return-73750-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Sep 27 00:55:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E6FA3180629 for ; Thu, 27 Sep 2018 00:55:18 +0200 (CEST) Received: (qmail 98257 invoked by uid 500); 26 Sep 2018 22:55:17 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 98243 invoked by uid 99); 26 Sep 2018 22:55:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2018 22:55:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2EB37DFF32; Wed, 26 Sep 2018 22:55:17 +0000 (UTC) From: tamaashu To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #645: ZOOKEEPER-3153: Create MarkDown files and build... Content-Type: text/plain Date: Wed, 26 Sep 2018 22:55:17 +0000 (UTC) GitHub user tamaashu opened a pull request: https://github.com/apache/zookeeper/pull/645 ZOOKEEPER-3153: Create MarkDown files and build process for them for … …branch 3.4 In this sub-task we have transformed the Forest XML documents into MarkDown (.md) files and provided a (maven based) solution to create HTML documentation from them. PDF support is dropped since it is not really used and makes everything overcomplicated. The generated HTML content looks similar to the one generated from Forest XMLs, but not identical with them. Change-Id: Id35984eca5d37b9e3074eab939be5c9b4cc80257 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tamaashu/zookeeper ZOOKEEPER-3153-3.4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/645.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #645 ---- commit 810160cbf0eefd6e92fa31750950ba241c7312e8 Author: Tamas Penzes Date: 2018-09-26T22:54:02Z ZOOKEEPER-3153: Create MarkDown files and build process for them for branch 3.4 In this sub-task we have transformed the Forest XML documents into MarkDown (.md) files and provided a (maven based) solution to create HTML documentation from them. PDF support is dropped since it is not really used and makes everything overcomplicated. The generated HTML content looks similar to the one generated from Forest XMLs, but not identical with them. Change-Id: Id35984eca5d37b9e3074eab939be5c9b4cc80257 ---- ---