Commit graph

91 commits

Author SHA1 Message Date
Skaft
60a775714e
Adding spell checker as a pre-commit hook (#1544)
* adding codespell precommit hook

* adding codespell config file

* fixing typos

* tweaking variable names to please codespell
2021-05-21 15:43:31 +05:30
Skaft
40bfc27dd2
Fixing broken links and other minor doc things (#1541)
* fix typos

* lowercasing note admonition

* fixing broken links

* fixing title underlines being too short
2021-05-19 05:56:32 -05:00
Darylgolden
2aaec7ab31
Update troubleshooting docs (#1508)
* Update troubleshooting

* link in installation docs

* change section header

* textmobject -> text and texmobject -> tex

* note

* Fix formatting

* formatting

* formatting

* section

Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com>
2021-05-14 19:44:23 +05:30
Nikhil Sharma
488a177df1
Updated Discord links in the docs to point towards a standardized redirect (#1499)
* Update README.md

* updated discord links
2021-05-13 02:02:35 +02:00
Raghav Goel
7737c660ef
Added Scoop installation docs (Windows) (#1440)
* fix BulletedList alignment problem

* add typing for get_module

* flippin black

* ahh black stupidly showing only one file error in the action logs.... as usual

* fix -s issue

* fix -a path issue

* Revert "fix -a path issue"

This reverts commit 44b0cc1433. Already
fixed in ManimCommunity#1134

* remove remnant of ManimCommunity/manim#1120

* Revert 675324a

* Remove extraneous whitespace

How did this slip in here again..? Anyways, done to bring local fork in line with upstream.

* Make FILE a required argument

* add scoop installation docs
2021-05-12 10:26:29 +02:00
Skaft
bbe113e7d3
Fixing broken doc links (#1457)
* fix broken links

* fix typo
2021-05-03 21:13:51 +05:30
Benjamin Hackl
7f17ea6d24
Fixed all current docbuild warnings (#1424)
* fix all current docbuild warnings

* Rerun rtd

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-04-29 19:04:08 -07:00
Nikhil Garuda
7c8c1cb1d9
Grammatical error corrections in documentation (#1360)
* Grammatical error correction of docs

* Update contributing.rst

* Update development.rst

* Update development.rst

* Update development.rst

* Update for_dev.rst

* Update docs/source/installation/for_dev.rst

Co-authored-by: Darylgolden <darylgolden@gmail.com>

* Update plugins.rst

* Update reporting_bugs.rst

* Update a_deeper_look.rst

* Update configuration.rst

* Update quickstart.rst

* Update building_blocks.rst

* Update testing.rst

* Update testing.rst

* Update versions.rst

* Update a_deeper_look.rst

* Update quickstart.rst

* Update quickstart.rst

* Update development.rst

* Update development.rst

* Update versions.rst

* Update versions.rst

* Update a_deeper_look.rst

* Update building_blocks.rst

* Change of complier and output format in
 "InCodeTexTemplate" to the defaults

* Reverted back

* Change of Complier and Output format

The Complier and Output format of class InCodeTexTemplate has been changed to the defaults (latex and .dvi)

* Update customtex.py

* Update building_blocks.rst

* Update building_blocks.rst

* Update a_deeper_look.rst

Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: kilacoda <65204531+kilacoda@users.noreply.github.com>
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-04-19 15:44:32 -07:00
Darylgolden
45afef3ce4
Added documentation explaining the differences between manim versions (#1268)
* Added documentation explaining the differences between manim versions

* Attempt to fix link

* Attempt to fix link again

* Attempt to fix link yet again

* Attempt to fix more links

* more fix attempts

* Apply suggestions from code review

Co-authored-by: Oliver <44864613+PhotonSpheres@users.noreply.github.com>

* Uncapitalized Manim

* fix

* Add link to manimgl documentation

* make names of different manim versions (more) consistent

Co-authored-by: Oliver <44864613+PhotonSpheres@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-04-07 20:44:28 +02:00
Ricky Chon
ace2bda445
CI: Fix macOS pipeline failure (#1255)
* Possible fix for macOS pipeline failure

* Revert back to --cask flag

* Remove cask command

* Remove cleanup command

* Revert "Remove cleanup command"

This reverts commit 63f59be5c9.

* Combine brew install statements

* Add --reinstall flag to tlmgr install just in case

* Fix typo

* Isolate dvisvgm.x86_64-darwin installation

* Remove dvisvgm.x86_64-darwin dependency

* Remove legacy dvisvgm package from mac install

* Remove brew update cmd and tlgmr --reinstall flag

Could improve build speed

* Bring back brew update but only upgrade basictex

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-04-05 01:48:59 -07:00
sparshg
64cbcd5256
Add TinyTex installation instructions (#1239)
* Add TinyTex installation instructions

* Update linux.rst

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-04-02 22:53:14 +05:30
Jason Villanueva
a87bb28484
Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013)
* Added click dependency and command structure

* Refactored code for separation of concerns

* Shortened plugins command to plugin, added render options

* first draft for render -h

* First successful render using click

* Cleaned main

* Moved flush_cache to option, ran black

* Removed argparse logic, scattered print statements

* corrected tests, all passing

* merge upstream

* fixed test with click's clirunner

* Fixed doctest configuration.rst

* Temporarily add in main_utils

* Removed main_utils.parse_args, used ManimConfig.digest_args

* fixed progress bar

* Fix jupyter

* black

* Fixed incorrectly merged merge conflict

* updated README command.png image

* updated configuration.rst expected output

* Fixed test_plugins and config_file expected type

* Refixed the jupyter fix

* Apply 3/5 suggestions

Remove stray print

Improve readability of test code

Added module docs for the subcommands

* Updated `main` to `manim` for tests

* Forced `file` positional argument to be Path type

* Fixed main -> manim

* Added libpango to linux dependency

* Updated poetry.lock

* Changed configuration.rst test

* Fixed test_a_flag test

minor space issue

added media_width to configuration.rst

* Fixed fps flag in Cairo rendering

* Fixed more outdated rst in sphinx docs

Removed default for fps option, always overwrote quality

Fixed doctest control_data

* Fixed more incorrect rst orderings

* Update tests/test_commands.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Added suggestions

* Removed unused imports

* Reverted entry point back to main

* Update manim/_config/default.cfg

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Adjusted ipython_magic's call to the entry_point

* Converted frame_rate to int if integer

* run black

* Fixed doctest

* Fixed issue with command name from CliRunner

* Fixed multiple video windows opening from upstream merge

* to black or not to black

* Added deprecation warning to render subcommand

* warning instead of warn

* Applied Naveen's suggestions

* Made `manim render` show the help page

* Update manim/cli/render/commands.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/cli/cfg/commands.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/cli/cfg/commands.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update manim/cli/plugins/commands.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Addressed some style changes

* add back in write_to_movie temporarily for OpenGL support

* Removed sound flag, deprecated use_opengl_renderer, added renderer option

* revert webgl_renderer_path removal

* Fixed cfg export

Fixed readme usage of CLI

* Flake8/black

* Fixed bug in setting renderer choice

* Removed log message due to default option

Removed default option of background color

Fixed write_to_movie flag default

* Fix log_to_file tests

* Make '-c' option for config_file, not background_color

* print colored version always

* Remove -v = --version shorthand, conflicts with verbosity

* Use subprocess.run instead of Click's CliRunner for stdout

* Refactor cli/render to use Cloup instead of click-option-group

1) There's a new file for each option group
2) render is now a cloup.Command, not a Group

Fixed issue when an animation is cached, manim can't merge the partial movie files. (#1192)

* fixed issue

* fixed tests

* Update manim/renderer/cairo_renderer.py

Co-authored-by: Darylgolden <darylgolden@gmail.com>

* added tests

* imrpoved test

* fixed logic

* added new test

* check if the file has been outputed

* added test when caching is enabled

* fixed tests on windows

* black

* Update manim/renderer/cairo_renderer.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update tests/assert_utils.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>
Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: Naveen M K <naveen@syrusdark.website>

Added :ref_methods: to the manim directive (#1209)

* fix manim_directive for methods

* added ref_methods to Angle example

* black

* added new ref_methods references

* sort out ref_functions vs ref_methods in examples.rst

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Fixed issue when an animation is cached, manim can't merge the partial movie files. (#1192)

* fixed issue

* fixed tests

* Update manim/renderer/cairo_renderer.py

Co-authored-by: Darylgolden <darylgolden@gmail.com>

* added tests

* imrpoved test

* fixed logic

* added new test

* check if the file has been outputed

* added test when caching is enabled

* fixed tests on windows

* black

* Update manim/renderer/cairo_renderer.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update tests/assert_utils.py

Co-authored-by: Naveen M K <naveen@syrusdark.website>

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>
Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: Naveen M K <naveen@syrusdark.website>

Added :ref_methods: to the manim directive (#1209)

* fix manim_directive for methods

* added ref_methods to Angle example

* black

* added new ref_methods references

* sort out ref_functions vs ref_methods in examples.rst

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Fixed unnecessary args dict

* Fixed bug that changed caching hashing result

* Revert doctest logic for fps filename output

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Gianluca Gippetto <gianluca.gippetto@gmail.com>
2021-04-01 23:53:07 -07:00
Jason Villanueva
e384ce93f2
Added testing/documentation from GitHub Wiki to Sphinx Docs (#1137)
* Added precommit for black, updated contributing documentation

Updated contributing.rst and related files

Fixed some grammar, added pre-commit section

* picked pre-commit version, removed redundant language_version

* Fix section headings

* Added GitHub testing/doc Wiki pages to docs

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Fixed some relative links

* Fixed flake8 issue

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-03-31 02:23:38 -07:00
Jason Villanueva
54ead3b61f
Added pre-commit to run black and flake8, updated contributing documentation accordingly (#1130)
* Added precommit for black, updated contributing documentation

Updated contributing.rst and related files

Fixed some grammar, added pre-commit section

* picked pre-commit version, removed redundant language_version

* Fix section headings

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update docs/source/contributing.rst

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Add in missing flake stuff to lock

* Added flake8 to pre-commit

* added newlines at the end of .flake8 and .pre-commit-config.yaml

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Reorder mentioning of tests after writing code

* Removed extra -

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-03-30 14:33:59 +05:30
Darylgolden
71a05e82b9
Added documentation for installing Manim on Colab (#1165)
* Flake8 fix

* Revert "Flake8 fix"

This reverts commit fc1a083be5.

* Add documentation for installing manim on colab

* Update docs/source/installation/colab.rst

* Fixed installation documentation

* Fix installation instructions

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-03-27 10:24:43 +01:00
Bogdan Stăncescu
2f4ade6285
Docs: Added code example to Mobject.get_critical_point(), fixed some broken formatting, added some links to installation guides (#1077)
* +doc Mobject.get_critical_point()

* Minor fix for minor doc improvement

* Minor indentation fix

* A few additional, minor doc improvements

* Update docs/source/installation/for_dev.rst

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* fix broken link to contributing guide

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-03-23 00:52:57 +01:00
Naveen M K
7db6c7f730
docs: update installation docs for linux - pango (#1060)
* Linux users should install Pango also

see https://github.com/ManimCommunity/ManimPango/issues/27
manylinux wheels are to be removed in next release on ManimPango

* Add changes to Docker also

* don't mix tabs and spaces
2021-02-28 10:03:03 +01:00
SuperMaZingCoder
6744c48c22
Documentation: Add more explicit instructions related to tlmgr (#1015)
* Add reboot and update tlgmr steps.

* Reword reboot step and remove space.

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>

* Grammar changes.

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>

* Fixed spelling for "finally."

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>

* Update docs/source/installation/mac.rst

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-02-16 22:47:31 +01:00
kolibril13
6fce164452
Docs: Update installation guide on mac with Apple Silicon (#1028) 2021-02-16 00:42:21 +01:00
Naveen M K
65240b8bc8
Automatically Import Plugins (#967)
* Automatically import Plugins
Specify plugins using CLI and config file

Signed-off-by: Naveen M K <naveen@syrusdark.website>

* Fix Doc tests

* clean manim.cfg

* Add more explanatory docs

* add info about plugins site

* use property method

Co-authored-by: friedkeenan <friedkeenan@protonmail.com>

* use types module and f-strings

* Add tests

* lint

* remove --plugins
it seems it is not possible currently to implement that

* fix doc tests

* don't define unnecessary variables

* Apply suggestions from code review

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

Co-authored-by: friedkeenan <friedkeenan@protonmail.com>
Co-authored-by: Leo Torres <dleonardotn@gmail.com>
2021-01-28 20:57:27 +05:30
KingWampy
80574b7125
Make ManimCommunity look consistent (#971) 2021-01-28 15:05:08 +05:30
kolibril13
e527328a02
Documentation: move installation instructions for developers to page for developers (#923)
* Update installation.rst

* reordered instruction

* Update docs/source/installation/for_dev.rst

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-01-26 14:45:56 +01:00
Noam Zaks
852521841e
New feature: Tree layout for Graph mobject (#922)
* Added bipartite graph layout

* Added multipartite graph column layout

* Add networkx import in documentation

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Add partite to layout docstring

* Fix 'bipartite' layout to 'partite'

* Add tree layout with graphviz

* Don't forget docstring

* black

* work on docs for graphviz

* black

* Custom layout method instead of graphviz

* Unused imports

* Remove graphviz from installation docs

* Remove unnecessary newline

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

Co-authored-by: Noam Zaks <noamzaks@outlook.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-01-18 20:25:03 +01:00
Naveen M K
fe2ba6d86c
Use Manimpango (#878)
* Use manimpango

* Remove MarkUp Text not yet supported

* add manimpango as dep

* remove MarkupText from __all__

* Fix CairoText

* Remove test for Pango

* Run black

* Update ManimPango

* Try fixing MacOS CI by restricting version of grpc

* Try fixing MacOS CI - 2

* Make MarkupText use manimpango (#26)

* Update ManimPango

* update manimpango

* Remove pango installation docs

* remove ffi workaround from Dockerfile

* troubleshooting: new entry for manimpango, hint for update for old pango problems

Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2020-12-31 20:20:33 +05:30
Jason Villanueva
c8c1f68cb3
Feature plugins (#784)
* Added examples, documentation, assets_dir config

* Removed CLI

* Update docs/source/installation/win.rst

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Lazy commit

* Adds plugin command/functionality

* Removed erroneous parameter from manim plugins -l

* Updated documentation for plugins

* black

* Update manim/_config/main_utils.py

consolidate manim subcommands

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Update docs/source/installation/plugins.rst

accessible documentation

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Update manim/plugins/__init__.py

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Update docs/source/installation/plugins.rst

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Update docs/source/installation/plugins.rst

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* revert numpy versioning

* Removed documentation on plugins --update flag

* Removed plugins --update, moved plugins_flags

* Slight improvement to documentation

* Removed leftover update, added suggestions

Co-authored-by: Leo Torres <dleonardotn@gmail.com>
2020-12-05 00:01:16 +05:30
kolibril13
7fe79e36ec
manimce to manim & capitalizing Manim in readme (#794) 2020-12-04 02:08:55 +01:00
Benjamin Hackl
6a02b38a2d
Fix docbuild warning (#744)
* fix all docbuild warnings

* black
2020-11-20 23:50:40 +01:00
Naveen M K
a9402264ab
Upgrade Pangocffi - fix ModuleNotFoundError found error (#711)
* Upgrade Pangocffi version - fix ModuleNotFoundError found error
2020-11-15 13:32:34 -05:00
Naveen M K
40b35d2ab2
Update on Chocolatey Package (#686) 2020-11-07 22:58:21 -05:00
Benjamin Hackl
5395cb6502 document workaround for a weird issue with zlib 2020-11-07 01:57:35 +01:00
Philipp Imhof
d668fc1eda
fix typo LIBS -> LIBGS (#672) 2020-11-03 16:24:22 +05:30
Aathish Sivasubrahmanian
9ead82af44
Mention poetry installation via brew. (#662)
I recently discovered that you can install poetry with the Homebrew package manager. This is not mentioned in the Poetry documentation, so I'm planning on adding this note there as well. Meanwhile, I though this should also be here.
2020-11-01 22:58:59 +05:30
Benjamin Hackl
2615910789 whitespace changes 2020-10-29 17:01:58 +01:00
Benjamin Hackl
f4f6c26e55 suggestion for resolving missing _generated.ffi modules 2020-10-29 17:01:17 +01:00
Mysaa
425eebec3c
Merge branch 'master' into newExamples 2020-10-24 19:31:17 +02:00
Naveen M K
a52ebcb0b5
say we are working on it.
Co-authored-by: Leo Torres <leo@leotrs.com>
2020-10-23 00:18:27 +05:30
Naveen M K
c51ca56ded
docs: don't use choco to install manim 2020-10-23 00:09:36 +05:30
MysaaJava
1e32a0bad7 Fixing some docs building warnings 2020-10-21 01:41:54 +02:00
aliPMPAINT
db4fd9f0da
Fixed a mistake in Fedora/CentOS/RHEL installation guide (#548) 2020-10-18 08:44:29 +02:00
Philipp Imhof
1a06ba4803
Better error handling if conversion to SVG fails (#561)
* tex_file_writing.py: better output in case conversion to SVG failed

* troubleshooting.rst: What to do if PDF->SVG conversion fails

* added small detail to troubleshooting dvisvgm

* code-block cmd vs. bash for windows

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* add anchor and link to dvisvgm homepage

Co-authored-by: Naveen M K <naveen@syrusdark.website>
2020-10-17 20:43:46 +05:30
Devin Neal
3b56cd9d21 Revert "Make manim crash when ffmpeg crashes (#546)"
This reverts commit 8b9dba2edb.
2020-10-16 21:40:04 -07:00
Leo Torres
8b9dba2edb
Make manim crash when ffmpeg crashes (#546)
* make manim crash when ffmpeg crashes

* lol black

* removed Example3DNo1 for not breaking the docs

* Quick test with all 3d scenes removed

* re added 3d scene

* woah that was hard to debug

* fix underlines

* woah THAT was hard to debug

* black

* blackest night

* do the other call too

* I just want to re-trigger the RTD build

Co-authored-by: kolibril13 <44469195+kolibril13@users.noreply.github.com>
2020-10-17 01:56:39 +02:00
aliPMPAINT
fa0ecda596
Yet another silly mistake... 2020-10-14 12:53:00 +03:30
aliPMPAINT
46686c65fb
an embarrasing mistake 2020-10-14 11:47:48 +03:30
aliPMPAINT
4fa4eeb48a
typo 2020-10-14 11:46:54 +03:30
aliPMPAINT
4afc1b9319
install pip in Arch/Manjaro if not already 2020-10-14 11:46:18 +03:30
aliPMPAINT
5932792b23
fix 2020-10-14 11:43:58 +03:30
aliPMPAINT
a942c6aa61
install pip in Ubuntu if not already 2020-10-14 11:42:44 +03:30
aliPMPAINT
b263286179
Fix Fedora/CentOS/RHEL installation procedure 2020-10-14 09:09:25 +03:30
aliPMPAINT
c684e8b8d6
fixes 2020-10-14 00:35:11 +03:30