<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_One._u1sdtool</id>
	<title>Ubuntu One. u1sdtool - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_One._u1sdtool"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Ubuntu_One._u1sdtool&amp;action=history"/>
	<updated>2026-08-30T07:09:27Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=Ubuntu_One._u1sdtool&amp;diff=251811&amp;oldid=prev</id>
		<title>Joan: /* Referències i Introducció */</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=Ubuntu_One._u1sdtool&amp;diff=251811&amp;oldid=prev"/>
		<updated>2014-04-08T18:33:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Referències i Introducció&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Referències i Introducció=&lt;br /&gt;
*https://wiki.edubuntu.org/UbuntuOne/u1sdtool&lt;br /&gt;
*http://linuxprograms.wordpress.com/2010/11/01/u1sdtool-ubuntu-one-command-line-tutorial/&lt;br /&gt;
&lt;br /&gt;
Avui en dia és habitual fer còpies de seguretat al núvol i compartir la informació. Per exemple, serveis al núvol que ofereixen força espai de disc al núvol de forma gratuïta:&lt;br /&gt;
*ownCloud: https://owncloud.com/&lt;br /&gt;
*Dropbox: https://www.dropbox.com/&lt;br /&gt;
*Ubuntu One: https://one.ubuntu.com/‎&lt;br /&gt;
*Copy: https://www.copy.com/home/&lt;br /&gt;
*Box: https://www.box.com/&lt;br /&gt;
&lt;br /&gt;
Els avantatges bàsics que tenim són:&lt;br /&gt;
*'''sincronització''': podem treballar amb els documents en diferents entorns (diferents ordinadors, tablet, mòbil), i ens assegurem de tenir sempre els documents sincronitzats i treballar sempre amb la última versió.&lt;br /&gt;
*'''compartició/sharing''': podem compartir els nostres documents amb les persones o grups que elegim, fent fàcil el treball col.laboratiu.&lt;br /&gt;
&lt;br /&gt;
Tots aquests serveis ens ofereixen una interfície web, i possiblement també una interfície d'escriptori si ens instal.lem l'aplicatiu d'escriptori corresponent. Ara bé, normalment disposen d'una eina de consola / dimoni per tal de poder executar comandes des de la consola.&lt;br /&gt;
&lt;br /&gt;
Nosaltres, com a administradors de sistema, ens interessa aquesta aproximació per tal d'integrar la possibilitat de fer còpies de seguretat i sincronitzacions en els nostres scripts de manteniment.&lt;br /&gt;
&lt;br /&gt;
En aquesta pràctica utilitzarem ''Ubuntu One'' amb l'eina '''u1sdtool'''. Per tant, es demana a l'alumne que disposi d'un compte de '''Ubuntu One'''. Si l'alumne no en disposa de cap i no té intenció d'obrir un compte que es posi en contacte amb el professor. També es pot explorar la possibilitat de fer la pràctica amb les altres eines com Dropbox o Copy.&lt;br /&gt;
&lt;br /&gt;
=Desenvolupament=&lt;br /&gt;
*https://wiki.edubuntu.org/UbuntuOne/u1sdtool&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ man u1sdtool&lt;br /&gt;
&lt;br /&gt;
NAME&lt;br /&gt;
       u1sdtool - command line utility for controlling ubuntuone-syncdaemon&lt;br /&gt;
&lt;br /&gt;
SYNOPSYS&lt;br /&gt;
       u1sdtool [OPTION]... [ARGS]&lt;br /&gt;
       u1sdtool --wait&lt;br /&gt;
       u1sdtool --accept-share=SHARE_ID&lt;br /&gt;
       u1sdtool --reject-share=SHARE_ID&lt;br /&gt;
       u1sdtool --list-shares&lt;br /&gt;
       u1sdtool --refresh-shares&lt;br /&gt;
       u1sdtool --offer-share PATH USER SHARE_NAME ACCESS_LEVEL&lt;br /&gt;
       u1sdtool --list-shared&lt;br /&gt;
       u1sdtool --create-folder=PATH&lt;br /&gt;
...&lt;br /&gt;
DESCRIPTION&lt;br /&gt;
       u1sdtool  is  a command line utility for controlling ubuntuone-syncdae‐&lt;br /&gt;
       mon.  It can be used to get information about  the  metadata  of  ubun‐&lt;br /&gt;
       tuone-syncdaemon  but  also  to create shares, accept or reject offered&lt;br /&gt;
       shares and to force a refresh on the list of shares.&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ara bé, el '''u1sdtool''' no és més que una comanda, en realitat el que importa és el dimoni:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ps aux | grep ubuntuone&lt;br /&gt;
joan      2123  0.0  0.6  84564 24712 ?        Sl   14:36   0:00 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-syncdaemon&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Per accedir a '''Uubuntu One''' i al dimoni tenim vàries opcions:&lt;br /&gt;
&lt;br /&gt;
1. Aplicatiu d'escriptori: Control panel for Ubuntu One. L'aplicatiu d'escriptori està disponible des de:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ubuntuone-control-panel-qt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
o bé Eines del Sistema &amp;gt; Paràmetres del sistema &amp;gt; Ubuntu One&lt;br /&gt;
&lt;br /&gt;
2. Des de la web:&lt;br /&gt;
*https://one.ubuntu.com/files/&lt;br /&gt;
*https://one.ubuntu.com/dashboard/&lt;br /&gt;
&lt;br /&gt;
3. Amb la línia de comanda: '''u1sdtool'''.&lt;br /&gt;
&lt;br /&gt;
Nosaltres ens ocuparem del ''u1sdtool'', però pots fer servir els altres dos per monitoritzar.&lt;br /&gt;
&lt;br /&gt;
Primer de tot ens hem de connectar&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --start&lt;br /&gt;
$ u1sdtool --connect&lt;br /&gt;
$ u1sdtool --status&lt;br /&gt;
&lt;br /&gt;
State: QUEUE_MANAGER&lt;br /&gt;
    connection: With User With Network&lt;br /&gt;
    description: processing the commands pool&lt;br /&gt;
    is_connected: True&lt;br /&gt;
    is_error: False&lt;br /&gt;
    is_online: True&lt;br /&gt;
    queues: IDLE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Donada una carpeta que ja existeix en el nostre ordinador, podem crear una carpeta per a Uubuntu One (és a dir, podem crear un recurs compartit):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --create-folder=/home/joan/provaUO/&lt;br /&gt;
&lt;br /&gt;
$ u1sdtool --list-folders&lt;br /&gt;
Folder list:&lt;br /&gt;
  id=f3ecf1cb-3155-4988-96aa-3c6b4c8df4fc subscribed=False path=/home/joan/provaUO&lt;br /&gt;
  id=a3e59cad-f8fe-4441-ae96-75277a3a4ffd subscribed=False path=/home/joan/thumbnail&lt;br /&gt;
  id=966d2955-df59-4216-b0a8-2c145a72ace6 subscribed=False path=/home/joan/output&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Per sincronitzar una carpeta o desincronitzar-la fem ''subscribe-folder'' (o ''--unsubscribe-folder'')&lt;br /&gt;
&lt;br /&gt;
Ara vull sincronitzar aquesta carpeta que he creat. (de fet no cal perquè per defecte quan crees una carpeta l'opció per defecte és de sincronitzar-la).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --subscribe-folder=FOLDER_ID: Enable synchronization for the FOLDER_ID specified.&lt;br /&gt;
$ u1sdtool --subscribe-folder=f3ecf1cb-3155-4988-96aa-3c6b4c8df4fc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Com podem llegir a:&lt;br /&gt;
*http://askubuntu.com/questions/22961/how-to-sync-folders-selectively-across-computers&lt;br /&gt;
el fet de crear la carpeta ja l'estem sincronitzant, com queda definit en el fitxer de configuració /etc/xdg/ubuntuone/syncdaemon.conf (or ~/.config/ubuntuone/syncdaemon.conf to do it per user).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
The act of selecting a folder to sync is called “subscribing” the folder, and is distinct from creating / deleting it (which is what is exposed via Nautilus).&lt;br /&gt;
&lt;br /&gt;
Meanwhile you can access the functionality via u1sdtool: to list all the folders syncdaemon knows about, enter u1sdtool --list-folders; then you use the folder ids listed there to enter the id in u1sdtool --subscribe-folder=folderid (or --unsubscribe).&lt;br /&gt;
&lt;br /&gt;
The default behavior is for syncdaemon to subscribe to folders automatically when they are created; you can change this by editing /etc/xdg/ubuntuone/syncdaemon.conf (or ~/.config/ubuntuone/syncdaemon.conf to do it per user) and add a line udf_autosubscribe = False to the [__main__] section.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Així doncs, si faig --unsubscribe-folder, la funcionalitat de sincronització automàtica desapareix.&lt;br /&gt;
&lt;br /&gt;
*'''Exercici''':&lt;br /&gt;
Busquem una foto per Internet, i la guardem en la carpeta que acabem de crear. Veiem en el Nautilus que quan fiquem la foto a la carpeta automàticament es sincronitza la foto en el núvol. Podem obtenir una URL pública d'aquest fitxer:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--publish-file=PATH: Publish the already synchronized file and get a public link:&lt;br /&gt;
$ u1sdtool --publish-file=/home/joan/provaUO/kailash.jpg&lt;br /&gt;
File is published at http://ubuntuone.com/0LcwU5j0cTIVLFUe1BDwVT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Podem obtenir més informació d'una carpeta:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --info=/home/joan/provaUO/&lt;br /&gt;
 File: /home/joan/provaUO&lt;br /&gt;
  crc32: None&lt;br /&gt;
  generation: None&lt;br /&gt;
  info_created: 1392390790.55&lt;br /&gt;
  info_is_partial: False&lt;br /&gt;
  info_node_id_assigned: 1392390790.55&lt;br /&gt;
  is_dir: True&lt;br /&gt;
  local_hash:&lt;br /&gt;
  mdid: f1a4e658-b71f-4b5f-b379-a6bf5325bf6c&lt;br /&gt;
  node_id: 30fd0903-d9af-46f0-ad8a-725ddd21a92a&lt;br /&gt;
  path: /home/joan/provaUO&lt;br /&gt;
  server_hash:&lt;br /&gt;
  share_id: f3ecf1cb-3155-4988-96aa-3c6b4c8df4fc&lt;br /&gt;
  size: None&lt;br /&gt;
  stat: posix.stat_result(st_mode=16893, st_ino=5111904L, st_dev=2049L, st_nlink=2, st_uid=1000, st_gid=1000, st_size=4096L, st_atime=1392390758, st_mtime=1392390760, st_ctime=1392390760)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Shares (comparticions)==&lt;br /&gt;
Per compartir una carpeta amb un altre usuari de Ubuntu One:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--offer-share: Share PATH to USER.&lt;br /&gt;
&lt;br /&gt;
--offer-share=PATH USER SHARE_NAME ACCESS_LEVEL: Offer a share to another user.&lt;br /&gt;
    PATH is a full path to the folder being shared&lt;br /&gt;
    USER is an E-Mail address of the user that is being offered this share&lt;br /&gt;
    SHARE_NAME is a name given to the shared folder (can be different from the actual folder name of PATH).&lt;br /&gt;
    ACCESS_LEVEL can be &amp;quot;Read&amp;quot; or &amp;quot;Modify&amp;quot; (please note that the first letter is capital).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --offer-share=/home/joan/provaUO/ joan_quintana@yahoo.com fotos_himalaya View&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Per tal de què funcioni el ''sharing'' hem de ser un ''verified account'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
How do I share files? (with other Ubuntu One users...)&lt;br /&gt;
&lt;br /&gt;
The command --offer-share is used to share a folder with other Ubuntu One users. So if you and me were working on a project, for instance, we could share a folder containing that project. You can run the following to see the list of 'shares'&lt;br /&gt;
&lt;br /&gt;
The sharing options are only available to verified accounts. First, go to https://login.ubuntu.com/+emails and make sure you have a verified email address. If you had to follow the verification process, then go to https://one.ubuntu.com/auth/logout/ and log in again.&lt;br /&gt;
&lt;br /&gt;
The quickest and easiest way to share a single file is to publish it:&lt;br /&gt;
&lt;br /&gt;
    Open https://one.ubuntu.com/files&lt;br /&gt;
    Click the &amp;quot;More&amp;quot; link next to the photo you want to share&lt;br /&gt;
    Click the &amp;quot;Publish file&amp;quot; link&lt;br /&gt;
    Copy the URL and send it to your friend&lt;br /&gt;
&lt;br /&gt;
This URL will download the file for anyone who has the URL. You can disable it at any time by following steps 1-2 above and then click the &amp;quot;Stop publishing&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
If you want to share a folder, then you'll want to do that by:&lt;br /&gt;
&lt;br /&gt;
    Open https://one.ubuntu.com/files&lt;br /&gt;
    Click the &amp;quot;More&amp;quot; link next to the folder you want to share&lt;br /&gt;
    Click the &amp;quot;Share folder&amp;quot; link and then enter your friend's email address&lt;br /&gt;
&lt;br /&gt;
Your friend will receive an email inviting him or her to sign-in or sign-up for Ubuntu One and then will have access to that folder.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Per tant, hem de comprovar que som un ''verified account''.&lt;br /&gt;
&lt;br /&gt;
Si ho volem fer en línia de comanda:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --offer-share=PATH USER SHARE_NAME ACCESS_LEVEL&lt;br /&gt;
$ u1sdtool --offer-share=/home/joan/provaUO joan_quintana@yahoo.com provaUO View&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
però no acaba de funcionar, tot i que en la interfície gràfica aparentment sí que funciona. Si ho fem amb la interfície gràfica ens sortirà:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Shared with joan_quintana@yahoo.com to view/change files on Feb-24-2014 (waiting to be accepted) Stop sharing&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Puc mirar quines carpetes tinc compartides:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --list-shared&lt;br /&gt;
Shared list:&lt;br /&gt;
  id=6b436cd2-b540-4359-b28a-97da5aae8f15 name=provaUO accepted=False access_level=View to= path=/home/joan/provaUO&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
i quines carpetes comparteixo&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --list-shares&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Altra informació que podem obtenir:&lt;br /&gt;
&lt;br /&gt;
*fitxers que s'estan pujant o descarregant, va bé quan s'estan actualitzant fitxers grossos&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --current-transfers&lt;br /&gt;
Current uploads: 0&lt;br /&gt;
Current downloads: 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Espai lliure en el nostre volum:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --free-space=VOLUME_ID&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ara bé, com saps quins és el teu VOLUME_ID? (per investigar... punt positiu)&lt;br /&gt;
==Ubuntu One a Ubuntu Server==&lt;br /&gt;
Ja que estem utilitzant Ubuntu One en línia de comanda, es pot instal.lar sobre un Ubuntu Server (sense cap interfície gràfica)? Sí:&lt;br /&gt;
*http://askubuntu.com/questions/95591/how-do-i-configure-ubuntu-one-on-a-server&lt;br /&gt;
==Feina per l'alumne==&lt;br /&gt;
Realitzaràs un bash script. Enunciat:&lt;br /&gt;
&lt;br /&gt;
En la pràctica del Wordpress que actualment estàs fent (una pràctica posterior a aquesta) localitza la carpeta on fiques les imatges dels teus posts. Per ex,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/var/www/wordpress/wp-content/uploads/2014/02$ ls&lt;br /&gt;
1049-1050-papallona-gran.gif&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Hauràs de crear una sincronització sobre la carpeta ''uploads/'', és a dir, vols que aquesta carpeta estigui sincronitzada en el núvol de Ubuntu One.&lt;br /&gt;
&lt;br /&gt;
L'objectiu és fer un bash script, que s'executi diàriament (cron), i que publiqui (''--publish-file'' la url pública dels uploads del teu blog). La sortida serà un fitxer de text amb el format:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uploads/2014/02/1049-1050-papallona-gran.gif	http://ubuntuone.com/0LcwU5j0cTIVLFUe1BDwVT&lt;br /&gt;
uploads/2014/02/1049-1050-papallona-petita.jpg	http://ubuntuone.com/45cwU5jgpTIVLF341BDwVQ&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Al final de tot fica també l'espai lliure que tens en el núvol:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ u1sdtool --free-space= &lt;br /&gt;
Free space: 5346891842 bytes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(TBD: falta aconseguir esbrinar quin és el teu VOLUME_ID, punt positiu...)&lt;br /&gt;
&lt;br /&gt;
==Dropbox en línia de comanda==&lt;br /&gt;
*http://www.dropboxwiki.com/tips-and-tricks/using-the-official-dropbox-command-line-interface-cli&lt;br /&gt;
*http://xmodulo.com/2013/09/access-dropbox-command-line-linux.html&lt;br /&gt;
=closure of Ubuntu One file services=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Ubuntu One file services&lt;br /&gt;
Safata d'entrada&lt;br /&gt;
Ubuntu One noreply@one.ubuntu.com&lt;br /&gt;
	&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
We are writing to you to notify you that we will be shutting down the&lt;br /&gt;
Ubuntu One file services, effective 1 June 2014. This email gives&lt;br /&gt;
information about the closure and what you should expect during the&lt;br /&gt;
shutdown process.&lt;br /&gt;
&lt;br /&gt;
As of today, it will no longer be possible to purchase storage or music&lt;br /&gt;
from the Ubuntu One store. The Ubuntu One file services apps in the Ubuntu,&lt;br /&gt;
Google, and Apple stores will be updated appropriately.&lt;br /&gt;
&lt;br /&gt;
As always, your content belongs to you.  You can simply download your files&lt;br /&gt;
onto your PC or an external hard drive.  While the service will stop as of&lt;br /&gt;
1 June, you will have an additional two months (until 31 July 2014) to&lt;br /&gt;
collect all of your content. After that date, all remaining content will&lt;br /&gt;
be deleted.&lt;br /&gt;
&lt;br /&gt;
If you have an active annual subscription, the unused portion of your fees&lt;br /&gt;
will be refunded. The refund amount will be calculated from today's&lt;br /&gt;
announcement.&lt;br /&gt;
&lt;br /&gt;
We know you have come to rely on Ubuntu One, and we apologise for the&lt;br /&gt;
inconvenience this closure may cause.  We've always been inspired by the&lt;br /&gt;
support, feedback and enthusiasm of our users and want to thank you for&lt;br /&gt;
the support you've shown for Ubuntu One. We hope that you'll continue to&lt;br /&gt;
support us as together we bring a revolutionary experience to new devices.&lt;br /&gt;
&lt;br /&gt;
The Ubuntu One team&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Alternatives a Ubuntu One=&lt;br /&gt;
*https://owncloud.com/&lt;br /&gt;
*http://www.pacorabadan.com/?p=299&lt;br /&gt;
&lt;br /&gt;
=Entrega=&lt;br /&gt;
Recorda la '''normativa''' per entregar les pràctiques al Schoology: [[ASIX-M09-IAW#Normativa_d.27entrega_de_les_pr.C3.A0ctiques_al_Moodle]].&lt;br /&gt;
&lt;br /&gt;
Per demostrar que has fet allò que es pretén i que has arribat allà on es pretén, n'hi haurà prou en fer unes captures de pantalla. Recorda d'escriure en el fitxer LLEEIX-ME els dubtes, problemes, èxits i fracassos que t'has trobat.&lt;br /&gt;
&lt;br /&gt;
{{Autor}}, febrer 2014&lt;br /&gt;
[[Categoria: IES Jaume Balmes]]&lt;br /&gt;
[[Categoria: ASIX-M09-IAW]]&lt;/div&gt;</summary>
		<author><name>Joan</name></author>
		
	</entry>
</feed>