<?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.wordpress.devel">
    <title>gmane.comp.web.wordpress.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel</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.wordpress.devel/44200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181"/>
      </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.wordpress.devel/44200">
    <title>Translating external help files for a plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44200</link>
    <description>&lt;pre&gt;Hello there,

I'm trying to localize a plugin and it cames with a html help file that popups when clicking the plugin at front end.

Is there someway to localize this file?! I only find examples on creating/localizing files for admin pages.

THanks for any help!
&lt;/pre&gt;</description>
    <dc:creator>Diana K. C</dc:creator>
    <dc:date>2012-05-26T03:48:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44199">
    <title>Re: Add same widget to multiple sidebars</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44199</link>
    <description>&lt;pre&gt;Thanks, Dion, it worked like a charm :) The reason why I asked is 
because at the top of that page it says that "This article is marked as 
in need of editing." so I was afraid that information was not current.

Have a wonderful weekend!
Dino

On 5/25/2012 7:59 AM, Dion Hulse (dd32) wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dino Termini</dc:creator>
    <dc:date>2012-05-25T12:10:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44198">
    <title>Re: Add same widget to multiple sidebars</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44198</link>
    <description>&lt;pre&gt;If you use the new Widgets API (That means extending the WP_Widget
class) then you should automagically get multi-instance.
See http://codex.wordpress.org/Widgets_API#Developing_Widgets for details

On 25 May 2012 21:56, Dino Termini &amp;lt;dino&amp;lt; at &amp;gt;duechiacchiere.it&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-25T11:59:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44197">
    <title>Add same widget to multiple sidebars</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44197</link>
    <description>&lt;pre&gt;Hi folks,

in my template I have multiple sidebars, one for the homepage, one for 
the archive page, and so on. Each of them has a different set of widgets 
in it, but some widgets should be shared among sidebars. I've written 
the usual code

function my_widget(){

}
wp_register_sidebar_widget(...)

But as soon as I assign a widget to a sidebar, it disappears from the 
list of available filters, making it unavailable for other sidebars. I 
see the Text Widget, though, can be reused multiple times. I've found a 
few different ways of doing this, but I'd like to ask this list about 
what's the 'final' and best way of making a 'reusable' widget.

Thanks folks,
Dino.
&lt;/pre&gt;</description>
    <dc:creator>Dino Termini</dc:creator>
    <dc:date>2012-05-25T11:56:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44196">
    <title>Replace One Plugin With Another</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44196</link>
    <description>&lt;pre&gt;Hi all,

Background:  I have a plugin that I wrote to replace another widget that is
missing features. The problem is that I need to programmatically replace
the widget with the new one. I wrote a function that replaces them that
hooks on the 'admin_init'. I picked that because it runs after the widgets
are loaded. I wanted to be able to use the functions such
as get_settings(), save_settings(), wp_get_sidebars_widgets(),
and wp_set_sidebars_widgets(). I guess I could have done all this before
the widgets were loaded, but I already have it working this way... but 1
problem.

Problem: The widget does not display the form properly on the page load
when the widget switch happens. The widget's ['callback'] property when it
gets set to 'wp_widget_control' returns false with is_callable(). This
makes the widget settings empty. When viewing the other widgets objects
that weren't converted, they have the same properties, but it returns true.
I can't figure out the difference. I'm guessing that my widget's object
isn&lt;/pre&gt;</description>
    <dc:creator>Matt Slocum</dc:creator>
    <dc:date>2012-05-25T04:38:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44195">
    <title>fast question - which action or filter to change smthwith uploaded image?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44195</link>
    <description>&lt;pre&gt;hi there,

in my plugin i am using javascript function tb_show() to use standard
wordpress image uplader, as described here:

http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/

works great. but i want to change something in files uploaded this way
(if you ask what: i want to encode file content using my 'secret'
function).

which hook should i use to do it?

and pro-question: how to recognise in hook action/filter that file
which i attempt to encode if file uploaded via my plugin? i want to
encode only files uploaded in my plugin. if someone will upload
regular attachment to post (ie image inserted into post content) file
shouldn't be encoded


--
(en) regards / (pl) pozdrawiam
Konrad Karpieszuk
http://tradematik.pl wtyczka do WordPressa do tworzenia sklepów dla
klientów z Polski
&lt;/pre&gt;</description>
    <dc:creator>Konrad Karpieszuk</dc:creator>
    <dc:date>2012-05-24T14:09:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44194">
    <title>Re: Advanced taxonomy queries</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44194</link>
    <description>&lt;pre&gt;I'm doing something similar for a client site.  This is the function I'm 
using in the theme:

function get_intersected_terms($tax_from, $term_from, $tax_to) {
     global $wpdb;

     $term_from = get_term_by('name', $term_from, $tax_from);

     $query = "
         SELECT term_id FROM {$wpdb-&amp;gt;term_taxonomy} WHERE taxonomy = 
'{$tax_to}' AND term_taxonomy_id IN (
             SELECT term_taxonomy_id FROM {$wpdb-&amp;gt;term_relationships} 
WHERE object_id IN (
                 SELECT object_id FROM {$wpdb-&amp;gt;term_relationships} WHERE 
term_taxonomy_id = {$term_from-&amp;gt;term_taxonomy_id}
             )
         )
     ";

     $term_ids = $wpdb-&amp;gt;get_col($query);

     if (empty($term_ids))
         return array();

     return get_terms($tax_to, array('include' =&amp;gt; $term_ids));
}

