diff options
| author | Fuwn <[email protected]> | 2022-09-28 14:33:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-28 14:33:00 -0700 |
| commit | fcd468cf5572141f6a9c4f5281cb88d396b2b8b7 (patch) | |
| tree | 2607e4987b46ec2e0e9fb25774d844e7f3d95532 /README.md | |
| parent | feat(skills.json): update skills (diff) | |
| download | locus-fcd468cf5572141f6a9c4f5281cb88d396b2b8b7.tar.xz locus-fcd468cf5572141f6a9c4f5281cb88d396b2b8b7.zip | |
docs(README.md): text to markdown
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c02ed6 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +``` + ______ + | ___| + | |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ + | _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \ + | | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/ + \_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___| + | | + GNU General Public License 3.0 | | + |_| +``` + +# Locus + +## Notable Features + +- Continuously updated, full-text search engine +- Background page indexing and caching +- Simple module integration +- Critical data caching + +Built with [Windmark](https://github.com/gemrest/windmark). |