<?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.crm.citrusdb.user">
    <title>gmane.comp.crm.citrusdb.user</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user</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.crm.citrusdb.user/434"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/433"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/432"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/413"/>
      </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.crm.citrusdb.user/434">
    <title>Re: Saving PDF Invoices to Server</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/434</link>
    <description>&lt;pre&gt;When you said mailing them with a cron job, do you mean attaching them
to an email?  There is an e-invoice type for emailed invoices, however
it sends a text invoice right now.  At some point i'd like to add an
option that makes that attach pdf files to invoices too  that would
need to generate each pdf file and mime encode it and attach it to
each emailed e-invoice.  It may take longer for the server to
generate, and may make the invoice mail messages more susceptible to
spam blocking since PDF's are a common malware problem now.

Paul

2010/2/25 Ben Monypenny &amp;lt;benmonypenny-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-03-01T16:01:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/433">
    <title>Re: Saving PDF Invoices to Server</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/433</link>
    <description>&lt;pre&gt;You'll need to take the code from printpreivous and edit it a bit and
run it outside of citrusdb with the php command line program.  If use
use SELECT DISTINCT billing_details.invoice_number I don't think
you'll need to do that thing that removes duplicate results either.

Include the  functions at the top, Then In place of where you call the
printpreivousinvoice URL you can put the rest of the code from
printpreviousinvoice.

// holds the config vars for database connection
include('./include/config.inc.php');

// connects the database and gives you a $DB object that is required
for outputinvoice function
include('./include/database.inc.php');

// holds the outputinvoice printing function
include('./include/billing.inc.php');

$invoiceid = $dets[$m][1];
$lang = "./include/local/us-english.inc.php";
$path = "/home/user/invoices/".$sheetyear.$sheetmonth.$sheetday.$dets[$m][2].".pdf";

require('./include/fpdf.php');
$pdf = new FPDF();

