Return-Path: Delivered-To: apmail-incubator-roller-commits-archive@www.apache.org Received: (qmail 53478 invoked from network); 23 Jul 2006 00:03:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2006 00:03:25 -0000 Received: (qmail 63746 invoked by uid 500); 23 Jul 2006 00:03:25 -0000 Delivered-To: apmail-incubator-roller-commits-archive@incubator.apache.org Received: (qmail 63715 invoked by uid 500); 23 Jul 2006 00:03:25 -0000 Mailing-List: contact roller-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-dev@incubator.apache.org Delivered-To: mailing list roller-commits@incubator.apache.org Received: (qmail 63703 invoked by uid 99); 23 Jul 2006 00:03:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 17:03:24 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 17:03:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 259D01A981A; Sat, 22 Jul 2006 17:03:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r424653 - /incubator/roller/branches/roller_3.0/web/index.jsp Date: Sun, 23 Jul 2006 00:03:03 -0000 To: roller-commits@incubator.apache.org From: agilliland@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060723000304.259D01A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: agilliland Date: Sat Jul 22 17:03:03 2006 New Revision: 424653 URL: http://svn.apache.org/viewvc?rev=424653&view=rev Log: adding a few instructions to new installation page. Modified: incubator/roller/branches/roller_3.0/web/index.jsp Modified: incubator/roller/branches/roller_3.0/web/index.jsp URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/index.jsp?rev=424653&r1=424652&r2=424653&view=diff ============================================================================== --- incubator/roller/branches/roller_3.0/web/index.jsp (original) +++ incubator/roller/branches/roller_3.0/web/index.jsp Sat Jul 22 17:03:03 2006 @@ -14,21 +14,61 @@ limitations under the License. For additional information regarding copyright in this work, please see the NOTICE file in the top level directory of this distribution. ---%><%@ page import="org.apache.roller.config.RollerRuntimeConfig" %><% +--%><%@ +page import="org.apache.roller.config.RollerRuntimeConfig" %><% // lets see if we have a frontpage blog String frontpageBlog = RollerRuntimeConfig.getProperty("site.frontpage.weblog.handle"); -if(frontpageBlog == null || frontpageBlog.equals("")) { - // not set yet, so show the new install page - response.setContentType("text/plain"); - response.getWriter().println("frontpage blog not set"); -} else { +if(frontpageBlog != null && !"".equals(frontpageBlog.trim())) { // dispatch to frontpage blog RequestDispatcher homepage = request.getRequestDispatcher("/roller-ui/rendering/page/"+frontpageBlog); homepage.forward(request, response); } -%> \ No newline at end of file +%><% response.setContentType("text/html; charset=UTF-8"); %> +<%@ include file="/taglibs.jsp" %> + + + Welcome to Roller! + + + + +
+
+
+
+
+ +
+
+

Welcome to Roller!

+ + Installation needs: + +
+
+ +
+
+
+
+ +
+ + + + + + +