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:   13-Mar-2006 22:09:48
  Branch: HEAD                             Handle: 2006031321094700

  Added files:
    openpkg-meta            global-about.php global-imprint.php
                            global-search.php global-sitemap.php
  Modified files:
    openpkg-meta            canvas-foot.php canvas-style.php

  Log:
    first cut for global pages, too

  Summary:
    Revision    Changes     Path
    1.2         +7  -5      openpkg-meta/canvas-foot.php
    1.13        +9  -4      openpkg-meta/canvas-style.php
    1.1         +55 -0      openpkg-meta/global-about.php
    1.1         +149 -0     openpkg-meta/global-imprint.php
    1.1         +28 -0      openpkg-meta/global-search.php
    1.1         +16 -0      openpkg-meta/global-sitemap.php
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-meta/canvas-foot.php
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 canvas-foot.php
  --- openpkg-meta/canvas-foot.php      13 Mar 2006 15:02:12 -0000      1.1
  +++ openpkg-meta/canvas-foot.php      13 Mar 2006 21:09:47 -0000      1.2
  @@ -49,7 +49,7 @@
   }
   div#canvas_foot div.canvas_foot_right {
       position:              absolute;
  -    right:                 40px;
  +    right:                 60px;
       bottom:                4px;
   }
   
  @@ -58,12 +58,14 @@
   </script>
   
   <div class="canvas_foot_left">
  -    Quick Links:
  -    <a href="<?php echo $cfg["url.base"] ?>imprint">Imprint</a> <span 
class="sep">|</span>
  -    <a href="<?php echo $cfg["url.base"] ?>search">Search</a>
  +    Global:
  +    <a href="<?php echo $cfg["url.base"] ?>global-about">About</a> <span 
class="sep">|</span>
  +    <a href="<?php echo $cfg["url.base"] ?>global-imprint">Imprint</a> <span 
class="sep">|</span>
  +    <a href="<?php echo $cfg["url.base"] ?>global-sitemap">Sitemap</a> <span 
class="sep">|</span>
  +    <a href="<?php echo $cfg["url.base"] ?>global-search">Search</a>
   </div>
   <div class="canvas_foot_right">
  -    Validate:
  +    Validation:
       <a href="http://validator.w3.org/check?verbose=1;uri=referer";>XHTML</a> 
