diff options
| -rw-r--r-- | enterprise/8/index.html | 15 | ||||
| -rw-r--r-- | index.html | 2 | 
2 files changed, 13 insertions, 4 deletions
diff --git a/enterprise/8/index.html b/enterprise/8/index.html index 73745936..85cc1f2c 100644 --- a/enterprise/8/index.html +++ b/enterprise/8/index.html @@ -36,27 +36,36 @@  							<a href="remi/x86_64/repoview/" class="inpage">x86_64</a>  						</li>  					</ul> +					<h3>remi-modular</h3> +					<ul class="pkglist"> +						<li> +							<a href="modular/x86_64/repoview/" class="inpage">x86_64</a>, the modular repository +						</li> +					</ul>  					<h3>remi-php74 (only PHP 7.4 and extensions)</h3>  					<ul class="pkglist">  						<li> -							<a href="php73/x86_64/repoview/" class="inpage">x86_64</a> +							<a href="php73/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository  						</li>  					</ul>  					<h3>remi-php73 (only PHP 7.3 and extensions)</h3>  					<ul class="pkglist">  						<li> -							<a href="php73/x86_64/repoview/" class="inpage">x86_64</a> +							<a href="php73/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository  						</li>  					</ul>  					<h3>remi-php72 (only PHP 7.2 and extensions)</h3>  					<ul class="pkglist">  						<li> -							<a href="php72/x86_64/repoview/" class="inpage">x86_64</a> +							<a href="php72/x86_64/repoview/" class="inpage">x86_64</a>, only for browsing, not a real repository  						</li>  					</ul>  					<h3>Test packages, please try them</h3>  					<ul class="pkglist">  						<li> +							<a href="modular-test/x86_64/repoview/" class="inpage">Modules - x86_64</a> +						</li> +						<li>  							<a href="test74/x86_64/repoview/" class="inpage">PHP 7.4 - x86_64</a>  						</li>  						<li> @@ -345,7 +345,7 @@  						</li>  						<li>  							<a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2018" class="inpage">RPM-GPG-KEY-remi2018</a>: -							the GnuPG public key of the key pair used to sign my packages (Fedora 28-29) +							the GnuPG public key of the key pair used to sign my packages (Fedora 28-29 and EL-8)  						</li>  						<li>  							<a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2017" class="inpage">RPM-GPG-KEY-remi2017</a>:  | 
