Re: Impotant Pages not found

2013-02-04 Thread Holger Wansing
Hi,

Peter Newell p_new...@hotmail.com wrote:
 From http://www.debian.org/to installation instruction link 
 http://www.debian.org/releases/stable/installmanualboth BSD links fail 
 with page not found
 http://www.debian.org/releases/stable/kfreebsd-amd64/
 http://www.debian.org/releases/stable/kfreebsd-i386/

please see
https://lists.debian.org/debian-www/2013/01/msg00100.html


Holger

-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 3.0.2
under  D e b i a n   G N U / L I N U X   6.0  ( S q u e e z e )
Registered LinuxUser #311290 - http://linuxcounter.net/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130204160001.8bcf86be.li...@wansing-online.de



Getting rid of this pages not found problem

2013-02-04 Thread Pfannenstein Erik
Hi everyone,

as we just had the third complaint about a missing kFreeBSD installation guide 
in 
just three weeks, I strongly suggest that we either remove the links or put a 
hint 
like currently not available or coming soon on them. We also could set up a 
nice page saying something like we don't have one yet, would you mind helping 
us 
out? (my favourite) or issue a entry in the news section saying, we need help 
with 
our manual.

IMO it's unsustainable that we offer something on our website what isn't there 
and 
when people ask, we can just point them to some e-mails saying that we have 
nothing 
and don't know when there will be something.

Why not taking the short way and telling the whole story on the respective web 
page 
instead of letting people write mails and sending them from here to there?

Greetings
Erik
-- 
Linux User: 499744
Linux Machine: 434256

No need to CC me ;)


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302041705.22974.debianign...@gmx.de



Missing RN for kFreeBSD (was: Getting rid of this pages not found problem)

2013-02-04 Thread David Prévot
Hi,

Le 04/02/2013 12:05, Pfannenstein Erik a écrit :

 as we just had the third complaint about a missing kFreeBSD installation 
 guide in 
 just three weeks, I strongly suggest that we either remove the links

Patch attached.

 or put a hint 
 like currently not available or coming soon on them.

Seems very unlikely the situation changes for Squeeze, but something can
still be done to provide the kFreeBSD's RN for Wheezy.

[ other proposals skipped ]

 IMO it's unsustainable that we offer something on our website what isn't 
 there and 
 when people ask, we can just point them to some e-mails saying that we have 
 nothing 
 and don't know when there will be something.

Squeeze Release Notes have never been suitable for kFreeBSD, nobody ever
cared before we actually remove the spurious versions out of the website
a few weeks ago, and someone just proposed an early (and incomplete)
patch to #690706.

It seems like removing the spurious doc without removing the link to it
already got a positive result*, but your other proposals may provide
better results.

 Why not taking the short way and telling the whole story on the respective 
 web page 
 instead of letting people write mails and sending them from here to there?

