From baa4e86bae8bb6a2884d74b21dc374e68dad8bbd Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 05 12月 2020 23:37:23 +0800 Subject: [PATCH] minor changes --- doc/usage/concepts.rst | 2 +- doc/index.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 29a66ea..23172c7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,6 @@ -########################################### -Licensecc: a C++ license manager -########################################### +############## +Licensecc +############## *Copy protection, licensing library and license generator for Windows and Linux.* |c11|_ |License|_ |unstable|_ |TravisBuild|_ |GithubCI|_ |CodacyBadge|_ |codecov|_ |forum|_ @@ -196,7 +196,7 @@ .. meta:: :description: open source license manager, copy protection library in C++. - :keywords: c++, licensing software, license manager, open source, copy protection, hardware identifcation + :keywords: c++, open source, licensing software, copy protection, license manager, hardware identifcation .. title:: - Copy protection in C++ + C++ copy protection library diff --git a/doc/usage/concepts.rst b/doc/usage/concepts.rst index 55cef06..c7f244a 100644 --- a/doc/usage/concepts.rst +++ b/doc/usage/concepts.rst @@ -12,7 +12,7 @@ Since we're open source the keys can't be generated once and committed to github, we need to generate them before the compilation of the library. -A ``project`` in ``licensecc`` terms refers to a folder containing a private key, a public key and a file containing customizations. +A ``project`` in `licensecc` terms refers to a folder containing a private key, a public key and a file containing customizations. Licensecc source tree can host multiple projects simultaneously, but can compile only one project at once. Projects are stored by default in the ``licensecc\projects`` folder, though you can place them elsewhere. -- Gitblit v1.9.1