Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Created July 17, 2014 19:07
Show Gist options
  • Save nicosomb/1147f872cfc4bb6d0a31 to your computer and use it in GitHub Desktop.
Save nicosomb/1147f872cfc4bb6d0a31 to your computer and use it in GitHub Desktop.
Pages wallabag.org
[table width ="100%" style ="table-striped table-hover" responsive ="true"]
[table_head]
[th_column]version[/th_column]
[th_column]status[/th_column]
[th_column]description[/th_column]
[th_column]download[/th_column]
[/table_head]
[table_body]
[table_row]
[row_column]<span style="color: #2c3e50;"><strong>1.7.1</strong></span>[/row_column]
[row_column]<span style="color: #2c3e50;"><strong>stable</strong></span>[/row_column]
[row_column]<span style="color: #2c3e50;"><strong>Released on July 15, 2014.</strong></span>[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="" link="http://wllbg.org/latest"][/row_column]
[/table_row]
[/table_body]
[/table]
You can also <a href="http://www.softaculous.com/apps/others/wallabag">install wallabag in one click</a> thanks to Softaculous.
<h2>Third-party applications</h2>
[table width ="100%" style ="table-striped table-hover" responsive ="true"]
[table_head]
[th_column]application[/th_column]
[th_column]download[/th_column]
[th_column]source code[/th_column]
[/table_head]
[table_body]
[table_row]
[row_column]<strong>extension for Firefox</strong> – developed by Jonathan Gaulupeau.
You have to add wallabag in your toolbar. Then, just click on this icon to save a new link.[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="" link="https://addons.mozilla.org/firefox/addon/wallabag/"][/row_column]
[row_column]<a href="https://github.com/wallabag/firefox-ext">firefox-ext</a>[/row_column]
[/table_row]
[table_row]
[row_column]<strong>extension for Chrome</strong> – developed by Jonathan Gaulupeau.
You have to add wallabag in your toolbar. Then, just click on this icon to wallabag a new link.[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="" link="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj"][/row_column]
[row_column]<a href="https://github.com/wallabag/chrome-ext">chrome-ext</a>[/row_column]
[/table_row]
[table_row]
[row_column]<strong>application for Android</strong> – developed by Jonathan Gaulupeau.
This extension adds a wallabag icon in the share menu.[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="f-droid" link="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche"] [button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="google play" link="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche"][/row_column]
[row_column]<a href="https://github.com/wallabag/android-app">android-app</a>[/row_column]
[/table_row]
[table_row]
[row_column]<strong>application for Windows Phone</strong> – developed by Thomas Citharel.
This extension adds a wallabag icon in the share menu.[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="" link="http://www.windowsphone.com/en-us/store/app/wallabag/ff890514-348c-4d0b-9b43-153fff3f7450"][/row_column]
[row_column]<a href="https://github.com/wallabag/windowsphone-app">windowsphone-app</a>[/row_column]
[/table_row]
[table_row]
[row_column]<strong>application for iOS</strong> – developed by Kevin Meyer.[/row_column]
[row_column][button style="btn-link btn-small" icon="glyphicon-save" align="left" type="link" target="false" title="" link="https://itunes.apple.com/app/wallabag/id828331015?mt=8"][/row_column]
[row_column]<a href="https://github.com/wallabag/ios-app">ios-app</a>[/row_column]
[/table_row]
[/table_body]
[/table]
[toc]
<h2>What is wallabag?</h2>
wallabag is a read-it later application.You can use it to save a link (including all content : text, images, videos). Moreover, you can manage all your saved link performing actions like tag, favorite, archive and for sure deletion !
There are several benefits to use wallabag :
<ul>
<li>centralize articles you want to read</li>
<li>better readability (focused on content : less distraction, optimized view)</li>
<li>implicit backup (content is saved to your own wallabag, it's here forever even if original website vanished!)</li>
</ul>
wallabag is not meant for any other use such as RSS reader or so on.
<h2>Is wallabag free?</h2>
Yes, it is! wallabag is free to use but you need to have your own server. Otherwise, you can use the <a href="http://www.framabag.org">Framabag</a> service, which hosts the service for you, free of charge.
<h2>Can I use wallabag without webserver?</h2>
Yes. Thanks to our free service called <a href="http://www.framabag.org">Framabag</a>. You just have to create an account and two minutes later, you can use wallabag.
<h2>Can I try wallabag?</h2>
You can try all the features here: <a href="http://demo.wallabag.org">http://demo.wallabag.org</a>
<h2>Do I need to be a nerd to use wallabag?</h2>
Absolutely not! The process of installation and use is really simple and can be done in minutes.
<h2>How can I install wallabag and what are the requirements ?</h2>
You can see the requirements there: <a href="http://doc.wallabag.org/doku.php?id=users:begin:install#requirements">http://doc.wallabag.org/doku.php?id=users:begin:install#requirements</a> You have to <a title="Download wallabag" href="http://www.wallabag.org/downloads/">download wallabag</a>.
<h3>By Composer</h3>
wallabag has some dependances. To install them, you have to use Composer:
<pre>curl -s http://getcomposer.org/installer | php
php composer.phar install</pre>
<h3>Without Composer</h3>
You have to download this file <a href="http://wllbg.org/vendor">http://wllbg.org/vendor</a> and extract it in your wallabag folder
<h3>Some tools to make installation easier</h3>
<ul>
<li><a href="https://github.com/tcitworld/wallabag-script-install">https://github.com/tcitworld/wallabag-script-install</a></li>
<li><a href="https://index.docker.io/u/bobmaerten/docker-wallabag/">https://index.docker.io/u/bobmaerten/docker-wallabag/</a></li>
</ul>
<h2>How can I update wallabag?</h2>
Download the latest version, extract the file in your wallabag folder and clear cache (delete all files in cache folder).
<h2>How can I save an article? From which third-party app can I use wallabag ?</h2>
There are many ways to save an article :
<ul>
<li>by using "bag it" field on config page</li>
<li>by using bookmarklet (you can find it on config page)</li>
<li>thanks to the Firefox addon. Download it here: <a href="https://www.wallabag.org/downloads/">https://www.wallabag.org/downloads/</a>. If you use pentadactyl, here is a tutorial (in french) for wallabag: <a href="http://www.hal-9000.fr/article36/utiliser-poche-avec-pentadactyl">http://www.hal-9000.fr/article36/utiliser-poche-avec-pentadactyl</a></li>
<li>thanks to the Chrome addon. Download it here: <a href="https://www.wallabag.org/downloads/">https://www.wallabag.org/downloads/</a></li>
<li>thanks to iOS app. Download it here: <a href="https://www.wallabag.org/downloads/">https://www.wallabag.org/downloads/</a></li>
<li>thanks to Android app. Download it here: <a href="https://www.wallabag.org/downloads/">https://www.wallabag.org/downloads/</a></li>
<li>thanks to Windows Phone app. Download it here: <a href="https://www.wallabag.org/downloads/">https://www.wallabag.org/downloads/</a></li>
</ul>
<h2>Can I read my saved articles on my smartphone?</h2>
Sure you can. wallabag is responsive: you can easily read your articles with your favorite browser. Thanks to the Android app, you can also read saved articles. No need to have a connection, you can read articles offline.
<h2>Can I read my saved articles on my e-reader?</h2>
First, you must install <a href="http://calibre-ebook.com/">Calibre</a>, which is an e-book library management application, compatible with many e-book reader devices. Then, you must generate a token to enable RSS feeds. This can be done on your wallabag config page. You now need to open Calibre, click on the menu besides « Fetch News », then on « Add custom news source », copy the adress of your feed (unread, favorites or archive, as you wish) and paste it to the feed URL field. Enter a name and save with the « Add/Update Recipe » button, then close. Finally, back to the previous menu, click on Schedule news download. You can schedule it if you want, but all you need right now is to click the « Download now » button. The download might take some time and get stuck to 1% for a while, but it should finally work. When that's done, you can refer to Calibre's documentation to know how to send the generated ebook to your devices.
<h2>wallabag or Wallabag?</h2>
wallabag.
<h2>Where can I go if I have developing, designing, translating or other questions ?</h2>
Go to the <a href="http://doc.wallabag.org">wiki</a> or if you don't find your answer there, you can contact us at <a href="mailto:hello@wallabag.org">hello@wallabag.org</a>.
Here are some features. If one is missing, you can <a href="https://github.com/wallabag/wallabag">open a new issue</a>.
[list]
[li type="glyphicon-ok"]wallabag is free and open source. Forever.[/li]
[li type="glyphicon-ok"]No time to read? Save a link in your wallabag to read it later[/li]
[li type="glyphicon-ok"]Read the saved articles in a comfortable view: the content, only the content[/li]
[li type="glyphicon-ok"]You save all the content: text and pictures[/li]
[li type="glyphicon-ok"]You can easily migrate from others private services.[/li]
[li type="glyphicon-ok"]You like an article? Share it by email, on twitter or in your <a href="https://github.com/sebsauvage/Shaarli">shaarli</a>[/li]
[li type="glyphicon-ok"]Because we are increasingly mobile, wallabag fits all your devices[/li]
[li type="glyphicon-ok"]Saving a link is so easy because we provide you many tools: extensions for Chrome and Firefox, iOS, Android and Windows Phone application, a bookmarklet, a simple field in your config webpage. <a title="Download wallabag" href="https://www.wallabag.org/downloads/">You can download third-party applications here</a>.[/li]
[li type="glyphicon-ok"]RSS feeds allows you to read your saved links in your RSS agregator[/li]
[li type="glyphicon-ok"]You can set tags to your entries.[/li]
[li type="glyphicon-ok"]wallabag is multilingual: french, english, spanish, german, italian, russian, persian, czech, polish, ukrainian and slovienian.[/li]
[li type="glyphicon-ok"]You're not the only one at home to use wallabag? it's good, wallabag is multi users[/li]
[li type="glyphicon-ok"]You prefer a dark template? Perfect, many templates are available in the configuration screen[/li]
[li type="glyphicon-ok"]Many storage allowed: sqlite, mysql and postgresql[/li]
[li type="glyphicon-ok"]Scroll position is saved: when you return on an article, you come back where you was. So convenient![/li]
[li type="glyphicon-ok"]You can flattr flattrable articles directly from your wallabag[/li]
[li type="glyphicon-ok"]You want to retrieve your wallabag datas? hey, remember, wallabag is open source, you can export it[/li]
[/list]
If you have a problem with wallabag (during the installation, by using it, by creating your account on <a href="http://www.framabag.org">Framabag</a>, etc.), there are many ways to contact us.
[one_third padding="0 5px 0 5px"]
<h2>Email</h2>
You can also send us an email.
[button style="btn-default btn-sm" align="left" type="link" target="false" title="hello@wallabag.org" link="mailto:hello@wallabag.org"]
[/one_third]
[one_third padding="0 5px 0 5px"]
<h2>IRC</h2>
Chitchat @ irc.freenode.net #wallabag
[button style="btn-default btn-sm" align="left" type="link" target="false" title="Accessing to #wallabag" link="http://webchat.freenode.net/?channels=%23wallabag"]
[/one_third]
[one_third padding="0 5px 0 5px"]
<h2>Github</h2>
You found a bug? Open an issue.
[button style="btn-default btn-sm" align="left" type="link" target="false" title="Accessing to the issues" link="https://github.com/wallabag/wallabag/issues"]
[/one_third]
&nbsp;
<h2>Mailing-lists</h2>
<ul>
<li>wallabag-dev : <a href="http://framalistes.org/sympa/subscribe/wallabag-dev">subscribe</a> — <a href="http://framalistes.org/sympa/info/wallabag-dev">infos</a> — <a href="http://framalistes.org/sympa/arc/wallabag-dev">archives</a></li>
<li>wallabag-users : <a href="http://framalistes.org/sympa/subscribe/wallabag-users">subscribe</a> — <a href="http://framalistes.org/sympa/info/wallabag-users">infos</a> — <a href="http://framalistes.org/sympa/arc/wallabag-users">archives</a></li>
</ul>
You love wallabag and you want to help us? There are many ways. You can make donations:
<ul>
<li><a href="https://flattr.com/thing/1265480/poche-a-read-it-later-open-source-system">via Flattr</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb">via Paypal</a></li>
<li>via Bitcoin: <strong>14cdjw7Jq3cHGceWPpZipDTUiqN8EKyzye</strong></li>
</ul>
You can also contribute to the project:
<ul>
<li>Write <a href="http://doc.wallabag.org">the documentation</a></li>
<li>Translating wallabag in your language (<a href="https://github.com/wallabag/wallabag/blob/dev/TRANSLATION.md">howto</a>)</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment