Re: Broken links found in your website & Request to add online programming resource

2017-11-24 Thread Paul Wise
On Fri, Nov 24, 2017 at 8:39 PM, Boyuan Yang wrote:

> Thank you for your report about the broken link. I've removed the hyperlink to
> the given broken URL and this change should be online in the next few hours.
>
> As for your tutorial link as given below, I'm not in a position of deciding
> whether to add it so I'll leave it to other debian-www members (perhaps a DD).

FYI the mail you are replying to was a linkspammer trying to get their
links in our website.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Debian WWW CVS commit by sebul-guest: webwml german/devel/passwordlessssh.wml korean ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/25 03:36:33

Modified files:
german/devel   : passwordleh.wml 

Log message:
german/devel/passwordleh.wml:
  * Several corrections/fixes/improvements

Modified files:
korean/News/weekly/2017/04: index.wml 

Log message:
NewsWeek2017



Debian WWW CVS commit by gusnan: webwml portuguese/releases/wheezy/index.wml sw ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: gusnan  17/11/25 02:28:08

Modified files:
portuguese/releases/wheezy: index.wml 

Log message:
(pt_BR) Sync with English 1.13

Modified files:
swedish/doc: index.wml 

Log message:
Update translation-check



Bug#882143: marked as done (www.debian.org: Korean book doesn't show translated even if po is up to date)

2017-11-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Nov 2017 21:59:21 +0100
with message-id 
and subject line www.debian.org: Korean book doesn't show translated even if po 
is up to date
has caused the Debian Bug report #882143,
regarding www.debian.org: Korean book doesn't show translated even if po is up 
to date
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.)


-- 
882143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: minor
Tags: l10n

Dear Maintainer,

In www.d.o/doc/books, even if I have updated the doc.sv.po and
translated all posts, the Korean book does show in English on the
Swedish translation. I have noticed that the same case is valid for the
Spanish translation too. (Po fully updated, but book description still
shows in English).

This is in reference to the Korean book by TaeHee Lee (Annihilator) and
Dong-jin Oh (Firstbood) - Sorry for not giving the title, the title
doesn't show correctly for me.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental') Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8),
LANGUAGE=sv_SE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- Andreas Rönnquist
gus...@debian.org
--- End Message ---
--- Begin Message ---
This is fixed now, closing this bug.

Thanks

-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona--- End Message ---


Debian WWW CVS commit by larjona: webwml swedish/security/2009/dsa-1923.wml span ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: larjona 17/11/24 20:08:55

Added files:
swedish/security/2009: dsa-1923.wml 

Log message:
A translated DSA.

Modified files:
spanish/doc: index.wml 

Log message:
Sync with English (1.113)



Bug#569136: Chinese pages not updated properly (security/index, security/YYYY/index, homepage)

2017-11-24 Thread Laura Arjona Reina
Hello

I have manually rebuilt the Chinese homepage (deleted the
index.zh-*.html files in www-master.debian.org, and run
update-parts-pabs to generate index with no subdirectories).

Attached you can find a patch for the /english/Makefile, which considers
Chinese variants when building index.wml, so this issue does not happen
again (hopefully).

I've tested in my local environment and it builds ok. I've tried
touching a file in english/security/2017 and the old Makefile does not
build the Chinese variants for the homepage, but the one containing this
patch builds them.

I plan to apply it in a week or so. If somebody else reviews it and
think it's safe to apply it sooner, please go ahead.

