Package Details: wallabag 1.9-1

Package Base: wallabag
Description: Self hostable application for saving web pages
Upstream URL: http://www.wallabag.org/
Category: multimedia
Licenses: MIT
Submitter: pschmitt
Maintainer: pschmitt
Last Packager: pschmitt
Votes: 9
First Submitted: 2014-02-17 12:24
Last Updated: 2015-02-19 14:09

Dependencies (7)

Required by (0)

Sources

Latest Comments

Comment by djmattyg007

2014-10-26 11:31

Given MariaDB is listed as an optional dependency, and wallabag is also apparently compatible with PostgreSQL, is there any reason that can't also be listed as an optional dependency?

Comment by pschmitt

2014-08-25 18:15

I updated the install file. Thanks prurigro!

Comment by prurigro

2014-08-25 03:17

Hey there! I noticed a small issue in the .install that might cause some confusion until fixed:

The config file creation line references the template config @ '/usr/share/webapps/wallabag/inc/poche/config.inc.php.new', but it's currently located @ '/usr/share/webapps/wallabag/inc/poche/config.inc.default.php'. This seems like it wouldn't be super obvious to those who aren't familiar with the syntax used to copy one to the other :)

For reference, the correct equivalent for v1.7.2 is: cp /usr/share/webapps/wallabag/inc/poche/config.inc{.default,}.php

Cheers!

Comment by pschmitt

2014-07-27 20:16

Updated to 1.7.2

https://github.com/wallabag/wallabag/releases/tag/1.7.2

Comment by Anthony25

2014-07-23 17:24

Thank you !

Comment by pschmitt

2014-07-22 18:50

@Anthony25: I updated to 1.7.1 and made mariadb an optional dependency ;)

Comment by Anthony25

2014-07-22 08:09

Hello,
Mariadb is not a needed dependency but an optional one, as wallabag can run on Postgresql. Is it possible to modify the PKGBUILD to avoid installing mariadb if we don't use it ?

Thank you !

Comment by ryosei

2014-05-10 07:32

1.6.1b is out.

Comment by pschmitt

2014-04-11 21:55

Sorry for the delay. I updated the PKGBUILD. For me the install script is rather unreliable, let me know how it works out for you.
Pull requests are welcome: https://github.com/pschmitt/aur-wallabag

Comment by tcit

2014-03-26 18:35

The 1.5.2 version brings an installation script which makes the prepare() section of the PKGBUILD redundant, am I right ?