diff options
21 files changed, 401 insertions, 5 deletions
diff --git a/forum/index.html b/forum/index.html new file mode 100644 index 00000000..04c99444 --- /dev/null +++ b/forum/index.html @@ -0,0 +1,85 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +	<head> +		<meta content="text/html; charset=utf-8" http-equiv="content-type" /> +		<title>Remi's RPM repository</title> +		<link href="layout/repostyle.css" type="text/css" rel="stylesheet" /> +		<meta content="index,follow" name="robots" /> +		<link rel="shortcut icon" href="/favicon.ico" /> +	<style type="text/css"> +	/* Progress */ +	progress { +		width: 30em; +		background-color: #ff8484; +		border-radius: 1em; +		margin: 0 1em; + +	} + +	progress::-webkit-progress-bar { +		background: #00ee00; +		border-radius: 1em; +	} + +	progress::-moz-progress-bar { +		background: #00ee00; +		border-radius: 1em; +	} + +	.msg { +		font-size: 1.3em; +		margin-bottom: 1em; +	} +	</style> +</head> +<body> +	<div id="page"> +		<div id="top"> +			<h1><span><a href="/">Remi's RPM repository</a></span></h1> +		</div> +		<p id="prelude"> +			<a href="https://blog.remirepo.net/">Blog</a> | +			<a href="https://github.com/remicollet/remirepo/issues">Support</a> | +			<a href="https://rpms.remirepo.net/">Repository</a> | +			<a href="https://rpms.remirepo.net/wizard/">Wizard</a> +		</p> +		<div id="wrapper"> +			<div id="main"> +				<div id="content"> +				<h2>Sorry but due to lack of resources, forums are closed</h2> +				<p class="msg">Please use instead:</p> +					<ul class="pkglist"> +						<li><a href="https://github.com/remicollet/remirepo/issues">Github issue tracker</a> +						for issue reporting, question or discussion</li> +						<li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network">#remirepo</a> +						IRC channel on Libera.chat for live discussion</li> +						<li><a href="https://discord.gg/qwC6kM2dcE">Discord server</a> +						for discussion (with backlog)</li> +					</ul> +				</div> +			</div> +			<div id="sidebar"> +				<h2>Give back</h2> +				<p class="msg">See:</p> +				<ul class="pkglist"> +					<li><a href="https://blog.remirepo.net/pages/MerciThanks">Merci / Thanks</a> page</li> +				</ul> +			</div> +		</div> +	        <hr style="clear:both;"/> +	</div> +	<div id="footer"> +		<ul id="w3c"> +			<li> +				<a id="vxhtml" href="http://validator.w3.org/check/referer">XHTML 1.1 valide</a> +			</li> +			<li> +				<a id="vcss" href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2.0 valide</a> +			</li> +		</ul> + +		<p>Designed for <a href="http://blog.remirepo.net">Remi</a>, +			graphism by <a href="http://bellaminettes.com/">Bruno Bellamy</a></p> +	</div> +</body> +</html> diff --git a/forum/layout/favicon.ico b/forum/layout/favicon.ico Binary files differnew file mode 100644 index 00000000..956fc908 --- /dev/null +++ b/forum/layout/favicon.ico diff --git a/forum/layout/images/elephpant_100_69.png b/forum/layout/images/elephpant_100_69.png Binary files differnew file mode 100644 index 00000000..7b4bce8b --- /dev/null +++ b/forum/layout/images/elephpant_100_69.png diff --git a/forum/layout/images/footer.png b/forum/layout/images/footer.png Binary files differnew file mode 100644 index 00000000..7d6fa560 --- /dev/null +++ b/forum/layout/images/footer.png diff --git a/forum/layout/images/li.png b/forum/layout/images/li.png Binary files differnew file mode 100644 index 00000000..639364f5 --- /dev/null +++ b/forum/layout/images/li.png diff --git a/forum/layout/images/monkey.png b/forum/layout/images/monkey.png Binary files differnew file mode 100644 index 00000000..8d1ba756 --- /dev/null +++ b/forum/layout/images/monkey.png diff --git a/forum/layout/images/package.png b/forum/layout/images/package.png Binary files differnew file mode 100644 index 00000000..b51fba91 --- /dev/null +++ b/forum/layout/images/package.png diff --git a/forum/layout/images/rss.png b/forum/layout/images/rss.png Binary files differnew file mode 100644 index 00000000..829a4e0d --- /dev/null +++ b/forum/layout/images/rss.png diff --git a/forum/layout/images/sidebar_li.png b/forum/layout/images/sidebar_li.png Binary files differnew file mode 100644 index 00000000..1064ac66 --- /dev/null +++ b/forum/layout/images/sidebar_li.png diff --git a/forum/layout/images/top.jpg b/forum/layout/images/top.jpg Binary files differnew file mode 100644 index 00000000..6fd06bfb --- /dev/null +++ b/forum/layout/images/top.jpg diff --git a/forum/layout/images/top_gar.jpg b/forum/layout/images/top_gar.jpg Binary files differnew file mode 100644 index 00000000..1aead544 --- /dev/null +++ b/forum/layout/images/top_gar.jpg diff --git a/forum/layout/images/top_monkey.png b/forum/layout/images/top_monkey.png Binary files differnew file mode 100644 index 00000000..89be5ef3 --- /dev/null +++ b/forum/layout/images/top_monkey.png diff --git a/forum/layout/images/top_prelude.jpg b/forum/layout/images/top_prelude.jpg Binary files differnew file mode 100644 index 00000000..2e5ef448 --- /dev/null +++ b/forum/layout/images/top_prelude.jpg diff --git a/forum/layout/images/w3c-css20.png b/forum/layout/images/w3c-css20.png Binary files differnew file mode 100644 index 00000000..0614443e --- /dev/null +++ b/forum/layout/images/w3c-css20.png diff --git a/forum/layout/images/w3c-xhtml10.png b/forum/layout/images/w3c-xhtml10.png Binary files differnew file mode 100644 index 00000000..5336b588 --- /dev/null +++ b/forum/layout/images/w3c-xhtml10.png diff --git a/forum/layout/repostyle.css b/forum/layout/repostyle.css new file mode 100644 index 00000000..507452a4 --- /dev/null +++ b/forum/layout/repostyle.css @@ -0,0 +1,312 @@ +/** + * RepoView « Remi's Garfield » theme + * Adapted for repoview by Johan Cwiklinski - http://ulysses.fr + */ + +* { +	margin: 0; +	padding: 0; +	border: 0; +} + +body { +	background: #CDCDCD; +	font: 0.7em Arial,sans-serif; +} + +/* Common styles +-------------------------------------------------------- */ + +ul, ul li { +	list-style: none; +} + +a:link, a:visited { +	color: #000; +	text-decoration: underline; +} + +a:hover { +	color: #000; +	text-decoration: none; +} + +pre { +	overflow: auto; +	height: auto; +	font-size:1.2em; +} + +.left { +	float: left; +} + +.right { +	float: right; +} + +/* Page +-------------------------------------------------------- */ + +#page { +	background:white url(images/monkey.png) bottom right no-repeat; +	margin:0 auto; +	position:relative; +	width:99%; +} + +#top { +	width:auto; +	margin: 0 0 19px; +    background: #5782AC url(images/elephpant_100_69.png) right 30px no-repeat; +    padding:0; +    border-bottom: 4px #6db9f7 solid; +    height: 100px; +} + +#top h1 { +	font-size: 3em; +	text-align: center; +	background: transparent url(images/top_monkey.png) bottom left no-repeat; +	height:100px; +	margin:0; +} + +#top h1 span{ +	display:block; +	text-align:center; +	padding-top:30px; +	bottom:.2em; +} + +#top a:link, #top a:visited, #top a:hover { +	color: #FFF; +	text-decoration: none; +} + +#prelude { +	position: absolute; +	top: 0; +	right: 18px; +	width: 370px; +	padding: 6px 0 6px; +	color: #CAE4FC; +	text-align: center; +    background-color: rgba(255,255,255,.3); +    border-radius: 0 0 6px 6px; + +} + +#prelude a:link, #prelude a:visited { + 	padding: 0 0.5em;  +	font-size: 1.1em; +	font-weight: bold; +	color: #fff; +	text-decoration: none; +} + +#prelude a:hover { +	text-decoration: underline; +} + +.levbar { +	float:left; +	width: 11em; +	height: 100%; +	border-right: 2px dotted gray;  +	border-bottom: 2px dotted gray; +} + +.main { +	margin-left: 13em;  +} + +#wrapper { +	width:auto; +	margin: 0 auto 10px; +	position:relative; +} + +#main { +	float:left; +	display:inline; +	width:100%; +} + +#content{ +	margin-left:1em; +	margin-right:25em; +} + +#sidebar { +	width: 23em; +	float:left; +	margin:0 0 0 -24em; +    background-color:rgba(255,255,255,.7); +    border-radius:6px; +} + +#sidebar h2 { +	margin: 0 0 10px; +	padding: 5px 8px; +	background: #F5F5F5; +	color: #005D99; +	font-size: 1em; +	font-weight: bold; +} + +#sidebar a:link, #sidebar a:visited { +	text-decoration: none; +} + +#sidebar a:hover { +	text-decoration: underline; +} + +#sidebar ul { +	padding: 0 0 4px; +} + +#sidebar li { +	padding: 3px 4px 3px 20px; +	background: transparent url(images/sidebar_li.png) no-repeat 10px 7px; +} + +#sidebar p { +	padding: 0 0 4px 10px; +} + +#footer { +	clear: both; +	width:99%; +    margin: 0 auto; +	padding: 0 0 14px; +	background: transparent url(images/footer.png) repeat-x center bottom; +} + +#footer p { +	margin: 0 auto; +	padding: 6px 16px 6px 0; +	background: #5682ab; +	color: #FFF; +	text-align: right; +	font-weight: bold; +} + +#footer p a:link, #footer p a:visited { +	color: #FFF; +	text-decoration: underline; +} + +#footer p a:hover { +	text-decoration: none; +} + +#content h3, +#content h2, +.pagetitle{ +	clear: left; +	margin: 0 0 10px 0; +	padding: 5px 10px; +	background: #F5F5F5; +	color: #5E9E14; +	font-weight: bold; +} +#content h2, +.pagetitle{ +	color: #005D99; +	font-size:1.2em; +} + +.pkglist{ +	margin-bottom: 1.5em; +	font-size: 1.2em; +} + +.pkglist li { +	padding: .1em 0 .1em 10px; +	background: transparent url(images/li.png) no-repeat 0 5px; +} + +.nav { +	position:absolute; +	right:9em; +	text-align:right; +	top:80px; +	padding:6px 0; +	color:#CAE4FC; +} +.letterlist a { +	padding: 0 .2em; +	color:#CAE4FC; +	text-decoration:none; +} +.letterlist a:hover{ +	text-decoration:underline; +} +.repoview { +	text-decoration: none; +	color: gray; +	border-bottom: 1px dotted gray; +} + +dl{ +	margin-bottom:.5em; +} + +#pkg_main{ +	float:left; +	width:20em; +	margin-right:2%; +} + +dt{ +	font-weight: bold; +} + +td{ +	vertical-align:top; +} + +td pre{ +	margin: 0 0 .2em .2em; +} + +.nowrap{ +	white-space: nowrap +} + +td.filesize{ +	text-align:right; +	padding:0 .5em; +} + +#vxhtml, #vcss{ +	text-indent:90px; +	width:80px; +	height:15px; +	float:left; +	overflow:hidden; +	margin-left:1em; +	margin-top:.5em; +} + +#vxhtml{ +	background:transparent url(images/w3c-xhtml10.png) 0 0 no-repeat; +} +#vcss{ +	background:transparent url(images/w3c-css20.png) 0 0 no-repeat; +} + +/** Seems unused */ +.nactive { +	border-bottom: 1px dotted blue; +	color: blue; +	text-decoration: none; +} +.ninactive { +	color: gray;  +} +.field  { +	text-align: right; +} @@ -39,7 +39,7 @@  		</div>  		<p id="prelude">  			<a href="https://blog.remirepo.net/">Blog</a> | -			<a href="https://forum.remirepo.net/">Forum</a> | +			<a href="https://github.com/remicollet/remirepo/issues">Support</a> |  			<a href="/">Repository</a> |  			<a href="https://rpms.remirepo.net/wizard/">Wizard</a>  		</p> diff --git a/repotmpl/group.kid b/repotmpl/group.kid index b87e3815..36ddb7ff 100644 --- a/repotmpl/group.kid +++ b/repotmpl/group.kid @@ -13,7 +13,7 @@  		</div>  		<p id="prelude">  			<a href="https://blog.remirepo.net/">Blog</a> | -			<a href="https://forum.remirepo.net/">Forums</a> | +			<a href="https://github.com/remicollet/remirepo/issues">Support</a> |  			<a href="/">Repository</a> |  			<a href="https://rpms.remirepo.net/wizard/">Wizard</a>  		</p> diff --git a/repotmpl/index.kid b/repotmpl/index.kid index ae9f1ed4..6b49b087 100644 --- a/repotmpl/index.kid +++ b/repotmpl/index.kid @@ -19,7 +19,7 @@ def ymd(stamp):  		</div>  		<p id="prelude">  			<a href="https://blog.remirepo.net/">Blog</a> | -			<a href="https://forum.remirepo.net/">Forum</a> | +			<a href="https://github.com/remicollet/remirepo/issues">Support</a> |  			<a href="/">Repository</a> |  			<a href="https://rpms.remirepo.net/wizard/">Wizard</a>  		</p> diff --git a/repotmpl/package.kid b/repotmpl/package.kid index 10bf7f05..ab5c6b31 100644 --- a/repotmpl/package.kid +++ b/repotmpl/package.kid @@ -18,7 +18,7 @@ def ymd(stamp):  		</div>  		<p id="prelude">  			<a href="https://blog.remirepo.net/">Blog</a> | -			<a href="https://forum.remirepo.net/">Forum</a> | +			<a href="https://github.com/remicollet/remirepo/issues">Support</a> |  			<a href="/">Repository</a> |  			<a href="https://rpms.remirepo.net/wizard/">Wizard</a>  		</p> diff --git a/wizard/index.php b/wizard/index.php index 5523cc19..9fe10104 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -487,7 +487,6 @@ if ($php && $os && $type && !$err) {  				<ul class="levbarlist">  					<li><a href="https://blog.remirepo.net/pages/Config-en" class="nlink" title="Repository configuration">Repository configuration</a></li>  					<li><a href="https://blog.remirepo.net/pages/English-FAQ"  class="nlink" title="F.A.Q.">F.A.Q.</a></li> -					<li><a href="https://forum.remirepo.net/"  class="nlink" title="Forum">Forum</a></li>  					<li><a href="https://github.com/remicollet/remirepo/issues"  class="nlink" title="Bug tracker">Bug tracker</a></li>  					<li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network"  class="nlink" title="IRC channel">IRC channel</a></li>  					<li><a href='https://twitter.com/RemiRepository'>Repository twitter account</a></li>  | 
