diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-13 19:44:01 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-13 19:44:01 +0100 |
commit | 205dd9894d581a58c4dc15b1d84da7fe800b3797 (patch) | |
tree | 14f628e58155b0e2d6bd7bd8c35c1a089626fab2 | |
parent | fe7a5240899685f299d88c65f8fa64282cb1d6d5 (diff) | |
download | planet-205dd9894d581a58c4dc15b1d84da7fe800b3797.tar planet-205dd9894d581a58c4dc15b1d84da7fe800b3797.tar.gz planet-205dd9894d581a58c4dc15b1d84da7fe800b3797.tar.bz2 planet-205dd9894d581a58c4dc15b1d84da7fe800b3797.tar.xz planet-205dd9894d581a58c4dc15b1d84da7fe800b3797.zip |
docs/ were moved to moonmoon/moonmoon.github.io
-rwxr-xr-x | docs/css/screen.css | 143 | ||||
-rw-r--r-- | docs/img/blue-moon.jpg | bin | 66760 -> 0 bytes | |||
-rw-r--r-- | docs/index.html | 98 |
3 files changed, 0 insertions, 241 deletions
diff --git a/docs/css/screen.css b/docs/css/screen.css deleted file mode 100755 index fca9ebd..0000000 --- a/docs/css/screen.css +++ /dev/null @@ -1,143 +0,0 @@ -body { - margin: 0; - padding: 0; - background: #e1e6eb; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 200; - line-height: 1.5; -} -a { - color: #555; -} -ul, -ol, -dt, -dd { - margin: 1em 0; - padding: 0; -} -dt { - font-weight: bold; -} -h1, -h2 { - font-family: "Montserrat", sans-serif; -} -h2 { - color: #00b2d2; -} -header { - height: 300px; - overflow: hidden; - background: #000; - position: relative; -} -header div { - position: absolute; - top: 80px; - left: 80px; - right: 80px; - color: #FFF; - z-index: 1; -} - header h1 { - margin: 0; - text-transform: uppercase; - text-shadow:0px 0px 7px #FFF; - } - header h2 { - margin: .5em 0 0 0; - font-size: 1.2em; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 200; - color: #FFF; - } -header img { - display: block; - margin: 60px auto 0 auto; - -webkit-animation: moon 600s infinite linear; - -moz-animation: moon 600s infinite linear; -} - -nav { - display: block; - height: 80px; - padding-left: 80px; - line-height: 80px; - margin-bottom: -80px; - position: relative; - top: -80px; - background: rgba(0,0,0,.3); - border-top: 1px solid rgba(0,0,0,.1); - color: #FFF; - font-family: "Montserrat", sans-serif; - margin-left: -1em; - z-index: 1; -} - .bt { - background: #00dbfc; - - background: #00f8fe; - background: -moz-linear-gradient(top, #00f8fe 0%, #00dbfc 6%, #00d4fb 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00f8fe), color-stop(6%,#00dbfc), color-stop(100%,#00d4fb)); - background: -webkit-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%); - background: -o-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%); - background: -ms-linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%); - background: linear-gradient(top, #00f8fe 0%,#00dbfc 6%,#00d4fb 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8fe', endColorstr='#00d4fb',GradientType=0 ); - - - border-radius: 4px; - color: #001; - display: inline-block; - line-height: 1.5; - padding: 4px 8px; - text-decoration: none; - - text-shadow: 0 1px 0 rgba(255,255,255,.5); - } - .bt:hover { - background: #00f8fe; - } - nav a { - color: #FFF; - margin: 0 1em; - } -.content { - color: #555; - overflow: hidden; - padding: 20px 80px; -} -.content h2 { - text-transform: uppercase; - text-shadow: 0 1px 0 #FFF; - font-size: 1.2em; -} -section { - width: 30%; - margin-right: 5%; - float: left; -} -section:last-child { - margin-right: 0; -} -footer { - background: #CCCCD5; - padding: 20px 80px; -} -@-webkit-keyframes moon { - from { - -webkit-transform: rotate(0); - } - to { - -webkit-transform: rotate(365deg); - } -} -@-moz-keyframes moon { - from { - -moz-transform: rotate(0); - } - to { - -moz-transform: rotate(365deg); - } -}
\ No newline at end of file diff --git a/docs/img/blue-moon.jpg b/docs/img/blue-moon.jpg Binary files differdeleted file mode 100644 index b507d61..0000000 --- a/docs/img/blue-moon.jpg +++ /dev/null diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index a9e4d80..0000000 --- a/docs/index.html +++ /dev/null @@ -1,98 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="UTF-8"> - <title>moonmoon: simple web based feed aggregator in PHP</title> - <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'> - <link rel="stylesheet" href="css/screen.css?v=1"> -</head> -<body> - -<header> - <div> - <h1>moonmoon</h1> - <h2>moonmoon is a simple php app for showing several feeds on one page.</h2> - </div> - <img src="img/blue-moon.jpg" width="898" height="898" alt=""> -</header> - -<nav> - <a href="https://github.com/mauricesvay/moonmoon/releases/download/9.0.0-rc/moonmoon_9.0.0-rc.zip" class="bt">Download 9.0.0-rc</a> or <a href="https://github.com/mauricesvay/moonmoon">fork on github</a> -</nav> - -<div class="content"> - <section> - <h2>FEATURES</h2> - <p> - Moonmoon is stupidly simple: it only aggregates feeds and - spits them out in one single page.<br> It does not archive articles, - it does not do comments nor votes.<br> - <!-- <a href="./demo/">Check out the demo page</a>. --> - </p> - <ul> - <li>Quick 2-step setup</li> - <li>Save resources: no database, no cron required</li> - <li>Easy-to-use administration panel</li> - <li>Standards compliant</li> - </ul> - </section> - - <section> - <h2>INSTALLING</h2> - <ol> - <li>You need a web hosting with PHP 5.3.</li> - <li><a href="https://github.com/mauricesvay/moonmoon/releases">Download the latest version</a></li> - <li>Extract the files.</li> - <li>Upload the files to your server (with FTP)</li> - <li>Go to http://<yoursite>/install.php</li> - </ol> - </section> - - <section> - <h2>DEVELOPMENT</h2> - <p> - Moonmoon is free software and is released under BSD license. - </p> - <p> - The source code is currently hosted on <a href="https://github.com/mauricesvay/moonmoon">github.com/mauricesvay/moonmoon</a> - </p> - </section> -</div> - -<div class="content"> - <h2>FAQ</h2> - <dl> - <dt>Can I use cron to update the feeds?</dt> - <dd> - <p> - Yes. Simply set a cron job to make a GET request (curl/wget/etc) on <code>cron.php</code> - </p> - </dd> - - <dt>How to make it work on my OVH 60GP account?</dt> - <dd> - <p>Create a .htaccess file containing the following directive:</p> - <pre>SetEnv PHP_VER 5</pre> - </dd> - </dl> -</div> - -<footer> - <p> - Moonmoon is developed by <a href="http://svay.com/">Maurice Svay</a> and contributors. It includes the SimplePie library. - </p> - <p>Creative Commons Photo: Luc Viatour / www.Lucnix.be</p> -</footer> - -<script type="text/javascript"> -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); -</script> -<script type="text/javascript"> -try { -var pageTracker = _gat._getTracker("UA-572751-2"); -pageTracker._trackPageview(); -} catch(err) {}</script> - -</body> -</html> |