<?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.horde.ingo">
    <title>gmane.comp.horde.ingo</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo</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.horde.ingo/3237"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3236"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3235"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3234"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3233"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3232"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3231"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3230"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3229"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3228"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3227"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3226"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3225"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3224"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3223"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3222"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3221"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3219"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3218"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.horde.ingo/3217"/>
      </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.horde.ingo/3237">
    <title>Ingo and procmail default maildir/mbox</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3237</link>
    <description>&lt;pre&gt;Hello,

I use Maildir with procmail and the following ingo setup:
'script' =&amp;gt; 'procmail',
    'scriptparams' =&amp;gt; array(
        // What path style does the IMAP server use ['mbox'|'maildir']?
        'path_style' =&amp;gt; 'maildir',
        // Example for the $DEFAULT variable
        'DEFAULT' =&amp;gt; '$HOME/Maildir/',

DEFAULT musste be "$HOME/Maildir/" with "/" at the end, if not
procmail use the mbox format.
Now I create a filter rule and ingo generate following filter script:

1: # Von Ingo erzeugtes procmail Script (April 17, 2012, 6:32 pm)
  2: VACATION_DIR=$HOME
  3:
  4: DEFAULT=$HOME/Maildir/
  5:
  6: ##### Neue Regel #####
  7: :0
  8: * ^From:.*root
  9: "$DEFAULT/.Testordner/"
 10:

This equals "$HOME/Maildir//.Testordner/" and do not work.
If I set 'DEFAULT' =&amp;gt; '$HOME/Maildir' without "/" at the end procmail
use mbox format again when the email do not pass a filter rule
(because DEFAULT = $HOME/Maildir =&amp;gt; mbox).

So I think if 'path_style' = 'maildir' ingo must create the rule
without the "/" behind "$DEF&lt;/pre&gt;</description>
    <dc:creator>Samuel Wolf</dc:creator>
    <dc:date>2012-04-17T17:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3236">
    <title>Re: Sieve and addheader directive</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3236</link>
    <description>&lt;pre&gt;
Zitat von Nico Weinreich &amp;lt;info-o50DI115MFcMb+B85CZM8Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


If you are asking whether this has been implemented in Ingo, then no.

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-02-28T12:03:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3235">
    <title>Sieve and addheader directive</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3235</link>
    <description>&lt;pre&gt;I'm using Horde Groupware Webmail Edition 4 on a Cyrus. Filtering  
emails is done with Sieve and I'm using Ingo as GUI.
But now there's a new requirement. I'm looking for an answer to the  
question, if I can use the "addheader" (and perhaps "deleteheader"  
too) directive from Sieve (as described in  
http://www.ietf.org/rfc/rfc5293.txt) with Ingo?

Regards

&lt;/pre&gt;</description>
    <dc:creator>Nico Weinreich</dc:creator>
    <dc:date>2012-02-28T06:51:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3234">
    <title>Re: Ingo backends driver for SOAP requests</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3234</link>
    <description>&lt;pre&gt;
Zitat von Evilchen &amp;lt;evilchen-xXHNghcimtargfKX4CCFOw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


Oh and you might also want to get inspiration by the Horde classes  
that already use SOAP, like:
http://git.horde.org/co.php/passwd/lib/Driver/Soap.php?onb=master&amp;amp;rt=horde-git
http://git.horde.org/co.php/framework/Rpc/lib/Horde/Rpc/Soap.php?onb=master&amp;amp;rt=horde-git

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-01-24T18:15:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3233">
    <title>Re: Ingo backends driver for SOAP requests</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3233</link>
    <description>&lt;pre&gt;
Zitat von Evilchen &amp;lt;evilchen-xXHNghcimtargfKX4CCFOw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


Oh and you might also want to get inspiration by the Horde classes  
that already use SOAP, like:
http://git.horde.org/co.php/passwd/lib/Driver/Soap.php?onb=master&amp;amp;rt=horde-git
http://git.horde.org/co.php/framework/Rpc/lib/Horde/Rpc/Soap.php?onb=master&amp;amp;rt=horde-git

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-01-24T18:10:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3232">
    <title>Re: Ingo backends driver for SOAP requests</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3232</link>
    <description>&lt;pre&gt;Zitat von Jan Schneider &amp;lt;jan-FbxqJ5noB0fYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


Yes it's correct that i just need a backend to submit the regular  
script for Maildrop to the SOAP API. Thx for the tips with the  
classes. I'll give it a try.
I will hopefully post something here in the future.

Tobias




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

&lt;/pre&gt;</description>
    <dc:creator>Evilchen</dc:creator>
    <dc:date>2012-01-24T17:48:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3231">
    <title>Re: Ingo backends driver for SOAP requests</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3231</link>
    <description>&lt;pre&gt;
Zitat von Evilchen &amp;lt;evilchen-xXHNghcimtargfKX4CCFOw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


No.


Sure.


Do I understand it correctly that you just need this driver to get the  
actual script to the server via SOAP? I.e. the actual rules script is  
a regular script for Maildrop, Procmail, etc?

Then you "just" need to implement an Ingo_Transport_Soap class. Take a  
look at the existing classes for examples. You basically need to  
implement the setScriptActive() and getScript() methods.

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2012-01-24T15:23:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3230">
    <title>Ingo backends driver for SOAP requests</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3230</link>
    <description>&lt;pre&gt;Hello together,

i want to write a backend for Ingo that makes it possible to  
communicate with an ISPconfig installation. ISPconfig gives me an SOAP  
API to make, edit, update and delete maildrop (or other) filters but  
in the moment i can't see an option to make horde talk with ISPconfig.

So i have to make me such an option. But it seems, ingo has no SOAP  
driver capabilities in the moment?
would you see any chances for me to add one?
or have you any hints for me, that makes my work easier? i'm not so  
fine with php and that makes it not better for me ;)

kind regards,
Tobias

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

&lt;/pre&gt;</description>
    <dc:creator>Evilchen</dc:creator>
    <dc:date>2012-01-24T14:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3229">
    <title>Re: Driver authentication error</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3229</link>
    <description>&lt;pre&gt;

Thanks for you reply, Jan!

Below is the full contents of my backends.php, the sieve port configured is 2000:


&amp;lt;?php
$backends['sieve'] = array(
    'driver' =&amp;gt; 'timsieved',
    'preferred' =&amp;gt; "mydomain.net.ph",
    'hordeauth' =&amp;gt; false,
    'params' =&amp;gt; array(
        // Hostname of the timsieved server
        'hostspec' =&amp;gt; "127.0.0.1",
        // Login type of the server
        'logintype' =&amp;gt; 'LOGIN',
        // Enable/disable TLS encryption
        'usetls' =&amp;gt; false,
        // Port number of the timsieved server
        'port' =&amp;gt; 2000,
        // Name of the sieve script
        'scriptname' =&amp;gt; ".dovecot.sieve",
    ),
    'script' =&amp;gt; 'sieve',
    'scriptparams' =&amp;gt; array(),
    'shares' =&amp;gt; false
);


#netstat -panut|grep LIST
--snip--

tcp        0      0 127.0.0.1:2000              0.0.0.0:*                   LISTEN      -      


Thanks again!


Regards,&lt;/pre&gt;</description>
    <dc:creator>Emjay</dc:creator>
    <dc:date>2011-12-23T01:49:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3228">
    <title>Re: Driver authentication error</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3228</link>
    <description>&lt;pre&gt;
Zitat von Emjay &amp;lt;emjay_mp-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


And did you configure that port in Ingo too? The default Sieve port is 4190.

If you did, check pysieved's log.

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2011-12-22T17:49:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3227">
    <title>Driver authentication error</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3227</link>
    <description>&lt;pre&gt;Hello!

We are encountering the following error when modifying or adding anything in the vacation option:

There was an error deactivating the script. The driver said: "Authentication failed"

We are using timsieved as driver:

$backends['sieve'] = array(
    'driver' =&amp;gt; 'timsieved',
    'preferred' =&amp;gt; "mydomain.net.ph",
    'hordeauth' =&amp;gt; false,
    'params' =&amp;gt; array(
        // Hostname of the timsieved server
        'hostspec' =&amp;gt; "127.0.0.1",
        // Login type of the server
        'logintype' =&amp;gt; 'LOGIN',

Pysieved is running and listening on port 2000.

Does it look up to any database?

Any inputs are highly appreciated. Thank you!


Regards,

Emjay
&lt;/pre&gt;</description>
    <dc:creator>Emjay</dc:creator>
    <dc:date>2011-12-22T09:30:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3226">
    <title>Re: Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3226</link>
    <description>&lt;pre&gt;Quoting Andreas Moroder &amp;lt;andreas.moroder&amp;lt; at &amp;gt;sb-brixen.it&amp;gt;:


Which version of Cyrus do you use? The sieve body extension was
added in 2.3.0

Did you set sieve_extensions in imapd.conf?
AFAIK body is not included by default.


Michael


--------------------------------------------------------------------------------
M.Menge                                Tel.: (49) 7071/29-70316
Universität Tübingen                   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung          mail:  
michael.menge&amp;lt; at &amp;gt;zdv.uni-tuebingen.de
Wächterstraße 76
72074 Tübingen
&lt;/pre&gt;</description>
    <dc:creator>Michael Menge</dc:creator>
    <dc:date>2011-12-15T09:33:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3225">
    <title>Re: Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3225</link>
    <description>&lt;pre&gt;Nothing.

I disabled all the rules one by one and found the culprit.
It was a rule that did filter on the mail body ( Text ).
I can live without this rule at the moment.

Thank you all for your help
Andreas

&lt;/pre&gt;</description>
    <dc:creator>Andreas Moroder</dc:creator>
    <dc:date>2011-12-14T16:43:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3224">
    <title>Re: Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3224</link>
    <description>&lt;pre&gt;
Zitat von Andreas Moroder &amp;lt;andreas.moroder-wON1u+O0wKj/wltNWqQaag&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


Cyrus should support any of those Sieve extensions. Anything useful in  
Cyrus' logs?

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2011-12-14T16:16:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3223">
    <title>Re: Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3223</link>
    <description>&lt;pre&gt;Am 14.12.2011 16:36, schrieb Arjen de Korte:
Hello,

sorry that I forgot to wrote that we run cyrus

Bye
Andreas



&lt;/pre&gt;</description>
    <dc:creator>Andreas Moroder</dc:creator>
    <dc:date>2011-12-14T15:49:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3222">
    <title>Re: Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3222</link>
    <description>&lt;pre&gt;Citeren Andreas Moroder &amp;lt;andreas.moroder-wON1u+O0wKj/wltNWqQaag&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


It depends on your Sieve plugin. My guess is that you're running  
Dovecot and that you didn't enable the 'imapflags' extension (which is  
disabled by default). In that case, you'll need to add

     sieve_extensions = +imapflags

in your Dovecot configuration files.

Best regards, Arjen

&lt;/pre&gt;</description>
    <dc:creator>Arjen de Korte</dc:creator>
    <dc:date>2011-12-14T15:36:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3221">
    <title>Error when saving filter</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3221</link>
    <description>&lt;pre&gt;Hello,

when I clock on "Skript" in ingo I see the lines below.

When I try to activate the script I get this error

{45}script errors: line 4: unsupported feature

Can anyone tell me what's the reason and how I can get it to work ?

Thanks
Andreas

  # Sieve Filter
   2: # Erzeugt von Ingo (http://www.horde.org/ingo/) (December 14, 
2011, 4:11 pm)
   3:
   4: require ["fileinto", "imapflags", "body"];
   5:
   6: # Spam mit 0
   7: if allof ( header :comparator "i;ascii-casemap" :contains "Sender" 
"support.spam-K3/B6CBR16g&amp;lt; at &amp;gt;public.gmane.org", header :comparator "i;ascii-casemap" :contains 
"Subject" ".it (0" ) {
   8:     fileinto "INBOX.spam-reports";
   9:     stop;
  10: }
  11:
  12: # openldap1
  13: if anyof ( header :comparator "i;ascii-casemap" :contains 
"Subject" "openldap-technical Digest", header :comparator 
"i;ascii-casemap" :contains "Subject" "Digest di OpenLDAP", header 
:comparator "i;ascii-casemap" :contains "Subject" "ldap digest:", 
address :all :comparator "i;ascii-casemap" :is "From" &lt;/pre&gt;</description>
    <dc:creator>Andreas Moroder</dc:creator>
    <dc:date>2011-12-14T15:18:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3219">
    <title>Re: How do I set custom procmail recipes in ingo?</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3219</link>
    <description>&lt;pre&gt;
Zitat von Pro Green European &amp;lt;pro_green_european-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


You can't.

Jan.

&lt;/pre&gt;</description>
    <dc:creator>Jan Schneider</dc:creator>
    <dc:date>2011-12-08T11:45:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3218">
    <title>How do I set custom procmail recipes in ingo?</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3218</link>
    <description>&lt;pre&gt;Hi.

As I cannot get the bundled procmail recipe working, I'd like to know how to make ingo use my own procmail recipes instead.

The problem with the bundled one is that, it creates a .vacation.email.address-/2Pj3wk2Z0I&amp;lt; at &amp;gt;public.gmane.org file which contain the email address of the sender. After that it does nothing.

Other .procmailrc files works perfectly without any hassle on the same RHEL5 server. (Selinux is in permissive mode, so that can't be the problem).



Regards,
/PGE

&lt;/pre&gt;</description>
    <dc:creator>Pro Green European</dc:creator>
    <dc:date>2011-12-08T11:01:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3217">
    <title>Re: Vacation not working (ingo h4 2.0.6)</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3217</link>
    <description>&lt;pre&gt;
Yes, procmail is working. I've tested out other procmail recipes and they work.

The email system is a RHEL5 server.


/PGE

&lt;/pre&gt;</description>
    <dc:creator>Pro Green European</dc:creator>
    <dc:date>2011-12-01T13:51:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.horde.ingo/3216">
    <title>Fw:  Vacation not working (ingo h4 2.0.6)</title>
    <link>http://permalink.gmane.org/gmane.comp.horde.ingo/3216</link>
    <description>&lt;pre&gt;It seems that it is the date checking that doesn't work as intended. When I don't specify a start date and end date for the vacation script, it works.

Procmail recipe bug?


/PGE



----- Forwarded Message -----
From: Pro Green European &amp;lt;pro_green_european-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
To: "ingo-yfOS819Q6atHfwoVMGAkag&amp;lt; at &amp;gt;public.gmane.org" &amp;lt;ingo-yfOS819Q6atHfwoVMGAkag&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Cc: 
Sent: Monday, November 28, 2011 11:37 AM
Subject: [ingo] Vacation not working (ingo h4 2.0.6)

Hi.

What do I have to do in order to get the procmail vacation recipe working?

This is an example of the generated .procmailrc recipe:

# procmail script generated by Ingo (November 28, 2011, 11:13 am)
##### Vacation #####
:0 
{
  :0
  * ^TO_user.name-/2Pj3wk2Z0I&amp;lt; at &amp;gt;public.gmane.org
  {
    FILEDATE=`test -f ${VACATION_DIR:-.}/'.vacation.user.name&amp;lt; at &amp;gt;dom.tld' &amp;amp;&amp;amp; ls -lcn --time-style=+%s ${VACATION_DIR:-.}/'.vacation.user.name&amp;lt; at &amp;gt;dom.tld' | awk '{ print $6 + (604800) }'`
    DATE=`date +%s`
    DUMMY=`test -f ${VACAT&lt;/pre&gt;</description>
    <dc:creator>Pro Green European</dc:creator>
    <dc:date>2011-11-29T07:11:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.horde.ingo">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.horde.ingo</link>
  </textinput>
</rdf:RDF>

