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
28616be5
Commit
28616be5
authored
Apr 06, 2012
by
Zoggy
Browse files
add web
parent
5c522b01
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
28616be5
This diff is collapsed.
Click to expand it.
Makefile
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
# et en Automatique. All rights reserved. #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU L
ibrary
General Public License version #
#
2.1
as published by the Free Software Foundation. #
# it under the terms of the GNU L
esser
General Public License version
#
#
3
as published by the Free Software Foundation.
#
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
...
...
@@ -55,10 +55,15 @@ rss.cmxa: $(CMIFILES) $(CMXFILES)
.PHONY
:
doc depend
doc
:
doc
:
all
mkdir
-p
html
$(OCAMLDOC)
-d
html
-html
rss.mli
webdoc
:
doc
mkdir
-p
../ocamlrss-gh-pages/refdoc
cp
html/
*
../ocamlrss-gh-pages/refdoc/
cp
web/index.html web/style.css ../ocamlrss-gh-pages/refdoc/
.depend depend
:
$(OCAMLDEP)
rss
*
.ml rss
*
.mli
>
.depend
...
...
header
View file @
28616be5
...
...
@@ -4,8 +4,8 @@
et en Automatique. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU L
ibrary
General Public License version
2.1
as published by the Free Software Foundation.
it under the terms of the GNU L
esser
General Public License version
3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
rss.ml
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rss.mli
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rss_date.ml
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rss_date.mli
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rss_io.ml
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rss_types.ml
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
rsstest.ml
View file @
28616be5
...
...
@@ -5,8 +5,8 @@
(* et en Automatique. All rights reserved. *)
(* *)
(* This program is free software; you can redistribute it and/or modify *)
(* it under the terms of the GNU L
ibrary
General Public License version *)
(*
2.1
as published by the Free Software Foundation. *)
(* it under the terms of the GNU L
esser
General Public License version
*)
(*
3
as published by the Free Software Foundation.
*)
(* *)
(* This program is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
...
...
web/index.html
0 → 100644
View file @
28616be5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta
content=
"text/html; charset=UTF-8"
http-equiv=
"Content-Type"
/>
<title>
OCaml-RSS: Reading and writing RSS channels in OCaml
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"style.css"
title=
"Default"
/>
</head>
<body><div
id=
"page"
>
<h1>
OCaml-RSS
</h1>
<h2>
What is OCaml-RSS ?
</h2>
<p>
OCaml-RSS is a small OCaml library providing functions to parse and
print RSS 2.0 files. The parser can also parse some RDF files, but
some fields are not taken into account. There is still some work
to do (add missing RSS 2.0 attributes, add convenient functions).
</p>
<p>
OCaml-RSS was previously part of
<a
href=
"http://home.gna.org/cameleon/"
>
Cameleon
</a>
but is now developped separately and is findlib compatible.
</p>
<h2>
Download
</h2>
<p>
OCaml-RSS is
<a
href=
"https://github.com/zoggy/ocamlrss"
>
hosted on Github
</a>
.
</p>
<h3>
Releases
</h3>
<ul>
<li><a
href=
"ocamlrss-2.0.tar.gz"
>
2.0
</a>
[2012-04-06]:
first release after extraction from Cameleon. Now uses Xmlm instead
of Xml-light.
</li>
</ul>
<h2>
Installation
</h2>
<p>
OCaml-RSS requires
<a
href=
"http://erratique.ch/software/xmlm"
>
Xmlm
</a>
>
= 1.1.0.
</p>
<p>
To compile and install:
</p>
<ul>
<li><span
class=
"shell"
>
tar xvfz ocamlrss-XXX
</span></li>
<li><span
class=
"shell"
>
cd ocamlrss-XXX
</span></li>
<li><span
class=
"shell"
>
make all install
</span></li>
</ul>
<h2>
Documentation
</h2>
<p>
Reference documentation is
<a
href=
"refdoc/Rss.html"
>
here
</a>
</p>
<h2>
License
</h2>
OCaml-RSS is released under the
<a
href=
"http://www.gnu.org/licenses/gpl.html"
>
LGPL v3
</a>
.
<h2>
Author and contact
</h2>
Maxence Guesdon
<tt>
<
Maxence 'DOT' Guesdon 'AT' inria 'DOT' fr
>
</tt>
</body>
</html>
web/style.css
0 → 100644
View file @
28616be5
body
{
text-align
:
center
;
font-family
:
Helvetica
,
Arial
,
sans-serif
;
/*sans-serif;*/
font-size
:
14px
;
margin
:
0px
3em
0px
3em
;
background-color
:
white
;
background
:
url(binary_small.jpg)
no-repeat
top
left
;
}
div
#page
{
text-align
:
left
;
width
:
600px
;
margin-left
:
200px
;
}
h1
{
text-align
:
center
}
h2
{
margin-top
:
1.5em
;
border-width
:
0
;
border-style
:
solid
;
border-color
:
black
;
margin-left
:
-10px
;
}
pre
.shell
{
font-family
:
courier
;
font-size
:
10pt
;
font-weight
:
bold
;
padding-left
:
6px
;
padding-right
:
6px
;
margin-left
:
6px
;
margin-top
:
3px
;
margin-bottom
:
3px
;
border-width
:
0
0
0
2px
;
border-color
:
black
;
border-style
:
solid
;
}
span
.shell
{
font-family
:
courier
;
font-size
:
10pt
;
font-weight
:
bold
;
}
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