Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5649F10DF9 for ; Fri, 30 Aug 2013 13:02:13 +0000 (UTC) Received: (qmail 44162 invoked by uid 500); 30 Aug 2013 13:02:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 43954 invoked by uid 500); 30 Aug 2013 13:02:10 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 29231 invoked by uid 99); 30 Aug 2013 10:36:26 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebhoss@gmail.com designates 209.85.219.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=tf+cCyajJS6Tuy3o2pwmOfaeiVU8kX7+i0Nx+CROPG8=; b=v+THz3CV4MyIvLTMdQ2D2dE+DCRBOnYfwRoU9gkEKa39uOXoO0XD0R+G3UqEd7WYDX kW5VHz2JMwJW7yGGpHZ0gIWTBdatrwnY37ofWSs/vyiljxlY/CGjrPoiqjUp4GRrBrJ/ 3vwu3PpzQuZfPQ4aWxbmwDeezs54eBf3onHXCLJ+z4gM8pA2AVryqcjN2VCUKUH7sWPG SNpeLODPtvDeqxG8QvmTkhMs4CACb/l+Oh0OQMQNIKxoLNW1rtSpaQTs9lHXalVxckft GhUqHs0nnPQFOSPlMdwRSp0+a9LhCmjfT/b4v8b96Q/TuY2lybdD9x8hlT3iweFzxIMp P4Sg== MIME-Version: 1.0 X-Received: by 10.182.29.198 with SMTP id m6mr6273386obh.105.1377858959594; Fri, 30 Aug 2013 03:35:59 -0700 (PDT) Sender: sebhoss@gmail.com Date: Fri, 30 Aug 2013 12:35:59 +0200 X-Google-Sender-Auth: yOrNELSZV9gebbVJeIUlvqXPEEc Message-ID: Subject: [ANN] doxia-module-textile 1.1.0 From: =?UTF-8?Q?Sebastian_Ho=C3=9F?= To: users@maven.apache.org Content-Type: multipart/alternative; boundary=001a11c1d6f6d65bf604e527c911 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1d6f6d65bf604e527c911 Content-Type: text/plain; charset=UTF-8 Hi, I'd like to announce the release of the Textile module for Doxia in version 1.1.0. The plugin allows users to write content in the Textile markup language. https://github.com/sebhoss/doxia-module-textile To use this module, just reference is as a plugin-dependency for the maven-site-plugin: org.apache.maven.plugins maven-site-plugin com.github.sebhoss doxia-module-textile 1.1.0 Release Notes - Added Sink implementation. Comments, issues, patches welcome! --001a11c1d6f6d65bf604e527c911--