<?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.server.aida">
    <title>gmane.comp.web.server.aida</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida</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.server.aida/3093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3080"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.server.aida/3072"/>
      </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.server.aida/3093">
    <title>Pharo on Windows Issue</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3093</link>
    <description>&lt;pre&gt;Hi Janko,

This is not a big deal, and it's not anything new either. The screenshot is
from a fresh Pharo 1.4 image on Windows after loading Aida 6.4. After a few
minutes a #messageNotUnderstood message pops up.

Basically whenever out-of-the-box Aida runs some periodic task it calls
ExternalWindowsOSProcess#value on Pharo for Windows (v 1.3 and 1.4), and it
fails here (see the part in red):

| procInfo mainThread |
self isNotYetRunning ifTrue:
[procInfo := OSProcess accessor primCommand: self commandLine.
procInfo isNil
ifTrue:
[self initialStdErr nextPutAll: 'cannot execute ', self commandLine; cr.
self exitStatus: #cannotExecuteCommandLine.
"FIXME: Close the OSPipes now, otherwise the image will block on a read"
self closeStreams.
[self complete] fork "defer execution so OSPipes stay in place for now"]

Apparently the call to self#initialStdErr fails to return an object and
nextPutAll is sent to a Nil object, which doesn't understand that selector.

In general the code in that method looks dodgy (several &lt;/pre&gt;</description>
    <dc:creator>Robert Calco</dc:creator>
    <dc:date>2012-04-30T13:43:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3092">
    <title>preferredUrl problem ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3092</link>
    <description>&lt;pre&gt;On my Team class I have a preferredUrl that combines the class name with 
the id. When I add a new team this nil and I get this url.
http://football:8888/teamnil &amp;lt;http://dram242:8888/distillerynil&amp;gt;

This is no problem but after working on adding new teams I suddenly get 
this url and I have to restart my SwazooServer to make it work it again.
http://football:8888/object/o8356866.html 
&amp;lt;http://dram242:8888/object/o8356866.html&amp;gt;

After this I can work again for about an hour before the problem occurs 
again.

Any idea what is going wrong ?

Dirk
&lt;/pre&gt;</description>
    <dc:creator>Dirk Verleysen</dc:creator>
    <dc:date>2012-04-09T09:14:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3090">
    <title>[GSoC] Call for students</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3090</link>
    <description>&lt;pre&gt;Dear Students,

Now it is your turn! You will have to register in our website first [1],
put there some information, show interest for the projects and contact
the project mentors. After the registration step you will get all the
mentors information in order to contact them. By pressing the button on
the project, you will show your interest. This is not something formal yet.

Of course you can propose your own project too. In this case write a
proposal in a format other projects have and send it to admins (see the
email on the bottom).

Our mentors will vote for the most interesting projects and in the
middle of the voting Google will tell us, how many projects will
actually be funded. Voting will happen in April, with final results
expected at the end of April. At that time you will finally know if you
are accepted or not.

Of course, there can be many students interested per project. This means
that interest for this project is high, but on the other side a chance
that you will be chosen is lower.  It is u&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-28T08:48:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3088">
    <title>Re: Newbie question about registering sites.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3088</link>
    <description>&lt;pre&gt;Thank you! 

--
View this message in context: http://forum.world.st/Newbie-question-about-registering-sites-tp4466903p4467195.html
Sent from the AIDA/Web mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>sebastien paquet</dc:creator>
    <dc:date>2012-03-12T19:58:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3087">
    <title>Re: Newbie question about registering sites.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3087</link>
    <description>&lt;pre&gt;Hi Sebastien,

For a site named 'aidademo' try:

SwazooServer singleton removeSite: (AIDASite named: 'aidademo')

You need to send #removeSite: to instance and not a class of
SwazooServer. And because there is only one instance (singleton pattern)
you reach it by 'SwazooServer singleton'.

Yes, that button to remove a site is sooner or later necessary in
Admin-&amp;gt;Settings-&amp;gt;Sites tab...

Good luck!
Janko

Dne 12. 03. 2012 19:24, piše sebastien paquet:

&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-12T19:02:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3086">
    <title>Re: Newbie question about registering sites.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3086</link>
    <description>&lt;pre&gt;Did you try the following:

SwazooServer singleton initialize.

Runar
&lt;/pre&gt;</description>
    <dc:creator>Runar Jordahl</dc:creator>
    <dc:date>2012-03-12T18:42:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3085">
    <title>Newbie question about registering sites.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3085</link>
    <description>&lt;pre&gt;Hi, I know how to add a site from the workspace but I can't find the right
way to remove a site. I know that the default has to be registered first
before you can do anything so I thought about removing it would be the same.
I tried using : " AIDASite removeSite:'aidademo'. I tried using SwazooServer
removeSite:'...' . Different other things too. It's funny because I did it a
couple days ago. But I don't remember what I did exactly. I even thought
about adding a button next to the sites names in the settings in the admin
panel, well,next to where it says "Add new website". Thanks in advance.

--
View this message in context: http://forum.world.st/Newbie-question-about-registering-sites-tp4466903p4466903.html
Sent from the AIDA/Web mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>sebastien paquet</dc:creator>
    <dc:date>2012-03-12T18:24:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3084">
    <title>Spam,subscription moderated for a while (was  Real System Make Money..)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3084</link>
    <description>&lt;pre&gt;Hi guys,

To prevent such spam I temporary set moderation for subscriptions.

Best regards
Janko

Dne 11. 03. 2012 22:53, piše Geril Senem:


&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-11T21:56:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3083">
    <title>Real System Make Money Easy 2012 Trend‏‏‏‏‏‏‏‏s‏‏</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3083</link>
    <description>&lt;pre&gt;



Dear Friend;
 
Thousands of people from all over the world are earning substantial incomes from home just by completing simple online surveys.
 
This new system realy work!!!
Your First Requirements:
 
1-) A computer or laptop.
2-) Access to the internet.
3-) A few extra minutes of your time.
 
