Add license informations
This commit is contained in:
parent
a90ca1e942
commit
b601986a06
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -29,7 +29,7 @@ Pages in `/src`can use Gemini (if using `gmi` extension), Markdown, HTML and PHP
|
|||
* `/*/*.gz`
|
||||
|
||||
Note that format translation is only done in the following order:
|
||||
Gemini > Markdown > HTML, which means that the last of the previous format you will use will be the first that will be readable by hypertext browsers. (PHP is executed before.)
|
||||
Gemini > Markdown > HTML, which means that the last of these formats you will use will be the first that will be readable by hypertext browsers. (PHP is executed before.)
|
||||
|
||||
# External dependencies
|
||||
|
||||
|
@ -39,11 +39,17 @@ Gemini > Markdown > HTML, which means that the last of the previous format you w
|
|||
|
||||
# Internal libraries used
|
||||
|
||||
| Name | Description | Source |
|
||||
| --------- | --------------------------- | ------------------------------------------ |
|
||||
| less.php | Compilateur Less en PHP | https://github.com/wikimedia/less.php |
|
||||
| parsedown | Compilateur Markdown en PHP | https://parsedown.org |
|
||||
| Name | Description | Source |
|
||||
| --------- | ------------------------ | ------------------------------------------ |
|
||||
| less.php | Less compiler in PHP | https://github.com/wikimedia/less.php |
|
||||
| parsedown | Markdown compiler in PHP | https://parsedown.org |
|
||||
|
||||
# License
|
||||
|
||||
AGPLv3+
|
||||
[AGPLv3+](LICENSE)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
Reference in a new issue