Lector de Feeds
get_iplayer-3.35-1.mga10.src.rpm
    In Mageia/cauldron/i586:
Lists, searches and records BBC iPlayer TV/Radio, BBC Podcast and ITVplayer TV programmes
Note: This is the version from:
  https://www.infradead.org/get_iplayer/html/get_iplayer.html
which is a fork/continuation of the original from:
  https://linuxcentre.net/getiplayer
which was discontinued as outlined here:
  https://linuxcentre.net/get_iplayer-dropped-in-response-to-bbcs-lack-of-support-for-open-source  
  
    Categorías: RPMs  
apache-mod_auth_kerb-5.4-10.mga10.src.rpm
    In Mageia/cauldron/x86_64:
Mod_auth_kerb is an apache module designed to provide Kerberos
user authentication to the Apache web server. Using the Basic
Auth mechanism, it retrieves a username/password pair from the
browser and checks them against a Kerberos server as set up by
your particular organization. It also supports mutual ticket
authentication, but most browsers do not support that natively.
I might look into writing a netscape plugin for it at some point.
Some browsers also require being told that they are to use Basic
Auth as opposed to seeing KerberosV* and handling that as basic
auth. The module accounts for this and 'tricks' the browser into
thinking it's normal basic auth.
If you are using the Basic Auth mechanmism, the module does not
do any special encryption of any sort. The passing of the
username and password is done with the same Base64 encoding that
Basic Auth uses. This can easily be converted to plain text. To
counter this, I would suggest also using mod_ssl.  
  
    Categorías: RPMs  
apache-mod_auth_kerb-5.4-10.mga10.src.rpm
    In Mageia/cauldron/i586:
Mod_auth_kerb is an apache module designed to provide Kerberos
user authentication to the Apache web server. Using the Basic
Auth mechanism, it retrieves a username/password pair from the
browser and checks them against a Kerberos server as set up by
your particular organization. It also supports mutual ticket
authentication, but most browsers do not support that natively.
I might look into writing a netscape plugin for it at some point.
Some browsers also require being told that they are to use Basic
Auth as opposed to seeing KerberosV* and handling that as basic
auth. The module accounts for this and 'tricks' the browser into
thinking it's normal basic auth.
If you are using the Basic Auth mechanmism, the module does not
do any special encryption of any sort. The passing of the
username and password is done with the same Base64 encoding that
Basic Auth uses. This can easily be converted to plain text. To
counter this, I would suggest also using mod_ssl.  
  
    Categorías: RPMs  
apache-mod_jk-1.2.50-1.mga10.src.rpm
    In Mageia/cauldron/i586:
mod_jk allows Apache to serve as a front-end for Tomcat, GlassFish or any other
AJP1.3-enabled application server, with optional load-balancing.  
  
    Categorías: RPMs  
apache-mod_jk-1.2.50-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
mod_jk allows Apache to serve as a front-end for Tomcat, GlassFish or any other
AJP1.3-enabled application server, with optional load-balancing.  
  
    Categorías: RPMs  
cairo-dock-plugins-3.5.1-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.
This package contains various plugins for cairo-dock.  
  
    Categorías: RPMs  
cairo-dock-plugins-3.5.1-1.mga10.src.rpm
    In Mageia/cauldron/i586:
cairo-dock uses cairo to render nice graphics, and Glitz to use hardware
acceleration. It's fully configurable and can be a taskbar too. You can
easily plug applets into it.
This package contains various plugins for cairo-dock.  
  
    Categorías: RPMs  
python-flake8-7.1.1-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
Flake8 is a wrapper around these tools:
- PyFlakes
- pep8
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single flake8 script. It displays
the warnings in a per-file, merged output.  
  
    Categorías: RPMs  
python-flake8-7.1.1-1.mga10.src.rpm
    In Mageia/cauldron/i586:
Flake8 is a wrapper around these tools:
- PyFlakes
- pep8
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single flake8 script. It displays
the warnings in a per-file, merged output.  
  
    Categorías: RPMs  
vorbis-tools-1.4.2-5.mga10.src.rpm
    In Mageia/cauldron/x86_64:
This package contains oggenc (encoder), oggdec, ogg123 (command line player)
vorbiscomment (metadata editor) and vcut (cut tool).
Find some free Ogg Vorbis music here: http://www.vorbis.com/music/  
  
    Categorías: RPMs  
vorbis-tools-1.4.2-5.mga10.src.rpm
    In Mageia/cauldron/i586:
This package contains oggenc (encoder), oggdec, ogg123 (command line player)
vorbiscomment (metadata editor) and vcut (cut tool).
Find some free Ogg Vorbis music here: http://www.vorbis.com/music/  
  
    Categorías: RPMs  
zlib-ng-2.2.2-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
zlib-ng is a zlib replacement that provides optimizations
for "next generation" systems.
The motivation for this fork was seeing several 3rd party
contributions with new optimizations not getting implemented
into the official zlib repository.  
  
    Categorías: RPMs  
zlib-ng-2.2.2-1.mga10.src.rpm
    In Mageia/cauldron/i586:
zlib-ng is a zlib replacement that provides optimizations
for "next generation" systems.
The motivation for this fork was seeing several 3rd party
contributions with new optimizations not getting implemented
into the official zlib repository.  
  
    Categorías: RPMs  
python-superqt-0.6.7-2.mga10.src.rpm
    In Mageia/cauldron/i586:
High-quality community-contributed Qt widgets and components for PyQt & PySide
that are not provided in the native QtWidgets module.  
  
    Categorías: RPMs  
python-superqt-0.6.7-2.mga10.src.rpm
    In Mageia/cauldron/x86_64:
High-quality community-contributed Qt widgets and components for PyQt & PySide
that are not provided in the native QtWidgets module.  
  
    Categorías: RPMs  
python-pycodestyle-2.12.1-1.mga10.src.rpm
    In Mageia/cauldron/i586:
pycodestyle is a tool to check your Python code against some of the style
conventions in PEP 8.
This package used to be called pep8 but was renamed to pycodestyle to reduce
confusion.  
  
    Categorías: RPMs  
python-pycodestyle-2.12.1-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
pycodestyle is a tool to check your Python code against some of the style
conventions in PEP 8.
This package used to be called pep8 but was renamed to pycodestyle to reduce
confusion.  
  
    Categorías: RPMs  
python-astropy-iers-data-0.2024.7.29.0.32.7-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
IERS Earth Rotation and Leap Second tables for the astropy core package.  
  
    Categorías: RPMs  
python-astropy-iers-data-0.2024.7.29.0.32.7-1.mga10.src.rpm
    In Mageia/cauldron/i586:
IERS Earth Rotation and Leap Second tables for the astropy core package.  
  
    Categorías: RPMs  
libdbi-drivers-0.9.0-16.mga10.src.rpm
    In Mageia/cauldron/x86_64:
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.  
  
    Categorías: RPMs  