If you have this go to url and star win now. This is first section.
 
http://tinyurl.com/77n467s
 
So get really excited...        &lt;/pre&gt;</description>
    <dc:creator>Geril Senem</dc:creator>
    <dc:date>2012-03-11T21:53:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3082">
    <title>Re: Amber + Aida?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3082</link>
    <description>&lt;pre&gt;Hi Sebastian!

I think your question can be divided in two questions:

  1. REST API support in Aida
  2. Amber and Aida integration

1. REST API support
-------------------

Aida is REST-like framework respecting the Central principle of REST [1]:

"An important concept in REST is the existence of resources (sources of
specific information), each of which is referenced with a global
identifier (e.g., a URI in HTTP). In order to manipulate these
resources, components of the network (user agents and origin servers)
communicate via a standardized interface (e.g., HTTP) and exchange
representations of these resources (the actual documents conveying the
information)."

In Aida a Resource is a domain object, representation is by default an
HTML page done by object's App as presenter. And each domain object can
have its own URL.

Forthcoming Aida 6.5 is introducing presenters for JSON and XML and
adding support for building full RESTful web services to communicate
with Aida from REST clients using additional PUT a&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-11T12:18:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3081">
    <title>Re: Scribo Blog  (was Vision for Aida)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3081</link>
    <description>&lt;pre&gt;Hi Sebastien,

Welcome to the list and thanks for your kind words!

About Blog tutorial, yes this one is quite old and you are very welcome
to upgrade the tutorial and also the blog code itself to work on recent
Aida and Scribo. Maybe Nicolas Petton, author of the Scribo Blog will
find some time to help you too.

Best regards
Janko

Dne 11. 03. 2012 12:02, piše Janko Mivšek:

&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-11T11:21:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3080">
    <title>Re: Vision for Aida</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3080</link>
    <description>&lt;pre&gt;I'm forwarding a response from Sebastien Paquet, posted on Nabble which
has also problems sending posts to our mailing list. I'm investigating
the problem ...

23:43, 09.Mar.2012 sebastien paquet

HI,

I recently started using Aida and learning Smalltalk at the same time
and I have to say that I really believe in a great future for this
framework and where it could go.

