mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-26 10:54:34 +01:00
The documentation was imported from the former wallabag/doc repository.
We imported the documentation with:
git subtree add --prefix=doc <path-or-url-to-wallabag/doc> master
A one-pass equivalent cleanup for imported commit messages was then:
python3 git-filter-repo \
--message-callback 'return re.sub(br"(?<![/\w])#(\d{1,3})(?!\d)", br"https://github.com/wallabag/doc/pull/\1", message)' \
--refs master..chore/merge-doc-into-monorepo \
--force
The rewrite approach was inspired by https://web.archive.org/web/20241208191856/https://aaronhe.org/git-filter-repo-to-rewrite-commit-history.
git-subtree-dir: doc
git-subtree-mainline: 6c48d72c64
git-subtree-split: 04f0bd51cc
1.2 KiB
1.2 KiB
title, weight
| title | weight |
|---|---|
| Resources | 3 |
Third party resources
Some applications or libraries use our API. Here is a non-exhaustive list of them:
- Java wrapper for the wallabag API by Dmitriy Bogdanov.
- .NET library for the wallabag v2 API by Julian Oster.
- A plugin designed for Tiny Tiny RSS that makes use of the wallabag v2 API. By Josh Panter.
- A plugin designed for FreshRSS that makes use of the wallabag v2 API. By Joedmin.
- Golang wrapper for the wallabag API by Strubbl, for his projects wallabag-stats graph and the command line tool wallabag-add-article.
- Tool to automatically download Wallabag articles into your local computer or Kobo ebook reader wallabako by anarcat.