mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 11:31:26 +01:00
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<!--
|
|
* FCKeditor - The text editor for internet
|
|
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
|
*
|
|
* Licensed under the terms of the GNU Lesser General Public License:
|
|
* http://www.opensource.org/licenses/lgpl-license.php
|
|
*
|
|
* For further information visit:
|
|
* http://www.fckeditor.net/
|
|
*
|
|
* "Support Open Source software. What about a donation today?"
|
|
-->
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>FCKeditor - Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style type="text/css">
|
|
body { font-family: arial, verdana, sans-serif }
|
|
p { margin-left: 20px }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
FCKeditor Documentation</h1>
|
|
<p>
|
|
You can find all the available documentation for FCKeditor online, at our wiki web
|
|
site:</p>
|
|
<blockquote dir="ltr" style="margin-right: 0px">
|
|
<p>
|
|
<a href="http://wiki.fckeditor.net/">http://wiki.fckeditor.net/</a></p>
|
|
</blockquote>
|
|
</body>
|
|
</html>
|