I just did the blog tutorial that used to be on the Aida site and where
the link is broken. I squinted my eyes over the clip on Youtube and did
it. I realized that a couple things in the docs on the site and
tutorials seem to have changed. I mean code wise. Sometimes I ll do
exactly what It says and it doesn t work. I ll try something else and it
does. I guess it could be related to the versions but I m not sure. So,
I wish i could contribute and maybe write down the blog tutorial from
the video, it s really good for showing how CRUD operations integrate
with the framework. Also how to route the views.

Aida is awesome and not that Seaside is&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-11T11:02:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3079">
    <title>GSoC idea: Improving the GSoC website</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3079</link>
    <description>&lt;pre&gt;Hi guys,

To help the GSoC admins but also mentors and students, maybe this would
be a good project to do. Would someone help being a second mentor?

Improving the GSoC website
--------------------------
Level: Intermediate
Possible mentor: Janko Mivšek
Possible second mentor:

Description

Our special website for Smalltalk GSoC (http://gsoc2012.esug.org and
more complete past http://gsoc2010.esug.org) has a public and
administration part to help running the annual GSoC process smoothly. It
helps students, mentors and administrators in all phases, from
collection of ideas, preparing the projects, inviting the students,
pairing them with the projects, voting, running the projects with the
interim and final evaluation. This project is meant to improve both
public and administration part of the website to ease the work for
everyone and to upgrade it to the most modern web technologies.

Technical details

Possible improvements: Facebook like timelime of personal page adding
realtime updates (using WebSockets),&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-10T18:51:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3078">
    <title>Fwd: Amber + Aida?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3078</link>
    <description>&lt;pre&gt;We have some email bouncing problems with Aida on GoogleGroups, so I'm
forwarding Sebastian's post here manually.

Janko


---------- Forwarded message ----------
From: Sebastian Sastre &amp;lt;sebastianconc...&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date: Mar 4, 5:11 pm
Subject: Amber + Aida?
To: Aida/Web Smalltalk Web Framework


Hi guys,

if I understand things right Aida is REST and Amber &amp;lt;http://amber-
lang.net/&amp;gt;[1] is hungry of a REST server-side counterpart.

There is also this Seaside REST&amp;lt;http://code.google.com/p/seaside/wiki/
SeasideRest&amp;gt;thing [2] and even
Kaliningrad&amp;lt;http://gemstonesoup.wordpress.com/2011/10/08/kaliningrad-
developing-w...&amp;gt;[3] for developing Amber and persist code in the
server side.

This all makes sense.

So, here my question is:

given that Aida is *a natural born REST server*, do we have an Aida
option
to work with Amber?

any experiences to share? ideas on how to do it? advantages found in
Aida
vs. SeasideRest for this goal?

sebatian

o/

[1]http://amber-lang.net/
[2]http://code.google.com/p/seaside/wiki/Seasi&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-03-10T12:19:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3077">
    <title>ToDo example in VW</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3077</link>
    <description>&lt;pre&gt;I have just started to look at the ToDo example 
&amp;lt;http://www.aidaweb.si/todo-description&amp;gt; in VisualWorks (Aida 6.4.1) and 
needed to make a few changes from the Pharo implementation:

AIDA.URLResolver&amp;gt;&amp;gt;randomURLFor: changed to aidaContentType not contentType

ToDoList&amp;gt;&amp;gt;onChangeDo:on:app: changed to  (self announcers at: 
aWebApplication put: Dictionary new) not at:ifAbsentPut:

AIDA.WebUser&amp;gt;&amp;gt;todoList changed to otherValuesAt:ifAbsentPut: not 
valuesAt:ifAbsentPut:

ToDoRedirectApp class&amp;gt;&amp;gt;initSomeToDoMembers site := Swazoo.SwazooServer 
singleton siteNamed: 'aidademo'.

Cheers

Nicholas
&lt;/pre&gt;</description>
    <dc:creator>Nicholas Moore</dc:creator>
    <dc:date>2012-03-09T15:05:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3076">
    <title>Re: Preparing Aida for Cloud Foundry with MySQL</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3076</link>
    <description>&lt;pre&gt;.. and third (previous was obviously not final) part:

Using MySQL in Aida on Pharo
http://programminggems.wordpress.com/2012/02/27/using-mysql-in-aida-on-pharo/


S, Janko Mivšek piše:

&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-02-28T13:33:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3075">
    <title>Few Aida on Swazoo benchmarks, Pharo and VW</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3075</link>
    <description>&lt;pre&gt;Hi guys,

Encouraged by recent Philippe's benchmarking I did similar on Aida with
Swazoo web server, adding the comparison of Pharo with VisualWorks.

Results are interesting, Pharo is now only 3x slower than VW on dynamic
page generation but on network layer it is the same or even slighty
faster, while it was around 10x slower on Squeak back in 2008 [1],

Results (requests/s)
--------------------

1. Dynamically generated 3KB login page  (/admin?view=login)

       VW:  120,  Pharo:   40   ratio: 3x

2. Aida ping with zero size response (/ping.html)

local: VW: 4700,  Pharo: 4500   ratio: 1,04x
lan:   VW: 4500   Pharo: 4600   ratio: 0,97x
inet:  VW: 4000,  Pharo: 3000   ratio: 1,33x

3. Aida ping with 8K response

local: VW: 2600,   Pharo: 3100  ratio: 0,84x
lan:   VW: 1400,   Pharo: 1400  ratio: 1,00x
inet:  VW:  140,   Pharo:  140  ratio: 1,00x

Note: network saturation!

Legend:

  local: client run on local machine
  lan:   client run on machine over 1Gb/s LAN netwrok
  inet:  client run on machine over&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-02-27T12:56:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3074">
    <title>Re: Preparing Aida for Cloud Foundry</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3074</link>
    <description>&lt;pre&gt;.. and second, the final part:

Adding Smalltalk to Cloud Foundry
http://programminggems.wordpress.com/2012/02/17/adding-smalltalk-to-cloud-foundry/

Best regards
Janko

S, Janko Mivšek piše:

&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-02-17T20:31:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3073">
    <title>Re: Preparing Aida for Cloud Foundry</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3073</link>
    <description>&lt;pre&gt;2012/2/16 Janko Mivšek &amp;lt;janko.mivsek&amp;lt; at &amp;gt;eranova.si&amp;gt;


This is great. I will follow this with deep interest as well!

- Bob


&lt;/pre&gt;</description>
    <dc:creator>Robert Calco</dc:creator>
    <dc:date>2012-02-17T01:05:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3072">
    <title>Preparing Aida for Cloud Foundry</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3072</link>
    <description>&lt;pre&gt;Hi guys,

Just FYI, James Foster from Gemstone (ok, VMware) is writing a series of
articles how to put a Smalltalk into a cloud using Aida 6.4 OneClick
image as an example. Very interesting read and even more interesting
work for us, so I'm hardly waiting for the next article in this series.

http://programminggems.wordpress.com/2012/02/14/preparing-smalltalk-for-cloud-foundry/

VMware's Cloud Foundry (http://www.cloudfoundry.org/)  can actually
become a "cloud of choice" for Aida web apps sooner that expected :)


