OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 24-Mar-2006 22:52:57
Branch: HEAD Handle: 2006032421525700
Modified files:
openpkg-meta canvas-style.php global-about.php
Log:
more details about our website canvas
Summary:
Revision Changes Path
1.18 +2 -2 openpkg-meta/canvas-style.php
1.4 +22 -3 openpkg-meta/global-about.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-style.php
============================================================================
$ cvs diff -u -r1.17 -r1.18 canvas-style.php
--- openpkg-meta/canvas-style.php 23 Mar 2006 15:48:42 -0000 1.17
+++ openpkg-meta/canvas-style.php 24 Mar 2006 21:52:57 -0000 1.18
@@ -82,10 +82,10 @@
margin-top: 4px;
}
ul li + li {
- margin-top: 2px;
+ margin-top: 6px;
}
ul.compact li {
- margin-top: 1px;
+ margin-top: 2px;
}
/* pull-quotes */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/global-about.php
============================================================================
$ cvs diff -u -r1.3 -r1.4 global-about.php
--- openpkg-meta/global-about.php 14 Mar 2006 18:51:04 -0000 1.3
+++ openpkg-meta/global-about.php 24 Mar 2006 21:52:57 -0000 1.4
@@ -10,7 +10,7 @@
primary OpenPKG organization units:
<p/>
-<ul>
+<ul class="compact">
<li><a href="http://www.openpkg.org/">openpkg.org</a>: OpenPKG Project
<li><a href="http://www.openpkg.com/">openpkg.com</a>: OpenPKG Corporation
<li><a href="http://www.openpkg.net/">openpkg.net</a>: OpenPKG Foundation
@@ -20,12 +20,31 @@
All share the same visual style and global navigation, provided by a central
website meta service.
The meta service is implemented
+<h2>Design & Implementation</h2>
+
+The website was designed and implemented by <a
href="http://engelschall.com/">Ralf S. Engelschall</a>
+between January and March 2006. The following major technologies were
primarily used for the
+implementation:
+
+<p/>
+<ul class="compact">
+ <li><a href="http://www.freebsd.org/">FreeBSD</a> operating system,</li>
+ <li><a href="http://www.x.org/">X11</a> graphical windowing system,</li>
+ <li><a href="http://www.kde.org/">KDE</a> graphical desktop
environment,</li>
+ <li><a href="http://www.vim.org/">Vim</a> text editor,</li>
+ <li><a href="http://www.imagemagick.org/">ImageMagick</a> graphics
conversion toolkit,</li>
+ <li><a href="http://www.mozilla.org/products/firefox/">Firefox</a> web
browser,</li>
+ <li><a href="http://www.vmware.com/">VMWare Workstation</a> virtualization
system,</li>
+ <li><a href="http://www.microsoft.com/windows/">Windows XP</a> operating
system,</li>
+ <li><a href="http://www.photoshop.com/">Photoshop</a> graphics editing
toolkit.</li>
+</ul>
+
<h2>Standard Compliance</h2>
-The website content is generated with the following technologies:
+The website content is composed with the following technologies:
<p/>
-<ul>
+<ul class="compact">
<li><a href="http://www.php.net/">PHP 4.1</a> server-side scripting
language,</li>
<li><a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript 1.5</a>
client-side scripting language,</li>
<li><a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> content markup
language,</li>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]