In the template file, I'm calling the function like this:

$showlist = get_intersected_terms('seasons', $current_season, 'shows');

$current_season is a theme option in this case.  From here, I'm using a 
foreach loop to walk through the list (&lt;/pre&gt;</description>
    <dc:creator>Keith Solomon</dc:creator>
    <dc:date>2012-05-23T21:06:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44193">
    <title>Advanced taxonomy queries</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44193</link>
    <description>&lt;pre&gt;Hi all,

I have a custom post with 3 taxonomies ( Country, State, City ) I can get
the terms for a single taxonomy using "get_terms( $taxonomy )".

But let's say  that i want to get the terms in the taxonomy "state", but
that the taxonomy 'country' is equal to 'X'

And later search for the cities that the state is equal to Y and country
equal to X.

i have been reading the docs but i can't find something that help me.

Any suggestions?

Best Regards!

--
Enrique Chávez &amp;lt;http://tmeister.net&amp;gt;
Freebies &amp;amp; Updates &amp;lt;http://facebook.com/ecdevelopment&amp;gt;
&amp;lt; at &amp;gt;tmeister &amp;lt;http://twitter.com/tmeister&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Enrique Chavez</dc:creator>
    <dc:date>2012-05-23T20:19:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44192">
    <title>Re: Best Backup Plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44192</link>
    <description>&lt;pre&gt;+1 for BackupBuddy and definitely check ManageWP as well - its SaaS (or
PaaS) and could be a great fit for you.

powered by Android

On May 23, 2012 9:13 PM, "Matthew McGarity" &amp;lt;matthew&amp;lt; at &amp;gt;mcgarity.me&amp;gt; wrote:

BackupBuddy meets #1 and #2 hands-down.  It's free-ish -- it's a premium
plugin, and considering how mercurial individual WP installs can be it's
worth paying for the license and support.

MMc...

Matthew McGarity
http://mcgarity.me
(972) 275-9673




On Fri, May 11, 2012 at 10:21 AM, Andrew Gray &amp;lt;andrew&amp;lt; at &amp;gt;graymerica.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mario Peshev</dc:creator>
    <dc:date>2012-05-23T18:15:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44191">
    <title>Re: Best Backup Plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44191</link>
    <description>&lt;pre&gt;BackupBuddy meets #1 and #2 hands-down.  It's free-ish -- it's a premium
plugin, and considering how mercurial individual WP installs can be it's
worth paying for the license and support.

MMc...

Matthew McGarity
http://mcgarity.me
(972) 275-9673



On Fri, May 11, 2012 at 10:21 AM, Andrew Gray &amp;lt;andrew&amp;lt; at &amp;gt;graymerica.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Matthew McGarity</dc:creator>
    <dc:date>2012-05-23T18:12:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44190">
    <title>Re: ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44190</link>
    <description>&lt;pre&gt;I do this all of the time using the following example as a launching point:

http://codex.wordpress.org/AJAX_in_Plugins

Be sure to include the ajaxurl value in the user-facing page.  The
wp_ajax_nopriv action works great for this.

MMc...

Matthew McGarity
http://mcgarity.me
(972) 275-9673



On Mon, May 21, 2012 at 7:06 AM, Roman Sharf &amp;lt;pencilking2002&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Matthew McGarity</dc:creator>
    <dc:date>2012-05-23T18:11:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189">
    <title>Re: ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44189</link>
    <description>&lt;pre&gt;
This plugin may do what you want, or you might At least get some ideas from it:

http://wordpress.org/extend/plugins/bcms/

Two features to be aware of:

+ Wijax allows you to deliver any widget via ajax. You can lazy load the widget or fetch widgets from different sites. It adds a new endpoint to the perms link structure so that you can go to any post  permalink, add /wijax/encoded_name and get widgets relevant for that context. 

+ the post loop widget puts all the power if WP's post loop into a widget. You can get WP's default post for the given URL/permalink, select posts related to the default posts, or select an entirely different set of posts. 

Together, you can deliver a post or set of posts via ajax. 

--Casey Bisson


On May 21, 2012, at 5:06 AM, Roman Sharf &amp;lt;pencilking2002&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Casey Bisson</dc:creator>
    <dc:date>2012-05-21T23:09:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188">
    <title>Re: ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44188</link>
    <description>&lt;pre&gt;There are specific hooks built-in to WordPress for handling ajax requests
whether you're on the front or backside of things. Check out the following
links for some information in to them. The WPSE link may put you on the
right path as it seems to be a working example close to what you're trying
to do.

http://codex.wordpress.org/AJAX
http://wordpress.stackexchange.com/questions/31321/post-will-not-load-via-ajax

On Mon, May 21, 2012 at 8:06 AM, Roman Sharf &amp;lt;pencilking2002&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>William Satterwhite</dc:creator>
    <dc:date>2012-05-21T12:19:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187">
    <title>ajax and posts</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44187</link>
    <description>&lt;pre&gt;I have been trying to figure this one out for a while, but to no avail.

How can I I retrieve posts via ajax? Specifically, I would like to click a
button on a page, which would send an ajax request to another page which
has a custom loop and get the results back and spit them out. Also, do I
have to load the wordpress environment manually on the page I am requesting
from(So that the loop will work)?

Thank you in advance!

&lt;/pre&gt;</description>
    <dc:creator>Roman Sharf</dc:creator>
    <dc:date>2012-05-21T12:06:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44186</link>
    <description>&lt;pre&gt;I missed the fact you were doing it on the Tag page, so yes, Using
$wp_query-&amp;gt;post_count is the right way to do it (And the last step in
my suggestion:))

