Update various URLs: powerline has moved to github.com/powerline

This commit is contained in:
ZyX 2014-12-07 16:08:24 +03:00
parent d2a1106c04
commit db5d87f9e3
12 changed files with 36 additions and 37 deletions

View File

@ -13,9 +13,8 @@ Getting started
=============== ===============
* Make sure you have a `GitHub account <https://github.com/signup/free>`_. * Make sure you have a `GitHub account <https://github.com/signup/free>`_.
* Submit an `issue on GitHub * Submit an `issue on GitHub <https://github.com/powerline/powerline/issues>`_,
<https://github.com/Lokaltog/powerline/issues>`_, assuming one does not assuming one does not already exist.
already exist.
* Clearly describe the issue. * Clearly describe the issue.
* If the issue is a bug: make sure you include steps to reproduce, and * If the issue is a bug: make sure you include steps to reproduce, and
@ -135,5 +134,5 @@ Submitting changes
* Push your changes to a topic branch in your fork of the repository. * Push your changes to a topic branch in your fork of the repository.
* If necessary, use ``git rebase -i <revision>`` to squash or reword commits * If necessary, use ``git rebase -i <revision>`` to squash or reword commits
before submitting a pull request. before submitting a pull request.
* Submit a pull request to `Lokaltog's repository * Submit a pull request to `powerline repository
<https://github.com/Lokaltog/powerline>`_. <https://github.com/powerline/powerline>`_.

View File

@ -1,5 +1,5 @@
Copyright 2013 Kim Silkebækken and other contributors Copyright 2013 Kim Silkebækken and other contributors
https://github.com/Lokaltog/powerline https://github.com/powerline/powerline
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -2,7 +2,7 @@ Powerline
========= =========
:Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com) :Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com)
:Source: https://github.com/Lokaltog/powerline :Source: https://github.com/powerline/powerline
:Version: beta :Version: beta
**Powerline is a statusline plugin for vim, and provides statuslines and **Powerline is a statusline plugin for vim, and provides statuslines and
@ -12,11 +12,11 @@ Awesome and Qtile.**
* `Support forum`_ (powerline-support@googlegroups.com) * `Support forum`_ (powerline-support@googlegroups.com)
* `Development discussion`_ (powerline-dev@googlegroups.com) * `Development discussion`_ (powerline-dev@googlegroups.com)
.. image:: https://api.travis-ci.org/Lokaltog/powerline.png?branch=develop .. image:: https://api.travis-ci.org/powerline/powerline.png?branch=develop
:target: `travis-build-status`_ :target: `travis-build-status`_
:alt: Build status :alt: Build status
.. _travis-build-status: https://travis-ci.org/Lokaltog/powerline .. _travis-build-status: https://travis-ci.org/powerline/powerline
.. _`Support forum`: https://groups.google.com/forum/#!forum/powerline-support .. _`Support forum`: https://groups.google.com/forum/#!forum/powerline-support
.. _`Development discussion`: https://groups.google.com/forum/#!forum/powerline-dev .. _`Development discussion`: https://groups.google.com/forum/#!forum/powerline-dev
@ -59,8 +59,8 @@ and feature-rich alternative is currently Bailey Lings `vim-airline
* Consult the `documentation * Consult the `documentation
<https://powerline.readthedocs.org/en/latest/>`_ for more information and <https://powerline.readthedocs.org/en/latest/>`_ for more information and
installation instructions. installation instructions.
* Check out `powerline-fonts <https://github.com/Lokaltog/powerline-fonts>`_ * Check out `powerline-fonts <https://github.com/powerline/fonts>`_ for
for pre-patched versions of popular, open source coding fonts. pre-patched versions of popular, open source coding fonts.
Screenshots Screenshots
----------- -----------
@ -70,22 +70,22 @@ Vim statusline
**Mode-dependent highlighting** **Mode-dependent highlighting**
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-normal.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-mode-normal.png
:alt: Normal mode :alt: Normal mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-insert.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-mode-insert.png
:alt: Insert mode :alt: Insert mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-visual.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-mode-visual.png
:alt: Visual mode :alt: Visual mode
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-mode-replace.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-mode-replace.png
:alt: Replace mode :alt: Replace mode
**Automatic truncation of segments in small windows** **Automatic truncation of segments in small windows**
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate1.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-truncate1.png
:alt: Truncation illustration :alt: Truncation illustration
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate2.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-truncate2.png
:alt: Truncation illustration :alt: Truncation illustration
* .. image:: https://raw.github.com/Lokaltog/powerline/develop/docs/source/_static/img/pl-truncate3.png * .. image:: https://raw.github.com/powerline/powerline/develop/docs/source/_static/img/pl-truncate3.png
:alt: Truncation illustration :alt: Truncation illustration
---- ----

