From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 392EE13894A for ; Sat, 9 Feb 2013 20:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E168DE05DB; Sat, 9 Feb 2013 20:40:57 +0000 (UTC) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by pigeon.gentoo.org (Postfix) with ESMTP id 70DB7E05DB for ; Sat, 9 Feb 2013 20:40:57 +0000 (UTC) Received: from odin.tremily.us ([unknown] [72.68.84.219]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MHZ00J9Q03WGY80@vms173003.mailsrvcs.net> for gentoo-catalyst@lists.gentoo.org; Sat, 09 Feb 2013 14:40:44 -0600 (CST) Received: by odin.tremily.us (Postfix, from userid 1000) id 0A341878C30; Sat, 09 Feb 2013 15:40:43 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1360442444; bh=RyK+DXJ0h9gKI2To0Ke7VOMtT6hrpBl61+O9R5aPEI8=; h=From:To:Cc:Subject:Date; b=fmQ67aKnQL+49vljyakR+LBBTH/hpjJ9ytYsx4mSgQkxtfAGbNUrXSQu17EOTNhRi W7tO1vHGhjdfzvSGXuZJscgTBNXgWWferEBhR70yYXUgVK+EX6ngpY3hM0sQorRrZc Ng8yCaTXQKJtIeP3hBxxyVaFppDA/jbYyHrCeSDg= From: "W. Trevor King" To: Catalyst Cc: "W. Trevor King" Subject: [gentoo-catalyst] [PATCH 0/4] HOWTO to get newbies started Date: Sat, 09 Feb 2013 15:40:29 -0500 Message-id: X-Mailer: git-send-email 1.7.12.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: f0a58dac-e00a-4920-971a-ab6c56f92617 X-Archives-Hash: fdcd577b4469ca87cc5e718a81083bc0 From: "W. Trevor King" 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