On 21 May 2012 14:00, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-21T04:02:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44185</link>
    <description>&lt;pre&gt;Actually I just used $wp_query-&amp;gt;post_count;

Works fine, on the tag.php template

-----Original Message-----
From: wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com
[mailto:wp-hackers-bounces&amp;lt; at &amp;gt;lists.automattic.com] On Behalf Of Dion Hulse
(dd32)
Sent: Sunday, May 20, 2012 8:12 PM
To: wp-hackers&amp;lt; at &amp;gt;lists.automattic.com
Subject: Re: [wp-hackers] getting post counts for multiple tags

In order to do that, you'd have to make a new WP_Query, query for the tag
intersections, probably limit it to 1 post, and look at the total count it
returns. You could save memory/query time by only asking for the ids of the
posts too.
You'd want to store the counts in a cache somehow, a transient would
probably suit best.

Of course, that's just my suggestion without resolving to using custom SQL.

On 21 May 2012 01:14, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
_______________________________________________
wp-hackers mailing list
wp-hackers&amp;lt; at &amp;gt;lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-hackers
&lt;/pre&gt;</description>
    <dc:creator>Chris McCoy</dc:creator>
    <dc:date>2012-05-21T04:00:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44184</link>
    <description>&lt;pre&gt;
Dion's right, there's no way to do it without some extra work. This plugin generates tag clouds based on the results of the current search or browse:

http://wordpress.org/extend/plugins/scriblio/

Perhaps that's similar to what you're trying to do?

--Casey

On May 20, 2012, at 5:12 PM, Dion Hulse (dd32) wrote:

&lt;/pre&gt;</description>
    <dc:creator>Casey Bisson</dc:creator>
    <dc:date>2012-05-21T02:32:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183">
    <title>Re: getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44183</link>
    <description>&lt;pre&gt;In order to do that, you'd have to make a new WP_Query, query for the
tag intersections, probably limit it to 1 post, and look at the total
count it returns. You could save memory/query time by only asking for
the ids of the posts too.
You'd want to store the counts in a cache somehow, a transient would
probably suit best.

Of course, that's just my suggestion without resolving to using custom SQL.

On 21 May 2012 01:14, Chris McCoy &amp;lt;chris&amp;lt; at &amp;gt;lod.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Dion Hulse (dd32</dc:creator>
    <dc:date>2012-05-21T00:12:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182">
    <title>getting post counts for multiple tags</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44182</link>
    <description>&lt;pre&gt;What would be the best way to go about, finding the amount of posts for
multiple tags.

I will be using it on a tag archive page.

        $tag_count = get_term_by('name', get_query_var('tag'),'post_tag');
        echo $tag_count-&amp;gt;count;

this works fine for one tag, but I want to check via tag1,tag2,tag3 and
tag1+tag2+tag3 how many posts match those
&lt;/pre&gt;</description>
    <dc:creator>Chris McCoy</dc:creator>
    <dc:date>2012-05-20T15:14:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181">
    <title>Re: Best svn software</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44181</link>
    <description>&lt;pre&gt;Thanks, I will try some apps out there. I just find Tortoise very sluggish 
and a heavy burden for winxp.




----- Original Message ----- 
From: "Baki Goxhaj" &amp;lt;banago&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: &amp;lt;wp-hackers&amp;lt; at &amp;gt;lists.automattic.com&amp;gt;
Sent: Saturday, May 19, 2012 5:22 PM
Subject: Re: [wp-hackers] Best svn software


&lt;/pre&gt;</description>
    <dc:creator>Diana K. C</dc:creator>
    <dc:date>2012-05-19T20:32:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44180">
    <title>Re: Best svn software</title>
    <link>http://permalink.gmane.org/gmane.comp.web.wordpress.devel/44180</link>
    <description>&lt;pre&gt;Give Git a try.

Kindly,

Baki Goxhaj
www.wplancer.com | proverbhunter.com | www.banago.info&amp;lt;http://proverbhunter.com&amp;gt;


On Wed, May 16, 2012 at 11:29 PM, Brian Layman
&amp;lt;wp-hackers&amp;lt; at &amp;gt;thecodecave.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Baki Goxhaj</dc:creator>
    <dc:date>2012-05-19T20:22:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.wordpress.devel">
    <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.wordpress.devel</link>
  </textinput>
</rdf:RDF>

