annotate MANIFEST.in @ 3728:b15644cae50d

component AP gateway: JID/node ⟺ AP outbox conversion: - convert a combination of JID and optional pubsub node to AP actor handle (see `getJIDAndNode` for details) and vice versa - the gateway now provides a Pubsub service - retrieve pubsub node and convert it to AP collection, AP pagination is converted to RSM - do the opposite: convert AP collection to pubsub and handle RSM request. Due to ActivityStream collection pagination limitations, some RSM request produce inefficient requests, but caching should be used most of the time in the future and avoid the problem. - set specific name to HTTP Server - new `local_only` setting (`True` by default) to indicate if the gateway can request or not XMPP Pubsub nodes from other servers - disco info now specifies important features such as Pubsub RSM, and nodes metadata ticket 363
author Goffi <goffi@goffi.org>
date Tue, 25 Jan 2022 17:54:06 +0100
parents 5d926c7b0d99
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2571
4aca060075b7 setup: version is now set in SAT/VERSION, sat is not imported anymore in setup
Goffi <goffi@goffi.org>
parents: 2562
diff changeset
1 include MANIFEST.in sat/VERSION
268
7111b98c58b3 distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents: 235
diff changeset
2 global-include *.py
7111b98c58b3 distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents: 235
diff changeset
3 global-include *.ini
229
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
4 global-include *.po *.mo
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
5 global-include CHANGELOG COPYING* INSTALL README*
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
6 global-include *.sh
3372
5d926c7b0d99 plugin app manager: first draft:
Goffi <goffi@goffi.org>
parents: 3030
diff changeset
7 global-include *.yml *.yaml
3024
c2e7bb251e3e install: added doc to MANIFEST.in
Goffi <goffi@goffi.org>
parents: 2571
diff changeset
8 global-include Makefile *.rst *.bat
3030
e80694d536d7 install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents: 3024
diff changeset
9 graft misc
e80694d536d7 install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents: 3024
diff changeset
10 graft doc
e80694d536d7 install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents: 3024
diff changeset
11 include sat_frontends/jp/jp sat_frontends/primitivus/primitivus
e80694d536d7 install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents: 3024
diff changeset
12 include sat/bridge/bridge_constructor
1999
30e83614af48 fixed exclusion of vim's undo file in MANIFEST.in
Goffi <goffi@goffi.org>
parents: 1291
diff changeset
13 global-exclude *.un~
3030
e80694d536d7 install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents: 3024
diff changeset
14 prune sat/bridge/bridge_constructor/generated