OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 25-Feb-2004 16:39:00
Branch: HEAD Handle: 2004022515390000
Added files:
openpkg-web showcase.wml
Modified files:
openpkg-web Makefile tutorial.wml
Log:
move big animated gif into new showcase page
Summary:
Revision Changes Path
1.17 +6 -1 openpkg-web/Makefile
1.1 +15 -0 openpkg-web/showcase.wml
1.24 +2 -1 openpkg-web/tutorial.wml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/Makefile
============================================================================
$ cvs diff -u -r1.16 -r1.17 Makefile
--- openpkg-web/Makefile 24 Feb 2004 07:55:26 -0000 1.16
+++ openpkg-web/Makefile 25 Feb 2004 15:39:00 -0000 1.17
@@ -19,13 +19,16 @@
petidomo.head.html \
petidomo.foot.html \
tutorial.html \
+showcase.html \
facts.html
GRAPHICS = \
grid.png
-all: $(PAGES) $(GRAPHICS) pkg pkg.db dep
+all: update-news $(PAGES) $(GRAPHICS) pkg pkg.db dep
+update-news:
+ ./news.pl
about.html: about.wml
wmk -f about.wml
contrib.html: contrib.wml
@@ -58,6 +61,8 @@
wmk -f bugdb.wml
tutorial.html: tutorial.wml
wmk -f tutorial.wml
+showcase.html: showcase.wml
+ wmk -f showcase.wml
facts.html: facts.wml
wmk -f facts.wml
petidomo.head.html petidomo.foot.html: petidomo.wml
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/showcase.wml
============================================================================
$ cvs diff -u -r0 -r1.1 showcase.wml
--- /dev/null 2004-02-25 16:39:00.000000000 +0100
+++ showcase.wml 2004-02-25 16:39:00.000000000 +0100
@@ -0,0 +1,15 @@
+
+#use "page.inc" page=showcase
+
+<title>Showcase</title>
+
+<h1>Showcase</h1>
+
+<h2>Example Installation</h2>
+See below a video recording of a
+<a href="#bootstrap-source">Bootstrap from source</a> on
+a FreeBSD machine as a unprivileged user installing onto a NFS
+home directory. After bootstrap, the bash package is rebuild,
+installed and the bash is run.
+<img src="bootstrap.gif">
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/tutorial.wml
============================================================================
$ cvs diff -u -r1.23 -r1.24 tutorial.wml
--- openpkg-web/tutorial.wml 25 Feb 2004 09:26:00 -0000 1.23
+++ openpkg-web/tutorial.wml 25 Feb 2004 15:39:00 -0000 1.24
@@ -190,7 +190,8 @@
a FreeBSD machine as a unprivileged user installing onto a NFS
home directory. After bootstrap, the bash package is rebuild,
installed and the bash is run.
-<img src="bootstrap.gif">
+<p>
+<a href="showcase.html">Showcase</a> (animated gif)
<h2>More Information</h2>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]