Files
racalmas/docs/index.html
2023-02-24 22:08:58 +01:00

76 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>calcms</title>
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="stylesheet" href="/css/style.css">
<!--calcms start-->
<link rel="alternate" type="application/atom+xml" title="Sendeplan Atom" href="/agenda/atom/" />
<link rel="alternate" type="application/rss+xml" title="Sendeplan RSS" href="/agenda/rss/" />
<link rel="alternate" type="application/atom+xml" title="Sendekommentare" href="/agenda/feed_kommentare/" />
<link rel="stylesheet" type="text/css" media="screen" href="/agenda/css/calcms.css" />
<script type="text/javascript" src="/agenda/js/jquery.min.js"></script>
<script type="text/javascript" src="/agenda/js/calcms.js"></script>
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script>
<!--calcms end-->
</head>
<body>
<div id="container">
<header id="header">
<h1><a href="/">calcms</a></h1>
</header>
<nav id="nav-main">
<ul>
<li>
<a href="/">home</a>
</li>
<li>
<a href="/agenda/programm.html">schedule</a>
</li>
<li>
<a href="/agenda/planung/">editor</a>
</li>
<li>
<a href="/download.html">download</a>
</li>
</ul>
</nav>
<div id="content">
<article>
calcms - manage broadcasts at your community radio station.
<p>calcms consists of two components:
<li> edit the broadcast schedule</li>
<li> publish the broadcast schedule </li>
<p>calcms itself is stand-alone, but can be integrated into both static and dynamic web sites.
<p>Documentation can be found here:
<li><a href="http://dev.radiopiloten.de/dokuwiki/doku.php/calcms:start">http://dev.radiopiloten.de/dokuwiki/doku.php/calcms:start</a></li>
<p>This page is a example page for integrating calcms into a static web site.
<br>The template for the integration which is usually hidden to users can be found here:
<li><a href="/programm.html">static template</a></li>
</article>
<aside class="left">
</aside>
<aside class="right">
</aside>
</div>
<footer id="footer">
calcms 2010 - 2023 by <a href="http://radiopiloten.de">http://radiopiloten.de</a>
</footer>
</div>
</body>
</html>