aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/markupsafe.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2021-07-09 00:03:50 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2021-07-09 00:03:50 -0500
commit47c9152b13cf90cc09fb23e4ee2405bdd5b5576f (patch)
treecbbc5dfd04ec83039db66772f3c2c58fb2801386 /chapter08/markupsafe.xml
parent87119fd250fad6fd818f6fc325e55f513b56e694 (diff)
Add missing files
Diffstat (limited to 'chapter08/markupsafe.xml')
-rw-r--r--chapter08/markupsafe.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/chapter08/markupsafe.xml b/chapter08/markupsafe.xml
new file mode 100644
index 000000000..b75760e2a
--- /dev/null
+++ b/chapter08/markupsafe.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-system-markupsafe" role="wrap" revision="systemd">
+ <?dbhtml filename="markupsafe.html"?>
+
+ <sect1info condition="script">
+ <productname>markupsafe</productname>
+ <productnumber>&markupsafe-version;</productnumber>
+ <address>&markupsafe-url;</address>
+ </sect1info>
+
+ <title>MarkupSafe-&markupsafe-version;</title>
+
+ <indexterm zone="ch-system-markupsafe">
+ <primary sortas="a-markupsafe">MarkupSafe</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title/>
+
+ <para>MarkupSafe is a Python module that implements a XML/HTML/XHTML Markup
+ safe string.</para>
+
+ <segmentedlist>
+ <segtitle>&buildtime;</segtitle>
+ <segtitle>&diskspace;</segtitle>
+ <seglistitem>
+ <seg>&markupsafe-fin-sbu;</seg>
+ <seg>&markupsafe-fin-du;</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of MarkupSafe</title>
+
+ <para>Compile MarkupSafe with the following command:</para>
+
+<screen><userinput remap="make">python3 setup.py build</userinput></screen>
+
+ <para>This package does not come with a test suite.</para>
+
+ <para>Install the package:</para>
+
+<screen><userinput remap="install">python3 setup.py install --optimize=1</userinput></screen>
+
+ </sect2>
+
+ <sect2 id="contents-markupsafe" role="content">
+ <title>Contents of MarkupSafe</title>
+
+ <segmentedlist>
+ <segtitle>Installed directory</segtitle>
+
+ <seglistitem>
+ <seg>/usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;.egg-info and /usr/lib/python&python-minor;/site-packages/markupsafe</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
+