Return-Path: Delivered-To: apmail-incubator-esme-commits-archive@minotaur.apache.org Received: (qmail 41693 invoked from network); 9 Mar 2010 08:46:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 08:46:03 -0000 Received: (qmail 41867 invoked by uid 500); 9 Mar 2010 08:45:37 -0000 Delivered-To: apmail-incubator-esme-commits-archive@incubator.apache.org Received: (qmail 41837 invoked by uid 500); 9 Mar 2010 08:45:36 -0000 Mailing-List: contact esme-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-commits@incubator.apache.org Received: (qmail 41829 invoked by uid 99); 9 Mar 2010 08:45:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:45:35 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 08:45:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F2D32388906; Tue, 9 Mar 2010 08:45:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920738 - in /incubator/esme/branches/ui-2010-03-05/src/main: resources/ webapp/ webapp/WEB-INF/ webapp/templates-hidden/ Date: Tue, 09 Mar 2010 08:45:13 -0000 To: esme-commits@incubator.apache.org From: rhirsch@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100309084513.8F2D32388906@eris.apache.org> Author: rhirsch Date: Tue Mar 9 08:45:13 2010 New Revision: 920738 URL: http://svn.apache.org/viewvc?rev=920738&view=rev Log: [ESME-100] Finish web UI Daily hour Modified: incubator/esme/branches/ui-2010-03-05/src/main/resources/ESMECustom.properties incubator/esme/branches/ui-2010-03-05/src/main/webapp/WEB-INF/web.xml incubator/esme/branches/ui-2010-03-05/src/main/webapp/index.html incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/base.html incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/default.html incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/message.html incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/upw_login_form.html Modified: incubator/esme/branches/ui-2010-03-05/src/main/resources/ESMECustom.properties URL: http://svn.apache.org/viewvc/incubator/esme/branches/ui-2010-03-05/src/main/resources/ESMECustom.properties?rev=920738&r1=920737&r2=920738&view=diff ============================================================================== --- incubator/esme/branches/ui-2010-03-05/src/main/resources/ESMECustom.properties (original) +++ incubator/esme/branches/ui-2010-03-05/src/main/resources/ESMECustom.properties Tue Mar 9 08:45:13 2010 @@ -17,4 +17,21 @@ * under the License. */ custom_mail_from_adress=esme@esme.apache.org -custom_mail_subject=Message from ESME \ No newline at end of file +custom_mail_subject=Message from ESME + +custom_opening_main_title=Getting Started on ESME +custom_opening_main_body=Apache Enterprise Social Messaging Experiment (ESME) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.ESME is based on the idea that you - the user - decide what information is useful for you. There are various ways to discover what other users are posting information that may be relevant for you 1) Use "Tracks" to follow terms that may be of interest for you, 2) Use the public timeline to find others who posts may be of interest 3) use the search functionto find others who posts meet certain criterien, 4) post your thoughts, ideas, etc and others with similar interests will enter into conversations with you + +custom_heading_1_title=ASF +custom_heading_1_body=Apache Software Foundation (ASF) provides support for the Apache community of open-source software projects. + +custom_heading_2_title=Apache Incubator +custom_heading_2_body=Incubator project is the entry path into The Apache Software Foundation (ASF) for projects and codebases wishing to become part of the Foundation's efforts. + + +custom_heading_3_title=Microblogging +custom_heading_3_body=Microblogs differ from a traditional blogs in that their content is typically much smaller, in both actual size and aggregate file size. + +custom_text_link1=home +custom_text_link2=getting started +custom_text_link3=blog Modified: incubator/esme/branches/ui-2010-03-05/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/esme/branches/ui-2010-03-05/src/main/webapp/WEB-INF/web.xml?rev=920738&r1=920737&r2=920738&view=diff ============================================================================== --- incubator/esme/branches/ui-2010-03-05/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/esme/branches/ui-2010-03-05/src/main/webapp/WEB-INF/web.xml Tue Mar 9 08:45:13 2010 @@ -1,23 +1,4 @@ - - The Filter that intercepts lift calls net.liftweb.http.LiftFilter - + LiftFilter /* Modified: incubator/esme/branches/ui-2010-03-05/src/main/webapp/index.html URL: http://svn.apache.org/viewvc/incubator/esme/branches/ui-2010-03-05/src/main/webapp/index.html?rev=920738&r1=920737&r2=920738&view=diff ============================================================================== --- incubator/esme/branches/ui-2010-03-05/src/main/webapp/index.html (original) +++ incubator/esme/branches/ui-2010-03-05/src/main/webapp/index.html Tue Mar 9 08:45:13 2010 @@ -7,9 +7,8 @@
-

Getting Started on ESME

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec interdum mauris eu est faucibus laoreet. Maecenas pulvinar ornare eros non hendrerit. Aliquam rutrum, mauris ut consectetur placerat, magna neque pulvinar eros, sed pretium purus turpis fermentum ligula. Vestibulum erat elit, dictum non hendrerit in, aliquet posuere augue. Aliquam mauris dolor, luctus sit amet luctus vitae, viverra tempor est. Donec metus lorem, hendrerit in venenatis ac. -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec interdum mauris eu est faucibus laoreet.

+

custom_opening_main_title

+

custom_opening_main_body

@@ -24,7 +23,7 @@
Nickname 3 hours ago
- + \ No newline at end of file Modified: incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/base.html URL: http://svn.apache.org/viewvc/incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/base.html?rev=920738&r1=920737&r2=920738&view=diff ============================================================================== --- incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/base.html (original) +++ incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/base.html Tue Mar 9 08:45:13 2010 @@ -151,15 +151,13 @@ + Modified: incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/default.html URL: http://svn.apache.org/viewvc/incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/default.html?rev=920738&r1=920737&r2=920738&view=diff ============================================================================== --- incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/default.html (original) +++ incubator/esme/branches/ui-2010-03-05/src/main/webapp/templates-hidden/default.html Tue Mar 9 08:45:13 2010 @@ -35,9 +35,9 @@
-

Heading Section A

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at odio vitae justo ultricies porttitor sit amet nec justo. Nam dictum sodales purus. -
+

custom_heading_1_title

+

custom_heading_1_body

+
-

Heading Section B

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at odio vitae justo ultricies porttitor sit amet nec justo. Nam dictum sodales purus. -
+

custom_heading_2_title

+ custom_heading_2_body
-

Heading Section C

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at odio vitae justo ultricies porttitor sit amet nec justo. Nam dictum sodales purus. -
+

custom_heading_3_title

+ custom_heading_3_body \ No newline at end of file