Now in master! new homepage of www.debian.org (publish date today)

2020-12-17 Thread Laura Arjona Reina
Dear all

Thanks for all the reviews and translations!

We have merged the new-homepage branch into master and deleted it, so if
you have more updates, please work in master as usual, from now on.

The new homepage is ready in 15 languages (Thanks!) and many of them
also have updated the other related files:

Arabic, Armenian, Bulgarian, Chinese, Danish, Dutch, French, German,
Greek, Italian, Korean, Portuguese, Russian, Spanish, Swedish.

I have synced the translations that were old, as much as I could.

I have also updated now all the .po templates (a new homepage.*.po file
will appear in the languages that didn't translated it yet).

So to continue translating the website, just do

git checkout master
git pull

I've done a partial build for the final review, you can have a look at
https://www-staging.debian.org/

We'll publish in 1-2h if we don't see any big issue (for now, everything
looks ok!).

IMPORTANT: The translations of the homepage (and affected files) that
still use the old layout will be removed, so people don't get confused
to see so much difference depending on the language visited. This
affects these languages:

Albanian
Catalan
Croatian
Esperanto
Finnish
Galician
Hebrew
Hungarian
Indonesian
Japanese
Lithuanian
Norwegian
Persian
Polish
Romanian
Slovak
Slovene
Tamil
Turkish
Ukrainian
Vietnamese

But I'll do my best to help any translator/team that wants to catch up,
don't hesitate to contact!

Kind regards,

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

El 14/12/20 a las 19:29, Laura Arjona Reina escribió:
> Dear all
> As many of you know, we've been working in a new homepage for the Debian
> website since long, and I think we have consolidated at least some
> content and structure and it's almost ready for publishing. (The
> layout/design may still change but that won't affect the content nor
> translations).
> 
> Please provide translations of the affected files, so when we publish
> (we'll try to publish on 17 December 2020) we have as many translations
> as possible.
> 
> The files are (in /english folder):
> 
> /index.wml
> /intro/index.wml
> /intro/people.wml  - some parts copied from /intro/about.wml
> /intro/philosophy.wml  - some parts copied from /intro/about.wml
> /intro/why_debian.wml
> /po/homepage.*.po - can be generated with "make update-po" in your po folder
> 
> For working in the new-homepage branch in your git clone, you can do the
> following:
> 
> git checkout new-homepage
> 
> then you can see the related files, and commit and push.
> 
> To change again to the master branch (for example, to do a translation
> of a different file) you can do:
> 
> git checkout master
> 
> Don't forget to do "git pull" frequently and particularly before
> committing or pushing, to avoid merge commits and get the last updates
> in the branch you're working :-)
> 
> If somebody prefers to browse the source files from the Salsa web
> interface, and not use git, the corresponding URL for the files would be:
> 
> https://salsa.debian.org/webmaster-team/webwml/tree/new-homepage
> 
> I expect to merge the branch into master around 8:00 UTC, and will send
> a new message so people commits to master (as usual) again.
> 
> I expect to build and publish the new files around 12:00 UTC.
> 
> Sending the translated files to the mailing list is also fine (I would
> add them to the repo).
> 
> To see the results of the build of the new-homepage branch these days,
> we will try to keep the site https://debian-newhomepage.larjona.net/
> updated.
> 
> Don't hesitate to contact the web team here in the mailing list or in
> #debian-www for any issue it may arise.
> 
> Thanks everybody for your patience, help in translations and testing!
> 
> Kind regards,
> 




Re: Now in master! new homepage of www.debian.org (publish date today)

2020-12-17 Thread Cyrille Bollu
I don't know if it's due to your partial build but the links in the French
version of the homepage are all broken

 

Cyrille

 

"Laura Arjona Reina" larj...@debian.org – 17 décembre 2020 11:15
 

> Dear all
>
> Thanks for all the reviews and translations!
>
> We have merged the new-homepage branch into master and deleted it, so if
> you have more updates, please work in master as usual, from now on.
>
> The new homepage is ready in 15 languages (Thanks!) and many of them
> also have updated the other related files:
>
> Arabic, Armenian, Bulgarian, Chinese, Danish, Dutch, French, German,
> Greek, Italian, Korean, Portuguese, Russian, Spanish, Swedish.
>
> I have synced the translations that were old, as much as I could.
>
> I have also updated now all the .po templates (a new homepage.*.po file
> will appear in the languages that didn't translated it yet).
>
> So to continue translating the website, just do
>
> git checkout master
> git pull
>
> I've done a partial build for the final review, you can have a look at
> www-staging.debian.org/[1]
>
> We'll publish in 1-2h if we don't see any big issue (for now, everything
> looks ok!).
>
> IMPORTANT: The translations of the homepage (and affected files) that
> still use the old layout will be removed, so people don't get confused
> to see so much difference depending on the language visited. This
> affects these languages:
>
> Albanian
> Catalan
> Croatian
> Esperanto
> Finnish
> Galician
> Hebrew
> Hungarian
> Indonesian
> Japanese
> Lithuanian
> Norwegian
> Persian
> Polish
> Romanian
> Slovak
> Slovene
> Tamil
> Turkish
> Ukrainian
> Vietnamese
>
> But I'll do my best to help any translator/team that wants to catch up,
> don't hesitate to contact!
>
> Kind regards,
>
>  



Links:
--
[1] https://www-staging.debian.org/

Re: Now in master! new homepage of www.debian.org (publish date today)

2020-12-17 Thread Carsten Schoenert
Hello Cyrille,

Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
> I don't know if it's due to your partial build but the links in the
> French version of the homepage are all broken

for example which ones?

-- 
Reghards
Carsten



Re: Now in master! new homepage of www.debian.org (publish date today)

2020-12-17 Thread Laura Arjona Reina
Hi Cyrille

El 17/12/20 a las 12:39, Cyrille Bollu escribió:
> I don't know if it's due to your partial build but the links in the
> French version of the homepage are all broken
> 

I cannot reproduce your issue.

I go to https://www-staging.debian.org/ and select French in my browser
as default language, and clic on "Les acteurs", "Notre philosophie", etc
and it works.
(note that I've not updated my local build in larjona.net anymore today,
and I've disabled that temporary website.

Kind regards,
>  
> 
> Cyrille
> 
>  
> 
> "Laura Arjona Reina" larj...@debian.org – 17 décembre 2020 11:15
>  
> 
> Dear all
> 
> Thanks for all the reviews and translations!
> 
> We have merged the new-homepage branch into master and deleted it, so if
> you have more updates, please work in master as usual, from now on.
> 
> The new homepage is ready in 15 languages (Thanks!) and many of them
> also have updated the other related files:
> 
> Arabic, Armenian, Bulgarian, Chinese, Danish, Dutch, French, German,
> Greek, Italian, Korean, Portuguese, Russian, Spanish, Swedish.
> 
> I have synced the translations that were old, as much as I could.
> 
> I have also updated now all the .po templates (a new homepage.*.po file
> will appear in the languages that didn't translated it yet).
> 
> So to continue translating the website, just do
> 
> git checkout master
> git pull
> 
> I've done a partial build for the final review, you can have a look at
> www-staging.debian.org/ 
> 
> We'll publish in 1-2h if we don't see any big issue (for now, everything
> looks ok!).
> 
> IMPORTANT: The translations of the homepage (and affected files) that
> still use the old layout will be removed, so people don't get confused
> to see so much difference depending on the language visited. This
> affects these languages:
> 
> Albanian
> Catalan
> Croatian
> Esperanto
> Finnish
> Galician
> Hebrew
> Hungarian
> Indonesian
> Japanese
> Lithuanian
> Norwegian
> Persian
> Polish
> Romanian
> Slovak
> Slovene
> Tamil
> Turkish
> Ukrainian
> Vietnamese
> 
> But I'll do my best to help any translator/team that wants to catch up,
> don't hesitate to contact!
> 
> Kind regards,
> 
>  
> 

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



The Debian web updates its homepage and prepares for a major renewal

2020-12-17 Thread Laura Arjona Reina
Dear all,

Today the Debian website displays a new homepage. The web team has been
working on renewing the structure, content, layout and scripts that
build the site since the last team sprint on March 2019. There has been
work mainly in two areas:  Creating a new homepage and removing or
updating obsolete content.

We have two main goals in mind: To simplify the front page in order to
make it more readable and attractive to newcomers, and to show the
social aspect of the Debian project as well as the operating system that
we develop.

Although this took more time than we wanted and we don't consider this
new homepage final, we think it's a good first step to a much better web
site.

As we continue to work on restructuring the Debian website, we would
like to get help from the wider team, the community and are also
considering to gather external help, since we're a small group of people
and also participate in other Debian teams. The next steps we expect to
take are:
- Improve the CSS and layout in general.
- Review of the the existing content, with the claim to improve the
structure and refreshing content.
- A new "download" section that would merge the "CD" and "distrib"
folders and helps users to find the most suitable Debian image, guide
them to the desired download and finally help to verify and install Debian.
- Improve the icons of the homepage, and also for other relevant sections.

We're currently not considering changing the website development
infrastructure. Pages are written in Website META Language (often
abbreviated as “WML”), with scripts written in Perl or Python and
reusable tags defined in templates), built with Makefiles. The layout
and appearance is mainly handled via CSS files only (we don't use
JavaScript for now). We're conscious that this infrastructure is quite
different from the "web developing state-of-art" but we feel that it
would be really difficult to switch entirely to a new system and we
prefer to focus on simplifying the content and structure first.

How can you help

* Test the new homepage: We particularly welcome feedback related to
accessibility and usability.
* Help translate the new homepage and related pages to your language.
* If you are a web developer or designer, and want to help in the tasks
we mentioned in this article, contact us.
* We always welcome help on fixing or working on our list of bugs. :-)
* Help documenting how web site content is handled.

If you want to participate in the Debian web team, please consider
reading the [pages related to the
website](https://www.debian.org/devel/website/). You can contact us in
our public mailing list
[debian-www@lists.debian.org](mailto:debian-www@lists.debian.org) and
our IRC channel #debian-www.

Thanks everybody who made this possible!

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



OpenPGP_signature
Description: OpenPGP digital signature


Re: Now in master! new homepage of www.debian.org (publish date today)

2020-12-17 Thread Cyrille Bollu
All links are broken for me strange... I must be doing something wrong.

 

I've uploaded a capture of the issue on my nextcloud if you want:
https://nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e

 

Cyrille

"Carsten Schoenert" c.schoen...@t-online.de – 17 décembre 2020 13:29
 

> Hello Cyrille,
>
> Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
>> I don't know if it's due to your partial build but the links in the
>> French version of the homepage are all broken
>
> for example which ones?
>
>  

New homepage published (www.debian.org) (was: Re: Now in master! new homepage of www.debian.org (publish date today))

2020-12-17 Thread Laura Arjona Reina
Hi Cyrille

El 17/12/20 a las 13:48, Cyrille Bollu escribió:
> All links are broken for me strange... I must be doing something wrong.
> 
>  
> 
> I've uploaded a capture of the issue on my nextcloud if you want:
> https://nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e
> 
>  

I see, some links were not synced with the English version.
I think I've fixed the issue and published the changes.

It should look fine in www.debian.org (we published already!)

Kind regards,

> 
> Cyrille
> 
> "Carsten Schoenert" c.schoen...@t-online.de – 17 décembre 2020 13:29
>  
> 
> Hello Cyrille,
> 
> Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
> > I don't know if it's due to your partial build but the links in the
> > French version of the homepage are all broken
> 
> for example which ones?
> 
>  
> 

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



Re: New homepage published (www.debian.org) (was: Re: Now in master! new homepage of www.debian.org (publish date today))

2020-12-17 Thread Cyrille Bollu
The links are corrects now but they point to the english version of the
pages. Is it normal?

 

"Laura Arjona Reina" larj...@larjona.net – 17 décembre 2020 14:15
 

> Hi Cyrille
>
> El 17/12/20 a las 13:48, Cyrille Bollu escribió:
>> All links are broken for me strange... I must be doing something
>> wrong.
>>  
>>  
>>  
>> I've uploaded a capture of the issue on my nextcloud if you want:
>> nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e[1]
>>  
>>  
>
> I see, some links were not synced with the English version.
> I think I've fixed the issue and published the changes.
>
> It should look fine in www.debian.org[2] (we published already!)
>
> Kind regards,
>
>>  
>> Cyrille
>>  
>> "Carsten Schoenert" c.schoen...@t-online.de – 17 décembre 2020 13:29
>>  
>>  
>> Hello Cyrille,
>>  
>> Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
>> > I don't know if it's due to your partial build but the links in the
>> > French version of the homepage are all broken
>>  
>> for example which ones?
>>  
>>  
>>  
>
>  



Links:
--
[1] https://nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e
[2] http://www.debian.org

Re: New homepage published (www.debian.org) (was: Re: Now in master! new homepage of www.debian.org (publish date today))

2020-12-17 Thread Laura Arjona Reina
Hi Cyrille

El 17/12/20 a las 14:27, Cyrille Bollu escribió:
> The links are corrects now but they point to the english version of the
> pages. Is it normal?

Some titles were not translated (in queue of proofreading, I guess).

Please keep an eye on debian-l10n-fre...@lists.debian.org or contact
there for specific issues in the French pages.
In any case, I'm sure the content will be stable in few hours. French
translators are on it, and we'll publish the fixes as soon as possible.

Thanks!

> 
>  
> 
> "Laura Arjona Reina" larj...@larjona.net – 17 décembre 2020 14:15
>  
> 
> Hi Cyrille
> 
> El 17/12/20 a las 13:48, Cyrille Bollu escribió:
> > All links are broken for me strange... I must be doing
> something wrong.
> > 
> >  
> > 
> > I've uploaded a capture of the issue on my nextcloud if you want:
> > nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e
> 
> > 
> >  
> 
> I see, some links were not synced with the English version.
> I think I've fixed the issue and published the changes.
> 
> It should look fine in www.debian.org  (we
> published already!)
> 
> Kind regards,
> 
> > 
> > Cyrille
> > 
> > "Carsten Schoenert" c.schoen...@t-online.de
>  – 17 décembre 2020 13:29
> >  
> > 
> > Hello Cyrille,
> > 
> > Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
> > > I don't know if it's due to your partial build but the links in the
> > > French version of the homepage are all broken
> > 
> > for example which ones?
> > 
> >  
> > 
> 
>  
> 

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



Bug#203950: marked as done (www.debian.org: desktop screenshot examples missing)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 14:59:11 +0100
with message-id <24539.25647.576284.775...@cs.uni-koeln.de>
and subject line closing
has caused the Debian Bug report #203950,
regarding www.debian.org: desktop screenshot examples missing
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.)


-- 
203950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203950
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: wishlist
 
   I was just catching up on old email, and came across this post to
debian-project.  It occured to me that this would be a nice bit of
eye-candy to put on the project web page, easily accessible from
www.debian.org (the only screenshot I can think of offhand is on the XSF
page -- even the debian-desktop folks don't have screenshots!)

- Forwarded message from storm  -

From: storm 
Subject: Little question 
To: debian-proj...@lists.debian.org
Date: Wed, 9 Jul 2003 19:59:27 -0700
X-Mailer: Microsoft Outlook Express 6.00.2720.3000

i Just want to know what debian is gona look like after the installation do you 
have some kind of desktop like windows 98 or xp or it's completly different ??? 
i look on your web page but i dont see any screenshot :( 

sorry for my english am french hehehhee 

Wild

- End forwarded message -

-- 
/ Daniel Burrows  ---\
|  Somewhere, just out of sight, the unicorns are gathering.  |
\--- (if (not (understand-this)) (go-to http://www.schemers.org)) /

--- End Message ---
--- Begin Message ---
We show the screenshots on package.d.o. Not sure since when.

-- 
regards Thomas--- End Message ---


Bug#799602: marked as done (www.debian.org: language not preserved by links in https://www.debian.org/Bugs/ pages)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:19:27 +0100
with message-id <24539.26863.548035.51...@cs.uni-koeln.de>
and subject line closing
has caused the Debian Bug report #799602,
regarding www.debian.org: language not preserved by links in 
https://www.debian.org/Bugs/ pages
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.)


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

Links in https://www.debian.org/Bugs/ should preserve the language,
but this is not always the case. For instance,

  https://www.debian.org/Bugs/server-control.en.html

has a link "their meanings" to

  https://www.debian.org/Bugs/Developer#severities

instead of

  https://www.debian.org/Bugs/Developer.en.html#severities

and this page has a link "instructions for reporting bugs" to

  https://www.debian.org/Bugs/Reporting#pseudoheader

instead of

  https://www.debian.org/Bugs/Reporting.en.html#pseudoheader

-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Since Aug 2019 we also have cookies that help keeping the language
selection. See https://www.debian.org/intro/cn

Closing because I think we cannot do better currently.
-- 
regards Thomas--- End Message ---


Re: New homepage published (www.debian.org) (was: Re: Now in master! new homepage of www.debian.org (publish date today))

2020-12-17 Thread Jean-Pierre Giraud
Hi Cyrille,

Le 17/12/2020 à 14:48, Laura Arjona Reina a écrit :
> Hi Cyrille
> 
> El 17/12/20 a las 14:27, Cyrille Bollu escribió:
>> The links are corrects now but they point to the english version of the
>> pages. Is it normal?
> 
> Some titles were not translated (in queue of proofreading, I guess).
> 
> Please keep an eye on debian-l10n-fre...@lists.debian.org or contact
> there for specific issues in the French pages.
> In any case, I'm sure the content will be stable in few hours. French
> translators are on it, and we'll publish the fixes as soon as possible.
> 
> Thanks!
> 

I have justed pushed the files intro/people + philosophy proofread by
debian-l10n team. They will be online after the next rebuild.

Kind regards

Jean-Pierre Giraud

>>
>> "Laura Arjona Reina" larj...@larjona.net – 17 décembre 2020 14:15
>>  
>>
>> Hi Cyrille
>>
>> El 17/12/20 a las 13:48, Cyrille Bollu escribió:
>> > All links are broken for me strange... I must be doing
>> something wrong.
>> > 
>> >  
>> > 
>> > I've uploaded a capture of the issue on my nextcloud if you want:
>> > nextcloud.bollu.be/index.php/s/AW9DjEeq5Scjx2e
>> 
>> > 
>> >  
>>
>> I see, some links were not synced with the English version.
>> I think I've fixed the issue and published the changes.
>>
>> It should look fine in www.debian.org  (we
>> published already!)
>>
>> Kind regards,
>>
>> > 
>> > Cyrille
>> > 
>> > "Carsten Schoenert" c.schoen...@t-online.de
>>  – 17 décembre 2020 13:29
>> >  
>> > 
>> > Hello Cyrille,
>> > 
>> > Am 17.12.20 um 12:39 schrieb Cyrille Bollu:
>> > > I don't know if it's due to your partial build but the links in the
>> > > French version of the homepage are all broken
>> > 
>> > for example which ones?
>> > 
>> >  
>> > 
>>
>>  
>>
> 



Bug#623586: marked as done (www.debian.org: new style sheet - line/item spacing is too big)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #623586,
regarding www.debian.org: new style sheet - line/item spacing is too big
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.)


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


The new style sheet used for web pages could use some fine tuning. In
the old pages it was possible to browse pages without much scrolling.

Like e.g. package pages listing fit snuggly in a "page":

   depends
   recommends
   suggests

With the current style sheet, there are huge gaps between the lines
and bullets, and the rest. That requires constant need for scrolling
in order to access the information.

This is especially painful with low resulution screens; usually with
laptops, sub notebooks and netbooks.

Please find a way to fine tune style sheet's overall line spacing of
elements; which also tightens spacing of bullets, lists etc.

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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#616471: marked as done (www.debian.org: Merge /intro/ and /intro/about pages)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #616471,
regarding www.debian.org: Merge /intro/ and /intro/about pages
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.)


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

The new web site is terrific!  However, I was looking for the
organization chart and had to resort to Google to find it.  After that,
I found the /intro/ page (from which the organization chart is an
obvious link) and was going to suggest adding a link to the intro page
on the common footer.  But, thinking about it more, and looking at the
content of the intro and about pages, I decided it would be easy and
make more sense to simply incorporate the contents of the intro page
into to about page, and perhaps make /intro/index.html and intro/about
synonyms.

...Marvin


--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#696873: marked as done (Better place for "download debian" button)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #696873,
regarding Better place for "download debian" button
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.)


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

Ben Armstrong wrote:
> On 28/12/12 09:08 AM, Samuel Thibault wrote:
> > I forgot another important thing: I had not even *seen* the "Download
> > Debian 6.0" image on the top-right corner of http://www.debian.org/index
> > . This is indeed not a place where the eyes would naturally go, so it
> > tends to be completely unnoticed.
> > 
> > I'd say it should rather go to the bottom left corner of the blue debian
> > banner (bottom right for RtoL languages).
> 
> I don't like the idea of placing it in either location, as it looks out
> of place in either. However, I do agree it's too subtle. Here's are a
> couple of more successful download button layouts from which we might
> draw inspiration:
> 
> https://www.mozilla.org/en-US/firefox/new/
> 
> https://www.google.com/intl/en/chrome/browser/
> 
> In the first case, the color contrast is much better (solid green
> immediately draws the eyes; our design only goes green when you
> mouseover, which is too subtle). The placement here looks visually
> balanced and the eyes are naturally drawn to it first.
> 
> In the second case, the color scheme is much simpler. The eyes are drawn
> immediately to the solid blue button because it's the only colored thing
> on the page. The center placement also draws your eyes directly to the
> button.
> 
> Ben
> p.s. I really think you should file this as a separate bug.

Here it is.

Samuel
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#862980: marked as done (Update the homepage, to show the social face of the project, and be more attractive for newcomers)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #862980,
regarding Update the homepage, to show the social face of the project, and be 
more attractive for newcomers
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.)


-- 
862980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: newcomer
User: www.debian@packages.debian.org
Usertags: Content

At the Diversity and Inclusion BoF in MiniDebConf Cambridge 2016 [1]
it has been suggested to update the Debian website frontpage exposing
more the social part of the project (currently, it's very centered in
Debian the OS).

[1]:
http://meetings-archive.debian.net/pub/debian-meetings/2016/miniconf_cambridge16/Diversity_and_Inclusion_BoF.webm

Other suggestions/comments, in order to make the website more
attractive to newcomers:

https://lists.debian.org/debian-devel/2017/05/msg00134.html
https://lists.debian.org/debian-devel/2017/05/msg00157.html

A rewording of the two paragraphs about Debian in the homepage could
be a good start.

Current content is:


https://www.debian.org/";>Debian is a
free operating system (OS) for yourcomputer.
An operating system is the set of basic programs and utilities that
make your computer run.


Debian provides more than a pure OS: it comes with over
 packages,
precompiled software bundled
up in a nice format for easy installation on your machine. Read more...


One source of inspiration could be the paragraph that we include in
our announcements:

The Debian Project is an association of Free Software developers
who volunteer their time and effort
in order to produce the completely free operating system Debian.

For sending your proposals, any way is welcome:
* Plain text with the new paragraphs
* html
* diff against the current source file:
https://anonscm.debian.org/viewvc/webwml/webwml/english/index.wml

Best regards
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#862981: marked as done (Test www.debian.org in small and big screens and fix it if needed)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #862981,
regarding Test www.debian.org in small and big screens and fix it if needed
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.)


