-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
184 lines (148 loc) · 6.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Expat XML parser">
<meta name="author" content="">
<title>Welcome to Expat! · Expat XML parser</title>
<!-- Bootstrap core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="./3rdparty/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="./3rdparty/bootswatch/paper/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="./theme/css/main.css">
<link rel="stylesheet" href="./theme/css/solarized-light.css">
<script src="./3rdparty/jquery/jquery-3.6.4.min.js"></script>
<script src="./3rdparty/jquery/jquery-migrate-3.4.1.min.js"></script>
<script src="./3rdparty/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container" id="wrap">
<nav id="navbar" class="navbar navbar-default" role="navigation">
<div class="container">
<!--navbar-header-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href=".">Expat XML parser</a>
</div> <!--navbar-header-->
<!-- Search Box -->
<!--Menuitems, collapable-->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="menuitem-list">
<li >
<a href="https://github.com/libexpat/libexpat/blob/master/expat/Changes" >Changelog</a>
</li>
<li >
<a href="https://github.com/libexpat/libexpat/releases" >Download</a>
</li>
<li >
<a href="https://libexpat.github.io/doc/" >Documentation</a>
</li>
<li >
<a href="https://libexpat.github.io/doc/api/latest/" >API</a>
</li>
<li >
<a href="https://github.com/libexpat/libexpat" >Git Repository</a>
</li>
<li >
<a href="https://libexpat.github.io/doc/users/" >Users</a>
</li>
<li >
<a href="https://github.com/libexpat/libexpat/issues" >Report a Bug</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div> <!--container-->
</nav>
<div class="container">
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="row">
<div class="page-header">
<h1><a href="./">Welcome to Expat!</a></h1>
</div>
</div>
<div class="row">
<div id="page-content">
<h1>Latest News</h1>
<ul>
<li>2024-11-07 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_6_4/expat/Changes">Expat 2.6.<strong>4</strong></a>
has been released, includes <strong>security fixes</strong></li>
<li>2024-09-04 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes">Expat 2.6.<strong>3</strong></a>
has been released, includes <strong>security fixes</strong></li>
<li>2024-03-13 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes">Expat 2.6.<strong>2</strong></a>
has been released, includes <strong>security fixes</strong></li>
<li>2024-02-29 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_6_1/expat/Changes">Expat 2.6.<strong>1</strong></a>
has been released</li>
<li>2024-02-06 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_6_0/expat/Changes">Expat 2.<strong>6</strong>.0</a>
has been released, includes <strong>security fixes</strong></li>
<li>2022-10-25 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_5_0/expat/Changes">Expat 2.<strong>5</strong>.0</a>
has been released, includes <strong>security fixes</strong></li>
<li>2022-09-20 —
<a href="https://github.com/libexpat/libexpat/blob/R_2_4_9/expat/Changes">Expat 2.4.<strong>9</strong></a>
has been released, includes <strong>security fixes</strong></li>
<li><a href="doc/news/">Past news entries</a></li>
</ul>
<h1>What is Expat?</h1>
<p>Welcome to Expat, a stream-oriented XML parser library written in C.<br/>
Expat excels with files too large to fit RAM, and
where performance and flexibility are crucial.</p>
<p>There are a number of <a href="doc/users/">applications, libraries and hardware using Expat</a>,
as well as <a href="doc/bindings/">bindings and 3rd-party wrappers</a>.
Expat is <a href="doc/packages/">packaged everywhere</a>.</p>
<p>Please continue reading with:</p>
<ul>
<li><a href="doc/getting-started/">Getting Started</a></li>
<li><a href="doc/xml-security/">XML Security</a></li>
<li><a href="doc/common-pitfalls/">Common Pitfalls</a></li>
</ul>
<p>If you have found a bug,
please <a href="https://github.com/libexpat/libexpat/issues">report it</a> so it gets fixed.
Thank you!</p>
<p>The Expat development team</p>
</div>
</div>
<div class="row">
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<nav id="footer" class="navbar navbar-default">
<div class="container">
<p id="footer-text" class="navbar-text text-center">
<span id="engine">
Compiled using
<a href="https://docs.getpelican.com">Pelican</a>
</span>
<span id="theme">
with theme
<a href="https://github.com/yuex/pelican-chameleon">Chameleon</a>
</span>
<span id="bootstrap">
on top of
<a href="https://getbootstrap.com/docs/3.4/">Bootstrap 3</a>
</span>
<span id="bootswatch">
and
<a href="https://bootswatch.com/3/paper/">Bootswatch "Paper"</a>
</span>
</p>
</div>
</div>
</nav>
</body>
</html>