Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
links:dev [12/28/2025 22:20] – [Web] Rodricklinks:dev [01/10/2026 01:06] (current) Rodrick
Line 1: Line 1:
-====== Development Links ======+====== Development Links ===== 
 + 
 +## General 
 + 
 +* [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) | A specification for adding human and machine readable meaning to commit messages 
 +* [Open Source Guides](https://opensource.guide/) | Learn how to launch and grow open source projects.  
 +* [Make a README](https://www.makeareadme.com/) | Guide for making README files 
 +* [Semantic Versioning](https://semver.org/
 +* [tinytools.directory](https://tinytools.directory/) | "Open source, experimental, and tiny tools roundup" 
 ## Web ## Web
 +
 +### Technology
 +
 +* [htp](https://htp.sourceforge.net/) | I haven't tried this yet, but I plan to.
 +
 +### Schemas, formats, components, yadda yadda
 +
 +* [microformats](https://microformats.org/)
 +* [XFN](https://gmpg.org/xfn/) | Xhtml Friends Network
 +* [Schema.org](https://schema.org/)
 +
 +### Tools
 +
 +* [Drawbox](https://drawbox.nekoweb.org/)
 +
 +### Anti-Bot Stuff
 +
 +* [Anubis](https://anubis.techaro.lol/) | Weigh the soul of incoming HTTP requests to protect your website!
 +
 +### Resources
 +
 +* [Website Policies](https://www.websitepolicies.com/) | "Attorney-drafted legal policies and consent tools, personalized to your needs in minutes."
  
 ### Tutorials & Courses ### Tutorials & Courses
 +
 * [Computer Science for Web Programming Certificate Course](https://www.edx.org/certificates/professional-certificate/harvardx-computer-science-for-web-programming) * [Computer Science for Web Programming Certificate Course](https://www.edx.org/certificates/professional-certificate/harvardx-computer-science-for-web-programming)
 +* [Run your own social](https://runyourown.social/)
  
 ## Software ## Software