-- 
862981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: normal
Tags: newcomer
User: www.debian@packages.debian.org
Usertags: Design

Test www.debian.org in small and big screens and fix it if needed

To take into account:
 - CSS only, no javascript nor changes in the infrastructure (if possible)
 - Proposals including changing the position of menus etc are ok IMHO
 - Proposals including changes in images (e.g.size) are ok IMHO
 - Related info/feedback:
 https://lists.debian.org/debian-devel/2017/05/msg00210.html
 https://lists.debian.org/debian-devel/2017/05/msg00217.html
 https://lists.debian.org/debian-devel/2017/05/msg00170.html

-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#905352: marked as done (add section "Why Debian" to the home page)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #905352,
regarding add section "Why Debian" to the home page
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.)


-- 
905352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: www.debian.org
Severity: wishlist

Dear webmasters,

I like to add a section "Why Debian" on the home page where we
describe why the beginners should use Debian. We should describe what Debian
distinguishes from other distributions. Here's an example of items, but
there are just copied from other web pages. I hope that someone can
find better wording. And we may want to add some (not too many) links
into the text:

Why Debian?

*Stable, secure operating system for desktop & server since x
*Debian is always free for anyone to use, modify, and distribute
*Free Software, coproduced by hundreds of volunteers
*Debian is the base for other Linux distributions
*You can be part of it



