Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E31C17FC4 for ; Mon, 8 Feb 2016 09:54:42 +0000 (UTC) Received: (qmail 86208 invoked by uid 500); 8 Feb 2016 09:54:42 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 86182 invoked by uid 500); 8 Feb 2016 09:54:42 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 86173 invoked by uid 99); 8 Feb 2016 09:54:42 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Feb 2016 09:54:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D103B1A0598 for ; Mon, 8 Feb 2016 09:54:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.571 X-Spam-Level: X-Spam-Status: No, score=0.571 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.429] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id gWg2Hd6kOWsA for ; Mon, 8 Feb 2016 09:54:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 5FDE631AD0 for ; Mon, 8 Feb 2016 09:54:40 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 57CB3E0361 for ; Mon, 8 Feb 2016 09:54:39 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 578193A01D9 for ; Mon, 8 Feb 2016 09:54:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1729116 - /comdev/helpwanted.apache.org/site/wtest.html Date: Mon, 08 Feb 2016 09:54:39 -0000 To: commits@community.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160208095439.578193A01D9@svn01-us-west.apache.org> Author: humbedooh Date: Mon Feb 8 09:54:39 2016 New Revision: 1729116 URL: http://svn.apache.org/viewvc?rev=1729116&view=rev Log: consistency Modified: comdev/helpwanted.apache.org/site/wtest.html Modified: comdev/helpwanted.apache.org/site/wtest.html URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/wtest.html?rev=1729116&r1=1729115&r2=1729116&view=diff ============================================================================== --- comdev/helpwanted.apache.org/site/wtest.html (original) +++ comdev/helpwanted.apache.org/site/wtest.html Mon Feb 8 09:54:39 2016 @@ -10,7 +10,7 @@

Sample widget page

This is a sample widget page. Just an ordinary HTML page with a widget attached by inserting the following code:
-<div style="width: 700px;" type="helpwanted" project="httpd" description="the Apache HTTPD Project"></div>
+<div style="width: 700px;" type="helpwanted" project="httpd" description="the Apache HTTP Server"></div>
 <script src="https://helpwanted.apache.org/widget.js" type="text/javascript"></script>
     
@@ -19,7 +19,7 @@ if (pr && pr.length > 1) { pru = pr.replace(/^([a-z])/, function(a) { return a.toUpperCase()}) document.getElementById('pr').innerHTML = pr - document.getElementById('pru').innerHTML = pru + document.getElementById('pru').innerHTML = "the Apache " + pru + " project" document.getElementById('foo').setAttribute("project", pr) document.getElementById('foo').setAttribute("description", "the Apache " + pru + " project") }