Package Details: isso 0.14.0-2

Git Clone URL: https://aur.archlinux.org/isso.git (read-only, click to copy)
Package Base: isso
Description: A commenting python server similar to Disqus
Upstream URL: http://posativ.org/isso/
Licenses: MIT
Submitter: None
Maintainer: HLFH
Last Packager: HLFH
Votes: 11
Popularity: 0.000000
First Submitted: 2014-06-07 10:21 (UTC)
Last Updated: 2026-04-02 10:47 (UTC)

Pinned Comments

HLFH commented on 2026-04-02 10:56 (UTC)

isso 0.14.0 released, python-flask-caching is no longer a dep.
python-misaka has been replaced by python-mistune.

Please update your markup within isso.conf accordingly such as:

[markup]
renderer = mistune

[markup.mistune]
plugins = strikethrough, subscript, superscript, autolink, fenced-code
parameters = escape, hard_wrap

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

izahn commented on 2016-06-20 16:14 (UTC)

A simple version bump and updated misaka dependency are all that are needed to bring this package up to date. Here is a diff; --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 14dffd5..0cfdb35 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Reventlov <contact+aur@volcanis.me> pkgname=isso -pkgver=0.9.9 +pkgver=0.10.4 pkgrel=1 pkgdesc="A commenting python server similar to disqus" arch=('any') url="http://posativ.org/isso/" license=('MIT') -depends=('python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools') +depends=('python-werkzeug' 'python-html5lib' 'python-misaka-v1' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools') makedepends=('git' 'python') backup=('etc/conf.d/isso') source=("https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz" @@ -17,7 +17,7 @@ source=("https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz" install=$pkgname.install validpgpkeys=("7757B21C0C6E5AE4BC6F6462FD1BA15E0E87FE5C") noextract=() -sha1sums=('b6fa8b1c05e1edcd2089c1512ce6f8e0cd2acdaa' +sha1sums=('f2889609b200b09397b3e7fc555885cfad8c6eee' 'SKIP' 'f3ca306eee19b55b14b791c728e4c57d6fd4a970' 'aed76333e2abcfe6e977965444de8f23596d533d' --

tohojo commented on 2016-05-27 13:56 (UTC)

This probably needs to depend on python-misaka-v1 instead :)

milouse commented on 2015-05-10 07:35 (UTC)

Be warned that after a recent python upgrade, you need to rebuild the misaka package (even if it does not have changed) in order to have it working again.

bricewge commented on 2015-03-25 08:29 (UTC)

Yes, the service file work well, this one doesn't need the /etc/conf.d/isso file anymore. By the way I have modified the service file since then. Feel free to drop some of the modifications of the package.

rhester72 commented on 2015-03-25 03:14 (UTC)

bricewge, what is the change to the service file? Seems to work (reasonably) well as-is.

bricewge commented on 2015-03-24 23:34 (UTC)

Here is a update of this package: https://gist.github.com/bricewge/4d479b329d557f360159 And a list of the modification I have made to it: - Check the PGP signature - Update the checksum algorithm from sha1 to sha256 - Use licence file directly from the repository - Update the service file with the one in https://copr.fedoraproject.org/coprs/jujens/isso/ - Add the man pages - Use the official conf file, path changed form /etc/isso.cfg to /etc/isso.conf - isso.install show instructions, as it should be, instead of automating the task

rhester72 commented on 2015-03-09 16:43 (UTC)

isso itself now looks good and starts up properly, though I can't fully test due to issues trying to integrate it into Hiawatha webserver. Thank you!

<deleted-account> commented on 2015-03-04 22:45 (UTC)

Can you try this version, rhester72 ?

<deleted-account> commented on 2015-02-27 07:35 (UTC)

It seems it is related to an upstream "bug" (an error that's not catched). I reported the issue to the main developper on irc, on hold (it happens when the website configured as the host is not reachable, try to change the value). So, wait and see…

rhester72 commented on 2015-02-26 17:59 (UTC)

Certainly, there really isn't much to it: [root@igor ~]# cat /etc/conf.d/isso # # Configuration file of isso # ISSO_CONF="/etc/isso.cfg" #See http://posativ.org/isso/docs/configuration/server/ [root@igor ~]# cat /etc/isso.cfg [general] dbpath = /var/lib/isso/comments.db host = http://www.multics.us/ https://www.multics.us/ [server] listen = http://localhost:1234/ I'm using the service file that's part of your build to start.