Skip to content

Commit 84e4aea

Browse files
committed
Adds icons.
1 parent a52a1ba commit 84e4aea

11 files changed

+1213
-4
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
recursive-include wpull *.html *.css *.txt *.lua *.pem *.rst
2+
recursive-include icon *.png *.svg *.txt
23
include test/fuzz_fusil/runner.py
34
include README.rst requirements*.txt LICENSE.txt 3to2runner.py backport.py backport.conf

README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Wpull
44

55
Wpull is a Wget-compatible (or remake/clone/replacement/alternative) web downloader.
66

7+
.. image:: icon/wpull_logo_full.png
8+
:target: https://github.com/chfoo/wpull
9+
:alt: A dog pulling a box via a harness.
10+
711
Features:
812

913
* Written in Python
1014
* Modular
1115
* Asynchronous
1216
* Lua scripting support
1317

14-
.. image:: https://travis-ci.org/chfoo/wpull.png
15-
:target: https://travis-ci.org/chfoo/wpull
16-
:alt: Travis CI build status
17-
1818
**Currently in beta quality! Some features are not implemented yet and the API is not considered stable.**
1919

2020

@@ -147,6 +147,10 @@ Issues can be reported to the issue tracker: https://github.com/chfoo/wpull/issu
147147
Todo
148148
====
149149

150+
.. image:: https://travis-ci.org/chfoo/wpull.png
151+
:target: https://travis-ci.org/chfoo/wpull
152+
:alt: Travis CI build status
153+
150154
* lot's of TODO markers in code
151155
* docstrings
152156
* sphinx doc config

icon/LICENSE.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Wpull logos and icons copyright 2014 by Christopher Foo.
2+
Licensed under Creative Commons Attribution-ShareAlike 4.0 International.
3+
4+
The full text of the license can be obtained from
5+
<https://creativecommons.org/licenses/by-sa/4.0/>.
6+
7+

icon/wpull_icon_16.png

276 Bytes
Loading

icon/wpull_icon_16.svg

+165
Loading

icon/wpull_icon_32.png

826 Bytes
Loading

0 commit comments

Comments
 (0)