Commit graph

274 commits

Author SHA1 Message Date
Christian Geier
7fc5f1bf23 Fixed some typos. (#587)
I installed mwic, so you don't have to.
`unperformant` doesn't seem to be an often used english word either and
`addressbook` is probably `address book`.
2017-03-07 22:12:04 +01:00
Markus Unterwaditzer
3b713a14ab Fix link 2017-03-03 17:31:12 +01:00
Markus Unterwaditzer
83daa8698d Changelog for #567 2017-02-27 19:58:19 +01:00
Markus Unterwaditzer
821c70a782 Update IRC link 2017-02-21 01:06:49 +01:00
Markus Unterwaditzer
19b57f8728 Add link 2017-02-19 20:39:07 +01:00
Markus Unterwaditzer
cc56a05b7c Create directory automatically 2017-02-18 18:32:52 +01:00
Markus Unterwaditzer
7f38102936 UX improvements for Google storage
Fix #549
Fix #552
2017-02-18 15:54:16 +01:00
Markus Unterwaditzer
c73229e0a9 Reformatting 2017-02-18 13:55:01 +01:00
Christopher Dale
fcf8801863 Add docs around duplicate events w/ davmail
* Adding some documentation around what users can do if they encounter duplicate
  events using DavMail.
2017-02-17 12:20:29 -06:00
Markus Unterwaditzer
62764ae1ef Addendum 2017-02-06 22:02:55 +01:00
Markus Unterwaditzer
cb92b61b8a contributing: Some advice for kanban columns 2017-02-06 22:00:36 +01:00
Markus Unterwaditzer
f993f97dcc Add contact email from pimutils 2017-02-06 21:49:56 +01:00
Markus Unterwaditzer
960f36ccdc Update installation 2017-02-06 12:53:01 +01:00
Markus Unterwaditzer
6b2450f4ac Fix storage example generator 2017-02-05 14:38:37 +01:00
Markus Unterwaditzer
49deedd416 Fix doc build again 2017-01-30 16:10:29 +01:00
Markus Unterwaditzer
9db58e26d0 Fix import error 2017-01-30 15:18:02 +01:00
Markus Unterwaditzer
94fe934ec2 Move docs code out of vdirsyncer 2017-01-30 14:09:32 +01:00
Malte Kiefer
f756366081 Add claws-mail tutorial (#538)
* Create claws-mail.md

* fix typos

* Change crontab, so you get the erros

* Add @beli3ver to authors

* Convert to rst

* Typo fixes
2017-01-21 12:57:53 +01:00
Markus Unterwaditzer
2e9bccd8b1 Explain new test structure 2017-01-19 13:01:28 +01:00
Markus Unterwaditzer
11922bdcc2 Explain testserver vars of tests 2017-01-07 01:11:58 +01:00
Markus Unterwaditzer
2a3e599868 packaging.rst: Remove reference to py2 2017-01-05 23:52:18 +01:00
Markus Unterwaditzer
6280aa6643 Update contributing.rst 2017-01-05 17:46:12 +01:00
Markus Unterwaditzer
d8d1d5b4c7 Update installation.rst again 2017-01-05 17:43:41 +01:00
Markus Unterwaditzer
06817e40d5 Update debian packages 2017-01-05 01:59:39 +01:00
Markus Unterwaditzer
94c9003593 Update DavMail section 2017-01-03 15:25:57 +01:00
Markus Unterwaditzer
31963ca920 Grammar fix 2017-01-02 17:04:02 +01:00
Markus Unterwaditzer
ca57a295eb Recommend letsencrypt in ssl tutorial
See #533
2017-01-02 17:02:58 +01:00
Markus Unterwaditzer
cbdf0f27ae Fix ownCloud docs
Fix #532
2017-01-02 01:13:28 +01:00
Markus Unterwaditzer
eadb7203ee stylefixes 2016-12-06 15:32:44 +01:00
Markus Unterwaditzer
ef8e3324c6 Debian isn't the only one. 2016-11-10 15:25:15 +01:00
Filip Pytloun
e17cd96342 Fix spelling error in docs
Resulting in lintian complain:
I: vdirsyncer: spelling-error-in-manpage usr/share/man/man1/vdirsyncer.1.gz errorneous erroneous
2016-11-04 10:44:33 +01:00
Markus Unterwaditzer
5a257ec2cd config: Add warning about unquoted strings 2016-10-23 01:40:04 +02:00
Markus Unterwaditzer
8171c46b10 Add docs for partial-sync 2016-10-22 23:44:54 +02:00
Markus Unterwaditzer
be297b52df Merge pull request #515 from pimutils/partial-sync
Partial sync
2016-10-03 20:52:34 +02:00
Markus Unterwaditzer
d1495118c0 docs: Clarify importance of make install-dev 2016-10-03 19:26:02 +02:00
Markus Unterwaditzer
827299ef24 Add CLI for partial_sync 2016-10-03 19:01:03 +02:00
Markus Unterwaditzer
6f4ff7aab1 Replace Dav with DAV
Fix #501
2016-09-27 10:46:17 +02:00
Markus Unterwaditzer
ac3fd8d7fc Elaborate on collections
Fix #444
2016-09-27 10:36:55 +02:00
Markus Unterwaditzer
2cf0aee526 Add known problems for nextcloud 2016-09-26 19:02:47 +02:00
Markus Unterwaditzer
22568571c2 Introduce conflict resolution via commands
Fix #127

More options of conflict resolution are discussed there, but they all
require extra dependencies. This new API allows the user to plug in
third-party scripts to do those.
2016-09-19 19:17:39 +02:00
Markus Unterwaditzer
18d8bb9fc2 Remove Python 2 support (#499)
* Discontinue Python 2.

See #219

* Remove Python 2 config option

* Remove coerce_native

* Remove PY2 variable

* s/text_type/str/g

* Flake8 fixes

* Remove str = str

* s/to_native/to_unicode/g

* Remove to_unicode = to_unicode

* Remove iteritems

* Remove itervalues

* Remove str import, flake8 fixes

* Remove urlparse compat code

* Remove with_metaclass

* Remove unused PY2 variable

* Remove getargspec_ish

* Remove to_bytes

* Remove compat module

* Remove Python 2 from Travis

* fixup! Remove urlparse compat code

* fixup! Remove urlparse compat code

* fixup! Remove compat module
2016-09-08 12:18:36 +02:00
Markus Unterwaditzer
d9387ad0a7 Improve title 2016-08-27 15:49:22 +02:00
Markus Unterwaditzer
ecd35e4a00 Move installation to own page 2016-08-27 15:48:35 +02:00
Markus Unterwaditzer
509b1f5b88 Add debian package 2016-08-27 15:45:23 +02:00
Markus Unterwaditzer
6bed4f504e Add the CoC to this project 2016-08-23 23:45:22 +02:00
Markus Unterwaditzer
e9185324ae Fix up links for new docs URL 2016-08-15 20:44:45 +02:00
Markus Unterwaditzer
bec3a81186 Restructure setup.py
See #487
2016-08-13 12:05:32 +02:00
Evgeni Golov
9f5c88bece point out that CalDAV/CardDAV is different to Calendar/Contacts APIs 2016-06-10 07:43:15 +02:00
Evgeni Golov
f3023748a7 properly quote "from a" (#463) 2016-06-09 23:09:12 +02:00
Markus Unterwaditzer
586f923c83 Remove outdated parameter from docs 2016-05-30 22:52:39 +02:00