Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4385 invoked from network); 20 Oct 2009 12:12:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 12:12:28 -0000 Received: (qmail 33729 invoked by uid 500); 20 Oct 2009 12:12:28 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 33684 invoked by uid 500); 20 Oct 2009 12:12:27 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 33674 invoked by uid 99); 20 Oct 2009 12:12:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 12:12:27 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jamesc.000@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 12:12:25 +0000 Received: by bwz7 with SMTP id 7so124878bwz.6 for ; Tue, 20 Oct 2009 05:12:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=3W+SvmsbsDKrTcUCY7WRpQCSIrkzuZDEyNUYuFuzvis=; b=wZ0FM7XiyjVpdYW+a0/YveHpjb9yoGdHj/dhwvUf7SDhJ1db9k6EaKyncR38q5okaK FqcT0ZNZvErFFCr0ZwpK8FcE5Hj7x8kQHpvgZEa/xiB4K5Ek+YTTgUgg+VS5cHsQIlVH X+DzNSiJJDyLzrSuTDcWQDnnVOKhnqUE34cGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AYVX0Ryx/AYcWlXV49yc3texvYFucu1kovLcQ3SfSiE5dd2eI22mj131x1OitpNSjc KvzFF2CqvZb+uF/ysQ279Wp7KJ0JULKR/RkeGHpFGYQVwUQ4ys95sE1MlyfhX72PBwKS UQB/A3cSd9ZHSneZ7iN19UaqTYoYPExRRvjf0= MIME-Version: 1.0 Received: by 10.204.154.82 with SMTP id n18mr609754bkw.128.1256040724331; Tue, 20 Oct 2009 05:12:04 -0700 (PDT) Date: Tue, 20 Oct 2009 14:12:04 +0200 Message-ID: Subject: How to fix doc bugs in website ? From: James Casey To: dev@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm having a look at the area of advisory support in order to provide a patch for AMQ-2098 - Advisory messages are empty when received with a Stomp subscription. While there I spotted the same problem reported in AMQ-2170- Incoherent documentation / strange property names for advisory messages. I've got a fix for the code side of this, but would like to submit a doc fix for the website at the same point. I can't find any where how to get the source of the website in order to make a patch; Could someone give me a pointer... thanks, James.