mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 18:29:12 +00:00
Add migration notice to README
This commit is contained in:
parent
411d06d9c8
commit
c50b6c3966
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue