Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76027 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66192 invoked from network); 24 Jul 2014 18:28:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2014 18:28:32 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.192.174 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.174 mail-pd0-f174.google.com Received: from [209.85.192.174] ([209.85.192.174:59175] helo=mail-pd0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/91-55539-F4051D35 for ; Thu, 24 Jul 2014 14:28:31 -0400 Received: by mail-pd0-f174.google.com with SMTP id fp1so4124445pdb.5 for ; Thu, 24 Jul 2014 11:28:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ZcqFGglz749vuVgMQKLDco6YQfyjH9CETqvix1Drl7A=; b=EzRywfk3gyQxYLU7QYBtIoFt7CSIFT00Zp0/reBcWX1FxlyF411PeCFITELmMNA2ai zxFJk2w7H9deDbfiOOnerTn+mfaafLX3+6clkocYeXUc2dSOu5AfMmhXn1iyFjFe+sb+ pRy/WIg2oaFYRRCs/mycQWxK2wjRUrSYsxwI2LVMPPD7CNuVQDBQIuD1vTQhitc3U7yS ZF7uDBpHULXwVIQLft9kald/t4t+yWDZCNQGvzPOidEv4HDNf22DfUC/Z2e4VuVTAUre sA4GccYke5zPETOUiADYR1aIiQDfZRFbmeVoxCvd3jXoT/jdsPd09uTfVclkibpeXUCJ T+0A== X-Gm-Message-State: ALoCoQkcIb6hjxcc4sFA3Udp0aYf0esK+befF1FyAbeks4WYJ+5xjfkGis1fpVpKzPFtN+jOfCoj MIME-Version: 1.0 X-Received: by 10.66.230.163 with SMTP id sz3mr12933451pac.136.1406226513153; Thu, 24 Jul 2014 11:28:33 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.33.208 with HTTP; Thu, 24 Jul 2014 11:28:33 -0700 (PDT) X-Originating-IP: [69.63.185.56] In-Reply-To: <53D146DB.5010906@sugarcrm.com> References: <53D146DB.5010906@sugarcrm.com> Date: Thu, 24 Jul 2014 11:28:33 -0700 X-Google-Sender-Auth: xKSRZZK94knhcFeG_Brfkn--89I Message-ID: To: Stas Malyshev Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: PHP Language Specification From: pollita@php.net (Sara Golemon) On Thu, Jul 24, 2014 at 10:48 AM, Stas Malyshev wrote: > Is it also possible to pub description of how to render it on > wiki.php.net so that if someone prepares a big patch they'd be able to > test they didn't mess up before committing? > The repo layout he's working on includes a tools/ directory for generating output, so yeah. One would be able to run a quick script to produce HTML or something verifiable. If it stays Markdown as the source format, then the PR will of course also be visible in the branch straight from github. -Sara