-- 
regards Thomas
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#925300: marked as done (Debian home page: Cleaning up the "Getting Started" paragraph)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #925300,
regarding Debian home page: Cleaning up the "Getting Started" paragraph
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.)


-- 
925300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: www.debian.org

Hi,

I've come across the email from Thomas 
(https://lists.debian.org/debian-www/2019/02/msg00070.html) speaking 
about cleaning up Debian's home page and quickly had a look at the video 
linked.


I must say that I share Keith and Thomas' concerns about the 
organisation of the information on Debian's website.


I'm using Debian for almost 20 years (I think Woody was the first 
release I've used. Though it might be Potato) and have always been held 
back from development/package management by the difficulties to get 
clear information how to create and maintain packages.


Well, that's not exactly true, I've recently been admitted as guest in 
the Perl Maintainers group thanks to a common interest with 
y...@debian.org about the OCS Inventory software.


Anyway, as I'm currently trying to get more knowledge about Debian's 
package management system, I'm again facing the same difficulties to get 
clear information.


That's in this context, looking for development/package management 
documentation, that I've come across https://www.debian.org/ and 
thought:


* Wow, that's a confusing page: There's a "Getting Started" paragraph, 
but there's nothing about getting started with development in there.

* Maybe in the "documentation" link?...
* Wow, that's even more confusing...
* Hey, but there's this upper menu with a "Developer's Corner" entry!? 
Let's have a look...
* Wow, there are a lot of things here. A lot of things I already know 
but maybe also others...


That's to say, I'm lost in information again :-(

Here's some observations and proposals for you to improve this homepage:

1. I didn't even looked at all the links organized as a table at the top 
of the page; There are far too much links there imho
2. I think the upper menu bar (the one with the links "About Debian", 
"Getting Debian", "Support",...) is very good and I think the "Getting 
Started" paragraph might easily be entirely replaced by this menu bar. 
The "Getting Started" paragraph only adds the following links:
   2.1 "installation instructions": Imho it is not needed as these 
installation instructions can easily be found in the page linked by the 
"Getting Debian" menu bar entry
   2.2 "Release Notes": I think adding the release notes in the page 
linked by the "Getting Debian" menu bar entry could be a good enough 
solution

   2.3 "Documentation": This link should be added in the upper menu bar
   2.4 "International": No idea but it could be moved in another 
paragraph

   2.5 "Ports": No idea but it could be moved in another paragraph
3. In the end, the "Getting Started" paragraph would simply instruct the 
readers to use the upper menu bar for anything related to "Getting 
started".


Best regards,

Cyrille
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#944301: marked as done (New homepage: use free (libre) icons)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #944301,
regarding New homepage: use free (libre) icons
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.)


-- 
944301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
User: www.debian@packages.debian.org
Usertag: design
Severity: normal
X-Debbugs-CC: design-de...@alioth-lists.debian.net

Hi all
For the new homepage (a preview is visible at
https://debian-newhomepage.larjona.net/ ), we have added some icons to the main
links:
* People
* Our Philosophy
* Get Involved, Contribute
* Why Debian
* User Support
* Security Updates
* More

The current icons have been added in the /logos folder in these commits:

https://salsa.debian.org/webmaster-team/webwml/commit/1884d59866f64f362925424fe848e1bb38d80e27

https://salsa.debian.org/webmaster-team/webwml/commit/b650c48fe04a19d5942b74c853d3833eb3a6cb66

https://salsa.debian.org/webmaster-team/webwml/commit/0a2b0a22c65d29d138591b0734d7bb86074d82a1

AFAIK the images themselves have been taken from
https://www.flaticon.com/free-icon/security_102649

Several concerns have been raised about this (about the license and about the
"ying/yang" icon, that can be perceived as controversial), so I'm proposing to
change them and use other icons that are distributed under a free license, and
trying to avoid controversial images.

My proposal, for now, is to use icons from the "Fork Awesome" [1] or "Material"
[2] fonts. Both have free/open source license and are packaged in Debian [3] 
[4].

[1] https://forkaweso.me/
[2] https://material.io/resources/icons/
[3] 
https://packages.debian.org/search?keywords=fonts-materialdesignicons-webfont
[4] https://packages.debian.org/search?keywords=fonts-fork-awesome

However, I don't know if the Debian packages include the icons we particularly
want. I've done some proposals for new icons in:

 https://deb.li/ideasnewweb

if you can comment or help us, we can figure out the ones we all like best and
then see if we can use the Debian package or download the individual images from
the newer upstream repo.

I'm not sure about how to actually include and show the icons (fonts) in the
website either, but I guess other people know, and if not, I would have a look
at the documentation.

Kind regards,
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#926131: marked as done (footer: replace identi.ca with micronews)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 15:34:51 +0100
with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
and subject line closing bugs because of new homepage
has caused the Debian Bug report #926131,
regarding footer: replace identi.ca with micronews
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.)


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

Hi,

I'd say it's about time we drop identi.ca/debian from the footer 
and add instead a link to micronews.debian.org

Thoughts?

Cheers,
Ana
--- End Message ---
--- Begin Message ---
Since we just published the new homepage including some changes to
intro, why_debian and more I close this bug.
-- 
regards Thomas--- End Message ---


Bug#926131: marked as done (footer: replace identi.ca with micronews)

2020-12-17 Thread Eduardo Querido
Please unsubscribe me
E.Querido



On Thu, 17 Dec 2020 at 11:39, Debian Bug Tracking System <
ow...@bugs.debian.org> wrote:

> Your message dated Thu, 17 Dec 2020 15:34:51 +0100
> with message-id <24539.27787.706715.124...@cs.uni-koeln.de>
> and subject line closing bugs because of new homepage
> has caused the Debian Bug report #926131,
> regarding footer: replace identi.ca with micronews
> 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.)
>
>
> --
> 926131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926131
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>
>
>
> -- Forwarded message --
> From: Ana Guerrero Lopez 
> To: sub...@bugs.debian.org
> Cc:
> Bcc:
> Date: Sun, 31 Mar 2019 21:40:37 +0200
> Subject: footer: replace identi.ca with micronews
> Package: www.debian.org
>
> Hi,
>
> I'd say it's about time we drop identi.ca/debian from the footer
> and add instead a link to micronews.debian.org
>
> Thoughts?
>
> Cheers,
> Ana
>
>
>
> -- Forwarded message --
> From: Thomas Lange 
> To: 696873-cl...@bugs.debian.org, 862980-cl...@bugs.debian.org,
> 616471-cl...@bugs.debian.org, 905352-cl...@bugs.debian.org,
> 623586-cl...@bugs.debian.org, 862981-cl...@bugs.debian.org,
> 926131-cl...@bugs.debian.org, 925300-cl...@bugs.debian.org,
> 944301-cl...@bugs.debian.org
> Cc:
> Bcc:
> Date: Thu, 17 Dec 2020 15:34:51 +0100
> Subject: closing bugs because of new homepage
> Since we just published the new homepage including some changes to
> intro, why_debian and more I close this bug.
> --
> regards Thomas


