On 23/06/18 21:03, John R. Dennison wrote:
> On Fri, Jun 22, 2018 at 04:58:21PM -0700, Karsten Wade wrote:
>> * Is there a better page I can point at?
> 'Better' is quite subjective; however this all goes back to 
>
> https://web.archive.org/web/20060523223519/https://www.centos.org/modules/news/article.php?storyid=127
>
> and is as good of a reference as any.
>
> I would urge someone to scrape the gist of that thread and preserve it
> on wiki.c.o somewhere.
>
> If no one else does I will do it later today or tomorrow when I have a
> bit of time and motivation.

You know, perhaps this is approaching this from the wrong direction.
Maybe the correct solution would be to change that welcome page to be
more explicit about what it is and why it's there so the question
doesn't arise in the first place. It *is* better than it used to be but
it could be better. If we just move the "The CentOS Project has nothing
to do with this website or its content, it just provides the software
that makes the website run." up to immediately after the "This server
powered by CentOS" under the Testing 123... heading.

Does the attached patch make it more clear more easily? It gets the
essential message into the top paragrpah which is the one that gets
read. Having it off the bottom of the page where it resides in the
current version means you're reliant on people advancing to the next page.

Trevor
--- /usr/share/httpd/noindex/index.html.orig	2014-10-16 14:20:58.000000000 +0100
+++ /usr/share/httpd/noindex/index.html	2018-06-23 21:13:18.542223147 +0100
@@ -66,7 +66,7 @@
   <div class="jumbotron text-center">
     <div class="container">
    	  <h1>Testing 123..</h1>
-  		<p class="lead">This page is used to test the proper operation of the <a href="http://apache.org";>Apache HTTP server</a> after it has been installed. If you can read this page it means that this site is working properly. This server is powered by <a href="http://centos.org";>CentOS</a>.</p>
+  		<p class="lead">This page is used to test the proper operation of the <a href="http://apache.org";>Apache HTTP server</a> after it has been installed. If you can read this page it means that this site is working properly. This server is powered by <a href="http://centos.org";>CentOS</a>. The CentOS Project has nothing to do with this website or its content, it just provides the software that makes the website run. If you have issues with the content of this site, contact the owner of the domain, not the CentOS project.</p>
 		</div>
   </div>
   <div class="main">
_______________________________________________
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs

Reply via email to