Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-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 AEDE218693 for ; Mon, 21 Sep 2015 15:12:37 +0000 (UTC) Received: (qmail 92144 invoked by uid 500); 21 Sep 2015 15:12:34 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 92124 invoked by uid 500); 21 Sep 2015 15:12:34 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 92115 invoked by uid 99); 21 Sep 2015 15:12:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 15:12:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 626C7E0332; Mon, 21 Sep 2015 15:12:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Mon, 21 Sep 2015 15:12:35 -0000 Message-Id: <7d9a71be01e14aa0935b3790d43c5862@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] zest-java git commit: tutorials: remove empty 2hours-intro, 2h42m -> 42m tutorials: remove empty 2hours-intro, 2h42m -> 42m Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/33337d86 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/33337d86 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/33337d86 Branch: refs/heads/support/2.1 Commit: 33337d86de3bc5fdcdd443e1dbf0fa27debd5b6e Parents: f01feab Author: Paul Merlin Authored: Mon Sep 21 16:49:57 2015 +0200 Committer: Paul Merlin Committed: Mon Sep 21 17:02:47 2015 +0200 ---------------------------------------------------------------------- manual/src/docs/website/tutorials.txt | 12 ++++++------ manual/src/resources/js/progressive-enhancement.js | 2 +- .../thirtyminutes/src/docs/thirty-minutes.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/manual/src/docs/website/tutorials.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/tutorials.txt b/manual/src/docs/website/tutorials.txt index 256d8e8..8c4e8ed 100644 --- a/manual/src/docs/website/tutorials.txt +++ b/manual/src/docs/website/tutorials.txt @@ -30,8 +30,8 @@ this tutorial, run it and play with it. In this section you will find a comprehensive set of tutorials about Composite Oriented Programming using Zest™. -[[tutorials-intro,Zest™ in 2 hours 42 minutes]] -=== Zest™ in 2 hours 42 minutes === +[[tutorials-intro,Zest™ in 42 minutes]] +=== Zest™ in 42 minutes === This quite long introduction to Zest™ will start by brushing up an overview of the problems Zest™ solve, teach you what Composite Oriented Programming is and guide you through the process of writing a complete Application around an adapted @@ -40,7 +40,7 @@ Hello World example. - <> - <> - <> -- <> +// - <> === Getting real with Zest™ === @@ -91,9 +91,9 @@ include::../../../../tutorials/introduction/thirtyminutes/src/docs/thirty-minute :leveloffset: 2 -include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[] - -:leveloffset: 2 +// include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[] +// +// :leveloffset: 2 include::../tutorials/howto-depend-on-zest.txt[] http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/manual/src/resources/js/progressive-enhancement.js ---------------------------------------------------------------------- diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js index bbf6f86..1f57de0 100644 --- a/manual/src/resources/js/progressive-enhancement.js +++ b/manual/src/resources/js/progressive-enhancement.js @@ -143,7 +143,7 @@ $( document ).ready( function($){ case "Overview": $dt.attr( "style", "margin-bottom: 24px" ); // Tutorials - case "Zest\u2122 in 2 hours": + case "Zest\u2122 in 30 minutes": case "Leverage Properties": case "Use I/O API": $dt.attr( "style", "margin-bottom: 24px" ); http://git-wip-us.apache.org/repos/asf/zest-java/blob/33337d86/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt index caf3d2b..84743b1 100644 --- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt +++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt @@ -163,4 +163,4 @@ to create applications from scratch, how to structure applications, and how the We have looked at how to add a Concern that uses a private Mixin, we have touched a bit on Generic Concerns, and finally a short introduction to the Query API. -Next step, <>. +You may now be interested by the <> and <> tutorials.