bellis/README.md

22 lines
762 B
Markdown
Raw Permalink Normal View History

2014-04-16 14:34:26 +00:00
# Bellis
Bellis is a powerful indexing system. Its primary goal is to maintain an up-to-date list of files, possibly annotated. Maintaining up-to-date may rely on original data source (typically the file system: when you add a file in the file system, Bellis add a line in the index), but can evolve from another index (remote index, RSS feed, ...).
It is based on a modular system that can work on file system, file or web content, ... and offers multiple storage formats, such as database, XML file, ...
## Usage
TODO
## Documentation
Have a look to the wiki at https://github.com/nemunaire/bellis/wiki
## Building
TODO
## License
This is free software; you can redistribute it and/or modify it under the same terms as GNU General Public Licence v3.