mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
update docs, copyright year
This commit is contained in:
parent
72b8c0a660
commit
195312acad
20
README.md
20
README.md
@ -35,12 +35,9 @@ INSTALLATION
|
|||||||
- Bash v4.0 for tab completion (or zsh)
|
- Bash v4.0 for tab completion (or zsh)
|
||||||
|
|
||||||
If you are unable to update Python to a supported version, older
|
If you are unable to update Python to a supported version, older
|
||||||
versions of autojump can be
|
versions of autojump can be [downloaded][dl] and installed manually.
|
||||||
[downloaded](https://github.com/joelthelion/autojump/downloads) and
|
|
||||||
installed manually.
|
|
||||||
|
|
||||||
- Python v2.4 is supported by [release
|
- Python v2.4 is supported by [release v12][v12].
|
||||||
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).
|
|
||||||
|
|
||||||
### AUTOMATIC INSTALLATION
|
### AUTOMATIC INSTALLATION
|
||||||
|
|
||||||
@ -72,8 +69,7 @@ MacPorts also available:
|
|||||||
|
|
||||||
**Other**
|
**Other**
|
||||||
|
|
||||||
Please check the [Wiki](https://github.com/joelthelion/autojump/wiki)
|
Please check the [Wiki][wiki] for an up to date listing of installation methods.
|
||||||
for an up to date listing of installation methods.
|
|
||||||
|
|
||||||
### MANUAL INSTALLATION
|
### MANUAL INSTALLATION
|
||||||
|
|
||||||
@ -119,7 +115,8 @@ with the command:
|
|||||||
|
|
||||||
make docs
|
make docs
|
||||||
|
|
||||||
Unit tests are available in `./tests/`. Run unit tests with the command:
|
Tests are available in `./tests/` and require Python 3.3 or Python 2.7 with
|
||||||
|
[mock][mock]. Run unit tests with the command:
|
||||||
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
@ -269,7 +266,12 @@ maintained by William Ting.
|
|||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Copyright © 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL
|
Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL
|
||||||
version 3 or later <http://gnu.org/licenses/gpl.html>. This is free
|
version 3 or later <http://gnu.org/licenses/gpl.html>. This is free
|
||||||
software: you are free to change and redistribute it. There is NO
|
software: you are free to change and redistribute it. There is NO
|
||||||
WARRANTY, to the extent permitted by law.
|
WARRANTY, to the extent permitted by law.
|
||||||
|
|
||||||
|
[dl]: https://github.com/joelthelion/autojump/downloads
|
||||||
|
[mock]: https://pypi.python.org/pypi/mock
|
||||||
|
[v12]: https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz
|
||||||
|
[wiki]: https://github.com/joelthelion/autojump/wiki
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Copyright © 2008-2012 Joel Schaerer
|
Copyright © 2008-2012 Joel Schaerer
|
||||||
Copyright © 2012 William Ting
|
Copyright © 2012-2013 William Ting
|
||||||
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user