1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## create-debian-pages by <debian@mattb.net.nz>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Create a page in the default wiki content with information on the
## DP: Debian Project
@DPATCH@
--- phpwiki-1.3.12p3.orig/pgsrc/HomePage
+++ phpwiki-1.3.12p3/pgsrc/HomePage
@@ -9,6 +9,7 @@
charset=iso-8859-1
Content-Transfer-Encoding: binary
+* Learn more about the DebianProject.
* What is a WikiWikiWeb? A description of this application.
* Learn HowToUseWiki and learn about AddingPages.
* Use the SandBox page to experiment with Wiki pages.
--- phpwiki-1.3.12p3.orig/pgsrc/DebianProject
+++ phpwiki-1.3.12p3/pgsrc/DebianProject
@@ -0,0 +1,21 @@
+Date: Wed, 20 Feb 2002 21:10:09 -0500
+Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
+X-Rcs-Id: $Id: DebianProject,v 1.1.1.1 2002/09/23 12:50:05 mpalmer Exp $
+Content-Type: application/x-phpwiki;
+ pagename=DebianProject;
+ flags="";
+ charset=iso-8859-1
+Content-Transfer-Encoding: binary
+
+[Debian|http://www.debian.org/] is a [free|http://www.debian.org/intro/free]
+operating system (OS) for your computer. An operating system is the set of
+basic programs and utilities that make your computer run. Debian uses the
+[Linux kernel|http://www.kernel.org/] (the core of an operating system), but
+most of the basic OS tools come from the [GNU project|http://www.gnu.org/];
+hence the name GNU/Linux.
+
+Debian GNU/Linux provides more than a pure OS: it comes with more than 8000
+[packages|http://www.debian.org/distrib/packages], precompiled software
+bundled up in a nice format for easy installation on your machine.
+
+[Read more...|http://www.debian.org/intro/about]
|