docs: clarify that khard does not speak CardDAV#304
Conversation
setup.py
Outdated
| long_description_content_type='text/markdown', | ||
| license='GPL', | ||
| keywords='Carddav console addressbook', | ||
| keywords='Vcard console addressbook', |
There was a problem hiding this comment.
Why is this in upper case? I see it was the same before but when we are already touching this, why not keep all keywords lower case?
There was a problem hiding this comment.
wikipedia cases it as "vCard": https://en.wikipedia.org/wiki/VCard
There was a problem hiding this comment.
Thinking about it again, I agree with @mschilli87 , the keywords could all be lower case.
@bitfehler you can decide yourself if you want to style the other places in the prose as "vCard" or "vcard".
setup.py
Outdated
| long_description_content_type='text/markdown', | ||
| license='GPL', | ||
| keywords='Carddav console addressbook', | ||
| keywords='Vcard console addressbook', |
There was a problem hiding this comment.
Thinking about it again, I agree with @mschilli87 , the keywords could all be lower case.
@bitfehler you can decide yourself if you want to style the other places in the prose as "vCard" or "vcard".
|
@scheibler can you update the short description of the github repo please. I do not have enough access rights to do that. |
Just to avoid some frustration for folks that found khard when looking for a CardDAV client. Note: CardDAV is also used throughout the code, but I don't think that that's how people find khard. The important parts are the README and the docs, and the description in `setup.py`. Fixes: lucc#303
67564e9 to
7648199
Compare
|
Thanks, y'all! Made the keyword all lowercase and went with vCard in the other case, including two new changes where VCARD was used in the next sentence, just for consistency. |
Just to avoid some frustration for folks that found khard when looking
for a CardDAV client.
Note: CardDAV is also used throughout the code, but I don't think that
that's how people find khard. The important parts are the README and the
docs, and the description in
setup.py.Fixes: #303