add doctor who cards

update license links
lotsa cleanup
This commit is contained in:
2024-01-27 23:17:56 -05:00
parent c92d8c3897
commit afcf37a284
64 changed files with 1525 additions and 574 deletions

View File

@@ -14,22 +14,24 @@ Right now, there's only 3 (which makes sense, since that's all I'm using at the
Two simple reasons.
1. I like having a simple, permanent link to each license's text (ideally, with my name on said licenses).
1. I like having a simple, permanent link[^1] to each license's text (ideally, with my name on said licenses).
2. If I'm going to have a simple, permanent link to each license's text, it's going to be hosted on my website.
See? Simple.
### Where Are They Being Used?
- [Creative Commons CC0 1.0 Universal](/licenses/cc0.html)
- [Creative Commons CC0 1.0 Universal](/licenses/cc0/)
- Most of the client [CSS](/styles/styles.css) and [JS](/scripts/scripts.js) files here, [MythicWarsGame.com](https://www.mythicwarsgame.com/), and [PlanarVagabond.com](https://www.planavagabond.com/) are released under this license (and shipped un-minified) to make it easier for others to read the underlying #web code.
- I've been toying with some AI image generators for making simple pictures of [magic items](https://www.planarvagabond.com/magic-items/) (as well as the odd NPC), but the Federal Copyright Office says they can't be copyrighted, so I released them under this license as well.
- [Creative Commons Attribution-ShareAlike 4.0 International](/licenses/cc-by-sa.html)
- I've been toying with some AI image generators for making simple pictures of [magic items](https://www.planarvagabond.com/magic-items/) (as well as the odd NPC), but the Federal Copyright Office says they can't be copyrighted, so I released them under this license as well (just so there's no doubt).
- [Creative Commons Attribution-ShareAlike 4.0 International](/licenses/cc-by-sa/)
- Most of the content here and at my other sites (often stored in [Markdown](https://www.markdownguide.org/) format).
- Honestly, this is my favorite license to use, as it feels like it helps others build new things without enabling over-monetization (including the scourge that are web ads).
- [The MIT License](/licenses/mit.html)
- [The MIT License](/licenses/mit/)
- The server-side source for most of my [server-based projects](https://git.itsericwoodward.com/explore/repos) (and most of the forks stashed on my [Github account](https://github.com/ItsEricWoodward)) are released under this license
I'm working on a few other fun projects right now, and I figure that having these links will be increasingly useful if and when I get them to launch.
Until next time, here's to the future!
[^1]: Links updated 2024-01-26 to use directory URLs rather than direct file URLs. The old links still work and will continue to until they get replaced with "301 moved permanently" redirects to the new links. I also added the [GPL](/licenses/gpl/) to the list (in preparation for a super-secret project that I'm currently working on).