Package: www.debian.org Severity: normal Tags: newcomer patch Dear all
Peter E. reported ( https://lists.debian.org/debian-www/2015/05/msg00145.html ) that the title of webpage https://www.debian.org/doc/devel-manuals is "DDP Developer's Manuals" which contains the acronym DDP (not expanded in that page), which leads to confusion (Debian Documentation Project? Debian Developers Policy? Developers' Documentation Page?). This issue affects, at least, to these pages: https://www.debian.org/doc/devel-manuals https://www.debian.org/doc/docpolicy https://www.debian.org/doc/misc-manuals https://www.debian.org/doc/todo https://www.debian.org/doc/topics https://www.debian.org/doc/user-manuals I'm attaching a patch that changes "DDP" for "Debian Documentation Project (DDP):" in all these files. If there is no objection, I would commit it in one week or so. Regards -- Laura Arjona https://wiki.debian.org/LauraArjona
? doc.diff Index: devel-manuals.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/devel-manuals.wml,v retrieving revision 1.69 diff -u -r1.69 devel-manuals.wml --- devel-manuals.wml 10 May 2015 17:03:14 -0000 1.69 +++ devel-manuals.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP Developers' Manuals" +#use wml::debian::ddp title="Debian Documentation Project (DDP): Developers' Manuals" #include "$(ENGLISHDIR)/doc/manuals.defs" #include "$(ENGLISHDIR)/doc/devel-manuals.defs" Index: docpolicy.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/docpolicy.wml,v retrieving revision 1.20 diff -u -r1.20 docpolicy.wml --- docpolicy.wml 30 Apr 2014 09:22:44 -0000 1.20 +++ docpolicy.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP Documentation Policy" +#use wml::debian::ddp title="Debian Documentation Project (DDP): Documentation Policy" <p> This manual is quite outdated and there is an incomplete effort to fix it on Index: misc-manuals.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/misc-manuals.wml,v retrieving revision 1.25 diff -u -r1.25 misc-manuals.wml --- misc-manuals.wml 29 Apr 2014 10:58:03 -0000 1.25 +++ misc-manuals.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP Miscellaneous Manuals" +#use wml::debian::ddp title="Debian Documentation Project (DDP): Miscellaneous Manuals" #include "$(ENGLISHDIR)/doc/manuals.defs" #include "$(ENGLISHDIR)/doc/misc-manuals.defs" Index: todo.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/todo.wml,v retrieving revision 1.22 diff -u -r1.22 todo.wml --- todo.wml 29 Apr 2014 10:58:03 -0000 1.22 +++ todo.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP TODO List" +#use wml::debian::ddp title="Debian Documentation Project (DDP): TODO List" <H3>Urgent TO-DO list:</H3> Index: topics.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/topics.wml,v retrieving revision 1.7 diff -u -r1.7 topics.wml --- topics.wml 24 Oct 2005 18:55:30 -0000 1.7 +++ topics.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP Current Topics" +#use wml::debian::ddp title="Debian Documentation Project (DDP): Current Topics" <p>The following issues are under immediate or pressing need for consideration, discussion, or helpful volunteers. Index: user-manuals.wml =================================================================== RCS file: /cvs/webwml/webwml/english/doc/user-manuals.wml,v retrieving revision 1.146 diff -u -r1.146 user-manuals.wml --- user-manuals.wml 10 May 2015 17:03:14 -0000 1.146 +++ user-manuals.wml 28 May 2015 08:26:55 -0000 @@ -1,4 +1,4 @@ -#use wml::debian::ddp title="DDP Users' Manuals" +#use wml::debian::ddp title="Debian Documentation Project (DDP): Users' Manuals" #include "$(ENGLISHDIR)/doc/manuals.defs" #include "$(ENGLISHDIR)/doc/user-manuals.defs"

