Commit Graph
10 Commits
Author SHA1 Message Date
Meitar M d2636acb13 Update Emby with correct (HTTPS) link and a better description.
The description for Emby was incredibly unhelpful, in my opinion. It
simply read that it was "built with popular open source technologies,"
which gives a reader no meaningful information about why it might be a
good option. A better description would call out a feature or offer a
reason distinct from other items in the same category. I think Emby's
out-of-the-box support for both DLNA and DIAL is worth noting and helps
the reader understand what and why Emby actually is more quickly.
2017-12-28 19:46:26 -05:00
Meitar M 92c4fae114 Fixes #1215: Improve the Calendar/Contacts section.
This commit accomplishes the todo items in issue #1215. Specifically:

* Servers and clients are split in italicized sub-lists.
* Link to Wikipedia's article on CalDAV/CardDAV comparisons is added.
* Additional projects are added.

Specifically, the following projects have been added:

* DAVdroid
* EteSync Web

More projects can be added, if desired.

Further, this commit changes the headline from "Calendar and Address
Books" to "Calendaring and Contacts Management" so as to more clearly
describe the purpose of the projects in the list.
2017-12-28 19:38:48 -05:00
Meitar M 95c5661649 Closes #1050: Use correct (HTTPS) link for Passbolt, clarify tech used.
This commit updates the Passbolt entry so that it reads more clearly.
The programming language is already listed at the end of the entry, and
so there's no need to repeat it in the description. However, the
database backend (MySQL) should be noted in a grammatically clear way.
2017-12-28 19:03:04 -05:00
Meitar M a4a8a14848 Closes #1059: Use correct links and SPDX license identifiers for Zimbra. 2017-12-28 18:59:52 -05:00
Meitar M 1883ab9bd8 Issue #1270: fix BSD licenses declaring a LICENSE in their GitHub repo.
This commit updates the license identifier for BSD-style licensed
projects that declare their specific license with a LICENSE file on
GitHub. Additionally, the list of licenses is updated to remove the
non-existent `BSD` short identifier and replaces it with the two
SPDX-conformant license short-identifiers, `BSD-2-Clause` and
`BSD-3-Clause` defined by SPDX and recognized by GitHub.
2017-12-28 18:27:55 -05:00
Meitar M c90eb5c0bd Add MusikCube and Beets under the "audio" heading.
This commit also adds the `BSD-3-Clause` license, as that is the license
for MusikCube.
2017-12-26 17:48:41 -05:00
Meitar M 01f947690f Closes #1268: Standardize on SPDX short-identifiers for licenses. 2017-12-26 17:39:32 -05:00
Meitar M 85be66fb37 Closes #1254: Adds LibreRead to new e-book section added in PR #1266. 2017-12-26 17:08:33 -05:00
Meitar M 962b467d5f Closes #1251: Add Calibre Web along with a new section for e-books, ILS.
This commit adds the Calibre Web app and positions it inside a new
section for e-books and other mostly text-based media. This is also a
good opportunity to add information about enterprise-class Integrated
Library Systems, so that is done as well and adds the Koha and Evergreen
library management software, both self-hostable Free Software tools to
that category. Koha is moved out of "budgeting," since it is much more
appropriately categorized as an ILS along with Evergreen, et. al.

This commit further moves related items out of Misc/Other, namely COPS,
and into this new e-book/library category, where it should be expected.
2017-12-26 17:04:14 -05:00
Meitar M 4dd9cfd1fe Fixes #1201: Make list indentation and spacing consistent for all items.
This commit takes the suggestions in issue number #1201 and applies them
to the entire list. Specifically, this commit does the following:

- Replaces asterisks (`*`) with single dashes (`-`) for list items.
- Indents sub-lists (e.g., dependencies) by two spaces.
- Uses the same number of dashes for creating horizontal rules.
- Removes extra lines to make space around each heading consistent.

Additionally, this commit moves and indents `ympd` to correctly reflect
its parent dependency (`mpd`), alphabetizes the `Phproject` line item as
per the list suggestions (items should be alphabetized in their
respective categorical sub-list), and renames the "Custom" heading to
provide better clarity ("Custom communication systems"), setting the
links to that heading item to its new name.
2017-12-26 15:43:16 -05:00