Would you mind asking the release-notes maintainers their opinion about
your proposals (maybe via the already open #690706)? My guess is they
won't stop anyone from improving our users, and would gladly acknowledge
a proposed solution/patch/help.

Regards

David

P.-S.: *Even if the attached patch may be an accurate long term
solution, I would prefer if something more positive could be tried in
the mean time, because simply removing it now does not rely seem in line
with “We will not hide problems”.

Index: english/template/debian/release.wml
===
RCS file: /cvs/webwml/webwml/english/template/debian/release.wml,v
retrieving revision 1.47
diff -u -r1.47 release.wml
--- english/template/debian/release.wml	8 Jan 2011 22:14:52 -	1.47
+++ english/template/debian/release.wml	5 Feb 2013 01:29:14 -
@@ -22,8 +22,8 @@
 #   assumes %arches, @arches and $indirect_object_conjoiner
 #
 sub permute_as_list {
-my($file, $name, @exts) = @_;
-my($ext, $arch);
+my($file, $name, @noarches) = @_;
+my($print, $arch, $noarch);
 
 #if ($name eq 'Release Notes') {
 #  $name = q{releasenotes};
@@ -34,16 +34,18 @@
 @arches || die @arches is not set\n;
 
 foreach $arch (@arches) {
+  $print = 1;
+  if ( $#noarches != -1 ) {
+	foreach $noarch (@noarches) {
+	  $print = 0 if ( $arch eq $noarch );
+	}
+  }
+  if ( $print == 1 ) {
 	print li a href=\$arch/$file\;
 	printf q{name_for_arch}, $name, $arches{$arch};
 	print /a;
-	if ( $#exts != -1 ) {
-	foreach $ext (@exts) {
-	print  (a href=\$arch/$file.$ext\em . 
-			$formats{$ext} . /em/a);
-	}
-	}
 	print \n;
+  }
 }
 }
 
Index: english/releases/squeeze/releasenotes.wml
===
RCS file: /cvs/webwml/webwml/english/releases/squeeze/releasenotes.wml,v
retrieving revision 1.4
diff -u -r1.4 releasenotes.wml
--- english/releases/squeeze/releasenotes.wml	7 Feb 2011 02:57:37 -	1.4
+++ english/releases/squeeze/releasenotes.wml	5 Feb 2013 01:29:14 -
@@ -15,7 +15,7 @@
 architecture:/p
 
 ul
-:= permute_as_list('release-notes/', 'Release Notes'); :
+:= permute_as_list('release-notes/', 'Release Notes', 'kfreebsd-amd64', 'kfreebsd-i386'); :
 /ul
 
 pThe Release Notes also contain instructions for users who are upgrading from prior


signature.asc
Description: OpenPGP digital signature


Debian WWW CVS commit by madamezou: webwml/english/News/weekly/2013/03

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: madamezou   13/02/04 14:38:15

webwml/english/News/weekly/2013/03

Update of /cvs/webwml/webwml/english/News/weekly/2013/03
In directory vasks:/tmp/cvs-serv11670/english/News/weekly/2013/03

Log Message:
Directory /cvs/webwml/webwml/english/News/weekly/2013/03 added to the repository


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by madamezou: webwml portuguese/intro/organization.wml engli ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: madamezou   13/02/04 14:40:22

Modified files:
portuguese/intro: organization.wml 

Log message:
Translation updated by Claudio Filho

Added files:
english/News/weekly/2013/03: index.wml 
french/News/weekly/2013/03: index.wml 

Log message:
[en, fr] dpn 2013/03 out


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by madamezou: webwml portuguese/intro/organization.wml engli ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: madamezou   13/02/04 14:40:22

Modified files:
portuguese/intro: organization.wml 

Log message:
Translation updated by Claudio Filho

Modified files:
english/News/weekly: CURRENT-ISSUE-IS 
Added files:
english/News/weekly/2013/03: index.wml 
french/News/weekly/2013/03: index.wml 

Log message:
[en, fr] dpn 2013/03 out


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by madamezou: webwml portuguese/intro/organization.wml engli ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: madamezou   13/02/04 14:40:21

Modified files:
portuguese/intro: organization.wml 

Log message:
Translation updated by Claudio Filho

Added files:
english/News/weekly/2013/03: index.wml 

Log message:
[en, fr] dpn 2013/03 out


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by victory-guest: webwml danish/events/2012/1110-banjaluka-bsp.w ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: victory-guest   13/02/04 15:24:15

Added files:
danish/events/2012: 1110-banjaluka-bsp.wml 

Log message:
Initial translation

Added files:
japanese/events/2003: 0220-desktopsummit.wml 0320-ooocon.wml 

Log message:
2 events in 2003 translated by victory


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by ayanokouzi-guest: webwml danish/international/Italian.wml englis ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: ayanokouzi-guest13/02/04 17:03:54

Modified files:
danish/international: Italian.wml 
english/international: Italian.wml 
french/international: Italian.wml 
german/international: Italian.wml 
japanese/international: Italian.wml 
swedish/international: Italian.wml 

Log message:
fixed translation header

Modified files:
japanese/News/weekly/2013/02: index.wml 

Log message:
revise translation (thanks to Masatoshi TSUCHIYA).


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by madamezou: webwml italian/News/2010/20100629.wml italian/ ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: madamezou   13/02/04 18:04:34

Added files:
italian/News/2010: 20100629.wml 

Log message:
first italian translation, translated by Mark Caglienzi

Modified files:
italian/devel/website: desc.wml 

Log message:
sync

Modified files:
english/News/weekly/2013/03: index.wml 

Log message:
fixed paragraph about debconf13, see 
201302041641.13257.hol...@layer-acht.org


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by boutil: webwml/french security/2005/dsa-780.wml securi ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: boutil  13/02/04 22:33:09

Modified files:
french/security/2005: dsa-780.wml 
french/security/2012: dsa-2451.wml 
french/security/2009: dsa-1797.wml dsa-1820.wml dsa-1830.wml 
  dsa-1922.wml 
french/security/2011: dsa-2187.wml dsa-2235.wml dsa-2273.wml 
  dsa-2297.wml dsa-2317.wml 

Log message:
(fr) Proofread [ Havok Novak ] 4f8992ac.7090...@gmail.com

Modified files:
french/News/weekly/2013/03: index.wml 

Log message:
(fr) translate modification of DPN 2013/03, see 
201302041641.13257.hol...@layer-acht.org


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by boutil: webwml/french/News/weekly/2013/03 index.wml

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: boutil  13/02/04 22:49:41

Modified files:
french/News/weekly/2013/03: index.wml 

Log message:
(fr) bump translation-check


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kaare: webwml/danish/security/2013 dsa-2616.wml dsa-2 ...

2013-02-04 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kaare   13/02/05 07:34:14

Added files:
danish/security/2013: dsa-2616.wml dsa-2617.wml 

Log message:
Initial translations


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org