Skip to content

Commit 8dcacf7

Browse files
authored
Merge pull request #217 from j0k3r/fix/readme-logo
Improve readme with logo & credits
2 parents c27bcc8 + f47b27c commit 8dcacf7

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
<p align="center">
2-
<img width="400" height="144" src="/art/logo.png" alt="Graby logo" />
3-
</p>
4-
5-
# Graby
1+
<div align="center">
2+
<br>
3+
<img width="400" height="144" src="https://user-images.githubusercontent.com/62333/67490348-5dfc5280-f673-11e9-9b3d-584e6cbeb9e2.png" alt="Graby logo" />
4+
<br>
5+
<br>
6+
<br>
7+
<br>
8+
</div>
69

710
[![Join the chat at https://gitter.im/j0k3r/graby](https://badges.gitter.im/j0k3r/graby.svg)](https://gitter.im/j0k3r/graby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
811
[![Build Status](https://travis-ci.org/j0k3r/graby.svg?branch=master)](https://travis-ci.org/j0k3r/graby)
912
[![Coverage Status](https://coveralls.io/repos/j0k3r/graby/badge.svg?branch=master&service=github)](https://coveralls.io/github/j0k3r/graby?branch=master)
10-
[![Total Downloads](https://poser.pugx.org/j0k3r/graby/downloads)](https://packagist.org/packages/j0k3r/graby)
13+
[![Total Downloads](https://img.shields.io/packagist/dt/j0k3r/graby.svg)](https://packagist.org/packages/j0k3r/graby)
1114
[![License](https://poser.pugx.org/j0k3r/graby/license)](https://packagist.org/packages/j0k3r/graby)
1215
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/j0k3r/graby/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/j0k3r/graby/?branch=master)
1316

14-
Graby helps you extract article content from web pages – created by [Jérémy](https://twitter.com/j0k), logo by [Caneco](https://twitter.com/caneco)
17+
Graby helps you extract article content from web pages
1518

1619
- it's based on [php-readability](https://github.com/j0k3r/php-readability)
1720
- it uses [site_config](http://help.fivefilters.org/customer/portal/articles/223153-site-patterns) to extract content from websites
@@ -336,3 +339,8 @@ $graby = new Graby(array(
336339
),
337340
));
338341
```
342+
343+
## Credits
344+
345+
- [FiveFilters](https://github.com/fivefilters) for [Full-Text-RSS](https://fivefilters.org/content-only/)
346+
- [Caneco](https://twitter.com/caneco) for the awesome logo ✨

art/logo.png

-37.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)