Bug#815689: is this now solved?

2020-12-17 Thread Thomas Lange
We can now select which news to show, instead of showing the last N
entries. We can select any news from the /News folder.

IMO important news for the homepage should always we news from the
/News folder.
-- 
regards Thomas



Bug#325655: marked as done (www.debian.org: Help us to help ourselves)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 16:32:58 +0100
with message-id <24539.31274.852789.105...@cs.uni-koeln.de>
and subject line closing
has caused the Debian Bug report #325655,
regarding www.debian.org: Help us to help ourselves
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.)


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

Hi,

After several years on debian-user, and a month or two on #debian, it is
apparent that we could make life a lot easier for our support community by
recommending that new users read:
1. The Installation Manual.
2. The Reference.

Yes, believe it or not, it seems as if nobody is reading them.  In fact, I can
start at www.debian.org and navigate through until I'm downloading an iso, and
not even know what the Reference is.  The Reference should be plugged, nearly
everywhere that the IG is, as an essential post-install read.  Also, perhaps
it should have a name change to the Manual, but that's probably a different
discussion.  Reference is not something that encourages perusal.

Especially where testing and unstable are concerned, there should be more of a
warning on http://www.us.debian.org/releases/ to those considering using those
distributions.  It should be something like:

"Please note that, whilst many users happily use testing and unstable
on their desktops every day, it is possible that due to their nature,
these distributions may break from time to time.  Therefore, unless you
know what you are doing, please stick with stable until you gain enough
experience to be able to fix things when and if they go wrong on testing
and unstable.

