Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zoggy
ocamlrss
Commits
2fb13709
Commit
2fb13709
authored
Mar 19, 2013
by
Zoggy
Browse files
update web page for release 2.1.0
parent
f9df31e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/index.html
View file @
2fb13709
...
...
@@ -29,17 +29,17 @@ OCaml-RSS is <a href="https://github.com/zoggy/ocamlrss">hosted on Github</a>.
<li>
handle namespaces (the list is stored in the
<code>
channel_t
</code>
structure),
</li>
<li>
allow the library user to read addition information from
<
item
>
and
<
channel
>
prefixed subnodes, as the RSS 2.0 specification
indicates this is the way to extend RSS information; as a consequence,
the
<code>
channel_t
</code>
and
<code>
item_t
</code>
types are introduced,
</li>
indicates this is the way to extend RSS information,
</li>
<li>
handle "cloud", "skipHours", "skipDays" and "rating" in channels,
</li>
<li>
use
<code>
Neturl.url
</code>
instead of sting,
</li>
<li>
use
<code>
Neturl.url
</code>
instead of
<code>
st
r
ing
</code>
to represent URLs
,
</li>
<li>
use
<code>
Netdate
</code>
instead of
<code>
Rss_date
</code>
, which was a copy of
<code>
Netdate
</code>
,
</li>
<li>
OCamlRSS now depends on
<a
href=
"http://projects.camlcity.org/projects/ocamlnet.html"
>
OCamlnet
</a>
,
</li>
<li>
default encoding is now UTF-8,
</li>
<li>
new parameter "indent" for printing,
</li>
<li>
new "opts" parameter when reading,
</li>
<li>
reading returns error list besides channel.
</li>
</ul>
Beware that this release introduces backward-incompatible changes.
<strong>
Beware that this release introduces backward-incompatible changes.
</strong>
</li>
<li><a
href=
"ocamlrss-2.0.tar.gz"
>
2.0
</a>
[2012-04-06]:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment