Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallabag/wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
https://github.com/wallabag/wallabag
hacktoberfest php read-it-later self-hosted symfony symfony-application wallabag
Last synced: about 5 hours ago
JSON representation
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
- Host: GitHub
- URL: https://github.com/wallabag/wallabag
- Owner: wallabag
- License: mit
- Created: 2013-04-03T12:21:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:30:03.000Z (20 days ago)
- Last Synced: 2024-10-29T10:22:03.432Z (20 days ago)
- Topics: hacktoberfest, php, read-it-later, self-hosted, symfony, symfony-application, wallabag
- Language: PHP
- Homepage: https://wallabag.org
- Size: 124 MB
- Stars: 10,260
- Watchers: 158
- Forks: 764
- Open Issues: 641
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-repos - wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- awesome-repositories - wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- awesome-starred - wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- awesome-starred - wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (symfony)
- stars - wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- StarryDivineSky - wallabag/wallabag
- awesome-open-source-systems - Wallabag - It is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (Uncategorised / Uptime Monitoring)
- starred-awesome - wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- my-awesome - wallabag/wallabag - it-later,self-hosted,symfony,symfony-application,wallabag pushed_at:2024-10 star:10.3k fork:0.8k wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- jimsghstars - wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely. (PHP)
- awesome-homelab - Wallabag
README
# wallabag
![CI](https://github.com/wallabag/wallabag/workflows/CI/badge.svg)
[![Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#wallabag:matrix.org)
[![Donation Status](https://img.shields.io/liberapay/goal/wallabag.svg?logo=liberapay)](https://liberapay.com/wallabag/donate)
[![Translation status](https://hosted.weblate.org/widgets/wallabag/-/svg-badge.svg)](https://hosted.weblate.org/engage/wallabag/?utm_source=widget)
![License](https://img.shields.io/github/license/wallabag/wallabag)wallabag is a web application allowing you to save web pages for later reading.
Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.You can install it on your own server, or you can create an account on [wallabag.it](https://wallabag.it).
![wallabag](./.github/images/screenshot.png)
* Website: [wallabag.org](https://wallabag.org)
* Android app: [wallabag/android-app](https://github.com/wallabag/android-app)
* iOS app: [wallabag/ios-app](https://github.com/wallabag/ios-app)
* Browser extension: [wallabag/wallabagger](https://github.com/wallabag/wallabagger)
* GNOME (Linux) app: [read-it-later](https://gitlab.gnome.org/World/read-it-later) (not maintained by this project)
* All resources about wallabag ecosystem are listed here: https://github.com/wallabag/wallabag/wiki/wallabag-ecosystem## Documentation
The documentation is available at https://doc.wallabag.org.
You can contribute to it through its dedicated repository, available here: https://github.com/wallabag/doc.
## Installation
Please read [the documentation to see the wallabag requirements](https://doc.wallabag.org/en/admin/installation/requirements.html).
Then you can install wallabag by executing the following commands:
```bash
git clone https://github.com/wallabag/wallabag.git
cd wallabag && make install
```Now, [configure a virtual host](https://doc.wallabag.org/en/admin/installation/virtualhosts.html) to use your wallabag.
### Other methods
Refer to the [installation documentation](https://doc.wallabag.org/en/admin/installation/installation.html) for other installation methods.
## Translation
This project uses [Weblate](https://weblate.org/) for translation.
Feel free to help us [translating wallabag](https://hosted.weblate.org/projects/wallabag/).
## Contributing
To learn more about developing wallabag, please refer to the [contribution guide](./.github/CONTRIBUTING.md).
Content extraction relies on [Graby](https://github.com/j0k3r/graby), [php-readability](https://github.com/j0k3r/php-readability) and [ftr-site-config](https://github.com/fivefilters/ftr-site-config).
## Sponsors
## License
Copyright © 2013-current Nicolas LœuilletThis work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the [COPYING.md](./COPYING.md) file for more details.