It is sometimes thought that testing is less likely to break than unstable, and
represents a balance in risk between the two, but this is not necessarily the
case.  You have been warned.

Additionally, whatever release you run, but especially if you run testing or
unstable, please check the BTS before asking for help.  It is quite possible
that your issue has already been spotted, and there may be a workaround or fix
available."

I know there is a link to the faq entry on testing, but it's not enough.  The
page discusses the advantages of testing and unstable and _no_
disadvantages.  The stigma of Woody's age should be long gone now,
and we shouldn't shy away from pointing users towards stable.

In addition, not everybody will come
through www.debian.org/releases.  Some may go straight to
http://www.us.debian.org/distrib/.  There are problems with that page too.

It makes no mention of the fact that there are the three releases.
This is bad as it means that users coming in from this route will not see the
releases page, even with the above information.  They may want to download
Debian, already hell-bent on moving straight to unstable, with no regard for
the frustration that may be ahead.

Perhaps there is a case for merging the distrib and releases pages?

Furthermore, all users should be nudged towards reading d-s-a, and possibly
d-u, whether by mail or newsgroup.  Unstable users should read d-d-a.

I understand that users need to fend things for themselves, but all I can say
is spend a few days on d-u or #debian, and you will surely agree that a few
changes could free up a lot of resources.