<span class="sep">|</span>
       <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS</a>
   </div>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-meta/canvas-style.php
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 canvas-style.php
  --- openpkg-meta/canvas-style.php     13 Mar 2006 18:45:25 -0000      1.12
  +++ openpkg-meta/canvas-style.php     13 Mar 2006 21:09:47 -0000      1.13
  @@ -52,17 +52,17 @@
   a:link {
       text-decoration:         none;
       font-weight:             bold;
  -    color:                   #909090;
  +    color:                   #908070;
   }
   a:visited {
       text-decoration:         none;
       font-weight:             bold;
  -    color:                   #909090;
  +    color:                   #908070;
   }
   a:hover {
       text-decoration:         underline;
       font-weight:             bold;
  -    color:                   #909090;
  +    color:                   #908070;
   }
   
   /* lists */
  @@ -70,7 +70,7 @@
       list-style-type:         square;
       list-style-image:        url('<?php echo $cfg["url.base"] 
?>canvas/canvas-box.png');
       margin-left:             0px;
  -    padding-left:            32px;
  +    padding-left:            20px;
       margin-top:              4px;
   }
   ul li + li {
  @@ -154,3 +154,8 @@
       background-image:        url('<?php echo $cfg["url.base"] 
?>canvas/canvas-crop-glass-dark-T.png');
   }
   
  +/* widgets */
  +input {
  +    background-color:        #ffffff;
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-meta/global-about.php
  ============================================================================
  $ cvs diff -u -r0 -r1.1 global-about.php
  --- /dev/null 2006-03-13 22:09:06 +0100
  +++ global-about.php  2006-03-13 22:09:48 +0100
  @@ -0,0 +1,55 @@
  +<script language="php">
  +  include("meta.php");
  +  meta_start("path=project.meta.about&pane=2");
  +</script>
  +
  +<h1>Meta: About Websites</h1>
  +
  +The OpenPKG World-Wide-Web representation consists of websites under
  +three primary second-level domains, each corresponding to one of the
  +primary OpenPKG organization units:
  +
  +<p/>
  +<ul>
  +  <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
  +</ul>
  +
  +<p/>
  +All share the same visual style and global navigation, provided by a central 
website meta service.
  +The meta service is implemented 
  +
  +<h2>Standard Compliance</h2>
  +
  +The website content is generated with the following technologies:
  +
  +<p/>
  +<ul>
  +  <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>
  +  <li><a href="http://www.w3.org/TR/CSS2/";>CSS 2.0</a> content styling 
language,</li>
  +  <li><a href="http://www.libpng.org/pub/png/";>PNG</a> content graphics 
format and</li>
  +  <li><a href="http://www.jpeg.org/";>JPEG</a> content graphics format.</li>
  +</ul>
  +
  +<h2>Browser Compliance</h2>
  +
  +The website content is intended for (and was successfully tested with) the
  +following web browsers (in priority order):
  +
  +<p/>
  +<ul>
  +  <li><a href="http://www.mozilla.org/products/firefox/";>Mozilla Firefox</a> 
1.5 (X11, Win)</li>
  +  <li><a href="http://www.microsoft.com/windows/ie/";>Internet Explorer</a> 
6.0 (Win)</li>
  +  <li><a href="http://www.opera.com/products/desktop/";>Opera</a> 8.50 
(X11)</li>
  +  <li><a href="http://www.konqueror.org/";>Konqueror/KDE</a> 3.4 (X11)</li>
  +  <li><a href="http://www.mozilla.org/products/mozilla1.x/";>Mozilla 
Suite</a> 1.7 (X11, Win)</li>
  +  <li><a href="http://w3m.sourceforge.net/";>W3M</a> 0.5.1 (X11/xterm)</li>
  +  <li><a href="http://lynx.isc.org/";>Lynx</a> 2.8.5 (X11/xterm)</li>
  +</ul>
  +
  +<script language="php">
  +  meta_end();
  +</script>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-meta/global-imprint.php
  ============================================================================
  $ cvs diff -u -r0 -r1.1 global-imprint.php
  --- /dev/null 2006-03-13 22:09:06 +0100
  +++ global-imprint.php        2006-03-13 22:09:48 +0100
  @@ -0,0 +1,149 @@
  +<script language="php">
  +  include("meta.php");
  +  meta_start("path=project.meta.imprint&pane=2");
  +</script>
  +
  +<script language="php">
  +  divert("html:head");
  +</script>
  +<style type="text/css">
  +  table.contact tr.title td {
  +    font-weight:  bold;
  +  }
  +  table.contact tr td {
  +    padding-right: 10px;
  +  }
  +  table.responsibility tr td {
  +    padding-right: 10px;
  +    vertical-align: top;
  +    width: 50%;
  +  }
  +</style>
  +<script language="php">
  +  divert("html:body");
  +</script>
  +
  +<h1>Meta: Websites Imprint</h1>
  +
  +<h2>Contact</h2>
  +
  +<table class="contact">
  +  <tr class="title">
  +    <td>openpkg.org:</td>
  +    <td>openpkg.com:</td>
  +    <td>openpkg.net:</td>
  +  </tr>
  +  <tr class="address">
  +    <td>
  +      Ralf S. Engelschall<br/>
  +      Silnerstraße 28<br/>
  +      85221 Dachau<br/>
  +      GERMANY<br/>
  +      <p/>
  +      <a href="http://www.openpkg.org";>www.openpkg.org</a><br/>
  +      <?php email("[EMAIL PROTECTED]", 1) ?>
  +    </td>
  +    <td>
  +      OpenPKG GmbH<br/>
  +      Weblinger Weg 28<br/>
  +      85221 Dachau<br/>
  +      GERMANY<br/>
  +      <p/>
  +      <a href="http://www.openpkg.com";>www.openpkg.com</a><br/>
  +      <?php email("[EMAIL PROTECTED]", 1) ?>
  +    </td>
  +    <td>
  +      OpenPKG Foundation e.V.<br/>
  +      Weblinger Weg 28<br/>
  +      85221 Dachau<br/>
  +      GERMANY<br/>
  +      <p/>
  +      <a href="http://www.openpkg.net";>www.openpkg.net</a><br/>
  +      <?php email("[EMAIL PROTECTED]", 1) ?>
  +    </td>
  +  </tr>
  +</table>
  +
  +
  +<h2>Copyright</h2>
  +
  +<p/>
  +Copyright &copy; 2000-2006 Ralf S. Engelschall<br/>
  +Copyright &copy; 2005-2006 OpenPKG GmbH<br/>
  +Copyright &copy; 2005-2006 OpenPKG Foundation e.V.<br/>
  +
  +<p/>
  +All Rights Reserved.<br/>
  +Alle Rechte vorbehalten.
  +
  +<table class="responsibility">
  +<tr>
  +<td>
  +
  +<h2>Responsibility Notice</h2>
  +
  +In this Internet presence, connections to the content of other
  +vendors and organizations, so-called links, are provided. These
  +links serve solely as a service to the user of this Internet presence.
  +According to 5 Abs. 1 TDG (Germany) we are only responsible for our
  +own content. For links to other content of third-party vendors we
  +are, according to 5 Abs. 2 TDG (Germany), only responsible if we
  +are aware of unlawful or criminal content and it is technically
  +possible and reasonable to prevent its use. 
  +
  +<p/>
  +Also we are not obligated
  +to check at periodic intervals the contents of services from third
  +parties for their illegality or culpability. As soon as we learn
  +of the illegal content of web sites of a third party, the corresponding
  +link will be removed from our site. Beyond this we would like to
  +expressly emphasize that we have no influence on the form and content
  +of the linked pages.
  +
  +<p/>
  +For this reason we distance ourselves expressly
  +from all content of all linked sites on the entire web site including
  +all sub sites. This declaration applies for all links on the home
  +page and for all content of the pages to which links or banners
  +link. If the content of these internet products infringe upon
  +applicable copyright or trademark laws, these will be removed as
  +quickly as possible after notification.
  +
  +</td>
  +<td>
  +
  +<h2>Haftungshinweis</h2>
  +
  +In dieser Internet-Präsenz werden Verbindungen, sogenannte Links,
  +zum Inhalt von anderen Herstellern und Organisationen bereitgestellt.
  +Gemäß 5 Abs.1 TDG sind wir ausschließlich nur für die eigenen Inhalte
  +verantwortlich. Für Links auf fremde Inhalte dritter Anbieter sind
  +wir gemäß 5 Abs.2 TDG nur verantwortlich, wenn wir von einem
  +rechtswidrigen oder strafbaren Gehalt positive Kenntnis haben und
  +es technisch möglich und zumutbar ist, deren Nutzung zu verhindern.
  +
  +<p/>
  +Auch sind wir nicht verpflichtet, in periodischen Abständen den
  +Inhalt von Angeboten Dritter auf deren Rechtswidrigkeit oder
  +Strafbarkeit zu überprüfen. Sobald wir von dem rechtswidrigen Inhalt
  +der Web-Seiten Dritter erfahren, wird der entsprechende Link von
  +unserer Seite entfernt. Weiterhin möchten wir ausdrücklich betonen,
  +dass wir keinerlei Einfluss auf die Gestaltung und die Inhalte der
  +gelinkten Seiten haben.
  +
  +<p/>
  +Deshalb distanzieren wir uns hiermit
  +ausdrücklich von allen Inhalten aller gelinkten Seiten auf der
  +gesamten Website inklusive aller Unterseiten. Diese Erklärung gilt
  +für alle Links auf der Homepage und für alle Inhalte der Seiten, zu
  +denen Links oder Banner führen. Sollten Inhalte dieser Internetangebote
  +gegen geltendes Urheberrecht oder das Markengesetz verstoßen, werden
  +diese auf Hinweis schnellstmöglich entfernt.
  +
  +</td>
  +</tr>
  +</table>
  +
  +<script language="php">
  +  meta_end();
  +</script>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-meta/global-search.php
  ============================================================================
  $ cvs diff -u -r0 -r1.1 global-search.php
  --- /dev/null 2006-03-13 22:09:06 +0100
  +++ global-search.php 2006-03-13 22:09:48 +0100
  @@ -0,0 +1,28 @@
  +<script language="php">
  +  include("meta.php");
  +  meta_start("path=project.meta.search&pane=1");
  +</script>
  +
  +<h1>Meta: Websites Search</h1>
  +
  +Search the OpenPKG websites with Google:
  +
  +<p/>
  +<form method="get" action="http://www.google.com/custom";>
  +  <input type="text"   name="q"          value="" size=50 maxlength=255/>
  +  <input type="submit" name="sa"         value="Search with Google!"/>
  +  <input type="hidden" name="cof"        
value="GIMP:#a09080;T:#000000;LW:297;ALC:#a09080;L:http://www.openpkg.org/openpkg.gif;GFNT:#a09080;LC:#a09080;LH:161;BGC:#ffffff;AH:center;VLC:#a09080;GALT:#000000;AWFID:4118930837b1e21f;"/>
  +  <input type="hidden" name="domains"    value="openpkg.net"/>
  +  <br/>
  +  Search:<br/>
  +  <input type="radio"  name="sitesearch" value=""/>WWW
  +  <input type="radio"  name="sitesearch" value="openpkg.org" 
checked="checked"/>openpkg.org
  +  <input type="radio"  name="sitesearch" value="openpkg.com" 
checked="checked"/>openpkg.com
  +  <input type="radio"  name="sitesearch" value="openpkg.net" 
checked="checked"/>openpkg.net
  +  <br/>
  +  </p>
  +</form>
  +
  +<script language="php">
  +  meta_end();
  +</script>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-meta/global-sitemap.php
  ============================================================================
  $ cvs diff -u -r0 -r1.1 global-sitemap.php
  --- /dev/null 2006-03-13 22:09:06 +0100
  +++ global-sitemap.php        2006-03-13 22:09:48 +0100
  @@ -0,0 +1,16 @@
  +<script language="php">
  +  include("meta.php");
  +  meta_start("path=project.meta.sitemap&pane=1");
  +</script>
  +
  +<h1>Meta: Websites Sitemap</h1>
  +
  +<script language="php">
  +  include("canvas-nav.php");
  +  divert("html:body");
  +  echo undivert("nav");
  +</script>
  +
  +<script language="php">
  +  meta_end();
  +</script>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to