// write the data from the specified invoice
$pdf = outputinvoice($DB, $inv&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-02-26T15:53:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/432">
    <title>Re: Saving PDF Invoices to Server</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/432</link>
    <description>&lt;pre&gt;this is great!

Ben Monypenny wrote:

------------------------------------------------------------------------------
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>Allen</dc:creator>
    <dc:date>2010-02-26T01:21:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/431">
    <title>Saving PDF Invoices to Server</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/431</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
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_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Ben Monypenny</dc:creator>
    <dc:date>2010-02-26T01:12:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/430">
    <title>Re: Configuring GPG Key</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/430</link>
    <description>&lt;pre&gt;If you are running gpg inside a user that is not the same as the web
server's user then you'll need to suppress those permission warnings
by adding --no-permission-warning to your gpg command.

More info about this option and other options are available here:
http://www.gnupg.org/documentation/manuals/gnupg-devel/GPG-Configuration-Options.html

Thanks for using citrus.  And everyone using it for production data,
make sure you backup your private keys just in case!  I'm almost more
paranoid of my losing the private key than losing the card data to
hackers.

Paul

2010/2/19 Ben Monypenny &amp;lt;benmonypenny-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:



&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-02-19T15:32:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/429">
    <title>Configuring GPG Key</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/429</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
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_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Ben Monypenny</dc:creator>
    <dc:date>2010-02-19T14:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/428">
    <title>Re: Importing Batch Services from a CSV file</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/428</link>
    <description>&lt;pre&gt;There are two functions you can call in a loop while you read your
data that will pretty much do this for you.  The create_service and
service_message function.  These are from the include/services.inc.php
and include/support.inc.php.  You'll also probably want to have the
bunch of included files that get you into the database and give you
other functions that these might rely on too.

// Includes
include('./include/config.inc.php');
include('./include/database.inc.php');
include('./include/billing.inc.php');
include('./include/citrus_base.php');
include('./include/services.inc.php');
include('./include/support.inc.php');

// this function will put the data into the user services table and
attributes table
$new_user_service_id = create_service($account_number,
$master_service_id, $billing_id, $usage_multiple,
$attribute_table_name, $attribute_fieldname_string,
$attribute_fieldvalue_string);

The usage_multiple must 1 or greater.

If you have an attributes table you'll need to use
attribute_fieldname_string t&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-02-18T21:37:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/427">
    <title>Importing Batch Services from a CSV file</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/427</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
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_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Ben Monypenny</dc:creator>
    <dc:date>2010-02-18T19:52:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/425">
    <title>Re: error Not Found after I login the defaultpassword</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/425</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>AC Perdon</dc:creator>
    <dc:date>2010-02-09T10:36:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/424">
    <title>Re: error Not Found after I login the defaultpassword</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/424</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-02-06T15:31:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/423">
    <title>error Not Found after I login the default password</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/423</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com_______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>AC Perdon</dc:creator>
    <dc:date>2010-02-06T04:06:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/421">
    <title>Re: Problem when viewing citrusdb website</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/421</link>
    <description>&lt;pre&gt;Problem fixed I completed php5 with mysql support some how the files where
corrupt in the support for the mysql addon to php.
Thanks for the additional information Paul I had to recomplile php and
mysql.

Clinton

----------------------------------------------------------------------

Message: 1
Date: Fri, 22 Jan 2010 09:46:21 -0500
From: Paul Yasi &amp;lt;paul-Ph1erp/B97UZQ9iXQcw1wQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Subject: Re: [Citrusdb-users] Problem when viewing citrusdb website
To: For users of CitrusDB discussion
&amp;lt;citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Message-ID:
&amp;lt;57a62b2e1001220646s30f84295x9491e4bb6584e9cc-JsoAwUIsXosN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Content-Type: text/plain; charset=ISO-8859-1

Sounds like you probably need to install the mysql module for php.
Most linux distro's will have a package you can install that will
include this for you.  If you are running ubuntu/debian you can run:

apt-get install php5-mysql

If you compiled php yourself you would have to put --with-mysql in
your con&lt;/pre&gt;</description>
    <dc:creator>Clinton Strouth</dc:creator>
    <dc:date>2010-01-23T16:26:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/420">
    <title>Re: Problem when viewing citrusdb website</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/420</link>
    <description>&lt;pre&gt;Sounds like you probably need to install the mysql module for php.
Most linux distro's will have a package you can install that will
include this for you.  If you are running ubuntu/debian you can run:

apt-get install php5-mysql

If you compiled php yourself you would have to put --with-mysql in
your configure string.

Paul

On Thu, Jan 21, 2010 at 11:43 PM, Clinton Strouth &amp;lt;cstrouth1-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-01-22T14:46:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/419">
    <title>Problem when viewing citrusdb website</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/419</link>
    <description>&lt;pre&gt;I have the following error when trying to view the CitrusDB Website On
Our Internal Network.

Fatal error: Call to undefined function mysql_connect() in
/var/www/citrus-1.3.2/include/adodb/drivers/adodb-mysql.inc.php on
line 362

The version I'm running is Citrus 1.3.2
Running Apache2.2 With PHP and Mysql 5.0

Any help would be greatly appericated.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Clinton Strouth</dc:creator>
    <dc:date>2010-01-22T04:43:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/418">
    <title>Re: ldap integration</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/418</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Pierrick Merle</dc:creator>
    <dc:date>2010-01-07T17:12:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/417">
    <title>Re: ldap integration</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/417</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-01-07T16:56:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/416">
    <title>Re: ldap integration</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/416</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Pierrick Merle</dc:creator>
    <dc:date>2010-01-07T16:09:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/415">
    <title>Re: ldap integration</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/415</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-01-07T14:45:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/414">
    <title>ldap integration</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/414</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Citrusdb-users mailing list
Citrusdb-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
&lt;/pre&gt;</description>
    <dc:creator>Pierrick Merle</dc:creator>
    <dc:date>2010-01-07T12:57:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/413">
    <title>Re: Firefox Post Problem</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/413</link>
    <description>&lt;pre&gt;
The unspecified characterset seems to be the solution to my problem, I 
tried turning off automatic detection of characterset in firefox and after 
that no doublerequests are made!

Thank you very much, and thank you for CitrusDB! :)

Chris

On Sun, 3 Jan 2010, Paul Yasi wrote:



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
&lt;/pre&gt;</description>
    <dc:creator>Eternity</dc:creator>
    <dc:date>2010-01-03T20:00:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/412">
    <title>Re: Firefox Post Problem</title>
    <link>http://permalink.gmane.org/gmane.comp.crm.citrusdb.user/412</link>
    <description>&lt;pre&gt;I think the majority of citrusdb users are firefox users, and I've
never seen this myself or heard about it before.  A quick search about
firefox turns up a feature in firefox called pipelining that may make
multiple requests for one page,
http://www.ehow.com/how_2033391_enable-pipelining-firefox.html - maybe
this is turned on?

Also, Citrusdb does not specify any character set, maybe the code is
triggering a firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=236858

Paul

On Sat, Jan 2, 2010 at 10:52 AM, Eternity &amp;lt;eternity-nMKIGJZKI6fQ+Ui9UX+TldBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Paul Yasi</dc:creator>
    <dc:date>2010-01-03T15:21:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.crm.citrusdb.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.crm.citrusdb.user</link>
  </textinput>
</rdf:RDF>
