From 36ce07093b68b07513149577c209ae7a57ab356b Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 15 3月 2020 16:26:21 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' into develop issues #2 #3 #14 #49 --- 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