| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Produce a list of links
$ echo 'blakehawkins.com
richardlupton.com' > links.list
# Generate webring++ file
$ ./generate.sh
# Test in a local server
$ ./test.sh &
$ curl localhost:8000/webring++.json
{
"version": 1,
"links": [
"blakehawkins.com",
"richardlupton.com"
]
}
| Back | FazBrowse Home | New Git URL |