Update Documentation
- Update Fedora installation instructions - Use HTTPS for links
This commit is contained in:
parent
ca25295ac3
commit
8e5e8845af
2 changed files with 5 additions and 13 deletions
16
readme.rst
16
readme.rst
|
@ -22,7 +22,7 @@ at license.bsd and license.lgpl.
|
||||||
More details about the project:
|
More details about the project:
|
||||||
|
|
||||||
- Repository: https://github.com/lkiesow/python-feedgen
|
- Repository: https://github.com/lkiesow/python-feedgen
|
||||||
- Documentation: http://lkiesow.github.io/python-feedgen/
|
- Documentation: https://lkiesow.github.io/python-feedgen/
|
||||||
- Python Package Index: https://pypi.python.org/pypi/feedgen/
|
- Python Package Index: https://pypi.python.org/pypi/feedgen/
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,18 +32,10 @@ Installation
|
||||||
|
|
||||||
**Prebuild packages**
|
**Prebuild packages**
|
||||||
|
|
||||||
If you are running Fedora Linux, RedHat Enterprise Linux, CentOS or Scientific
|
If your distribution includes this project as package, like Fedora Linux does,
|
||||||
Linux you can use the RPM Copr repository:
|
you can simply use your package manager to install the package. For example::
|
||||||
|
|
||||||
http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/
|
$ dnf install python3-feedgen
|
||||||
|
|
||||||
Simply enable the repository and run::
|
|
||||||
|
|
||||||
$ yum install python-feedgen
|
|
||||||
|
|
||||||
or for the Python 3 package::
|
|
||||||
|
|
||||||
$ yum install python3-feedgen
|
|
||||||
|
|
||||||
|
|
||||||
**Using pip**
|
**Using pip**
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(name='feedgen',
|
||||||
description='Feed Generator (ATOM, RSS, Podcasts)',
|
description='Feed Generator (ATOM, RSS, Podcasts)',
|
||||||
author='Lars Kiesow',
|
author='Lars Kiesow',
|
||||||
author_email='lkiesow@uos.de',
|
author_email='lkiesow@uos.de',
|
||||||
url='http://lkiesow.github.io/python-feedgen',
|
url='https://lkiesow.github.io/python-feedgen',
|
||||||
keywords=['feed', 'ATOM', 'RSS', 'podcast'],
|
keywords=['feed', 'ATOM', 'RSS', 'podcast'],
|
||||||
license='FreeBSD and LGPLv3+',
|
license='FreeBSD and LGPLv3+',
|
||||||
install_requires=['lxml', 'python-dateutil'],
|
install_requires=['lxml', 'python-dateutil'],
|
||||||
|
|
Loading…
Reference in a new issue