mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
Small fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: SCM-Server and Apache mod\_jk
|
||||
title: SCM-Server and Apache mod_jk
|
||||
subtitle: Setting up SCM-Manager with Apache Tomcat
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: SCM-Server and Apache mod\_proxy
|
||||
title: SCM-Server and Apache mod_proxy
|
||||
subtitle: Setting up SCM-Manager behind a reverse proxy
|
||||
---
|
||||
|
||||
|
||||
@@ -1,85 +1,11 @@
|
||||
---
|
||||
title: Documentation
|
||||
subtitle: Main documentation page
|
||||
subtitle: SCM-Managert Documentation
|
||||
---
|
||||
|
||||
The easiest way to share and manage your Git, Mercurial and Subversion
|
||||
repositories over http.
|
||||
This documentation describes the administration and usage of SCM-Manager.
|
||||
|
||||
- Very easy installation
|
||||
- No need to hack configuration files, SCM-Manager is completely
|
||||
configureable from its Web-Interface
|
||||
- No Apache and no database installation is required
|
||||
- Central user, group and permission management
|
||||
- Out of the box support for Git, Mercurial and Subversion
|
||||
- Full RESTFul Web Service API (JSON and XML)
|
||||
- Rich User Interface
|
||||
- Simple Plugin API
|
||||
- Useful plugins available ( f.e. Ldap-, ActiveDirectory-,
|
||||
PAM-Authentication)
|
||||
- Licensed under the MIT-License
|
||||
## Version and language
|
||||
|
||||
### News
|
||||
|
||||
- **2018-05-04** - SCM-Manager 1.60 released ([download](http://www.scm-manager.org/download/) \|
|
||||
[release notes](release-notes.md))
|
||||
- **2018-04-11** - SCM-Manager 1.59 released
|
||||
|
||||
[All news](http://www.scm-manager.org/news/)
|
||||
|
||||
### Mailing List
|
||||
|
||||
- <scmmanager@googlegroups.com> -
|
||||
[archive](http://groups.google.com/group/scmmanager) \|
|
||||
[subscribe](mailto:scmmanager+subscribe@googlegroups.com)
|
||||
\|
|
||||
[unsubscribe](mailto:scmmanager+unsubscribe@googlegroups.com)
|
||||
|
||||
### Use SCM-Manager
|
||||
|
||||
- [Getting started](getting-started.md)
|
||||
- [Download latest version](http://www.scm-manager.org/download/)
|
||||
- [Frequently Asked Questions](faq.md)
|
||||
- [Upgrade SCM-Manager to a newer version](upgrade.md)
|
||||
- [Download latest snapshot release](download-snapshot-release.md)
|
||||
- [Download Archive](download-archive.md)
|
||||
- [Command line client](command-line-client.md)
|
||||
- [SCM-Server SSL](scm-server-ssl.md)
|
||||
- [ApplicationServer (Tomcat/Glassfish/Jetty)](applicationserver.md)
|
||||
- [Using SCM-Manager with Apache mod\_proxy](apache/apache-mod_proxy.md)
|
||||
- [Using SCM-Manager with Nginx](nginx.md)
|
||||
- [Using SCM-Manager with IIS (Helicon)](iis-helicon.md)
|
||||
- [Permissions](Permissions.md)
|
||||
- [Plugins](http://plugins.scm-manager.org/scm-plugin-backend/page/index.html)
|
||||
- [Revision Control Plugin Comparison](rv-plugin-comparison.md)
|
||||
- [Screenshots](http://www.scm-manager.org/screenshots/)
|
||||
- [Mercurial Subrepositories](subrepositories.md)
|
||||
- [Unix Daemons and Windows Services](daemons.md)
|
||||
- [RPM and DEB packages](RPM%20and%20DEB%20packages.md)
|
||||
- [Build windows mercurial packages for SCM-Manager](https://bitbucket.org/sdorra/build-win-hg-packages)
|
||||
|
||||
### Plugin documentation
|
||||
|
||||
- [Active Directory Plugin](active-directory-plugin.md)
|
||||
- [Branch Write Protect Plugin](branchwp-plugin.md)
|
||||
- [Jenkins Plugin](jenkins-plugin.md)
|
||||
- [Jira Plugin](jira-plugin.md)
|
||||
- [Mail Plugin](mail-plugin.md)
|
||||
- [Path Write Protect Plugin](pathwp-plugin.md)
|
||||
- [Redmine Plugin](redmine-plugin.md)
|
||||
- [Scheduler Plugin](scheduler-plugin.md)
|
||||
- [Trac Plugin](trac-plugin.md)
|
||||
- [WebHook Plugin](webhook-plugin.md)
|
||||
|
||||
### Development
|
||||
|
||||
- [Building SCM-Manager from source](build-from-source.md)
|
||||
- [Java Client API](java-client-api.md)
|
||||
- [Code Snippets](code-snippets.md)
|
||||
- [Configuring Eclipse projects for SCM-Manager](configure-eclipse.md)
|
||||
- [Plugin Descriptor](plugin-descriptor.md)
|
||||
- [ExtensionPoints](ExtensionPoints.md)
|
||||
- [How to create your own plugin](content/docs/1.60.x/en/how-to-create-a-plugin.md)
|
||||
- [Injection Objects](injectionObjects.md)
|
||||
- [API documentation](http://docs.scm-manager.org/apidocs/latest/)
|
||||
- [WebService documentation](http://docs.scm-manager.org/restdocs/current/)
|
||||
The documentation belongs to a specific language and version of SCM-Manager.
|
||||
You can choose your version and language on the menu to the right.
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
- section: Plugins
|
||||
entries:
|
||||
- /scm-plugins/
|
||||
- /how-to-create-a-plugin/
|
||||
- /plugin-descriptor/
|
||||
- /active-directory-plugin/
|
||||
- /branchwp-plugin/
|
||||
|
||||
Reference in New Issue
Block a user