Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
docs/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (30 sloc)
1.36 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: home | |
--- | |
<h2>Site Sections</h2> | |
<ul> | |
<li><a href="/book/">MidPoint Book</a></li> | |
<li><a href="/iam/">Identity and Access Management Introduction</a></li> | |
<li><a href="/midpoint/">MidPoint</a></li> | |
<ul> | |
<li><a href="/midpoint/midprivacy/">MidPrivacy initiative</a></li> | |
<li><a href="/midpoint/midscale/">MidScale</a></li> | |
<li><a href="/midpoint/studio/">MidPoint Studio</a></li> | |
<li><a href="/midpoint/devel/">MidPoint developer zone</a></li> | |
<li><a href="/midpoint/tools/">MidPoint-related tools</a></li> | |
<li><a href="/midpoint/exercises/">MidPoint Exercises</a></li> | |
</ul> | |
<li><a href="/community/">Community and participation</a></li> | |
<li><a href="/connectors/">Identity Connectors</a></li> | |
<li><a href="/talks/">Evolveum Talks</a></li> | |
<li><a href="/library/">Evolveum Library</a></li> | |
<li><a href="/faq/">Frequently Asked Questions</a></li> | |
</ul> | |
<h2>Other Information Sources</h2> | |
<ul> | |
<li><a href="https://jira.evolveum.com/">MidPoint Bug Tracking (Jira)</a></li> | |
<li><a href="https://lists.evolveum.com/">MidPoint Mailing Lists</a></li> | |
</ul> | |
<h2>Copyright</h2> | |
Content of this site is licensed under CC BY-NC-ND, which allows quite a broad use of the documentation. | |
Please see our <a href="/copyright/">copyright and licensing guidelines</a> for detailed explanation. |