Skip to content

Commit

Permalink
Add / Remove URL links, Fix License (#1094)
Browse files Browse the repository at this point in the history
* Remove Pymedusa link Leads to demo link with no instructions how to get keys
* Remove Demo link Doesnt take to working site, just a demo login button
* Change Oxid License
  • Loading branch information
Ki-er authored Jan 8, 2025
1 parent caa91be commit df1cf62
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
21 changes: 20 additions & 1 deletion .hecat/url-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,23 @@ steps:
- '^https://alextselegidis.com/try/plainpad/' # shows 200 when curling, loads fine in browser
- '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser
- '^http://www.openwebanalytics.com/' # shows 200 when curling, loads fine in browser
- '^https://moodle.org/' # shows 200 when curling, loads fine in browser
- '^https://moodle.org/' # shows 200 when curling, loads fine in browser
- '^https://activitywatch.net' # Always returns 403 but loads in browser
- '^https://www.bytebase.com/' # Always returns 403 but loads in browser
- '^https://magicbug.co.uk/cloudlog/' # Always returns 403 but loads in browser
- '^http://usecod.com/' # Always returns 503 but loads in browser
- '^https://a.ocv.me/pub/demo/' # Always returns 403 but loads in browser
- '^https://dockstarter.com/' # Always returns 403 but loads in browser
- '^https://dpaste.org/' # Always returns 403 but loads in browser
- '^https://www.drupal.org/' # Always returns 403 but loads in browser
- '^https://demo.hedgedoc.org/' # Always returns 403 but loads in browser
- '^https://instant.io/' # Always returns 403 but loads in browser
- '^https://www.redcort.com/timeclock' # Always returns 403 but loads in browser
- '^https://www.redcort.com/timeclock/free-timeclock-software-trial' # Always returns 403 but loads in browser
- '^https://oxidforge.org/en/' # Always returns 403 but loads in browser
- '^https://photostructure.com/' # Always returns 403 but loads in browser
- '^https://pyload.net/' # Always returns 403 but loads in browser
- '^https://www.revive-adserver.com/' # Always returns 403 but loads in browser
- '^https://www.sipcapture.org/' # Always returns 403 but loads in browser
- '^https://static-web-server.net/' # Always returns 403 but loads in browser
- '^https://www.supportpal.com/' # Always returns 403 but loads in browser
2 changes: 1 addition & 1 deletion software/medusa.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Medusa
website_url: https://pymedusa.com/
website_url: https://github.com/pymedusa/Medusa
description: Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
licenses:
- GPL-3.0
Expand Down
1 change: 0 additions & 1 deletion software/microweber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ platforms:
tags:
- E-commerce
source_code_url: https://github.com/microweber/microweber
demo_url: https://demo.microweber.org/
stargazers_count: 3168
updated_at: '2024-11-26'
archived: false
2 changes: 1 addition & 1 deletion software/oxid-eshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OXID eShop
website_url: https://oxidforge.org/en/
description: OXID eShop is a flexible open source e-commerce software with a wide range of functionalities.
licenses:
- GPL-3.0
- ⊘ Proprietary
platforms:
- PHP
tags:
Expand Down

0 comments on commit df1cf62

Please sign in to comment.