Ben Sturmfels
d8ed112a97
Update relnotes.
2021-04-23 14:20:15 +10:00
Ben Sturmfels
5f36e3ca98
Update relnotes.
2021-04-10 15:27:10 +10:00
Ben Sturmfels
93084dfe28
Document re-installation of plugins during upgrade [ #5611 ].
2021-04-09 15:19:50 +10:00
Ben Sturmfels
cf2261022c
Now in the 0.12.0 development cycle.
2021-04-05 22:13:01 +10:00
Ben Sturmfels
e16578cbe4
Note fixed Debian 11 test suite.
2021-04-05 18:26:46 +10:00
Ben Sturmfels
c6b169369e
docs: Fix broken link to separate Celery section.
2021-03-30 16:17:07 +11:00
Ben Sturmfels
f28ea2b9bc
Note Guix "meta" issue tracking the packaging process.
2021-03-30 13:50:57 +11:00
Ben Sturmfels
eb2aae91da
docs: Tune up the celery and production deployments documentation.
2021-03-29 16:54:50 +11:00
Ben Sturmfels
a14f4f93eb
docs: Remove explicit references to Python 3 (now assumed).
2021-03-29 16:02:04 +11:00
Ben Sturmfels
f06784c58e
docs: Tune up configuration documentation.
2021-03-29 16:01:14 +11:00
Ben Sturmfels
0cc3febdaa
Update relnotes.
2021-03-29 15:49:18 +11:00
Rodrigo Martins
e0eff326d7
docs: Mention that dbupdate
is sometimes required after changing config.
...
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
2021-03-29 15:45:10 +11:00
Ben Sturmfels
2d941d21e1
Convert atom feeds to use feedgenerator library.
...
Issue is that Werkzeug > 1.0.0 has removed werkzeug.contrib.atom.AtomFeed,
making it difficult to use a distribution-packaged version of werkzeug. To solve
this, I've replaced use of werkzeug.contrib.atom.AtomFeed with
feedgenerator.Atom1Feed.
After the change, the only major difference between the feeds before and after is
that they use <summary> instead of <content>. Minor differences include no longer
adding 'type="text/html"' on some <link> elements and no "xml:base" attribute on
<entry> elements. I don't think these differences will have any noticable
effect.
Tested on Liferea feed reader.
2021-03-16 12:17:57 +11:00
Ben Sturmfels
f410170707
Clarify how to find the version number.
2021-03-12 18:46:43 +11:00
Ben Sturmfels
9aff1477ff
Remove note about missing Fedora audio/video docs - these are now available.
2021-03-12 11:46:01 +11:00
Ben Sturmfels
a4832b5bc2
Direct wiki links to archive.org.
2021-03-12 11:45:46 +11:00
Ben Sturmfels
44007e5c29
Tweak upgrade docs.
2021-03-10 21:49:33 +11:00
Ben Sturmfels
83a744b1a2
Update version number, relnotes and upgrading docs in preparation for release.
2021-03-10 20:44:54 +11:00
Ben Sturmfels
fee77d768a
Fix typo.
2021-03-10 10:11:41 +11:00
Ben Sturmfels
958e9aef78
Add Jesús E. to AUTHORS.
2021-03-10 10:07:12 +11:00
Ben Sturmfels
3bff300078
Update relnotes.
2021-03-09 22:44:43 +11:00
Ben Sturmfels
1f4ac7249f
Say git submodule update --init
- it's shorter.
2021-03-09 22:21:58 +11:00
Ben Sturmfels
40bc5ea9ee
Remove test lines in Dockerfiles.
2021-03-09 17:22:09 +11:00
Ben Sturmfels
95be20a936
Remove outdated docs on missing Python 3 spectrograms.
2021-03-09 15:07:05 +11:00
Ben Sturmfels
7e2a2ecfdc
Extend Fedora Dockerfile, add sourcehut builds for Debian and Fedora.
...
Previously had partial docs for Fedora 31. This updates to Fedora 33, adds
support for audio and video and adds dependencies to allow the test suite to run
to completion.
2021-03-09 14:47:40 +11:00
Ben Sturmfels
4f53c4b17c
Fix raw image plugin installation docs [ #5523 ].
...
Dependencies need to be installed from PyPI in Debian 10/11 due to missing
python3-py3exiv2 package.
2021-03-08 11:14:20 +11:00
Ben Sturmfels
ca76eea5a8
Add Charlotte Koch to AUTHORS.
2021-03-06 22:47:49 +11:00
Ben Sturmfels
254a2f18c5
Update relnotes re. passing test suite.
2021-03-06 11:52:22 +11:00
Ben Sturmfels
07ac2774da
Update relnotes.
2021-03-06 00:20:33 +11:00
Ben Sturmfels
0c0f966368
Update relnotes with bug fixes since 0.10.0.
2021-03-03 22:47:13 +11:00
Fernando Gutierrez
c2e93da0ce
Reinstate audio spectrograms on Python 3 [ #5610 ].
...
The `audiotospectrogram` module is a complete rewrite of the existing spectrogram
code with support for Python 3. This allows us to drop the bundled `freesound`
library and Python 2-only `audioprocessing` and `spectrogram` modules.
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
2021-03-03 22:21:11 +11:00
Ben Sturmfels
83429a8658
Drop Python 2 installation support.
2021-03-03 21:40:10 +11:00
Ben Sturmfels
9308959be2
docs: Document video resolution config.
2020-05-16 11:53:36 +10:00
Ben Sturmfels
5224d700dd
Increase Nginx upload limit to 100m, improve related docs [ #5496 ].
...
By increasing the limit from 8m to 100m, we should immediately fix initial
problems for people trying to upload audio or video. From there, they can read
the documentation more closely when they try to upload larger files.
2020-05-13 13:22:11 +10:00
Fernando Gutierrez
243354b65e
Avoid Celery/RabbitMQ "connection reset" errors [ #5609 ].
...
This change starts Celery only after RabbitMQ is available. It also returns the
unnecessarily low BROKER_HEARTBEAT setting to default of 120.0 to help prevent
connections being reset on machines under load.
2020-05-12 12:30:35 +10:00
Ben Sturmfels
6a547ea4a0
fixup! docs: Add chapter on upgrading, inc. system Python upgrades [ #972 ].
2020-05-11 23:35:32 +10:00
Ben Sturmfels
7981fdaf7d
docs: Add chapter on upgrading, inc. system Python upgrades [ #972 ].
2020-05-11 23:14:18 +10:00
Ben Sturmfels
e82857fae6
docs: Tweak deployment docs headings, link to configuration docs.
2020-05-11 23:14:06 +10:00
Ben Sturmfels
e2b3522812
Now in 0.11.0 development cycle.
2020-05-06 12:28:49 +10:00
Ben Sturmfels
7465326f23
docs: Update relnotes to remove "node_modules".
2020-05-05 20:50:45 +10:00
Ben Sturmfels
3d8cc5dfe1
docs: Link up subtitles and video qualities in release notes.
2020-05-04 16:03:10 +10:00
Ben Sturmfels
442581604a
Remove reference to Gitorious.
2020-05-04 13:13:53 +10:00
Ben Sturmfels
7e10cddee0
docs: Tweak the release notes and deployment docs following testing.
2020-05-04 13:10:24 +10:00
Ben Sturmfels
e77430eb27
Add release notes for v0.10.0.
2020-05-01 16:41:07 +10:00
Ben Sturmfels
06d8fc8917
docs: Note possible permission issues during install.
2020-04-30 15:11:55 +10:00
Ben Sturmfels
3a1fb089e8
Test and update the media-types docs with Debian 10 and CentOS.
...
Unfortunately wasn't able to get video going in CentOS.
2020-04-29 13:27:01 +10:00
Ben Sturmfels
54fc0a8d26
Fix headings in production.rst.
2020-04-29 10:02:00 +10:00
Ben Sturmfels
464a5d7fba
Fix some docs build warnings.
2020-04-29 09:55:28 +10:00
Ben Sturmfels
35494ed66c
Add CentOS rabbitmq instructions.
2020-04-29 09:07:01 +10:00
Ben Sturmfels
62a565e13b
Review and update the deploment docs for Debian 10 and CentOS 8 [ #5593 ].
...
Mostly a thorough test and cleanup. The significant change is moving the systemd
config into the deployment docs an the registration/security considerations to
production considerations docs.
2020-04-29 02:19:16 +10:00