Note: the patch may be changed depending on the advice obtained about
using "=" or ":=" (see
https://lists.debian.org/debian-www/2017/11/msg00075.html for reference).

Best regards

-- 

Laura Arjona Reina
https://wiki.debian.org/LauraArjona

Index: Makefile
===
RCS file: /cvs/webwml/webwml/english/Makefile,v
retrieving revision 1.102
diff -u -r1.102 Makefile
--- Makefile	23 Jul 2017 08:31:47 -	1.102
+++ Makefile	24 Nov 2017 16:45:03 -
@@ -14,11 +14,13 @@
 include $(WMLBASE)/Make.lang
 
 ifndef SUBLANG
+INDEXPAGE = index.$(LANGUAGE).html
 SITEMAP = sitemap.$(LANGUAGE).html
 DESTSITEMAP = $(HTMLDIR)/$(SITEMAP)
 SEARCHXML = search.$(LANGUAGE).xml
 DESTSEARCHXML =  $(HTMLDIR)/$(SEARCHXML)
 else
+INDEXPAGE = $(sort $(foreach i,$(SUBLANG),$(subst index,index.$(LANGUAGE)-$(i),index.html)))
 SITEMAP = $(sort $(foreach i,$(SUBLANG),\
 	$(patsubst %.wml,%.$(LANGUAGE)-$(i).html,sitemap.wml)))
 DESTSITEMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
@@ -26,13 +28,20 @@
 DESTSEARCHXML = $(patsubst %.xml,$(HTMLDIR)/%.xml,$(SEARCHXML))
 endif
 
-index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml $(GETTEXTDEP) \
+$(INDEXPAGE): index.wml $(TEMPLDIR)/mainpage.wml $(GETTEXTDEP) \
 		$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
  		$(wildcard News/$(CUR_YEAR)/[0-9]*.title) \
 		$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
 		$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
 		$(TEMPLDIR)/release_info.wml $(TEMPLDIR)/release_images.wml
+ifeq "$(LANGUAGE)" "zh"
+	@echo -n "Processing $(

Debian WWW CVS commit by sombra-guest: webwml/spanish/News/2017 20170425.wml

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sombra-guest17/11/24 19:35:14

Added files:
spanish/News/2017: 20170425.wml 

Log message:
Add Spanish translation, thanks Javier and Laura for reviewing



Debian WWW CVS commit by dogsleg: webwml english/ports/hurd/hurd-doc-server.wml ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: dogsleg 17/11/24 18:49:43

Modified files:
english/ports/hurd: hurd-doc-server.wml 

Log message:
Fix using eth0 from netdde, not the non-existent kernel driver

Added files:
french/security/2017: dsa-4002.wml dsa-4003.wml 

Log message:
(fr) initial translation

Modified files:
russian/ports/hurd: hurd-install.wml 

Log message:
(Russian) Sync translation, 1.135 -> 1.136

Modified files:
russian/derivatives: index.wml 

Log message:
(Russian) Sync translation, 1.10 -> 1.11



Debian WWW CVS commit by dogsleg: webwml english/mirror/Mirrors.masterlist russi ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: dogsleg 17/11/24 18:47:02

Modified files:
english/mirror : Mirrors.masterlist 

Log message:
Add deb-mirror.de (Closes: #678300)

Modified files:
russian/ports/hurd: hurd-cd.wml 

Log message:
(Russian) Sync translation, 1.86 -> 1.87



Debian WWW CVS commit by dogsleg: webwml swedish/devel/passwordlessssh.wml russi ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: dogsleg 17/11/24 18:44:54

Modified files:
swedish/devel  : passwordleh.wml 

Log message:
Sync with English 1.9 + proofread

Modified files:
russian/doc: index.wml 

Log message:
(Russian) Bump version to 1.113



use of "=" or ":=" operators defining variables in Makefiles (expanding SUBLANG)

2017-11-24 Thread Laura Arjona Reina
Dear all

I'm having a look at different Makefiles of the Debian website, to see
how the Chinese variants are being taken into account to generate
several pages.

I've seen a common pattern: if SUBLANG is not defined, the target is
usually file.$(LANGUAGE).html (e.g. index.es.html), but if SUBLANG is
defined, we need to expand the SUBLANG variable and then we'll have
multiple targets to be built with the corresponding rule (e.g.
index.zh-cn.html index.zh-tw.html index.zh-hk.html).

My question is about the lines defining the variable that will contain
the target(s): in some Makefiles the "=" operator is used, and in
others, the operator ":=" is used.

Specifically, see the exact lines (I grepped SUBLANG and removed the not
relevant lines from the output):

english/security/Makefile:22:DSARDF := $(sort $(foreach
i,$(SUBLANG),$(subst dsa,dsa.$(LANGUAGE)-$(i),dsa.rdf)))
english/security/Makefile:23:DSALONGRDF := $(sort $(foreach
i,$(SUBLANG),$(subst dsa-long,dsa-long.$(LANGUAGE)-$(i),dsa-long.rdf)))
english/security/Makefile:24:DSAALLRDF := $(sort $(foreach
i,$(SUBLANG),$(subst dsa-all,dsa-all.$(LANGUAGE)-$(i),dsa-all.rdf)))
english/News/weekly/Makefile:27:  HTMLFILES := $(foreach i, $(SUBLANG), \
english/News/weekly/Makefile:29:  HTMLDESTFILES := $(foreach i,
$(SUBLANG), \
english/News/Makefile:22:NEWSRDF := $(sort $(foreach
i,$(SUBLANG),$(subst news,news.$(LANGUAGE)-$(i),news.rdf)))
english/devel/website/stats/Makefile:20:STATS = $(sort $(foreach
i,$(SUBLANG),\
english/Makefile:24:SITEMAP = $(sort $(foreach i,$(SUBLANG),\
english/Makefile:27:SEARCHXML = $(sort $(foreach i,$(SUBLANG),$(subst
search,search.$(LANGUAGE)-$(i),search.xml)))
chinese/Make.lang:5:SUBLANG := cn hk tw
Makefile.common:47:HTMLFILES = $(sort $(foreach i,$(SUBLANG),\
Makefile.common:49:HTMLDESTFILES = $(sort $(foreach i,$(SUBLANG),\

For what I've read in
https://www.gnu.org/software/make/manual/make.html#Flavors and
https://www.gnu.org/software/make/manual/make.html#Using-Variables
(thanks friends for the pointers), I *think* that ":=" should be used
everywhere for these SUBLANG expansions, but I don't know if, for
example, would penalize in performance.

In any case, I'd like to know if there is a particular reason for
declaring these SUBLANG-affected targets differently (using different
operator) in different places in the website.

Best regards

-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona




Debian WWW CVS commit by sebul-guest: webwml russian/security/2017/dsa-3980.wml kore ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/24 17:07:32

Added files:
russian/security/2017: dsa-3980.wml 

Log message:
(Russian) Initial translation

Added files:
korean/News/weekly/2017: index.wml 

Log message:
news week 2017



Debian WWW CVS commit by sebul-guest: webwml/korean/News/weekly/2017/04 index.wml

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/24 17:05:23

Added files:
korean/News/weekly/2017/04: index.wml 

Log message:
News weekly 2017



Debian WWW CVS commit by sebul-guest: webwml/korean/News/weekly/2017/04

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/24 17:03:15

webwml/korean/News/weekly/2017/04

Update of /cvs/webwml/webwml/korean/News/weekly/2017/04
In directory moszumanska:/var/tmp/cvs-serv27704/korean/News/weekly/2017/04

Log Message:
Directory /cvs/webwml/webwml/korean/News/weekly/2017/04 put under version 
control



Debian WWW CVS commit by sebul-guest: webwml/korean/News/weekly/2017

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/24 17:02:30

webwml/korean/News/weekly/2017

Update of /cvs/webwml/webwml/korean/News/weekly/2017
In directory moszumanska:/var/tmp/cvs-serv26663/korean/News/weekly/2017

Log Message:
Directory /cvs/webwml/webwml/korean/News/weekly/2017 put under version control



Debian WWW CVS commit by sebul-guest: webwml/korean/misc related_links.wml

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: sebul-guest 17/11/24 17:00:01

Modified files:
korean/misc: related_links.wml 

Log message:
News weekly



Re: Broken links found in your website & Request to add online programming resource

2017-11-24 Thread Boyuan Yang
在 2017年11月24日星期五 CST 下午5:13:35,Karpagam S 写道:
> Dear Debian,
> 
> Hope you are doing well. It's s gentle reminder if you did not get chance
> to check our below email. Hope all broken links in your website would be
> updated soon. Have a great day!

Thank you for your report about the broken link. I've removed the hyperlink to 
the given broken URL and this change should be online in the next few hours.

As for your tutorial link as given below, I'm not in a position of deciding 
whether to add it so I'll leave it to other debian-www members (perhaps a DD).

Thanks,
Boyuan Yang

> 
> Thanks and Regards,
> Fresh2refresh Online Tutorials
> 
> On Wed, Sep 6, 2017 at 11:41 AM, Fresh2Refresh Tutorials <
> 
> fresh2refreshtutori...@gmail.com> wrote:
> > Dear Debian,
> > 
> > Hope you are doing well. It's s gentle reminder if you did not get chance
> > to check our below email. Hope all broken links in your website would be
> > updated soon. Have a great day!
> > 
> > Thanks and Regards,
> > Fresh2refresh Online Tutorials
> > 
> > On Tue, Aug 29, 2017 at 11:23 AM, Fresh2Refresh Tutorials <
> > 
> > fresh2refreshtutori...@gmail.com> wrote:
> >> Dear Debian,
> >> 
> >>> Hope you are doing well. I just came across your website and it's very
> >>> great website you and your team have given to the online community.
> >>> 
> >>> And, I found few broken links in https://www.debian.org/doc/ page.
> >>> Kindly verify and update if required as this webpage is accessed by
> >>> many of of the user everyday. Below links in the webpage htt
> >>> ps://www.debian.org/doc/ are broken.
> >>> 
> >>> 1.  URL where broken links found: https://www.debian.org/doc/
> >>> 
> >> Anchor text which is not working:Quick Reference Cards
> >> Broken URL: http://www.digilife.be/quickreferences/quickrefs.htm
> >>> 
> >>> A kind request:
> >>> 
> >>> I would like to say that we are also one of the developers of online C
> >>> programming tutorial for online community and students. Our website will
> >>> be
> >>> very useful for all students, developers and technical people who are
> >>> willing to learn C, SQL, Java programming. Could you please consider
> >>> adding
> >>> our website link in your webpage https://www.debian.org/doc/
> >>> 
> >>> Our website is below.
> >>> C programming: http://fresh2refresh.com/c-programming/
> >>> Online Compilers ( C, C++, Java + 15 more )
> >>> http://compilers.fresh2refresh.com/
> >>> 
> >> Java tutorial: http://fresh2refresh.com/java-tutorial/
> > 
> > Thanks in advance! Once again, your appreciation will really boost us to
> > 
> >>> develop more free programming tutorials in different domains for online
> >>> community and for students. Looking forward for your suggestion and
> >>> response. Have a nice weekend!
> >>> 
> >>> Thanks and Regards,
> >>> Fresh2refresh Online Tutorials



signature.asc
Description: This is a digitally signed message part.


Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:39:00

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 
slovak/doc : index.wml 
spanish/doc: index.wml 
swedish/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:39:01

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 
slovak/doc : index.wml 
spanish/doc: index.wml 
swedish/doc: index.wml 
turkish/doc: index.wml 
ukrainian/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:53

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:56

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:51

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:55

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:58

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:59

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:54

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:56

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:54

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:39:00

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 
slovak/doc : index.wml 
spanish/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:59

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 
slovak/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:57

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:39:01

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 
romanian/doc   : index.wml 
russian/doc: index.wml 
slovak/doc : index.wml 
spanish/doc: index.wml 
swedish/doc: index.wml 
turkish/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:55

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:57

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 
indonesian/doc : index.wml 
italian/doc: index.wml 
japanese/doc   : index.wml 
korean/doc : index.wml 
norwegian/doc  : index.wml 
persian/doc: index.wml 
polish/doc : index.wml 
portuguese/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:50

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:52

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:52

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:49

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:50

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:54

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 
german/doc : index.wml 
hungarian/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:53

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 
czech/doc  : index.wml 
danish/doc : index.wml 
dutch/doc  : index.wml 
english/doc: index.wml 
finnish/doc: index.wml 
french/doc : index.wml 
galician/doc   : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:48

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:49

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 
chinese/doc: index.wml 
croatian/doc   : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Debian WWW CVS commit by hosiet-guest: webwml english/users/com/taxon.wml french/secu ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: hosiet-guest17/11/24 12:38:38

Added files:
english/users/com: taxon.wml 

Log message:
Taxon Estudios Ambientales, SL, Murcia, Spain

Modified files:
french/security/2014: dsa-2941.wml dsa-2943.wml 

Log message:
(fr) Proofread Jean-Paul Guillonneau

Modified files:
bulgarian/doc  : index.wml 

Log message:
*/doc/index.wml: Remove reference to a broken link in refcard section

Removing reference to 
http://www.digilife.be/quickreferences/quickrefs.htm
in all languages here.



Re: Broken links found in your website & Request to add online programming resource

2017-11-24 Thread Karpagam S
Dear Debian,

Hope you are doing well. It's s gentle reminder if you did not get chance
to check our below email. Hope all broken links in your website would be
updated soon. Have a great day!

Thanks and Regards,
Fresh2refresh Online Tutorials

On Wed, Sep 6, 2017 at 11:41 AM, Fresh2Refresh Tutorials <
fresh2refreshtutori...@gmail.com> wrote:

> Dear Debian,
>
> Hope you are doing well. It's s gentle reminder if you did not get chance
> to check our below email. Hope all broken links in your website would be
> updated soon. Have a great day!
>
> Thanks and Regards,
> Fresh2refresh Online Tutorials
>
> On Tue, Aug 29, 2017 at 11:23 AM, Fresh2Refresh Tutorials <
> fresh2refreshtutori...@gmail.com> wrote:
>
>> Dear Debian,
>>>
>>> Hope you are doing well. I just came across your website and it's very
>>> great website you and your team have given to the online community.
>>>
>>> And, I found few broken links in https://www.debian.org/doc/ page.
>>> Kindly verify and update if required as this webpage is accessed by
>>> many of of the user everyday. Below links in the webpage htt
>>> ps://www.debian.org/doc/ are broken.
>>>
>>> 1.  URL where broken links found: https://www.debian.org/doc/
>> Anchor text which is not working:Quick Reference Cards
>> Broken URL: http://www.digilife.be/quickreferences/quickrefs.htm
>>
>>
>>
>>> A kind request:
>>>
>>> I would like to say that we are also one of the developers of online C
>>> programming tutorial for online community and students. Our website will be
>>> very useful for all students, developers and technical people who are
>>> willing to learn C, SQL, Java programming. Could you please consider adding
>>> our website link in your webpage https://www.debian.org/doc/
>>>
>>> Our website is below.
>>> C programming: http://fresh2refresh.com/c-programming/
>>> Online Compilers ( C, C++, Java + 15 more )
>>> http://compilers.fresh2refresh.com/
>>>
>> Java tutorial: http://fresh2refresh.com/java-tutorial/
>>
>>>

> Thanks in advance! Once again, your appreciation will really boost us to
>>> develop more free programming tutorials in different domains for online
>>> community and for students. Looking forward for your suggestion and
>>> response. Have a nice weekend!
>>>
>>> Thanks and Regards,
>>> Fresh2refresh Online Tutorials
>>>
>>
>>
>


Bug#877367: www.debian.org: Please consider adding redirects for old Policy chapters/appendices

2017-11-24 Thread Rebecca N. Palmer
This breaks the (6 according to codesearch [0]) links from Developers' 
Reference to specific Policy sections.


[0] 
https://codesearch.debian.net/search?q=package%3Adevelopers-reference+url-debian-policy%3Bch-




Debian WWW CVS commit by jipege1-guest: webwml swedish/devel/join/nm-step1.wml french/ ...

2017-11-24 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: jipege1-guest   17/11/24 08:27:18

Modified files:
swedish/devel/join: nm-step1.wml 

Log message:
Add missed closing p tag

Added files:
french/security/2017: dsa-4047.wml dsa-4048.wml 

Log message:
(fr) initial translation