Add migration notice to README

This commit is contained in:
Adriano Caloiaro 2026-07-19 09:31:49 -06:00
parent 411d06d9c8
commit c50b6c3966

View file

@ -1,3 +1,5 @@
**NOTICE**: This repository has been moved to [https://code.adriano.fyi/me/frm](https://code.adriano.fyi/me/frm). Microsoft has shown little interest in stewarding what was once the best and largest open source community. This small act of migration is my way showing that we don't all support Microsoft's disinterest.
# frm # frm
frm is an embeddable HTML form builder for Go. Its goal is to be embeddable within any `net/http`-comptabile http router. frm is an embeddable HTML form builder for Go. Its goal is to be embeddable within any `net/http`-comptabile http router.
@ -43,4 +45,4 @@ This mounts frm to a router at `/frm/{frm_workspace_id}`.
## Inspiration ## Inspiration
This project is heavily inspired by [opnform](https://github.com/jhumanj/opnform). OpnForm is very good, and if you don't have an _embeddable in Go_ requirement, then you should consider OpnForm instead. This project is heavily inspired by [opnform](https://github.com/jhumanj/opnform). OpnForm is very good, and if you don't have an _embeddable in Go_ requirement, then you should consider OpnForm instead.