Skip to content

Commit 13cfbcd

Browse files
committed
docs: Convert website to github pages
Using markdown instead of HTML.
1 parent 75bdd19 commit 13cfbcd

File tree

3 files changed

+38
-50
lines changed

3 files changed

+38
-50
lines changed

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: libsigc++

docs/index.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
--
2+
layout: default
3+
title: libxml++
4+
--
5+
6+
## Introduction
7+
8+
libxml++ is a C++ wrapper for the [libxml](http://www.xmlsoft.org) XML parser library.
9+
10+
## License
11+
12+
Libxml++ is released under the [LGPL](http://www.gnu.org/licenses/lgpl.html#TOC1) version 2 or above
13+
14+
## Download
15+
16+
You can download libxml++ from [here](http://ftp.gnome.org/pub/GNOME/sources/libxml++/).
17+
18+
## Required Libraries
19+
20+
* [libxml2](http://www.xmlsoft.org/)
21+
* [glibmm-2.4](http://www.gtkmm.org/) (or a subset of it containing at least Glib::ustring)
22+
23+
## Documentation
24+
25+
The short [reference documentation](http://library.gnome.org/devel/libxml++-tutorial/stable/)
26+
27+
The short [manual](http://library.gnome.org/devel/libxml++-tutorial/stable/) gives an overview of the libxml++ API. You can also browse online the [reference documentation](http://library.gnome.org/devel/libxml++/stable/).
28+
29+
## Development
30+
31+
Libxml++ uses the GNOME [git repository](https://gitlab.gnome.org/GNOME/libxmlplusplus/).
32+
33+
Bugs and patches are tracked in GNOME's GitLab issue tracker. Here is a list of [open issues](https://gitlab.gnome.org/GNOME/libxmlplusplus/issues). Add new issues [here](https://gitlab.gnome.org/GNOME/libxmlplusplus/issues/new).
34+
35+
## Contact
36+
37+
Please use the [libxmlplusplus-list mailing list](http://mail.gnome.org/mailman/listinfo/libxmlplusplus-list) or GitLab. Please do not just email the developers directly.

0 commit comments

Comments
 (0)