From 57733e8230349b86ce3521b9cf8b7aba086ea96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 7 May 2020 12:50:59 +0200 Subject: [PATCH] Small fixes --- docs/en/apache/apache-mod_jk.md | 2 +- docs/en/apache/apache-mod_proxy.md | 2 +- docs/en/index.md | 84 ++---------------------------- docs/en/navigation.yml | 1 - 4 files changed, 7 insertions(+), 82 deletions(-) diff --git a/docs/en/apache/apache-mod_jk.md b/docs/en/apache/apache-mod_jk.md index 7607728b0e..f91c423a90 100644 --- a/docs/en/apache/apache-mod_jk.md +++ b/docs/en/apache/apache-mod_jk.md @@ -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 --- diff --git a/docs/en/apache/apache-mod_proxy.md b/docs/en/apache/apache-mod_proxy.md index e24d0dc7ba..df458008ad 100644 --- a/docs/en/apache/apache-mod_proxy.md +++ b/docs/en/apache/apache-mod_proxy.md @@ -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 --- diff --git a/docs/en/index.md b/docs/en/index.md index 22a6d1ed6c..0c9a03bd07 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -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 - -- - - [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. diff --git a/docs/en/navigation.yml b/docs/en/navigation.yml index 7cbfb22adf..83b688113a 100644 --- a/docs/en/navigation.yml +++ b/docs/en/navigation.yml @@ -42,7 +42,6 @@ - section: Plugins entries: - /scm-plugins/ - - /how-to-create-a-plugin/ - /plugin-descriptor/ - /active-directory-plugin/ - /branchwp-plugin/