Best regards
Janko

&lt;/pre&gt;</description>
    <dc:creator>Janko Mivšek</dc:creator>
    <dc:date>2012-02-16T18:58:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.server.aida/3071">
    <title>Re: Tutorial, how to improve it? (was Vision for Aida)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.server.aida/3071</link>
    <description>&lt;pre&gt;Hi All,

Is nice to see this new year activity with the new year and is nice to 
see this focus in documentation. Making the connection with the 
greetings message from Janko apropos of the last year, 2011 was the year 
I discover Aida and made the decision of learning web development. I 
like a lot Aida, but because of the lack of comprehensive newbie 
oriented documentation and my lack of knowledge to help filling the gaps 
on this matter, my choice was to learn Seaside (which I like also, by 
the way). Now I want to comment on the documentation matter a little 
more, and if this mail gets too long (and is probable), I will try to 
publish parts as supporting material in other places.

First a little of context: I'm a teacher of Information and 
Communication Technologies (ICT) seminars on a postgraduate studies in 
Science Didactics, in BogotÃ¡ - Colombia, South America. My students are 
mostly school teachers without prior knowledge of programming and the 
more we deal with the social aspects of digita&lt;/pre&gt;</description>
    <dc:creator>Offray Vladimir Luna Cárdenas</dc:creator>
    <dc:date>2012-02-14T16:21:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.server.aida">
    <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.server.aida</link>
  </textinput>
</rdf:RDF>