Antony

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8.20041210
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

--- End Message ---
--- Begin Message ---
Hi,

you recommended a lot of changes to the web pages but since 15 years
noone implemented this or commented on your bug report. I close this
bug, because I think we will not apply your changes in the future.

-- 
regards Thomas--- End Message ---


Bug#721211: marked as done (Add instructions for configuring AcceptLanguage for Links(2) and eLinks)

2020-12-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Dec 2020 16:36:57 +0100
with message-id <24539.31513.917479.855...@cs.uni-koeln.de>
and subject line closing
has caused the Debian Bug report #721211,
regarding Add instructions for configuring AcceptLanguage for Links(2) and 
eLinks
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.)


-- 
721211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: wishlist
Owner: rob...@kapsi.fi
X-Debbugs-CC: rob...@kapsi.fi

Filing this as a bug so it doesn't get lost.
Andrei

On Mi, 21 aug 13, 00:15:03, rob...@kapsi.fi wrote:
> I was reading (finnish) page about setting accepted languages header
> setting for different browsers, and although I did see Lynx there, I did
> not see Links2 (Links need not be mentioned since L2 is pretty much Links
> v. 2) nor eLinks, the most featurefull textmode browser, so I decided to
> send you information where to set these values there:
> 
> ELinks:
> Under "Options Manager":
> Protocols->HTTP->Send Accept-Language header
> 
> The format is same as with others, but also under same submenu there is
> option:
> "Use UI language as Accept-Language"
> That will set Accept-Language header to what UI language has been selected
> (with value 1 - default value is 0, and should be kept as that).
> 
> I believe by default the fields are empty and 0 - I have "en-gb, en;
> q=0.8, fi; q=0.7, *; q=0.6" for Accept-Language.
> 
> W3M:
> You have to start the browser with at least one file/URL parameter - it
> won't start like other browsers (more like pagers, as it's designed to be
> used as such as well).
> * Then press 'o' for options."
> * Under "Network Settings" you will find entry "Accept-Language header"
> * The default value, btw, seems to be "en;q=1.0"
> 
> Links/Links2:
> Don't really know why I mentioned this. Under "Network Options" -> "HTTP
> Options" there is "Do not send "Accept-Charset", but even for that there
> is no option to define charsets, so I assume it uses the charset set for
> the program.
> 
> I believe there are other textmode browsers you are missing - and wget (as
> well as several perl variants, like bget) can also define this header
> entry. I believe netrik might have been such browser. Also, not text-mode
> but "supporting" (never got anything done with it since I never got mouse
> nor keyboard working on FB so please forward that as bug report - it's
> common, google it ;)) framebuffer, so has console support, along with X
> support, is netsurf.
> 
> Sending this as you requested information if you're missing anything :)
> 
> --
> Jani "Inu-Yasha/robsku" Saksa * http://salamanteri.dyndns.org/wordpress/
> 
> 
> -- 
> 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/9526e005a01d81674fd407db3230623e.squir...@webmail.kapsi.fi
> 

