Bug 171659

Summary: Links on newbies page broken
Product: Documentation Reporter: Derek Wood <ddwood>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Derek Wood 2012-09-15 09:10:12 UTC
A large amount of the links on the newbies page ( http://www.freebsd.org/projects/newbies.html ) are broken. The offending links all begin with "http://www.freebsd.org/projects/" and are fixed by removing "/projects/".
Comment 1 Isabell Long freebsd_committer freebsd_triage 2012-09-15 14:36:47 UTC
Hi Derek,

Just a note to say that these broken links are due to the
documentation migrating to XML yesterday and issues are still being
ironed out, these links haven't been broken for years.  :-)  Those in
charge of the migration are aware and the problem should be fixed soon.

Thanks for the report,

Isabell.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-15 19:52:30 UTC
Author: gabor
Date: Sat Sep 15 18:52:16 2012
New Revision: 39557
URL: http://svn.freebsd.org/changeset/doc/39557

Log:
  - Fix problems related to automatically generated entities
  
  PR:		www/171659
  Submitted by:	Derek Wood <ddwood@outlook.com>

Modified:
  head/share/sgml/catalog-cwd.xml
  head/share/sgml/xhtml10-freebsd.dtd   (contents, props changed)

Modified: head/share/sgml/catalog-cwd.xml
==============================================================================
--- head/share/sgml/catalog-cwd.xml	Sat Sep 15 18:43:26 2012	(r39556)
+++ head/share/sgml/catalog-cwd.xml	Sat Sep 15 18:52:16 2012	(r39557)
@@ -11,6 +11,6 @@
               rewritePrefix="./"/>
 
   <public
-        publicId="-//FreeBSD//DTD FreeBSD Automatically Generated Entities//EN"
+        publicId="-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
         uri="autogen.ent" />
 </catalog>

Modified: head/share/sgml/xhtml10-freebsd.dtd
==============================================================================
--- head/share/sgml/xhtml10-freebsd.dtd	Sat Sep 15 18:43:26 2012	(r39556)
+++ head/share/sgml/xhtml10-freebsd.dtd	Sat Sep 15 18:52:16 2012	(r39557)
@@ -3,6 +3,10 @@
 <!-- FreeBSD XHTML 1.0 Transitional-Based Extension -->
 <!-- PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" -->
 
+<!ENTITY % autogen.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
+"http://www.FreeBSD.org/XML/cwd/autogen.ent">
+%autogen.ent;
+
 <!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
 "http://www.FreeBSD.org/XML/doc/share/sgml/l10n.ent">
 %l10n.ent;
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-15 19:53:12 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-15 19:53:12 UTC
Responsible Changed
From-To: freebsd-www->gabor

Committed, thanks!