This commit moves TODOs from the README so they can live in the corresponding project, to which a link is added. Also fixes the link to the LICENSE file. |
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| bin | ||
| config | ||
| db | ||
| lib | ||
| log | ||
| public | ||
| scripts | ||
| spec | ||
| tmp | ||
| vendor | ||
| .dockerignore | ||
| .eslintrc | ||
| .gitignore | ||
| .rspec | ||
| .rubocop.yml | ||
| .stylelintrc | ||
| .tool-versions | ||
| app.json | ||
| babel.config.js | ||
| config.ru | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| package.json | ||
| postcss.config.js | ||
| Procfile | ||
| Procfile.dev | ||
| Rakefile | ||
| README.md | ||
| yarn.lock | ||
siteinspector
Originally, this tool SiteInspector was free, open source software.
According to its github repository, it now feels commercialized under a different name.
The URL pointing to its installation instructions no longer works, either.
This project is an effort to keep siteinspector available for free, and open source, for users like myself.
See the corresponding project for remaining and upcoming tasks.
Description
Siteinspector is (now again) a free, open-source tool that helps to find spelling errors, grammatical errors, and broken links on websites. It's written in Ruby/Rails with a Vue.js front-end, and uses a PostgreSQL database and Sidekiq with Redis to perform concurrent crawling.
NOTE: Currently, siteinspector only supports spelling and grammar checking for the English language. The intent is to make it multilingual in the future.
Installation
Currently, siteinspector is not distributed (yet!).
This will be a longterm effort, so don't expect this to change tomorrow.
Eventually, the idea is to support package manager installations, as well as provide support for running siteinspector with docker.
License
The original source code is licensed under AGPL-3.0, as such this repository is as well.
For the full license text, see LICENSE.