-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
I think we cover the most common browsers on
https://www.debian.org/intro/cn
and we now also support better language setting via cookies.

Therfore closing this bug.
-- 
regards Thomas--- End Message ---


Re: Ny Debian hemsida

2020-12-17 Thread Luna Jernberg
Its now sorted by gusnan looks nice :)

On Thu, Dec 17, 2020 at 3:30 PM Luna Jernberg  wrote:

> Perfekt
> np
>
> On Thu, Dec 17, 2020 at 2:50 PM Andreas Ronnquist 
> wrote:
>
>> On Thu, 17 Dec 2020 14:35:00 +0100
>> Luna Jernberg  wrote:
>>
>> >Tjena!
>> >
>> >Nya hemsidan ser najs ut har bara lite småsaker att gnälla på:
>> >Blog högst upp borde vara Blogg på svenska och Micro News kanske borde
>> >heta något annat på svenska men ser snyggt ut
>> >
>> >Grattis till släppet o/
>>
>> Jag tar hand om dom där. Tack för att du uppmärksammar mig på dom.
>>
>> mvh
>> /Andreas
>>
>


New homepage and related pages: Validation failed

2020-12-17 Thread Laura Arjona Reina
Hi all
I'm resending an extract of the mail we received with the output of the
validation scripts, for English language. There are some issues with the
homepage and /intro/philosophy.wml

