From b1ecd639a21eb73b185cbed66b1307f5d39ac529 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 14 3月 2020 23:40:30 +0800 Subject: [PATCH] docs with sphinx --- doc/other/glossary.md | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Basic-concepts.md b/doc/other/glossary.md similarity index 76% rename from doc/Basic-concepts.md rename to doc/other/glossary.md index 0cde5da..9234d31 100644 --- a/doc/Basic-concepts.md +++ b/doc/other/glossary.md @@ -1,12 +1,13 @@ -#Basic concepts and terminology +# Glossary -##Project +Some `common` word that recur into the documentation have a specific meaning. Below an explanation of the terms and concepts used. + +## Project A project corresponds to one application where the licensing system need to be integrated. Each project has its own private key and its own folder where `licensecc` is compiled. Currently we support only one project per (build) machine. This is especially true in Windows, where the private key has the same name for all the projects. -##Features +## Features Features let licensed application to selectively enable or disable functions in the application, features are part of the original license, they do not have hardware identifications, they only have validity date. -#Customizing the build -- Gitblit v1.9.1