/[web]/nav/index.php
ViewVC logotype

Annotation of /nav/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2051 - (hide annotations) (download)
Sun Feb 10 15:58:16 2013 UTC (11 years, 2 months ago) by rda
File size: 1134 byte(s)
add license headers
1 rda 2051 <?php
2     /**
3     * mageia.org global nav bar.
4     *
5     * PHP version 5.4
6     *
7     * @category Mageia
8     * @package Mageia\Web\nav
9     * @author rda <rda@mageia.org>
10     * @link http://nav.mageia.org/
11     *
12     * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2+
13     *
14     * This program is free software; you can redistribute it and/or modify it
15     * under the terms of the GNU General Public License aspublished by the
16     * Free Software Foundation; either version 2 of the License, or (at your
17     * option) any later version.
18     */
19     ?><html lang="en">
20 rda 1096 <head>
21     <meta name="robots" content="noindex,nosnippet,nofollow">
22     <title>mognase doc</title>
23     <style>
24     html, body { margin: 0; padding: 0; }
25     #navdoc { font: 14px/1.4 "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; margin: 10px; }
26     #navdoc code { background: #333; color: #eee; font-size: 80%; padding: 0.5em; }
27     </style>
28     </head>
29     <body class="community">
30     <div id="navdoc">
31     <?php
32     include 'lib/php-markdown/markdown.php';
33     echo Markdown(file_get_contents('README.md'));
34     ?>
35     </div>
36 rda 1097 <script src="/js/"></script>
37 rda 1096 </body>
38     </html>

  ViewVC Help
Powered by ViewVC 1.1.30