ocaml-mediawiki Code
Status: Planning
Brought to you by:
ppedrot
File | Date | Author | Commit |
---|---|---|---|
api | 2012-08-29 |
![]() |
[6a4ebb] More WMeta queries |
script | 2011-10-25 |
![]() |
[de9bcc] Upload: Almost there |
tools | 2011-10-25 |
![]() |
[de9bcc] Upload: Almost there |
wikisource | 2011-08-07 |
![]() |
[2f287b] New script folder |
.gitignore | 2012-07-15 |
![]() |
[4b63dd] Added .gitignore |
META | 2011-10-13 |
![]() |
[e99316] Using SSL connection by default |
Makefile | 2012-07-15 |
![]() |
[b900e2] Small fix to Makefile |
README | 2012-07-15 |
![]() |
[7f805a] Added a README |
make_interface.ml | 2011-08-19 |
![]() |
[6a3542] Added a primitive to relogin |
This is OCaml-Mediawiki, a high-level binding for MediaWiki API written in OCaml. The required dependencies are: - ocaml - findlib - ocaml-zip - ocaml-expat - ocaml-batteries - ocaml-net To compile, type: make To install: make install Documentation may be generated through: make doc