~ubuntu-branches/ubuntu/trusty/lottanzb/trusty

« back to all changes in this revision

Viewing changes to help/mallard/es/introduction.page

  • Committer: Daniel Holbach
  • Date: 2011-02-21 07:47:30 UTC
  • mfrom: (7.1.1 natty)
  • Revision ID: daniel.holbach@canonical.com-20110221074730-9ozyhdic25bo6k2g
Tags: 0.6-1ubuntu1
* debian/lottanzb.install, debian/icons/*:
  + Add dark and light application icon for the panel menu.
* New upstream release.

* Switch to dpkg-source 3.0 (quilt) format.
* Use debhelper 7 instead of cdbs.
* Use dh_python2 instead of python-support.
* Delete superfluous debian/pyversions and debian/pycompat.

* debian/compat:
  + Bump to debhelper 7.
* debian/control:
  + Change Priority from extra to optional.
  + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
  + Remove cdbs and python-support from Build-Depends.
  + Bump debhelper to >= 7.0.50~ in Build-Depends.
  + Bump python to >= 2.6.6-3 in Build-Depends.
  + Remove python-kiwi, hellanzb and python from Depends.
  + Add python-configobj to Depends.
  + Bump python-gtk2 to >= 2.16 in Depends.
  + Bump yelp to >= 2.30 in Recommends for Mallard support.
  + Add python-apt and apturl to Recommends.
  + Add sabnzbdplus to Suggests.
  + Replace hellanzb with sabnzbdplus in Enhances.
  + Update Description.
* debian/copyright:
  + Make it machine-interpretable according to DEP-5.
  + Remove information for Kiwi code.
  + Update information for help/*.
  + Add information for lottanzb/backend/interface/multipart_post_handler.py.
* debian/lottanzb.lintian-overrides:
  + Override extra-license-file warning for documentation files.
* debian/lottanzb.menu:
  + Update application title.
* debian/patches/lock-file-name.patch:
  + Delete because fixed upstream.
* debian/rules:
  + Install into private directory /usr/share/lottanzb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="introduction">
 
3
<info>
 
4
  <title type="sort">1</title>
 
5
  <link type="guide" xref="index"/>
 
6
  <link type="seealso" xref="setting-up"/>
 
7
  <desc>Una breve introducción a <app>LottaNZB</app></desc>
 
8
  <revision pkgversion="0.6" version="0.1" date="2010-09-13" status="review"/>
 
9
  <credit type="author">
 
10
    <name>Severin Heiniger</name>
 
11
    <email>severinheiniger@gmail.com</email>
 
12
  </credit>
 
13
  <copyright>
 
14
    <year>2010</year>
 
15
    <name>Equipo de desarrollo LottaNZB</name>
 
16
  </copyright>
 
17
  <license>
 
18
    <p>Creative Commons Attribution-Share Alike 3.0</p>
 
19
  </license>
 
20
</info>
 
21
<title>Introducción</title>
 
22
<p><app>LottaNZB</app> es una aplicación que le permite descargar archivos del Usenet.</p>
 
23
<p>El <em>Usenet</em> es un sistema mundial de distribución de debate en Internet que ha existido mucho antes de que los sitios web aparecieran por primera vez. Al lado de mensajes de texto normales, los usuarios también pueden publicar archivos como fotos y videos, que comúnmente se divide en varios mensajes.</p>
 
24
<p>Para simplificar la descarga de dichos archivos, el formato del <em>archivo NZB</em> fue inventado. Estos archivos NZB son creadas por los motores de búsqueda y proporcionar <app>LottaNZB</app> con información sobre qué ficheros van a ser descargados del Usenet.</p>
 
25
</page>