Changeset 3092 for lliurex-store/trunk/fuentes/lliurex-appstore.install/usr
- Timestamp:
- Dec 15, 2016, 5:27:14 PM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/lliurex-appstore.install/usr
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/bin/plugins/example.py
r3060 r3092 5 5 self.example='This is an example plugin' 6 6 self.dbg=0 7 self.progress=0 7 8 self.pluginInfo=['example','*'] 8 9 #def __init__ … … 13 14 #def set_debug 14 15 15 def debug(self,msg=''):16 def _debug(self,msg=''): 16 17 if self.dbg==1: 17 18 print ('DEBUG Example: '+msg) … … 23 24 def execute_action(self,action): 24 25 if action=='example': 25 self.exec_example() 26 self._exec_example() 27 self.progress=100 26 28 return self.example 29 30 def _callback(self): 31 self.progress=self.progress+1 27 32 28 33 # <---- Put your code ----> # 29 34 30 def exec_example(self):35 def _exec_example(self): 31 36 self.example="Example executed" 37 while (self.progress<100): 38 self._callback() -
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/bin/plugins/infoManager.py
r3078 r3092 23 23 def register(self): 24 24 return(self.pluginInfo) 25 #def register 25 26 26 27 def execute_action(self,appstream,action,applist): … … 32 33 self.progress=100 33 34 return(self.applistInfo) 35 #def execute_action 34 36 35 37 def _callback_progress(self): 36 38 self.progress=self.progress+self.inc 39 #def _callback_progress 37 40 38 41 def _set_locale(self): … … 44 47 else: 45 48 self.locale=[locale.getlocale()[0],'en_US','en','ca_ES@valencia','ca@valencia','ca','es_ES','es','C'] 49 #def _set_locale 46 50 47 51 def _get_info(self,applist): … … 56 60 appInfo['name']=app.get_name(localeItem) 57 61 break 62 if app.get_release_default(): 63 appInfo['version']=app.get_release_default().get_version() 64 if app.get_pkgname_default(): 65 appInfo['package']=app.get_pkgname_default() 66 if app.get_metadata_license(): 67 appInfo['license']=app.get_metadata_license() 68 else: 69 orig=app.get_origin() 70 if orig: 71 if '-main' in orig or '-universe' in orig: 72 appInfo['license']='open source' 73 else: 74 appInfo['license']='propietary/restricted' 58 75 for localeItem in self.locale: 59 76 if app.get_comment(localeItem): … … 64 81 appInfo['description']=app.get_description(localeItem) 65 82 break 66 if app.get_release_default():67 appInfo['version']=app.get_release_default().get_version()68 if app.get_pkgname_default():69 appInfo['package']=app.get_pkgname_default()70 if app.get_metadata_license():71 appInfo['license']=app.get_metadata_license()72 else:73 orig=app.get_origin()74 print (orig)75 if orig:76 if '-main' in orig or '-universe' in orig:77 appInfo['license']='open source'78 else:79 appInfo['license']='propietary/restricted'80 83 if app.get_categories(): 81 84 appInfo['categories']=str(app.get_categories()) … … 93 96 if img.get_kind()==2: 94 97 thumbnails_list.append(img.get_url()) 95 if img.get_kind()==0:96 appInfo['video']=img.get_url()97 #Modify the url and create the url embed code98 if 'embed' not in appInfo['video']:99 appInfo['video']=appInfo['video'].replace('watch?v=','embed/')100 98 appInfo['thumbnails']=thumbnails_list 101 99 appInfo['screenshot']=default_screenshot … … 103 101 if app.get_url_item(1): 104 102 appInfo['homepage']=app.get_url_item(1).strip() 105 if app.get_url_item(0):106 appInfo['installerUrl']=app.get_url_item(0).strip()107 103 if app.get_state()==1: #1=Installed 108 104 appInfo['status']='installed' 109 105 else: 110 106 appInfo['status']='available' 107 if app.get_kudos(): 108 appInfo['kudos']=app.get_kudos() 109 if app.get_metadata_item('x-zomando'): 110 appInfo['installerUrl']=app.get_metadata_item('x-zomando') 111 if app.get_metadata_item('x-video'): 112 appInfo['video']=app.get_metadata_item('x-video') 113 #Modify the url and create the url embed code 114 if 'embed' not in appInfo['video']: 115 appInfo['video']=appInfo['video'].replace('watch?v=','embed/') 111 116 applistInfo.append(appInfo) 112 117 self._callback_progress() 113 118 self.applistInfo=applistInfo 114 119 return(applistInfo) 120 #def _get_info 115 121 116 122 def _init_appInfo(self): 117 appInfo={'name':'',\ 123 appInfo={'id':'',\ 124 'name':'',\ 125 'version':'',\ 126 'package':'',\ 127 'license':'',\ 118 128 'summary':'',\ 119 129 'description':'',\ … … 121 131 'icon':'',\ 122 132 'screenshot':'',\ 123 ' version':'',\124 ' package':'',\133 'thumbnails':[],\ 134 'video':'',\ 125 135 'homepage':'',\ 126 136 'installerUrl':'',\ 137 'status':'',\ 138 'depends':'',\ 139 'kudos':'',\ 140 'suggests':'',\ 127 141 'extraInfo':'',\ 128 'status':'',\129 'license':''\130 142 } 131 143 return(appInfo) -
lliurex-store/trunk/fuentes/lliurex-appstore.install/usr/share/app-info/xmls/lliurex_apps.xml
r3060 r3092 6 6 <name>AraSuite</name> 7 7 <pkgname>arasuite</pkgname> 8 <metadata_license>GPL-2.0 +</metadata_license>8 <metadata_license>GPL-2.0</metadata_license> 9 9 <releases> 10 10 <release version="2.2.2"/> … … 12 12 <summary>AraSuite, a set of tools for augmentative and adaptative communication</summary> 13 13 <summary xml:lang='es_ES'>AraSuite, un conjunto de herramientras para comunicación aumentativa</summary> 14 <description> 15 <p> AraSuite is a set of tools (previously as separate projects: AraWord, TICO, AraBoard...) useful for working with people with disabilities, particularly those related with communication. That requires the use of aumentative and adaptative communication systems that combine pictograms and words as related concepts. 16 On the one hand, TICO is a tool for the design and execution of interactive communication boards. Communication boards are highly used in augmentative and alternative communication (AAC) environments. 17 On the other hand, AraWord is a word processor that combines pictograms and text to help disabled people. 18 </p> 19 </description> 14 20 <description xml:lang="en_GB"> 15 21 <p> AraSuite is a set of tools (previously as separate projects: AraWord, TICO, AraBoard...) useful for working with people with disabilities, particularly those related with communication. That requires the use of aumentative and adaptative communication systems that combine pictograms and words as related concepts. … … 25 31 </p> 26 32 </description> 27 <url type="homepage"> 28 http://arasuite.proyectotico.es 29 </url> 30 <url type="zomando"> 31 /usr/share/zero-center/zmds/zero-lliurex-arasuite.zmd 32 </url> 33 <url type="homepage">http://arasuite.proyectotico.es</url> 33 34 <provides> 34 35 <binary>arasuite</binary> … … 60 61 <icon type="local">arasuite.png</icon> 61 62 <metadata> 62 <value key="lliurex:education:installer">arasuite</value>63 <value key="x-zomando">/usr/share/zero-center/zmds/zero-lliurex-arasuite.zmd</value> 63 64 </metadata> 64 65 </component> … … 74 75 <summary>PMB (formerly PhpMyBibli) is a fully featured open source integrated library system.</summary> 75 76 <summary xml:lang='es_ES'>PMB (PhpMyBibli) Es un sistema de biblioteca integrada software libre.</summary> 77 <description> 78 <p> PMB follows the rules of the library science. The software provides 4 essential features :</p> 79 <ol> 80 <li>the library management,</li> 81 <li>the watch and the documentary products,</li> 82 <li>the publication of editorial content</li> 83 <li>the electronic document management.</li> 84 </ol> 85 </description> 76 86 <description xml:lang="en_GB"> 77 87 <p> PMB follows the rules of the library science. The software provides 4 essential features :</p> … … 95 105 </ol> 96 106 </description> 97 <url type="homepage"> 98 http://www.sigb.net/ 99 </url> 100 <url type="zomando"> 101 /usr/share/zero-center/zmds/zero-lliurex-pmb-installer.zmd 102 </url> 107 <url type="homepage">http://www.sigb.net/</url> 103 108 <provides> 104 109 <binary>pmb</binary> … … 129 134 <icon type="cached">pmb.png</icon> 130 135 <metadata> 131 <value key="lliurex:education">pmb</value>136 <value key="x-zomando">/usr/share/zero-center/zmds/zero-lliurex-pmb-installer.zmd</value> 132 137 </metadata> 133 138 </component> … … 139 144 <metadata_license>GPL-3.0+</metadata_license> 140 145 <releases> 141 <release version=" 15.10-1+lliurex6"/>146 <release version="0.125-3+lliurex9"/> 142 147 </releases> 143 148 <summary>Pyromaths is a program to generate mathematical exercises and their corrections in PDF format.</summary> 144 149 <summary xml:lang='es_ES'>Pyromaths es un programa para generar ejercicios de matemáticas y sus correcciones en formato PDF.</summary> 145 150 <summary xml:lang='ca_ES@valencia'>Pyromaths es un programa per a generar exercicis de matematiques y les seues correccions en format PDF.</summary> 151 <description> 152 <p>Pyromaths is a program to create mathematics exercises at university and secondary level, as well as its correction. Unlike many other projects, Pyromaths aims to offer a truly integrated correction of the proposed exercises and not just a solution. 153 It can be used to provide homework to students and then distribute their correction. It can also serve families so a student can work a program point and then check the correction.</p> 154 </description> 146 155 <description xml:lang="en_GB"> 147 156 <p>Pyromaths is a program to create mathematics exercises at university and secondary level, as well as its correction. Unlike many other projects, Pyromaths aims to offer a truly integrated correction of the proposed exercises and not just a solution. … … 156 165 </ul> 157 166 </description> 158 <url type="homepage"> 159 http://www.pyromaths.org 160 </url> 161 <url type="zomando"> 162 /usr/share/zero-center/zmds/install-pyromaths.zmd 163 </url> 167 <url type="homepage">http://www.pyromaths.org</url> 164 168 <provides> 165 169 <binary>pyromaths</binary> … … 177 181 <screenshot> 178 182 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 179 </screenshot>180 <screenshot>181 <image type="video">https://www.youtube.com/watch?v=xPHBG7jKekY</image>182 183 </screenshot> 183 184 </screenshots> … … 194 195 <icon type="cached">pyromaths.png</icon> 195 196 <metadata> 196 <value key="lliurex:education">pyromaths</value> 197 <value key="x-zomando">/usr/share/zero-center/zmds/install-pyromaths.zmd</value> 198 <value key="x-video">https://www.youtube.com/watch?v=xPHBG7jKekY</value> 197 199 </metadata> 198 200 </component> … … 209 211 <summary xml:lang='es_ES'>Moodle es una plataforma de apredinzaje de código abierto escrita en PHP.</summary> 210 212 <summary xml:lang='ca_ES@valencia'>Moodle és un programari de codi lliure que crea entorns virtuals d'ensenyament i aprenentatge.</summary> 213 <description><p>Moodle as a learning platform can enhance existing learning environments. As an E-learning tool, Moodle has a wide range of standard and innovative features such as calendar and Gradebook. Moodle is a leading virtual learning environment and can be used in many types of environments such as education, training and development and in business settings.</p></description> 211 214 <description xml:lang="en_GB"><p>Moodle as a learning platform can enhance existing learning environments. As an E-learning tool, Moodle has a wide range of standard and innovative features such as calendar and Gradebook. Moodle is a leading virtual learning environment and can be used in many types of environments such as education, training and development and in business settings.</p> 212 215 </description> … … 235 238 </ul> 236 239 </description> 237 <url type="homepage"> 238 https://moodle.org 239 </url> 240 <url type="zomando"> 241 /usr/share/zero-center/zmds/install-moodle.zmd 242 </url> 240 <url type="homepage">https://moodle.org</url> 243 241 <provides> 244 242 <binary>moodle</binary> … … 256 254 <screenshot> 257 255 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 258 </screenshot>259 <screenshot>260 <image type="video">https://www.youtube.com/watch?v=xPHBG7jKekY</image>261 256 </screenshot> 262 257 </screenshots> … … 273 268 <icon type="cached">moodle.png</icon> 274 269 <metadata> 275 <value key=" lliurex:education">moodle</value>270 <value key="x-zomando">/usr/share/zero-center/zmds/install-moodle.zmd</value> 276 271 </metadata> 277 272 </component> … … 283 278 <metadata_license>Freeware</metadata_license> 284 279 <releases> 285 <release version=" 6.1.0.1-0+lliurex11"/>286 </releases> 287 <summary> he Hot Potatoes software suite includes five applications that can create exercises for the World Wide Web.</summary>280 <release version="0.125-3+lliurex9"/> 281 </releases> 282 <summary>The Hot Potatoes software suite includes five applications that can create exercises for the World Wide Web.</summary> 288 283 <summary xml:lang="es_ES">Hot Potatoes es un software para crear ejercicios educativos que posteriormente se pueden realizar a través de la web.</summary> 284 <description><p>Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source. The Java version provides all the features found in the windows version, except: you can't upload to hotpotatoes.net and you can't export a SCORM object from Java Hot Potatoes.</p></description> 289 285 <description xml:lang="en_GB"><p>Hot Potatoes is freeware, and you may use it for any purpose or project you like. It is not open-source. The Java version provides all the features found in the windows version, except: you can't upload to hotpotatoes.net and you can't export a SCORM object from Java Hot Potatoes.</p> 290 286 <p>The applications included are JCloze, JCross, JMatch, JMix and JQuiz. There is also a sixth application called The Masher, that will compile all the Hot Potatoes exercises into one unit.</p> … … 301 297 </ul> 302 298 </description> 303 <url type="homepage"> 304 https://hotpot.uvic.ca/index.php 305 </url> 306 <url type="zomando"> 307 /usr/share/zero-center/zmds/lliurex-zero-installer-hotpotatoes.zmd 308 </url> 299 <url type="homepage">https://hotpot.uvic.ca/index.php</url> 309 300 <provides> 310 301 <binary>hotpotatoes</binary> … … 336 327 <icon type="cached">hotpotatoes.png</icon> 337 328 <metadata> 338 <value key=" lliurex:education">hot potatoes</value>329 <value key="x-zomando">/usr/share/zero-center/zmds/lliurex-zero-installer-hotpotatoes.zmd</value> 339 330 </metadata> 340 331 </component> … … 351 342 <summary xml:lang="ca_ES@valencia">Activitats educatives multimèdia: puzzles, associacions, exercicis de text, mots encreuats, sopes de lletres i altres.</summary> 352 343 <summary xml:lang="es_ES">Actividades educativas multimedia: puzzles, asociaciones, ejercicios de texto, crucigramas, sopas de letras, etc.</summary> 344 <description><p>It allows users to easily create graphical nodes representing concepts, and to connect nodes using lines and linking words to form a network of interrelated propositions that represent knowledge of a topic. The software has been used in classrooms and research labs, and in corporate training.</p> 345 </description> 353 346 <description xml:lang="en_GB"><p>It allows users to easily create graphical nodes representing concepts, and to connect nodes using lines and linking words to form a network of interrelated propositions that represent knowledge of a topic. The software has been used in classrooms and research labs, and in corporate training.</p> 354 347 </description> … … 358 351 </p> 359 352 </description> 360 <url type="homepage"> 361 http://cmap.ihmc.us/ 362 </url> 363 <url type="zomando"> 364 /usr/share/zero-center/zmds/zero-lliurex-cmaptools.zmd 365 </url> 353 <url type="homepage">http://cmap.ihmc.us/</url> 366 354 <provides> 367 355 <binary>CmapTools</binary> … … 397 385 <icon type="cached">cmaptools.png</icon> 398 386 <metadata> 399 <value key=" lliurex:education">cmaptools</value>387 <value key="x-zomando">/usr/share/zero-center/zmds/zero-lliurex-cmaptools.zmd</value> 400 388 </metadata> 401 389 </component> … … 409 397 <release version="6.1.0.1-0+lliurex11"/> 410 398 </releases> 399 <url type="homepage">https://scratch.mit.edu</url> 411 400 <summary>Scratch is used by students, scholars, teachers, and parents to easily create animations, games, and etcetera</summary> 412 401 <summary xml:lang="ca_ES@valencia">Scratch serveix per aprendre a programar a través del joc i l'experimentació i introduir així el pensament computacional. </summary> 413 402 <summary xml:lang="es_ES">Scratch es un lenguaje de programación visual libre orientado a la enseñanza principalmente mediante la creación de juegos.</summary> 403 <description><p>It allows users to easily create graphical nodes representing concepts, and to connect nodes using lines and linking words to form a network of interrelated propositions that represent knowledge of a topic. The software has been used in classrooms and research labs, and in corporate training.</p> 404 </description> 414 405 <description xml:lang="en_GB"><p>It allows users to easily create graphical nodes representing concepts, and to connect nodes using lines and linking words to form a network of interrelated propositions that represent knowledge of a topic. The software has been used in classrooms and research labs, and in corporate training.</p> 415 406 </description> … … 421 412 </ul> 422 413 </description> 423 <url type="homepage"> 424 https://scratch.mit.edu/ 425 </url> 426 <url type="zomando"> 427 /usr/share/zero-center/zmds/zero-lliurex-adobeair-scratch2.zmd 428 </url> 414 <screenshots> 415 <screenshot type="default"> 416 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image> 417 </screenshot> 418 <screenshot> 419 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image> 420 </screenshot> 421 <screenshot> 422 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image> 423 </screenshot> 424 <screenshot> 425 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 426 </screenshot> 427 </screenshots> 429 428 <provides> 430 429 <binary>scratch</binary> 431 430 </provides> 432 <screenshots>433 <screenshot type="default">434 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image>435 </screenshot>436 <screenshot>437 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image>438 </screenshot>439 <screenshot>440 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image>441 </screenshot>442 <screenshot>443 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image>444 </screenshot>445 <screenshot>446 <image type="video">https://player.vimeo.com/video/65583694</image>447 </screenshot>448 </screenshots>449 431 <keywords> 450 432 <keyword xml:lang="es_ES">enseñanza</keyword> … … 460 442 <icon type="cached">scratch.png</icon> 461 443 <metadata> 462 <value key="lliurex:education">scratch</value> 444 <value key="x-video">https://player.vimeo.com/video/65583694</value> 445 <value key="x-zomando">/usr/share/zero-center/zmds/zero-lliurex-adobeair-scratch2.zmd</value> 463 446 </metadata> 464 447 </component> … … 470 453 <metadata_license>GPL-2.0+</metadata_license> 471 454 <releases> 472 <release version=" 6.1.0.1-0+lliurex11"/>455 <release version="0.125-3+lliurex9"/> 473 456 </releases> 474 457 <summary>Educational resources installer from Lliurex</summary> 475 458 <summary xml:lang="ca_ES@valencia">Instal·lació dels recursos educatius de Lliurex.</summary> 476 459 <summary xml:lang="es_ES">Instalación de los recursos educativos de Lliurex.</summary> 460 <description><p>Incorporates educational resources from the Different contests of digital educational resources.</p></description> 477 461 <description xml:lang="en_GB"><p>Incorporates educational resources from the Different contests of digital educational resources.</p></description> 478 462 <description xml:lang="es_ES"><p>Incorpora recursos didácticos de los diferentes concursos de recursos educativos digitales.</p></description> 479 463 <description xml:lang="ca_ES"><p>Incorpora recursos didàctics dels diferents concursos de recursos educatius digitals</p></description> 480 <url type="homepage"> 481 http://mestreacasa.gva.es/web/lliurex/recursos 482 </url> 483 <url type="zomando"> 484 /usr/share/zero-center/zmds/lliurex-zero-installer-recursos.zmd 485 </url> 464 <url type="homepage">http://mestreacasa.gva.es/web/lliurex/recursos</url> 486 465 <provides> 487 466 <binary>recursos</binary> … … 513 492 <icon type="cached">resources.png</icon> 514 493 <metadata> 515 <value key=" lliurex:education">recursos</value>494 <value key="x-zomando">/usr/share/zero-center/zmds/lliurex-zero-installer-recursos.zmd</value> 516 495 </metadata> 517 496 </component> … … 528 507 <summary xml:lang="ca_ES@valencia">Instal·lador d'Adobe AIR.</summary> 529 508 <summary xml:lang="es_ES">Instalador de Adobe AIR.</summary> 509 <description><p>Adobe AIR is a runtime environment that allows Adobe Flash content and ActionScript 3.0 coders to construct applications and video games that run outside a web browser, and behave as a native application on supported platforms. An application developed for Flash Player or HTML5 and deployed in a browser does not require installation, while AIR applications require installation from an installer file (Windows and OS X) or the appropriate App Store (iOS and Android). AIR applications have unrestricted access to local storage and file systems, while browser-based applications only have access to individual files selected by users.</p></description> 530 510 <description xml:lang="en_GB"><p>Adobe AIR is a runtime environment that allows Adobe Flash content and ActionScript 3.0 coders to construct applications and video games that run outside a web browser, and behave as a native application on supported platforms. An application developed for Flash Player or HTML5 and deployed in a browser does not require installation, while AIR applications require installation from an installer file (Windows and OS X) or the appropriate App Store (iOS and Android). AIR applications have unrestricted access to local storage and file systems, while browser-based applications only have access to individual files selected by users.</p></description> 531 511 <description xml:lang="es_ES"><p>AIR se concibió como un entorno de ejecución versátil que permite código Flash, Actionscript, HTML o JavaScript para crear aplicaciones basadas en Internet con muchas características de los programas tradicionales de escritorio. Adobe lo define como un entorno de ejecución que no necesita navegador para traer al escritorio las RIA (aplicaciones de Internet enriquecidas) más que como una infraestructura corriente (framework) de aplicaciones. Cada tipo de implementación tiene tanto ventajas como inconvenientes. Por ejemplo, una RIA implementada en un navegador no requiere instalación, mientras que una implementada en Adobe AIR requiere empaquetamiento, firma digital e instalación en el sistema del usuario. Esto da acceso al sistema de archivos y al almacenamiento local, mientras que las aplicaciones basadas en navegador son más limitadas en cuanto a dónde y cómo se almacenan o acceden los datos guardados. En la mayoría de los casos, las RIA almacenan datos del usuario en sus propios servidores; mas la posibilidad de trabajar con datos en el sistema de archivos local le permite al usuario mayor flexibilidad.</p></description> 532 <url type="homepage"> 533 https://get.adobe.com/es/air/ 534 </url> 535 <url type="zomando"> 536 /usr/share/zero-center/zmds/zero-lliurex-adobeair.zmd 537 </url> 512 <url type="homepage">https://get.adobe.com/es/air/</url> 538 513 <provides> 539 514 <binary>"/usr/bin/Adobe AIR Application Installer"</binary> … … 566 541 <icon type="cached">AdobeAIR.png</icon> 567 542 <metadata> 568 <value key="lliurex:utility">adobeair</value> 543 <value key="x-zomando">/usr/share/zero-center/zmds/zero-lliurex-adobeair.zmd</value> 544 </metadata> 545 </component> 546 547 <component type="desktop"> 548 <id>dvdcss.desktop</id> 549 <name>dvdcss</name> 550 <pkgname>dvdcss</pkgname> 551 <metadata_license>Propietary</metadata_license> 552 <releases> 553 <release version="0.125-3+lliurex9"/> 554 </releases> 555 <summary>DVD codecs Installer.</summary> 556 <summary xml:lang="ca_ES@valencia">Instal·lador dels codecs de DVD.</summary> 557 <summary xml:lang="es_ES">Instalador de los codecs de DVD.</summary> 558 <description><p>Installs the codecs for viewing DVD</p></description> 559 <description xml:lang="en_GB"><p>Installs the codecs for viewing DVD</p></description> 560 <description xml:lang="es_ES"><p>Instala los codecs para reproducir DVD</p></description> 561 <provides> 562 <library>libdvdcss</library> 563 </provides> 564 <screenshots> 565 <screenshot type="default"> 566 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image> 567 </screenshot> 568 <screenshot> 569 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image> 570 </screenshot> 571 <screenshot> 572 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image> 573 </screenshot> 574 <screenshot> 575 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 576 </screenshot> 577 </screenshots> 578 <keywords> 579 <keyword>dvd</keyword> 580 <keyword>codecs</keyword> 581 <keyword>lliurex</keyword> 582 </keywords> 583 <categories> 584 <category>Lliurex</category> 585 <category>Multimedia</category> 586 <category>Zomando</category> 587 </categories> 588 <icon type="cached">dvdcss.png</icon> 589 <metadata> 590 <value key="x-zomando">/usr/share/zero-center/zmds/lliurex-zero-installer-dvdcss.zmd</value> 591 </metadata> 592 </component> 593 594 <component type="desktop"> 595 <id>fonts.desktop</id> 596 <name>School fonts</name> 597 <pkgname>school_fonts</pkgname> 598 <metadata_license>Propietary</metadata_license> 599 <releases> 600 <release version="0.125-3+lliurex9"/> 601 </releases> 602 <summary>School fonts Installer.</summary> 603 <summary xml:lang="ca_ES@valencia">Instal·lador de les fonts escolars.</summary> 604 <summary xml:lang="es_ES">Instalador de las fuentes escolares.</summary> 605 <description><p>Installs the school fonts package.</p></description> 606 <description xml:lang="en_GB"><p>Installs the school fonts package.</p></description> 607 <description xml:lang="es_ES"><p>Instala las fuentes escolares.</p></description> 608 <provides> 609 <font>fonts-ecolier-court</font> 610 <font>fonts-ecolier-lignes-court</font> 611 <font>lliurex-artwork-fonts</font> 612 </provides> 613 <screenshots> 614 <screenshot type="default"> 615 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image> 616 </screenshot> 617 <screenshot> 618 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image> 619 </screenshot> 620 <screenshot> 621 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image> 622 </screenshot> 623 <screenshot> 624 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 625 </screenshot> 626 </screenshots> 627 <keywords> 628 <keyword>fonts</keyword> 629 <keyword>school</keyword> 630 <keyword>lliurex</keyword> 631 </keywords> 632 <categories> 633 <category>Lliurex</category> 634 <category>Utility</category> 635 <category>Zomando</category> 636 </categories> 637 <icon type="cached">school_fonts.png</icon> 638 <metadata> 639 <value key="x-zomando">/usr/share/zero-center/zmds/zero-installer-fonts.zmd</value> 640 </metadata> 641 </component> 642 643 <component type="desktop"> 644 <id>midicss.desktop</id> 645 <name>Midi codecs</name> 646 <pkgname>midicss</pkgname> 647 <metadata_license>Propietary</metadata_license> 648 <releases> 649 <release version="0.125-3+lliurex9"/> 650 </releases> 651 <summary>Midi codecs Installer.</summary> 652 <summary xml:lang="ca_ES@valencia">Instal·lador dels codecs MIDI.</summary> 653 <summary xml:lang="es_ES">Instalador de los codecs MIDI.</summary> 654 <description><p>Installs the midi codecs package.</p></description> 655 <description xml:lang="en_GB"><p>Installs the midi codecs package.</p></description> 656 <description xml:lang="es_ES"><p>Instala los codecs MIDI.</p></description> 657 <provides> 658 <codec>fluidr3</codec> 659 </provides> 660 <screenshots> 661 <screenshot type="default"> 662 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image> 663 </screenshot> 664 <screenshot> 665 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image> 666 </screenshot> 667 <screenshot> 668 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image> 669 </screenshot> 670 <screenshot> 671 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 672 </screenshot> 673 </screenshots> 674 <keywords> 675 <keyword>midi</keyword> 676 <keyword>codecs</keyword> 677 <keyword>lliurex</keyword> 678 </keywords> 679 <categories> 680 <category>Lliurex</category> 681 <category>Multimedia</category> 682 <category>Zomando</category> 683 </categories> 684 <icon type="cached">school_fonts.png</icon> 685 <metadata> 686 <value key="x-zomando">/usr/share/zero-center/zmds/zero-installer-midi.zmd</value> 687 </metadata> 688 </component> 689 690 <component type="desktop"> 691 <id>wine64.desktop</id> 692 <name>Wine64</name> 693 <pkgname>wine64</pkgname> 694 <metadata_license>LGPL</metadata_license> 695 <releases> 696 <release version="0.125-3+lliurex9"/> 697 </releases> 698 <summary>Wine enables Linux. Mac, FreeBSD and Solaris users to run Windows applications without a copy of Microsoft Windows.</summary> 699 <summary xml:lang="ca_ES@valencia">Wine permet a usuaris de Linux, Mac, FreeBSD i Solaris executar aplicacions de Windows sense una copia de Microsoft Windows.</summary> 700 <summary xml:lang="es_ES">Wine permite a usuarios de Linux, Mac, FreeBSD y solaris ejecutar aplicaciones de windows sin una copa de Microsoft Windows.</summary> 701 <description><p>Wine is a compatibility layer - it runs Windows applications in much the same way Windows does. There is no inherent loss of speed due to "emulation" when using Wine, nor is there a need to open Wine before running your application.</p> 702 <p>A few things make Wine more than just an emulator:</p> 703 <ul><li>Sections of Wine can be used on Windows. Some virtual machines use Wine's OpenGL-based implementation of Direct3D on Windows rather than truly emulate 3D hardware.</li> 704 <li>Winelib can be used for porting Windows application source code to other operating systems that Wine supports to run on any processor, even processors that Windows itself does not support.</li></ul> 705 <p>"Wine is not just an emulator" is more accurate. Thinking of Wine as just an emulator is really forgetting about the other things it is. Wine's "emulator" is really just a binary loader that allows Windows applications to interface with the Wine API replacement. </p> 706 </description> 707 <description xml:lang="en_GB"><p>Wine is a compatibility layer - it runs Windows applications in much the same way Windows does. There is no inherent loss of speed due to "emulation" when using Wine, nor is there a need to open Wine before running your application.</p> 708 <p>That said, Wine can be thought of as a Windows emulator in much the same way that Windows Vista can be thought of as a Windows XP emulator: both allow you to run the same applications by translating system calls in much the same way. Setting Wine to mimic Windows XP is not much different from setting Vista to launch an application in XP compatibility mode.</p> 709 <p>A few things make Wine more than just an emulator:</p> 710 <ul><li>Sections of Wine can be used on Windows. Some virtual machines use Wine's OpenGL-based implementation of Direct3D on Windows rather than truly emulate 3D hardware.</li> 711 <li>Winelib can be used for porting Windows application source code to other operating systems that Wine supports to run on any processor, even processors that Windows itself does not support.</li></ul> 712 <p>"Wine is not just an emulator" is more accurate. Thinking of Wine as just an emulator is really forgetting about the other things it is. Wine's "emulator" is really just a binary loader that allows Windows applications to interface with the Wine API replacement. </p> 713 </description> 714 <description xml:lang="es_ES"><p>Wine es una capa de compatibilidad - ejecuta aplicaciones de Windows de forma similar a como lo hace el propio Windows. No hay ninguna penalización en rendimiento por usar wine.</p> 715 </description> 716 <provides> 717 <binary>wine64</binary> 718 </provides> 719 <screenshots> 720 <screenshot type="default"> 721 <image type="source" width="620" height="340">http://cmap.ihmc.us/docs/images/cmapviewer/cmapviewer-screenshot.png</image> 722 </screenshot> 723 <screenshot> 724 <image type="thumbnail" width="115" height="64">https://scratch.mit.edu/images/about/research-remix.png</image> 725 </screenshot> 726 <screenshot> 727 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-XZE51Mhm_do/UeOtN6eiC7I/AAAAAAAAGzQ/OHDtt5OBAVU/s1600/pyromaths_1.png</image> 728 </screenshot> 729 <screenshot> 730 <image type="thumbnail" width="115" height="64">http://2.bp.blogspot.com/-5YkSk4LG_4o/UeOtPBN7mqI/AAAAAAAAGzs/KFVoJtGKWJg/s1600/pyromaths_6.png</image> 731 </screenshot> 732 </screenshots> 733 <url type="homepage">https://winehq.org</url> 734 <keywords> 735 <keyword>windows</keyword> 736 <keyword>wine</keyword> 737 <keyword>photoshop</keyword> 738 <keyword>lliurex</keyword> 739 </keywords> 740 <categories> 741 <category>Lliurex</category> 742 <category>Utility</category> 743 <category>Zomando</category> 744 </categories> 745 <icon type="cached">wine64.png</icon> 746 <metadata> 747 <value key="x-zomando">/usr/share/zero-center/zmds/zero-installer-wine64.zmd</value> 569 748 </metadata> 570 749 </component>
Note: See TracChangeset
for help on using the changeset viewer.