gnucash-htdocs master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jan 5 20:47:05 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1b20f9a6 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/5181eb51 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/139bfcfc (commit)



commit 1b20f9a635f4465e902e4dfc54ade2bd580757bf
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 5 17:46:51 2016 -0800

    Prevent crawlers from finding the 2.4 docs.

diff --git a/robots.txt b/robots.txt
index ee802b3..0ceef35 100644
--- a/robots.txt
+++ b/robots.txt
@@ -23,6 +23,7 @@ Disallow: /docs/v1.6/
 Disallow: /docs/v1.8/
 Disallow: /docs/v2.0/
 Disallow: /docs/v2.2/
+Disallow: /docs/v2.4/
 
 # Keep robots away from the beta site
 

commit 5181eb511355b65ca447bd928966d4dc8b423a70
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 5 17:30:58 2016 -0800

    Nightly docs are now from the stable (i.e. maint) branch.

diff --git a/docs.phtml b/docs.phtml
index 117eb25..b1ed331 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -359,7 +359,7 @@ if ($old_stable) { ?>
 
 </div>
 
-<p class="justify"><?php echo T_("Every night a server builds the documentation from the current contents of the <span class=\"gnucash\">GnuCash</span> subversion repository. This includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User Documentation</b> for the current <em>unstable</em> version of <span class=\"gnucash\">GnuCash</span>.");?></p>
+<p class="justify"><?php echo T_("Every night a server builds the documentation from the current contents of the <span class=\"gnucash\">GnuCash</span> git repository. This includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User Documentation</b> for the current <em>stable</em> version of <span class=\"gnucash\">GnuCash</span>.");?></p>
 </div>
 
 <div class="dialog warning">



Summary of changes:
 docs.phtml | 2 +-
 robots.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list