source: chapter08/markupsafe.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-markupsafe" role="wrap">
9 <?dbhtml filename="markupsafe.html"?>
10
11 <sect1info condition="script">
12 <productname>markupsafe</productname>
13 <productnumber>&markupsafe-version;</productnumber>
14 <address>&markupsafe-url;</address>
15 </sect1info>
16
17 <title>MarkupSafe-&markupsafe-version;</title>
18
19 <indexterm zone="ch-system-markupsafe">
20 <primary sortas="a-markupsafe">MarkupSafe</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>MarkupSafe is a Python module that implements an XML/HTML/XHTML Markup
27 safe string.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32 <seglistitem>
33 <seg>&markupsafe-fin-sbu;</seg>
34 <seg>&markupsafe-fin-du;</seg>
35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of MarkupSafe</title>
42
43 <para>Compile MarkupSafe with the following command:</para>
44
45<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
46
47 <para>This package does not come with a test suite.</para>
48
49 <para>Install the package:</para>
50
51<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-markupsafe" role="content">
56 <title>Contents of MarkupSafe</title>
57
58 <segmentedlist>
59 <segtitle>Installed directory</segtitle>
60
61 <seglistitem>
62 <seg>
63 /usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;.dist-info
64 </seg>
65 </seglistitem>
66 </segmentedlist>
67
68 </sect2>
69
70</sect1>
71
Note: See TracBrowser for help on using the repository browser.