comparison README @ 405:c56a728412f1

file organisation + setup refactoring: - `/src` has been renamed to `/sat_pubsub`, this is the recommended naming convention - revamped `setup.py` on the basis of SàT's `setup.py` - added a `VERSION` which is the unique place where version number will now be set - use same trick as in SàT to specify dev version (`D` at the end) - use setuptools_scm to retrieve Mercurial hash when in dev version
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:00:02 +0200
parents 105a0772eedd
children d58599801c23
comparison
equal deleted inserted replaced
404:105a0772eedd 405:c56a728412f1
1 SàT PubSub component v0.3.0a1 1 SàT PubSub
2 This program is heavily based on Idavoll (0.9.1), which was written by Ralph Meijer 2 This program is heavily based on Idavoll (0.9.1), which was written by Ralph Meijer
3 3
4 Copyright (c) 2012-2019 Jérôme Poisson 4 Copyright (c) 2012-2019 Jérôme Poisson
5 Copyright (c) 2014-2016 Adrien Cossa 5 Copyright (c) 2014-2016 Adrien Cossa
6 Copyright (c) 2003-2011 Ralph Meijer 6 Copyright (c) 2003-2011 Ralph Meijer
7 7
8 SàT PubSub is a PubSub component service for XMPP 8 SàT PubSub is a PubSub/PEP component for XMPP
9 9
10 10
11 ** LICENSE ** 11 ** LICENSE **
12 12
13 Sàt PubSub is free software: you can redistribute it and/or modify 13 Sàt PubSub is free software: you can redistribute it and/or modify
24 along with Sàt PubSub. If not, see <http://www.gnu.org/licenses/>. 24 along with Sàt PubSub. If not, see <http://www.gnu.org/licenses/>.
25 25
26 26
27 ** ABOUT ** 27 ** ABOUT **
28 28
29 SàT PubSub is a XMPP PubSub service component (XEP-0060) 29 SàT PubSub is a XMPP PubSub/PEP component (XEP-0060)
30 It's based on Ralph Meijer's Idavoll, and provides special features necessary for the « Salut à Toi » project (https://salut-a-toi.org), but it can also be used for any other XMPP project. 30 It's based on Ralph Meijer's Idavoll, and provides special features necessary for the « Salut à Toi » project (https://salut-a-toi.org), but it can also be used for any other XMPP project.
31 The use of a standard external component allow to use this features with most XMPP servers. 31 The use of a standard external component allow to use this features with most XMPP servers.
32 One of the main addition is fine access tuning for PubSub, which allow the publication of items for only some groups, even if the entire node is open. The protocol is explained on https://www.goffi.org/post/2012/06/24/Fine-access-tuning-for-PubSub for the moment, and a protoxep should be proposed to the XSF in the future... 32 One of the main addition is fine access tuning for PubSub, which allow the publication of items for only some groups, even if the entire node is open. The protocol is explained on https://www.goffi.org/post/2012/06/24/Fine-access-tuning-for-PubSub for the moment, and a protoxep should be proposed to the XSF in the future...
33 33
34 34