<?php
/*
// OPDS basic gestion (only add entities and relations, not modify)
// Version: 0.1
// Pierre FAUQUE, <pierre@fauque.net>
// Script: 2014, Script->Class: 2019, Gestion: may 2020
// Encoding: UTF-8
// Text editor: GNU/Linux Debian Vi
// File: doc_help7.php (v0.1)
// Role: Documentation, help page 7 (external documentations and links)
*/
require("init.php");
require("lib_lddocs.php");
?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OPDS help, documentations, links</title>
<link rel="stylesheet" href="opds.css" type="text/css" />
<style type="text/css">
.c { margin-left:1.5em; }
.sc { margin-left:3em; }
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td class="cmen">
<?php menu(); ?></td>
<td class="cont">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<h1>DOC : Help - Documentation, links</h1>
<div style="width:800px">
<div class="smen"><?php require("menu_help.php"); ?></div>
<ul>
<li> <a href="https://en.wikipedia.org/wiki/Open_Publication_Distribution_System" target="_blank">https://en.wikipedia.org/wiki/Open_Publication_Distribution_System</a></li>
<li> <a href="https://sigil-ebook.com" target="_blank">https://sigil-ebook.com</a></li>
<li> <a href="https://portableapps.com/apps/office/sigil-portable" target="_blank">https://portableapps.com/apps/office/sigil-portable</a> (installable on an USB hey)</li>
</ul>
</div>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
</td>
</tr>
</table>
<p> </p>
<p> </p>
</body>
</html>
|