Skip to content

Commit a0b531b

Browse files
committed
add documentation
1 parent 536274a commit a0b531b

File tree

88 files changed

+7112
-330
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7112
-330
lines changed

.skeleton.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Documentation</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="stylesheet" href="style.css" />
8+
<script type="text/javascript" src="script.js"></script>
9+
10+
<!-- You should delete this line if you don't want to use
11+
the JS-based search as it exists just to optimize that. -->
12+
<link rel="prefetch" href="search-results.html" />
13+
</head>
14+
<body>
15+
<div id="page-header">
16+
<div id="logotype">
17+
<span>Documentation</span>
18+
<nav>
19+
<a href="http://mrss.code.kaleidic.io/">Kaleidic Associates Open Source - MRSS</a>
20+
<a href="https://github.com/kaleidicpublic/mrss/">Github - MRSS wrapper for D</a>
21+
</nav>
22+
</div>
23+
24+
<form id="search" action="search-docs.html">
25+
<input placeholder="Find a symbol name..." type="search" name="searchTerm" />
26+
<input type="submit" value="Go" />
27+
</form>
28+
</div>
29+
<div id="page-body">
30+
<div id="page-content">
31+
</div>
32+
<div id="page-nav">
33+
</div>
34+
</div>
35+
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
36+
</body>
37+
</html>

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
libmrss D interface
1+
libmrss D Wrapper
22
====================
3+
Ported to the [D Programming language](https://dlang.org) by Laeeth Isharc 2015,2016,2017 with changes by Ilya Yaroshenko.
4+
5+
Generated documentation at [Kaleidic Open Source - MRSS](http://mrss.code.kaleidic.io)
6+
37
[mRss](http://www.autistici.org/bakunin/libmrss/doc/) is a C library for parsing, writing and creating RSS/ATOM files or streams.
48

59
This library supports:

0 commit comments

Comments
 (0)