View File

@ -46,7 +46,7 @@ powerline with ``pip``:
.. code-block:: sh .. code-block:: sh
pip install --user git+git://github.com/Lokaltog/powerline pip install --user git+git://github.com/powerline/powerline
. You may also choose to clone powerline repository somewhere and use . You may also choose to clone powerline repository somewhere and use
@ -65,8 +65,8 @@ and you will have to do something like
.. note:: .. note::
If your ISP blocks git protocol for some reason github also provides ``ssh`` If your ISP blocks git protocol for some reason github also provides ``ssh``
(``git+ssh://git@github.com/Lokaltog/powerline``) and ``https`` (``git+ssh://git@github.com/powerline/powerline``) and ``https``
(``git+https://github.com/Lokaltog/powerline``) protocols. ``git`` protocol (``git+https://github.com/powerline/powerline``) protocols. ``git`` protocol
should be the fastest, but least secure one though. should be the fastest, but least secure one though.
To install release version uploaded to PyPI use To install release version uploaded to PyPI use
@ -103,7 +103,7 @@ Download the font of your choice from `powerline-fonts`_. If you cant find
your preferred font in the `powerline-fonts`_ repo, youll have to patch your your preferred font in the `powerline-fonts`_ repo, youll have to patch your
own font instead. own font instead.
.. _powerline-fonts: https://github.com/Lokaltog/powerline-fonts .. _powerline-fonts: https://github.com/powerline/fonts
After downloading this font refer to platform-specific instructions. After downloading this font refer to platform-specific instructions.

View File

@ -21,7 +21,7 @@ follow the installation guide below:
distribution-specific, so no commands provided. distribution-specific, so no commands provided.
2. Install Powerline using the following command:: 2. Install Powerline using the following command::
pip install --user git+git://github.com/Lokaltog/powerline pip install --user git+git://github.com/powerline/powerline
.. note:: Due to the naming conflict with an unrelated project powerline is .. note:: Due to the naming conflict with an unrelated project powerline is
named ``powerline-status`` in PyPI. named ``powerline-status`` in PyPI.
@ -43,8 +43,8 @@ generally works well with any coding font.
#. Download the latest version of the symbol font and fontconfig file:: #. Download the latest version of the symbol font and fontconfig file::
wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
#. Move the symbol font to a valid X font path. Valid font paths can be #. Move the symbol font to a valid X font path. Valid font paths can be
listed with ``xset q``:: listed with ``xset q``::

View File

@ -6,7 +6,7 @@ Python package
============== ==============
1. Install a proper Python version (see `issue #39 1. Install a proper Python version (see `issue #39
<https://github.com/Lokaltog/powerline/issues/39>`_ for a discussion <https://github.com/powerline/powerline/issues/39>`_ for a discussion
regarding the required Python version on OS X):: regarding the required Python version on OS X)::
sudo port select python python27-apple sudo port select python python27-apple
@ -24,7 +24,7 @@ Python package
2. Install Powerline using the following command:: 2. Install Powerline using the following command::
pip install --user git+git://github.com/Lokaltog/powerline pip install --user git+git://github.com/powerline/powerline
.. warning:: .. warning::
When using ``brew install`` to install Python one must not supply When using ``brew install`` to install Python one must not supply

View File

@ -3,7 +3,7 @@ License and credits
******************* *******************
Powerline is licensed under the `MIT license Powerline is licensed under the `MIT license
<https://raw.github.com/Lokaltog/powerline/develop/LICENSE>`_. <https://raw.github.com/powerline/powerline/develop/LICENSE>`_.
.. ..
This document is parsed by powerline_automan.py module. Do not forget to This document is parsed by powerline_automan.py module. Do not forget to
@ -24,7 +24,7 @@ Contributors
------------ ------------
* `List of contributors * `List of contributors
<https://github.com/Lokaltog/powerline/contributors>`_ <https://github.com/powerline/powerline/contributors>`_
* The glyphs in the font patcher are created by Fabrizio Schiavi, creator of * The glyphs in the font patcher are created by Fabrizio Schiavi, creator of
the excellent coding font `Pragmata Pro`_. the excellent coding font `Pragmata Pro`_.

View File

@ -361,7 +361,7 @@ class AutoMan(Directive):
), ),
ids=['author-section'] ids=['author-section']
) )
issues_url = 'https://github.com/Lokaltog/powerline/issues' issues_url = 'https://github.com/powerline/powerline/issues'
reporting_bugs_section = nodes.section( reporting_bugs_section = nodes.section(
'', nodes.title(text='Reporting bugs'), '', nodes.title(text='Reporting bugs'),
nodes.paragraph( nodes.paragraph(

View File

@ -24,9 +24,9 @@ two possible explanations:
* Update brought some bug to powerline. * Update brought some bug to powerline.
In the second case you, of course, should report the bug to `powerline bug In the second case you, of course, should report the bug to `powerline bug
tracker <https://github.com/Lokaltog/powerline>`_. In the first you should make tracker <https://github.com/powerline/powerline>`_. In the first you should
sure you either have only one powerline installation or you update all of them make sure you either have only one powerline installation or you update all of
simultaneously (beware that in the second case you are not supported). To them simultaneously (beware that in the second case you are not supported). To
diagnose this problem you may do the following: diagnose this problem you may do the following:
#) If this problem is observed within the shell make sure that #) If this problem is observed within the shell make sure that

View File

@ -57,7 +57,7 @@ I receive an ``ImportError`` when trying to use Powerline on OS X!
sudo port select python python27-apple sudo port select python python27-apple
* See `issue #39 <https://github.com/Lokaltog/powerline/issues/39>`_ for * See `issue #39 <https://github.com/powerline/powerline/issues/39>`_ for
a discussion and other possible solutions for this issue. a discussion and other possible solutions for this issue.
I receive “FSEventStreamStart: register_with_server: ERROR” with status_colors I receive “FSEventStreamStart: register_with_server: ERROR” with status_colors

View File

@ -34,7 +34,7 @@ With Vundle you may instead use
.. code-block:: vim .. code-block:: vim
Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} Bundle 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}
(replace ``Bundle`` with ``NeoBundle`` for NeoBundle). (replace ``Bundle`` with ``NeoBundle`` for NeoBundle).

View File

@ -82,10 +82,10 @@ setup(
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: PyPy',
], ],
download_url='https://github.com/Lokaltog/powerline/archive/develop.zip', download_url='https://github.com/powerline/powerline/archive/develop.zip',
author='Kim Silkebaekken', author='Kim Silkebaekken',
author_email='kim.silkebaekken+vim@gmail.com', author_email='kim.silkebaekken+vim@gmail.com',
url='https://github.com/Lokaltog/powerline', url='https://github.com/powerline/powerline',
license='MIT', license='MIT',
# XXX Python 3 doesnt allow compiled C files to be included in the scripts # XXX Python 3 doesnt allow compiled C files to be included in the scripts
# list below. This is because Python 3 distutils tries to decode the file to # list below. This is because Python 3 distutils tries to decode the file to