If anybody can have a look and fix, I appreciate!

Note: if you want to receive (stop receiving) these kind of mails in
your particular inbox (usually once a day), add/remove yourself from the
file:
webwml/english/devel/website/validation.data

Kind regards,

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

 Mensaje reenviado 
Asunto: Validation failed
Fecha: Thu, 17 Dec 2020 15:45:46 +
De: Debian Webmaster 


*** Errors validating /srv/www.debian.org/www/index.en.html: ***
Line 78, character 14:  element "ARTICLE" undefined
Line 84, character 14:  element "ARTICLE" undefined
Line 90, character 14:  element "ARTICLE" undefined
Line 96, character 14:  element "ARTICLE" undefined
Line 102, character 14:  element "ARTICLE" undefined
Line 219, character 49:  there is no attribute "DATETIME"
Line 219, character 69:  there is no attribute "CLASS"
Line 219, character 109:  element "TIME" undefined
Line 220, character 102:  element "TIME" undefined
Line 221, character 102:  element "TIME" undefined
Line 222, character 102:  element "TIME" undefined
Line 223, character 4:  end tag for element "P" which is not open
*** Errors validating /srv/www.debian.org/www/intro/philosophy.en.html: ***
Line 137, character 64:  end tag for "A" omitted, but its declaration does
not permit this
Line 138, character 90:  end tag for "A" omitted, but its declaration does
not permit this
Line 139, character 52:  end tag for "A" omitted, but its declaration does
not permit this
Line 140, character 57:  end tag for "A" omitted, but its declaration does
not permit this
Line 141, character 73:  end tag for "A" omitted, but its declaration does
not permit this
Line 142, character 58:  end tag for "A" omitted, but its declaration does
not permit this

[...]

--
 You received this mail for the language code en.
 Please edit webwml/english/devel/website/validation.data if this is not
accurate
 Please also update webwml/english/devel/website/ with the new
coordinator(s) data



Kontakt ws. bugs.debian.org.

2020-12-17 Thread Michał Szymczak
Dzień dobry, analizując obecną sytuację na rynku e-commerce, trafiłem na 
Państwa serwis bugs.debian.org.  Niezaprzeczalnie przez ostatnie miesiące można 
zauważyć zdecydowany wzrost ilości zakupów dokonywanych przez internet. W 
związku z czym, tak istotna jest odpowiednia strategia mająca na celu wzrost 
widoczności, a co za tym idzie - sprzedaży.  Jako największa agencja SEO 360 w 
Polsce stale analizujemy działania sklepów internetowych, dlatego jesteśmy w 
stanie szczegółowo przedstawić działania konkurencji oraz przygotować 
strategię, mającą na celu zwiększenie widoczności.  Mają Państwo możliwość 
rozmowy z naszym analitykiem, który w formie indywidualnego webinaru z 
udostępnieniem swojego ekranu przeanalizuje i zaprezentuje m.in.: obecną 
widoczność w wyszukiwarce (aktualnie to 158 fraz w TOP10 oraz 1581 fraz w 
TOP50), jak wyglądają działania konkurencji w zakresie SEO, wspólnie z Państwem 
wypracuje zarys strategii, która ma na celu poprawić Państwa sprzedaż, jakie 
błędy występują w ramach kodu źródłowego strony, Co ważne sama analiza jest 
bezpłatna i niezobowiązująca i niezależnie od Państwa obecnej sytuacji taka 
wiedza jest uniwersalna i może się zawsze przydać. Jeśli chcą Państwo 
dowiedzieć się więcej na ten temat, jestem do dyspozycji. Pozdrawiam 
 
 Michał Szymczak Specjalista SEO/SEM 
 782 323 344 
 m.szymc...@icea-grupa.pl 
 www.icea-grupa.pl 
 iCEA Spółka z ograniczoną odpowiedzialnością, ul. Polska 114 60-401 
Poznań, wpisana pod numerem KRS:000394000 do Rejestru Przedsiębiorców przez Sąd 
Rejonowy Poznań - Nowe Miasto i Wilda w Poznaniu, VIII Wydział Gospodarczy KRS 
ul. Grochowe Łąki 6, 61-752 Poznań, NIP:779-239-85-35, REGON:301902014, 
wysokość kapitału zakładowego: 75 000 00 złotych.