<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs">
    <title>gmane.comp.web.pel.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/558"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/557"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/556"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/555"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/554"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/553"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/552"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/551"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/550"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/549"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/548"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/547"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/546"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.pel.cvs/545"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/558">
    <title>SF.net SVN: pel:[537] web</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/558</link>
    <description>&lt;pre&gt;Revision: 537
          http://pel.svn.sourceforge.net/pel/?rev=537&amp;amp;view=rev
Author:   lsolesen
Date:     2010-12-06 14:25:00 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
Deleted unneccessry files

Removed Paths:
-------------
    web/feedParser.php
    web/htdocs/footer.php
    web/htdocs/links.php
    web/htdocs/navbar.php
    web/htdocs/pel.css
    web/xmlParser.php

Deleted: web/feedParser.php
===================================================================
--- web/feedParser.php2010-12-06 14:23:15 UTC (rev 536)
+++ web/feedParser.php2010-12-06 14:25:00 UTC (rev 537)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,401 +0,0 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-&amp;lt;?
-/*
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  ME&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-12-06T14:25:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/557">
    <title>SF.net SVN: pel:[536] web/htdocs/index.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/557</link>
    <description>&lt;pre&gt;Revision: 536
          http://pel.svn.sourceforge.net/pel/?rev=536&amp;amp;view=rev
Author:   lsolesen
Date:     2010-12-06 14:23:15 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
pel.sourceforge.net has been closed and moved

Modified Paths:
--------------
    web/htdocs/index.php

Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php2010-07-21 15:12:35 UTC (rev 535)
+++ web/htdocs/index.php2010-12-06 14:23:15 UTC (rev 536)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,222 +1,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-&amp;lt;?php // -*- mode: nxml; coding: utf-8 -*-
-
-error_reporting (E_ALL);
-
-if (is_writable('/tmp/persistent/pel/projnews.xml')) {
-  /* On SourceForge: */
-  define('CACHE_FILE', '/tmp/persistent/pel/projnews.xml');
-} else {
-  /* Elsewhere: */
-  define('CACHE_FILE', '/tmp/pel-projnews.xml');
-}
-define('CACHE_TIMEOUT', 3*3600);
-
-$mod = max(filemtime(CACHE_FILE), getlastmod());
-$age = time() - $mod;
-$fresh = $age &amp;lt; CACHE_TIMEOUT;
-
-if (!isset($_GET['reload']) &amp;amp;&amp;amp;
-    isset($_SERVER['HTTP_IF_MOD&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-12-06T14:23:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/556">
    <title>SF.net SVN: pel:[535] trunk/README.markdown</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/556</link>
    <description>&lt;pre&gt;Revision: 535
          http://pel.svn.sourceforge.net/pel/?rev=535&amp;amp;view=rev
Author:   lsolesen
Date:     2010-07-21 15:12:35 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
Added README file in markdown format.

Added Paths:
-----------
    trunk/README.markdown

Added: trunk/README.markdown
===================================================================
--- trunk/README.markdown                        (rev 0)
+++ trunk/README.markdown2010-07-21 15:12:35 UTC (rev 535)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,120 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+PEL: PHP Exit Library
+==
+
+PHP Exif Library.  A library with support for
+reading and writing Exif headers in JPEG and TIFF images using PHP.
+
+Description
+--
+
+The PHP Exif Library (PEL) makes it easy to develop programs that will
+read and write the Exif metadata headers found in JPEG and TIFF
+images.  See the file INSTALL for an introduction to how PEL can be
+used by your application.
+
+PEL is a library written entirely in PHP 5, which means that it does
+not have any dependencies outside the core of PHP,&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-07-21T15:12:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/555">
    <title>SF.net SVN: pel:[534] trunk/test/run-tests.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/555</link>
    <description>&lt;pre&gt;Revision: 534
          http://pel.svn.sourceforge.net/pel/?rev=534&amp;amp;view=rev
Author:   lsolesen
Date:     2010-06-06 22:45:28 +0000 (Sun, 06 Jun 2010)

Log Message:
-----------
Not reporting E_DEPRECATED.

Modified Paths:
--------------
    trunk/test/run-tests.php

Modified: trunk/test/run-tests.php
===================================================================
--- trunk/test/run-tests.php2010-03-08 09:48:27 UTC (rev 533)
+++ trunk/test/run-tests.php2010-06-06 22:45:28 UTC (rev 534)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,7 +24,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 /* $Id$ */
 
-error_reporting(E_ALL);
+error_reporting(E_ALL &amp;amp;~E_DEPRECATED);
 
 if (!file_exists(dirname(__FILE__) . '/config.local.php')) {
     echo "Create config.local.php";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky par&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-06-06T22:45:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/554">
    <title>SF.net SVN: pel:[533] /</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/554</link>
    <description>&lt;pre&gt;Revision: 533
          http://pel.svn.sourceforge.net/pel/?rev=533&amp;amp;view=rev
Author:   lsolesen
Date:     2010-03-08 09:48:27 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------


Property Changed:
----------------
    /


Property changes on: 
___________________________________________________________________
Added: svn:ignore
   + .buildpath

.project



This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-03-08T09:48:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/553">
    <title>SF.net SVN: pel:[532] trunk/test/run-tests.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/553</link>
    <description>&lt;pre&gt;Revision: 532
          http://pel.svn.sourceforge.net/pel/?rev=532&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 10:30:24 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Added config.local.php and config.local.example.php to ignored tests.

Modified Paths:
--------------
    trunk/test/run-tests.php

Modified: trunk/test/run-tests.php
===================================================================
--- trunk/test/run-tests.php2010-02-24 10:29:57 UTC (rev 531)
+++ trunk/test/run-tests.php2010-02-24 10:30:24 UTC (rev 532)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -26,7 +26,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 error_reporting(E_ALL);
 
-if (!file_exists(dirname(__FILE__))) {
+if (!file_exists(dirname(__FILE__) . '/config.local.php')) {
     echo "Create config.local.php";
     exit(1);
 }
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -66,7 +66,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   $group = new GroupTest('Selected PEL tests');
 } else {
   /* otherwive test all .php files, except this file (run-tests.php). */
-  $tests = array_diff(glob('*.php'), array('run-tests.php'));
+  $tests = array_diff(glob('*.php'), array('run-tests.php', 'config&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T10:30:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/552">
    <title>SF.net SVN: pel:[531] trunk/test/bug1730993.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/552</link>
    <description>&lt;pre&gt;Revision: 531
          http://pel.svn.sourceforge.net/pel/?rev=531&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 10:29:57 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Made sure that it does not throw an exception but fails because it does.

Modified Paths:
--------------
    trunk/test/bug1730993.php

Modified: trunk/test/bug1730993.php
===================================================================
--- trunk/test/bug1730993.php2010-02-24 10:14:14 UTC (rev 530)
+++ trunk/test/bug1730993.php2010-02-24 10:29:57 UTC (rev 531)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31,14 +31,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     $tmpfile = dirname(__FILE__) . '/images/bug1730993_tmp.jpg';
     $bigfile = dirname(__FILE__) . '/images/bug1730993_large.jpg';
 
-    $jpeg = new PelJpeg($tmpfile); // the error occurs here
-    $exif = $jpeg-&amp;gt;getExif();
-    if ($exif != null) {
-      $jpeg1 = new PelJpeg($bigfile);
-      $jpeg1-&amp;gt;setExif($exif);
-      file_put_contents($bigfile, $jpeg1-&amp;gt;getBytes());
+    try {
+      $jpeg = new PelJpeg($tmpfile); // the error occurs here
+   &lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T10:29:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/551">
    <title>SF.net SVN: pel:[530] trunk/test/run-tests.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/551</link>
    <description>&lt;pre&gt;Revision: 530
          http://pel.svn.sourceforge.net/pel/?rev=530&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 10:14:14 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Makes a test whether the config.local.php is present.

Modified Paths:
--------------
    trunk/test/run-tests.php

Modified: trunk/test/run-tests.php
===================================================================
--- trunk/test/run-tests.php2010-02-24 09:57:51 UTC (rev 529)
+++ trunk/test/run-tests.php2010-02-24 10:14:14 UTC (rev 530)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -26,6 +26,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 error_reporting(E_ALL);
 
+if (!file_exists(dirname(__FILE__))) {
+    echo "Create config.local.php";
+    exit(1);
+}
+
 require_once 'config.local.php';
 
 if (!defined('SIMPLE_TEST')) {
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -54,7 +59,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 require_once(SIMPLE_TEST . 'unit_tester.php');
 require_once(SIMPLE_TEST . 'reporter.php');
 
-if ($argc &amp;gt; 1) {
+if (!empty($argc) AND $argc &amp;gt; 1) {
   /* If command line arguments are given, then only test those. */
   array_shift($argv);
   $tests = $argv;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -84,5 +89&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T10:14:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/550">
    <title>SF.net SVN: pel:[529] web/htdocs/index.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/550</link>
    <description>&lt;pre&gt;Revision: 529
          http://pel.svn.sourceforge.net/pel/?rev=529&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:57:51 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Added information about how to install PEL.

Modified Paths:
--------------
    web/htdocs/index.php

Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php2010-02-24 09:52:37 UTC (rev 528)
+++ web/htdocs/index.php2010-02-24 09:57:51 UTC (rev 529)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,7 +90,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 &amp;lt;/ul&amp;gt;
 
+&amp;lt;h2 id="i"&amp;gt;Installation&amp;lt;/h2&amp;gt;
 
+&amp;lt;p&amp;gt;
+You can install PEL as a pear package using the following code:
+&amp;lt;/p&amp;gt;
+
+&amp;lt;code&amp;gt;
+pear channel-discover pearhub.org&amp;lt;br&amp;gt;
+pear install pearhub/PEL
+&amp;lt;/code&amp;gt;
+
 &amp;lt;h2 id="n"&amp;gt;News&amp;lt;/h2&amp;gt;
 
 &amp;lt;p&amp;gt;Below you will find the latest news about PEL, go to the &amp;lt;a


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Download&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:57:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/549">
    <title>SF.net SVN: pel:[528] trunk/test/</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/549</link>
    <description>&lt;pre&gt;Revision: 528
          http://pel.svn.sourceforge.net/pel/?rev=528&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:52:37 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------


Property Changed:
----------------
    trunk/test/


Property changes on: trunk/test
___________________________________________________________________
Added: svn:ignore
   + config.local.php



This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:52:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/548">
    <title>SF.net SVN: pel:[527] tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/548</link>
    <description>&lt;pre&gt;Revision: 527
          http://pel.svn.sourceforge.net/pel/?rev=527&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:46:33 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
A maintenance tag to make automatic releases on pearhub.org.

Added Paths:
-----------
    tags/0.9.2/
    tags/0.9.2/test/config.local.example.php
    tags/0.9.2/test/run-tests.php

Removed Paths:
-------------
    tags/0.9.2/test/run-tests.php

Property Changed:
----------------
    tags/0.9.2/test/


Property changes on: tags/0.9.2/test
___________________________________________________________________
Added: svn:ignore
   + config.local.php


Copied: tags/0.9.2/test/config.local.example.php (from rev 526, trunk/test/config.local.example.php)
===================================================================
--- tags/0.9.2/test/config.local.example.php                        (rev 0)
+++ tags/0.9.2/test/config.local.example.php2010-02-24 09:46:33 UTC (rev 527)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+&amp;lt;?php
+/* You can define the path to SimpleTest here&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:46:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/547">
    <title>SF.net SVN: pel:[526] trunk/test</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/547</link>
    <description>&lt;pre&gt;Revision: 526
          http://pel.svn.sourceforge.net/pel/?rev=526&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:44:40 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Moved the possibility to edit settings in run-tests.php to config.local.php. An example has been provided.

Modified Paths:
--------------
    trunk/test/run-tests.php

Added Paths:
-----------
    trunk/test/config.local.example.php

Added: trunk/test/config.local.example.php
===================================================================
--- trunk/test/config.local.example.php                        (rev 0)
+++ trunk/test/config.local.example.php2010-02-24 09:44:40 UTC (rev 526)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+&amp;lt;?php
+/* You can define the path to SimpleTest here, or you can let PEL
+ * search for it by walking up the directory tree. */
+define('SIMPLE_TEST', '/usr/share/php/');
\ No newline at end of file

Modified: trunk/test/run-tests.php
===================================================================
--- trunk/test/run-tests.php2010-&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:44:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/546">
    <title>SF.net SVN: pel:[525] web/htdocs/navbar.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/546</link>
    <description>&lt;pre&gt;Revision: 525
          http://pel.svn.sourceforge.net/pel/?rev=525&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:39:16 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Removed unneccesary links.

Modified Paths:
--------------
    web/htdocs/navbar.php

Modified: web/htdocs/navbar.php
===================================================================
--- web/htdocs/navbar.php2010-02-24 09:31:12 UTC (rev 524)
+++ web/htdocs/navbar.php2010-02-24 09:39:16 UTC (rev 525)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4,15 +4,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
   &amp;lt;li&amp;gt;&amp;lt;a href="/doc/"&amp;gt;API&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
-  &amp;lt;li&amp;gt;&amp;lt;a href="index.php#f"&amp;gt;Features&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
+  &amp;lt;li&amp;gt;&amp;lt;a href="#f"&amp;gt;Features&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
-  &amp;lt;li&amp;gt;&amp;lt;a href="index.php#n"&amp;gt;News&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
+  &amp;lt;li&amp;gt;&amp;lt;a href="#n"&amp;gt;News&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
   &amp;lt;li&amp;gt;&amp;lt;a href="links.php"&amp;gt;Links&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
-  &amp;lt;li&amp;gt;&amp;lt;a href="index.php#c"&amp;gt;Credits&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
+  &amp;lt;li&amp;gt;&amp;lt;a href="#c"&amp;gt;Credits&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
-  &amp;lt;li&amp;gt;&amp;lt;a href="index.php#s"&amp;gt;Support PEL&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
+  &amp;lt;li&amp;gt;&amp;lt;a href="#s"&amp;gt;Support PEL&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
 
 &amp;lt;/ul&amp;gt;
 


This was sent by the SourceForge.net collaborative development platform, the world'&lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.pel.cvs/545">
    <title>SF.net SVN: pel:[524] web/htdocs/index.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.pel.cvs/545</link>
    <description>&lt;pre&gt;Revision: 524
          http://pel.svn.sourceforge.net/pel/?rev=524&amp;amp;view=rev
Author:   lsolesen
Date:     2010-02-24 09:31:12 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
Removed unneccessary tags.

Modified Paths:
--------------
    web/htdocs/index.php

Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php2009-03-01 20:32:45 UTC (rev 523)
+++ web/htdocs/index.php2010-02-24 09:31:12 UTC (rev 524)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -55,41 +55,40 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 is hosted on &amp;lt;a
 href="http://sourceforge.net/projects/pel/"&amp;gt;SourceForge&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;
 
-
 &amp;lt;h2 id="f"&amp;gt;Features&amp;lt;/h2&amp;gt;
 
 &amp;lt;ul&amp;gt;
   &amp;lt;li&amp;gt;
-    &amp;lt;p&amp;gt;Reads and parses both JPEG and TIFF images.&amp;lt;/p&amp;gt;
+    Reads and parses both JPEG and TIFF images.
   &amp;lt;/li&amp;gt;
 
   &amp;lt;li&amp;gt;
-    &amp;lt;p&amp;gt;All Exif tags can be modified: new tags can be created and old
-    tags can be updated.&amp;lt;/p&amp;gt;
+    All Exif tags can be modified: new tags can be created and old
+    tags can be updated.
   &amp;lt;/li&amp;gt;
 
   &amp;lt;li&amp;gt;
-    &amp;lt;p&amp;gt;Extensible object-oriented design.  PEL utilizes &lt;/pre&gt;</description>
    <dc:creator>lsolesen&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2010-02-24T09:31:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.pel.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.pel.cvs</link>
  </textinput>
</rdf:RDF>

