Commit Graph

2038 Commits

Author SHA1 Message Date
nodiscc
4204973598
Merge pull request #1280 from meitar/issue-1050
Closes #1050: Use correct (HTTPS) link for Passbolt, clarify tech used.
2017-12-29 12:34:19 +01:00
nodiscc
d32bd6a5be
Merge pull request #1278 from meitar/issue-1270
Issue #1270: fix BSD licenses declaring a LICENSE in their GitHub repo.
2017-12-29 12:33:29 +01:00
nodiscc
538a619bcd
Merge pull request #1279 from meitar/issue-1059
Closes #1059: Use correct links and SPDX license identifiers for Zimbra.
2017-12-29 12:31:45 +01: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
bysslord
822acc4140 Add: blynk 2017-12-28 18:22:46 +01:00
nodiscc
d62d105f96 remove Sticky Notes, closes #1172 2017-12-28 13:54:23 +01:00
nodiscc
9f5d834fe6 remove wikifeat, closes #1247 2017-12-28 13:53:49 +01:00
nodiscc
eb12078a5e
Merge pull request #1276 from Kickball/add-passbolt
Add passbolt
2017-12-28 13:45:56 +01:00
nodiscc
2272a00a3a fix passbolt license 2017-12-28 13:40:28 +01:00
Daniel Ramirez Grave de Peralta
38330bca40 sorted alphabetically 2017-12-28 13:37:34 +01:00
Daniel Ramirez Grave de Peralta
f99a8edf15 added passbolt to password managers 2017-12-28 13:36:32 +01:00
nodiscc
7ccb43c576 Update CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md, Makefile:
* Update syntax guidelines according to new indentation convetion
 * Include relevant information in both files
 * Wording
2017-12-28 13:31:38 +01:00
nodiscc
54119b211c fix libreread source URL and license
thanks @mysticmode
2017-12-28 13:13:18 +01:00
nodiscc
07c797b542
Merge pull request #1275 from Kickball/add-musikcube
Add musikcube, beets, merge BSD licenses
2017-12-28 13:08:06 +01:00
nodiscc
bc8bef5601 fix link to BSD-2-Clause license 2017-12-28 13:05:47 +01:00
nodiscc
05b4ab4549 revert BSD-2/3-clause/FreeBSD distinction
all three licenses will be identified as 'BSD' since we have no track record of which entry has which one
user should read the specific license terms of each program for more details
2017-12-28 13:04:50 +01:00
nodiscc
1e590348d3
Merge pull request #1274 from Kickball/fix-license-identifiers
Closes #1268: Standardize on SPDX short-identifiers for licenses.
2017-12-28 12:50:02 +01:00
nodiscc
0895e03bff
Merge pull request #1273 from Kickball/add-libreread
Closes #1254: Adds LibreRead to new e-book section added in PR #1266.
2017-12-28 12:41:07 +01:00
nodiscc
f1e2274ce2
Merge pull request #1272 from Kickball/add-calibreweb
Closes #1251: Add Calibre Web along with a new section for e-books, ILS.
2017-12-28 12:39:48 +01:00
nodiscc
74f52e9258
Merge pull request #1271 from Kickball/fix-indentation
Fixes #1201: Make list indentation and spacing consistent for all items.
2017-12-28 12:38:06 +01: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
nodiscc
345936874c
Merge pull request #1257 from ohwgiles/laminar-ci
add entry for Laminar Continuous Integration
2017-12-22 18:53:45 +01:00
nodiscc
e2b48ce775
Merge pull request #1263 from JC5/patch-2
Fix link to non-free.md
2017-12-22 18:51:54 +01:00
nodiscc
8548706929
Merge pull request #1262 from JC5/patch-1
Firefly III has a new site / demo site
2017-12-22 18:51:31 +01:00
James Cole
acc262e961
Fix link to non-free.md 2017-12-22 09:45:13 +01:00
James Cole
cc3f93e2b5
Firefly III has a new site / demo site
Moved to its own domain.
2017-12-22 09:43:33 +01:00
nodiscc
cf3ff32186
Merge pull request #1260 from teaberryy/patch-3
Removed extra underscore
2017-12-17 14:05:10 +01:00
teaberryy
cca1690d26
Removed extra underscore 2017-12-17 10:09:47 +02:00
nodiscc
543e89bbc7
Merge pull request #1249 from tasn/etesync
Add EteSync
2017-12-16 14:22:49 +01:00
nodiscc
98cc230fab
Merge pull request #1248 from bysslord/master
Add: elevatorsaga
2017-12-16 14:20:14 +01:00
Oliver Giles
3ffaf185e9 add missing period 2017-12-11 19:42:59 +02:00
Oliver Giles
4cabd585d7 add entry for Laminar Continuous Integration 2017-12-11 19:31:51 +02:00
nodiscc
126f10fe39
Merge pull request #1256 from adamchainz/patch-1
Fix indentation of RSSPBRRY
2017-12-09 16:00:36 +01:00
nodiscc
1dacc8370d
Merge pull request #1255 from dominicpratt/patch-1
Fixed URL for Metronome IM
2017-12-09 16:00:00 +01:00
Adam Johnson
206b4d3011
Fix indentation of RSSPBRRY 2017-12-09 09:12:25 +00:00
Dominic Pratt
63e014ded2
Update README.md 2017-12-08 13:41:36 +01:00
Dominic Pratt
dda64ccbaf
Fixed URL for Metronome IM
Metronome IM has a new home @ https://metronome.im/
2017-12-08 13:35:57 +01:00
nodiscc
322872c981
Merge pull request #1253 from lb-/patch-2
Move Wagtail from Blogging to CMS
2017-12-03 14:43:08 +01:00
LB (Ben Johnston)
f038301c94
Move Wagtail from Blogging to CMS
Wagtail is a CMS, not just a blogging platform, thought it would be good to move it to a more appropriate spot. Also, updated the Github URL has it has changed.
2017-12-03 12:50:02 +08:00
Tom Hacohen
4e348ae16e Add EteSync 2017-11-28 21:55:22 +00:00
bysslord
647b7528f2 Add: elevatorsaga 2017-11-28 13:37:56 +08:00
nodiscc
efd50d1716
Merge pull request #1246 from RayBB/patch-2
Add Wiki.js
2017-11-27 21:34:38 +01:00
nodiscc
32d6f801c1
Merge pull request #1245 from RayBB/patch-1
remove scrollback
2017-11-27 21:33:35 +01:00
Raymond Berger
80a2db64c5
Add Wiki.js 2017-11-27 10:43:41 -05:00