FindSimilar project official website
It available on findsimilar.org
This is the open source project with GPL-3.0 license. Be free to use, fork, clone and contribute.
Information official website for find-similar project
Want to contribute? You are welcome! To easy start please check:
- How to contribute
- How to support
- About governance
- Security policy
- Developer documentation below
This site make with LavaCactus
git clone https://github.com/findsimilar/findsimilar.org.git
pip install -r requirements.txt
This is multi-language website.
Use {% trans 'some text' %}
in template to create template to translate.
Check that gettext tool has been installed sudo apt install gettext
Then use cactus messages:make
to add template to .po
files.
.po
files locates in locale/<language_code>/LC_MESSAGES
.
You can add translation to .po
file on one of the language.
Then use cactus build
to build result static pages.
Result will be store in .build
folder.
Empty yet