Your message dated Thu, 15 Feb 2018 13:41:48 +
with message-id
and subject line Debian WWW CVS commit by larjona fixes #787064
has caused the Debian Bug report #787064,
regarding Change Title of www.debian.org/doc/devel-manuals (DDP, Developer's
Manuals)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
787064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 - 1.69
+++ devel-manuals.wml 28 May 2015 08:26:55 -
@@ -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 - 1.20
+++ docpolicy.wml 28 May 2015 08:26:55 -
@@ -1,4 +1,4 @@
-#use wml::debian::ddp title="DDP Documentation Policy"
+#use wml::debian::ddp title="Debian Documentation Project (DDP): Documentation Policy"
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 - 1.25
+++ misc-manuals.wml 28 May 2015 08:26:55 -
@@ -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 - 1.22
+++ todo.wml 28 May 2015 08:26:55 -
@@ -1,4 +1,4 @@
-#use wml::debian::ddp title="DDP TODO List"
+#use wml::debian::ddp title="Debian Documentation Project (DDP): TODO List"
Urgent TO-DO list:
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 - 1.7
+++ topics.wml 28 May 2015 08:26:55 -
@@ -1,4 +1,4 @@
-#use wml::debian::ddp title="DDP Current Topics"
+#use wml::debian::ddp title="Debian Documentation Project (DDP): Current Topics"
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 - 1.146
+++ user-manuals.wml 28 May 2015 08:26:55 -
@@ -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"
--- End Mes