From 9d06872eb5605450df6ffc1e9738d6f6db31d27c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 29 Nov 2015 15:46:13 +0100 Subject: [PATCH] Logo added in documentation generation --- tools/machinetag.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/machinetag.py b/tools/machinetag.py index 8ad2c1e..c42a31a 100755 --- a/tools/machinetag.py +++ b/tools/machinetag.py @@ -42,9 +42,11 @@ doc = '' if args.a: doc = doc + ":toc: right\n" doc = doc + ":icons: font\n" + doc = doc + ":images-cdn: https://raw.githubusercontent.com/MISP/MISP/master/INSTALL/logos/\n" doc = doc + "= MISP taxonomies and classification as machine tags\n\n" doc = doc + "Generated from https://github.com/MISP/misp-taxonomies.\n\n" - doc = doc + "Taxonomies that can be used in MISP (2.4) and other information sharing tool and expressed in Machine Tags (Triple Tags). A machine tag is composed of a namespace (MUST), a predicate (MUST) and an (OPTIONAL) value. Machine tags are often called triple tag due to their format." + doc = doc + "\nimage::{images-cdn}misp-logo.png[MISP logo]\n" + doc = doc + "Taxonomies that can be used in MISP (2.4) and other information sharing tool and expressed in Machine Tags (Triple Tags). A machine tag is composed of a namespace (MUST), a predicate (MUST) and an (OPTIONAL) value. Machine tags are often called triple tag due to their format.\n" doc = doc + "\n\n" def asciidoc(content=False, adoc=doc, t='title'):