From cc3895d00032cc270aa921fa41c2dceacbee0d3d Mon Sep 17 00:00:00 2001 From: Stian Grenborgen Date: Sun, 19 Jun 2022 09:48:43 +0200 Subject: [PATCH] Website: Fixes more overflowing content on mobile. --- .../subversion-repository-layout.html | 2 +- www.freecol.org/documentation/subversion.html | 28 ++++++------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/www.freecol.org/documentation/subversion-repository-layout.html b/www.freecol.org/documentation/subversion-repository-layout.html index 38b210b2a..9389b79f8 100644 --- a/www.freecol.org/documentation/subversion-repository-layout.html +++ b/www.freecol.org/documentation/subversion-repository-layout.html @@ -46,7 +46,7 @@ We are developing two versions of FreeCol at the same time: the main version and a stable branch.

- BRANCHES + BRANCHES

We use the stable branch only for bugfix releases while new features are placed in the main version. When fixing bugs we add the changes both to the stable branch and the main version. diff --git a/www.freecol.org/documentation/subversion.html b/www.freecol.org/documentation/subversion.html index fa9b45c0e..baf251a7f 100644 --- a/www.freecol.org/documentation/subversion.html +++ b/www.freecol.org/documentation/subversion.html @@ -16,26 +16,14 @@

Get the latest development version

The stability of the trunk might be poor, but is recommended for users who are comfortable with Java development and who would like to test new features and report bugs. If more stability is desired, it is usually better to work from the current release.

You need a Subversion client in order to get the development version of the game. - - - - - - -
- - - - - - - - - - - -
Main version:https://svn.freecol.org/svnroot/freecol/freecol/trunk
Current release:https://svn.freecol.org/svnroot/freecol/freecol/tags/<release>
-
+

+ Main version: +

https://svn.freecol.org/svnroot/freecol/freecol/trunk
+

+

+ Current release: +

https://svn.freecol.org/svnroot/freecol/freecol/tags/<release>
+

This is how you can get the versions using command-line subversion (refer to the application's documentation otherwise):