mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
better documentation
This commit is contained in:
parent
d7544b848d
commit
010e576d56
79
README.rst
79
README.rst
@ -46,19 +46,72 @@ LdapCherry also aims to be as simple as possible to deploy: no crazy dependencie
|
|||||||
Screenshot
|
Screenshot
|
||||||
**************
|
**************
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
|
|
||||||
<script src="http://unslider.com/unslider.min.js"></script>
|
<style>
|
||||||
<div class="banner">
|
#images {
|
||||||
<ul>
|
width: 800px;
|
||||||
<li style="background-image: url('https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093051_1438x1064_scrot.png');">
|
height: 600px;
|
||||||
</li>
|
overflow: hidden;
|
||||||
</ul>
|
position: relative;
|
||||||
</div>
|
|
||||||
<script>
|
margin: 20px auto;
|
||||||
$(function() {
|
}
|
||||||
$('.banner').unslider();
|
#images img {
|
||||||
});
|
width: 800px;
|
||||||
</script>
|
height: 600px;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: -400px;
|
||||||
|
z-index: 1;
|
||||||
|
opacity: 0;
|
||||||
|
|
||||||
|
transition: all linear 500ms;
|
||||||
|
-o-transition: all linear 500ms;
|
||||||
|
-moz-transition: all linear 500ms;
|
||||||
|
-webkit-transition: all linear 500ms;
|
||||||
|
}
|
||||||
|
#images img:target {
|
||||||
|
left: 0;
|
||||||
|
z-index: 9;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
#images img:first-child {
|
||||||
|
left: 0;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
#slider {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#slider a {
|
||||||
|
text-decoration: none;
|
||||||
|
background: #E3F1FA;
|
||||||
|
border: 1px solid #C6E4F2;
|
||||||
|
padding: 4px 6px;
|
||||||
|
color: #222;
|
||||||
|
margin: 20px auto;
|
||||||
|
}
|
||||||
|
#slider a:hover {
|
||||||
|
background: #C6E4F2;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div id="images">
|
||||||
|
<img id="image1" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093051_1438x1064_scrot.png' />
|
||||||
|
<img id="image2" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093130_1438x1064_scrot.png' />
|
||||||
|
<img id="image3" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093147_1438x1064_scrot.png' />
|
||||||
|
<img id="image4" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093152_1438x1064_scrot.png' />
|
||||||
|
<img id="image5" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093215_1438x1064_scrot.png' />
|
||||||
|
<img id="image6" src='https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/sc/2015-07-06-093234_1438x1064_scrot.png' />
|
||||||
|
</div>
|
||||||
|
<div id="slider">
|
||||||
|
<a href="#image1">1</a>
|
||||||
|
<a href="#image2">2</a>
|
||||||
|
<a href="#image3">3</a>
|
||||||
|
<a href="#image4">4</a>
|
||||||
|
<a href="#image5">5</a>
|
||||||
|
<a href="#image6">6</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
`Screenshots directory <https://github.com/kakwa/ldapcherry/tree/master/docs/assets/sc>`_
|
`Screenshots directory <https://github.com/kakwa/ldapcherry/tree/master/docs/assets/sc>`_
|
||||||
|
|
||||||
***********
|
***********
|
||||||
|
@ -1,59 +1,13 @@
|
|||||||
==============
|
.. include:: ../README.rst
|
||||||
LdapCherry
|
|
||||||
==============
|
|
||||||
|
|
||||||
Ldap management web interface.
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
:Dev: `ldapcherry git <https://github.com/kakwa/ldapcherry>`_
|
|
||||||
:PyPI: `ldapcherry package <http://pypi.python.org/pypi/ldapcherry>`_
|
|
||||||
:License: MIT
|
|
||||||
:Author: Pierre-Francois Carpentier - copyright © 2014
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
*************
|
*************
|
||||||
Site Menu
|
Site Menu
|
||||||
*************
|
*************
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
install
|
install
|
||||||
deploy
|
deploy
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
****************
|
|
||||||
Presentation
|
|
||||||
****************
|
|
||||||
|
|
||||||
ldapCherry is cherrypy application to manage ldap entries.
|
|
||||||
|
|
||||||
It's main functionalities are:
|
|
||||||
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
ldapCherry aims to be a simple to deploy and to use ldap web interface.
|
|
||||||
|
|
||||||
**************
|
|
||||||
Screenshot
|
|
||||||
**************
|
|
||||||
|
|
||||||
.. image:: assets/main_screen.png
|
|
||||||
:width: 600 px
|
|
||||||
|
|
||||||
*******************************
|
|
||||||
Discussion / Help / Updates
|
|
||||||
*******************************
|
|
||||||
|
|
||||||
* IRC: `Freenode <http://freenode.net/>`_ ``#ldapcherry`` channel
|
|
||||||
* Bugtracker: `Github <https://github.com/kakwa/ldapcherry/issues>`_
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
.. image:: assets/python-powered.png
|
|
||||||
.. image:: assets/cherrypy.png
|
|
||||||
|
Loading…
Reference in New Issue
Block a user