From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-catalyst+bounces-2643-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id ECB2C198003
	for <garchives@archives.gentoo.org>; Sat,  9 Mar 2013 02:40:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B4FAE0747;
	Sat,  9 Mar 2013 02:40:12 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1FF12E0747
	for <gentoo-catalyst@lists.gentoo.org>; Sat,  9 Mar 2013 02:40:12 +0000 (UTC)
Received: from mail-qa0-f41.google.com (mail-qa0-f41.google.com [209.85.216.41])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mattst88)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 1B67B33DF90
	for <gentoo-catalyst@lists.gentoo.org>; Sat,  9 Mar 2013 02:40:11 +0000 (UTC)
Received: by mail-qa0-f41.google.com with SMTP id bs12so134955qab.0
        for <gentoo-catalyst@lists.gentoo.org>; Fri, 08 Mar 2013 18:40:09 -0800 (PST)
X-Received: by 10.49.127.139 with SMTP id ng11mr7327450qeb.54.1362796809081;
 Fri, 08 Mar 2013 18:40:09 -0800 (PST)
Precedence: bulk
List-Post: <mailto:gentoo-catalyst@lists.gentoo.org>
List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org>
X-BeenThere: gentoo-catalyst@lists.gentoo.org
Reply-to: gentoo-catalyst@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.49.121.167 with HTTP; Fri, 8 Mar 2013 18:39:49 -0800 (PST)
In-Reply-To: <cover.1360441874.git.wking@tremily.us>
References: <cover.1360441874.git.wking@tremily.us>
From: Matt Turner <mattst88@gentoo.org>
Date: Fri, 8 Mar 2013 18:39:49 -0800
Message-ID: <CAEdQ38Ebg5Nwhaa8MN19SdG4VWO0J9y9-QessQ50Pf4rR5ZHzQ@mail.gmail.com>
Subject: Re: [gentoo-catalyst] [PATCH 0/4] HOWTO to get newbies started
To: gentoo-catalyst@lists.gentoo.org
Cc: "W. Trevor King" <wking@tremily.us>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 1c72ae52-8514-4447-b98f-a06e9ff38239
X-Archives-Hash: 8ba26d7753af28113cf341d959570c08

On Sat, Feb 9, 2013 at 12:40 PM, W. Trevor King <wking@tremily.us> wrote:
> From: "W. Trevor King" <wking@tremily.us>
>
> Here are my notes from figuring out how catalyst works, after browsing
> around online and getting help from y'all.  On IRC this morning, Chris
> White said he had some similar ideas floating around in his head.  I
> haven't filed a bug with the HOWTO [1], but I can if anyone wants to
> discuss it that way.
>
> [1]: http://www.gentoo.org/proj/en/releng/catalyst/faq.xml#howto
>
> W. Trevor King (4):
>   doc/HOWTO: First pass at a gentle Catalyst introduction
>   Makefile: Add DOCS for building files/HOWTO.html
>   files/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)
>   doc/HOWTO.txt: Explain how to run catalyst without installing
>
>  Makefile         |  15 +++-
>  doc/HOWTO.txt    | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  files/.gitignore |   3 +-
>  3 files changed, 233 insertions(+), 4 deletions(-)
>  create mode 100644 doc/HOWTO.txt
>
> --
> 1.8.1.336.g94702dd
>
>

I've committed this series. Thanks!