Skip to content

Commit

Permalink
Adds icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoo committed Jan 27, 2014
1 parent a52a1ba commit 84e4aea
Show file tree
Hide file tree
Showing 11 changed files with 1,213 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
recursive-include wpull *.html *.css *.txt *.lua *.pem *.rst
recursive-include icon *.png *.svg *.txt
include test/fuzz_fusil/runner.py
include README.rst requirements*.txt LICENSE.txt 3to2runner.py backport.py backport.conf
12 changes: 8 additions & 4 deletions README.rst
Expand Up @@ -4,17 +4,17 @@ Wpull

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

.. image:: icon/wpull_logo_full.png
:target: https://github.com/chfoo/wpull
:alt: A dog pulling a box via a harness.

Features:

* Written in Python
* Modular
* Asynchronous
* Lua scripting support

.. image:: https://travis-ci.org/chfoo/wpull.png
:target: https://travis-ci.org/chfoo/wpull
:alt: Travis CI build status

**Currently in beta quality! Some features are not implemented yet and the API is not considered stable.**


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

.. image:: https://travis-ci.org/chfoo/wpull.png
:target: https://travis-ci.org/chfoo/wpull
:alt: Travis CI build status

* lot's of TODO markers in code
* docstrings
* sphinx doc config
Expand Down
7 changes: 7 additions & 0 deletions icon/LICENSE.txt
@@ -0,0 +1,7 @@
Wpull logos and icons copyright 2014 by Christopher Foo.
Licensed under Creative Commons Attribution-ShareAlike 4.0 International.

The full text of the license can be obtained from
<https://creativecommons.org/licenses/by-sa/4.0/>.


Binary file added icon/wpull_icon_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 165 additions & 0 deletions icon/wpull_icon_16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/wpull_icon_32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84e4aea

Please sign in to comment.