Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
dangerzone webdav processor
Commits
aced837c
Verified
Commit
aced837c
authored
Jun 09, 2021
by
anarcat
Browse files
add copyright information
parent
5218bfee
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSE
0 → 100644
View file @
aced837c
This diff is collapsed.
Click to expand it.
README.md
View file @
aced837c
...
...
@@ -119,6 +119,10 @@ automated the document sanitization routine (hint: not quite!), so I
figured it was important to realize that dream and complete the work
so that I didn't have to sit there manually copying files around.
# Copyright
[
AGPLv3
](
LICENSE
)
.
# Design
## Manual process
...
...
processor.py
View file @
aced837c
#!/usr/bin/python3
# Copyright (C) 2021 Antoine Beaupré <anarcat@debian.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""this script will:
1. periodically check a Nextcloud (WebDAV?) folder (called
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment