OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 30-Jun-2004 16:14:47
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-web .htaccess index.wml page.inc
Removed files:
openpkg-web facts.wml
Log:
remove old facts in favor of flyer
Summary:
Revision Changes Path
1.4 +1 -0 openpkg-web/.htaccess
1.11 +0 -196 openpkg-web/facts.wml
1.50 +2 -1 openpkg-web/index.wml
1.37 +18 -1 openpkg-web/page.inc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/.htaccess
============================================================================
$ cvs diff -u -r1.3 -r1.4 .htaccess
--- openpkg-web/.htaccess 1 Jan 2003 14:02:06 -0000 1.3
+++ openpkg-web/.htaccess 30 Jun 2004 14:14:46 -0000 1.4
@@ -14,4 +14,5 @@
RewriteEngine on
RewriteRule ^cvsweb.*$ http://cvs.openpkg.org/ [R,L]
+RewriteRule ^facts\.html$ http://www.openpkg.org/flyer.html [R,L]
@@ .
rm -f openpkg-web/facts.wml <<'@@ .'
Index: openpkg-web/facts.wml
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/index.wml
============================================================================
$ cvs diff -u -r1.49 -r1.50 index.wml
--- openpkg-web/index.wml 15 Apr 2004 18:09:41 -0000 1.49
+++ openpkg-web/index.wml 30 Jun 2004 14:14:46 -0000 1.50
@@ -9,6 +9,7 @@
<box bgcolor="#e5e0d5" bdcolor="#ffffff" bdwidth=1 bdspace=10>
<b>User Quick Links:</b><br>
<a href="security.html">Security</a>,
+ <a href="flyer.html">Flyer</a>,
<a href="doc/slideset/openpkg/">Slideset</a>,
<a href="doc/articles/sysadmin/article.html">Article</a>,
<a href="tutorial.html">Tutorial</a>,
@@ -59,7 +60,7 @@
<box bgcolor="#666699" bdwidth=0 bdspace=1>
<box bgcolor="#666699" bdcolor="#ffffff" bdwidth=1 bdspace=15>
<p align=center>
-<a href="doc/slideset/openpkg/"><font size=+1
color="#f0f0ff">Look at New<br> Slideset<i>!</i></font></a>
+<a href="flyer.html"><font size=+1 color="#f0f0ff">Look at New<br>
Flyer<i>!</i></font></a>
</p>
</box>
</box>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/page.inc
============================================================================
$ cvs diff -u -r1.36 -r1.37 page.inc
--- openpkg-web/page.inc 27 Feb 2004 15:27:14 -0000 1.36
+++ openpkg-web/page.inc 30 Jun 2004 14:14:46 -0000 1.37
@@ -162,6 +162,23 @@
{#NAVBAR#}
<br>
{#SIDEBAR#}
+ <br>
+ <script type="text/javascript"><!--
+ google_ad_client = "pub-6080624771873565";
+ google_ad_channel = "6495468088";
+ google_ad_width = 120;
+ google_ad_height = 240;
+ google_ad_format = "120x240_as";
+ google_ad_channel = "";
+ google_color_border = "e0e0e0";
+ google_color_bg = "ffffff";
+ google_color_link = "a09080";
+ google_color_url = "a09080";
+ google_color_text = "333333";
+ //--></script>
+ <script type="text/javascript"
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+ </script>
</td>
<td width=20>\
<imgdot width=20>\
@@ -262,7 +279,7 @@
</navbar:prolog>
<navbar:button id=index url="index.html" txt="Introduction">
<navbar:button id=about url="about.html" txt="About Project">
- <navbar:button id=facts url="facts.html" txt="Fact Sheet">
+ #<navbar:button id=facts url="facts.html" txt="Fact Sheet">
#<navbar:button id=advocacy url="advocacy.html" txt="Advocacy">
<navbar:button id=license url="license.html" txt="License">
<navbar:button id=news url="news.html" txt="Latest News">
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]