PHP Classes

File: gestion/doc_help7.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   gestion/doc_help7.php   Download  
File: gestion/doc_help7.php
Role: Application script
Content type: text/plain
Description: Script of application
Class: OPDS PHP Ebook Publisher Class
Publish and distribute ebooks for download
Author: By
Last change:
Date: 3 years ago
Size: 1,682 bytes
 

Contents

Class file image Download
<?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>&nbsp;</p>
<p>&nbsp;</p>
</body>

</html>