From dev-return-12619-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Oct 20 00:23:51 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 9599 invoked from network); 20 Oct 2010 00:23:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 00:23:51 -0000 Received: (qmail 88665 invoked by uid 500); 20 Oct 2010 00:23:51 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 88427 invoked by uid 500); 20 Oct 2010 00:23:51 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 88388 invoked by uid 99); 20 Oct 2010 00:23:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 00:23:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 00:23:49 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9K0NRFI011862 for ; Wed, 20 Oct 2010 00:23:27 GMT Message-ID: <19846023.59861287534207459.JavaMail.jira@thor> Date: Tue, 19 Oct 2010 20:23:27 -0400 (EDT) From: "Dominic Barnes (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-923) Server-Side Includes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Server-Side Includes -------------------- Key: COUCHDB-923 URL: https://issues.apache.org/jira/browse/COUCHDB-923 Project: CouchDB Issue Type: New Feature Environment: n/a Reporter: Dominic Barnes Priority: Minor This is just a "would-be-nice" feature especially for CouchApp developers like myself. A "server-side includes" system (much like Apache's) would be extremely useful in the context of CouchApps. I think being able to pull in a global header and footer within an HTML file itself would be a great addition, rather than having to either integrate it into my show/list functions, as well as any static HTML files within my design document. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.