Bug#1064593: debian-policy: missing static resources for www.debian.org policy page

2024-03-03 Thread Stéphane Blondon
Hello, Le dim. 3 mars 2024 à 11:49, Holger Wansing a écrit : > So, no problem with latest Sphinx version, it seems the integration in the > debian-policy package is the problem (aka debian/rules) ... Thank you for the search. I have two wild guesses based on broken symlink assumption: 1. By

Bug#1064593: debian-policy: missing static resources for www.debian.org policy page

2024-02-27 Thread Stéphane Blondon
Hello, Le dim. 25 févr. 2024 à 14:24, Holger Wansing a écrit : > > Hi, > Seems there is more than only one issue: > > 1. > In the binary package (debian-policy latest version) the above files and > directories are existing, but the files are all empty (0 B size). > However, in the previous

Bug#1061802: Did Python 3.12 developers honestly broke special regexp sequences? (Was: hatop fails its autopkg tests with Python 3.12)

2024-02-14 Thread Stéphane Blondon
Hello Andreas, On 13/02/2024 18:21, Andreas Tille wrote: I was constantly shaking my had above bug #1061802 featuring Syntaxwarnings like SyntaxWarning: invalid escape sequence '\.' 573s CLI_INPUT_RE = re.compile('[a-zA-Z0-9_:\.\-\+; /#%]') 573s

Bug#1059828: colourised crontab -l output is unreadable

2024-01-23 Thread Stéphane Blondon
Le dim. 21 janv. 2024 à 17:16, Georges Khaznadar a écrit : > Can users easily customize their color preferences with batcat? Yes, `bat` provides several themes (shown with `bat --list-themes`). It's also possible to create its own theme: https://github.com/sharkdp/bat#adding-new-themes

Bug#1059828: colourised crontab -l output is unreadable

2024-01-21 Thread Stéphane Blondon
Hello everyone, I understand the goal and the global strategy. It could be done with the `bat` package too. Based on the previous proposal, I show it below the Georges's steps. Le jeu. 18 janv. 2024 à 09:29, Georges Khaznadar a écrit : > [...] - modify the manpage crontab.1 to explain how to

Bug#915583: Bug#1059730: debian-policy: switch to new Debian-conform html theme for Sphinx/reST

2024-01-04 Thread Stéphane Blondon
> Holger Wansing wrote (Sun, 31 Dec 2023 10:02:29 +0100): > They look really good indeed. > Especially how the menu/sidebar is shown/not shown on small screens > (smartphones) is fine, that was an open point in my proposal :-) Thanks you but it's more a good work by readthedoc theme than me. ^^

Bug#915583: about html_static_path

2023-12-28 Thread Stéphane Blondon
Yes, html_static_path must be set but it's already the case in conf.py.in: https://sources.debian.org/src/debian-policy/4.6.2.0/policy/conf.py.in/#L105 I guess conf.py is generated from conf.py.in so we only need to keep the current setup. -- Stéphane

Bug#915583: patch for debian style

2023-11-27 Thread Stéphane Blondon
Hello, the attached file (debian.css) sets up the custom style. In order to work: - add the 'python3-sphinx-rtd-theme' package to the dependencies - in `conf.py.in`, replace: html_theme = 'nature' by html_theme = 'sphinx_rtd_theme' The generated conf.py file must contain: # Overwrite

Bug#915583: debian sphinx styling: second attempt

2023-11-05 Thread Stéphane Blondon
Le ven. 3 nov. 2023 à 15:43, Sam Hartman a écrit : > > "Sean" == Sean Whitton writes: > > I'm happy to test with Orca on Firefox on Debian. > Feel free to point me at a URL. > You can test it at: http://stephane.yaal.fr/tmp/policy/ Regards >

Bug#927228: the file rotation works

2023-10-08 Thread Stéphane Blondon
After running the loop much more time, the log file has been rotated: $ ls -lh /var/log/supervisor/ total 53M -rw-r--r-- 1 root root 3,0M 8 oct. 14:33 supervisord.log -rw-rw-rw- 1 root root 51M 26 sept. 16:55 supervisord.log.1 $ ls -l /var/log/supervisor/ total 54184 -rw-r--r-- 1 root root

Bug#915583: fix release version contrast

2023-10-03 Thread Stéphane Blondon
Hi Russ, > My inclination is to merge this in a future release of Policy. I will clean the CSS file and add it to a new message to this bug report to help the merge. > The one minor thing that I noticed was that the version number of Policy > in the left sidebar at the top is very difficult to

Bug#927228: supervisor.log is not rotated

2023-09-25 Thread Stéphane Blondon
I tried with supervisor package (4.2.5-1) and I failed to get a rotation automatically. The configuration file is not modified so the default values should be used by supervisord. Steps: 1. fill /var/log/supervisor/supervisord.log file under 50M: $ ls -l /var/log/supervisor/supervisord.log

Bug#915583: debian sphinx styling: second attempt

2023-09-14 Thread Stéphane Blondon
Hello, I've done a new version. It's based on 'sphinx_rtd_theme' theme. So, to build the site, the package 'python3-sphinx-rtd-theme' requires to be added to dependencies. A new file 'debian.css' is specific to set some colors and renderings. Reusing 'Read the docs' theme allows to have a

Bug#927228: Recipient address rejected: undeliverable address

2023-09-14 Thread Stéphane Blondon
The e-mail address from the submitter does not work anymore: 550 5.1.1 Recipient address rejected: undeliverable address So we will never get a reply to my questions. -- Stéphane

Bug#927228: Log rotation done by supervisord

2023-09-14 Thread Stéphane Blondon
Hello, Supervisor documentation shows that the rotation of supervisor.log file is done automatically by supervisord (see http://supervisord.org/logging.html#activity-log-rotation). ## quote ## The activity log is “rotated” by supervisord based on the combination of the logfile_maxbytes and the

Bug#1037032: blastem manpage improvement

2023-06-02 Thread Stéphane Blondon
Package: blastem Version: 0.6.3-pre Severity: minor Tags: patch A lot of manpages start with a SYNOPSIS section. This patch adds it to the blastem manpage. The patch adds also the most basic example and reorder the others. I think it's more understandable for a beginner. The patch is available

Bug#932957: Please migrate Release Notes to reStructuredText

2023-05-28 Thread Stéphane Blondon
Le dim. 28 mai 2023 à 13:16, Stéphane Blondon a écrit : > Sphinx uses Pygments to highlight source code. I guess no language is defined > so Sphinx uses a wrong lexer. We should force Sphinx to use 'SourceListLexer' > with: > .. code-block :: sources.list I sent a Merge Request

Bug#932957: Please migrate Release Notes to reStructuredText

2023-05-28 Thread Stéphane Blondon
> > Richard Lewis wrote (Fri, 19 May > 2023 00:58:26 +0100): > > > - are the red hyphens in eg the 'deb...' line near the top of > > > > https://people.debian.org/~holgerw/release-notes_sphinx/en/html/issues.html > > > meant to be red? (maybe it is a syntax error?) > > Sphinx uses Pygments to

Bug#1018131: ITP: neo-cli -- digital rain simulator

2022-08-26 Thread Stéphane Blondon
Le jeu. 25 août 2022 à 21:30, a écrit : > * Package name: neo-cli > [...] > Description : digital rain simulator > > I intend to package neo-cli, a digital rain simulator like cmatrix. > It will not match your need but I wonder if 'neo-rain' would be better name. >

Bug#1003108: Some attempts

2022-05-13 Thread Stéphane Blondon
When I do: $ git clone https://salsa.debian.org/python-team/packages/poetry.git $ poetry build I get two files in dist/ : poetry-1.1.12-py2.py3-none-any.whl and poetry-1.1.12.tar.gz According to a docstring in dh_python [1], I think the METADATA file in the .whl file is used to extract the

Bug#999566: debian-policy: highlight source code examples

2021-11-12 Thread Stéphane Blondon
Source: debian-policy Version: 4.6.0.1 Severity: minor Tags: patch X-Debbugs-Cc: steph...@bearkhof.lan Dear Maintainer, it's easier to read highlighted code so the patch uses the highlight sphinx feature on some of the code examples. The patch is available at

Bug#692364: Google reader does not exist anymore

2020-08-02 Thread Stéphane Blondon
Google Reader service was closed in 2013: https://googleblog.blogspot.com/2013/03/a-second-spring-of-cleaning.html So I think we can close this bug report. -- Stéphane signature.asc Description: OpenPGP digital signature

Bug#824151: Releases available on pypi.org

2020-01-27 Thread Stéphane Blondon
The releases are now uploaded to pypi.org: https://pypi.org/project/autotrash/ Currently, the last release is v.0.3.0. -- Stéphane

Bug#944301: Bug #944301: WIP: [new-homepage] add icons from font-fork-awesome (except security which is from material.io)

2019-12-29 Thread Stéphane Blondon
Le jeu. 12 déc. 2019 à 15:47, Laura Arjona Reina a écrit : > 4.- I'm not very confident about using the "trophy" icon for "why Debian", > nor > the "shield" icon for "security". > > On one side, I would like to use all the icons from Fork-Awesome package, > but I > couldn't find anything

Bug#934884: ITP: beanstalkc -- simple beanstalkd client library for Python

2019-08-16 Thread Stéphane Blondon
Le ven. 16 août 2019 à 10:01, Apollon Oikonomopoulos a écrit : > * Package name: beanstalkc > Version : 0.4.0 > Upstream Author : Andreas Bolka > * URL : http://www.example.org/ In case of the previous infos comes from debian/control, the URL seems to be a

Bug#813614: integrated into cronie

2019-07-24 Thread Stéphane Blondon
A modified version of the proposed patch has been integrated into the master branch of cronie. https://github.com/cronie-crond/cronie/blob/8a68c5eaca587ffefafe7882eb6c29784a1a8644/src/crontab.c#L418 So when/if cronie becomes the future cron tools, the requested feature will be automatically

Bug#925008: less: please update to new released version

2019-03-19 Thread Stéphane Blondon
Package: less Version: 487-0.1+b1 Severity: wishlist There are several versions released since the 487 release. According to http://www.greenwoodsoftware.com/less/ we could have two candidates: - version 530 for 'general use' (released 2018-02-16) - version 550 for beta testing (release

Bug#924332: kdialog: no man page for kdialog

2019-03-11 Thread Stéphane Blondon
Package: kdialog Version: 4:17.08.3-2 Severity: normal Dear Maintainer, no man page are found with `man kdialog`: $ LANG=C man kdialog No manual entry for kdialog See 'man 7 undocumented' for help when manual pages are not available. `kdialog --help` provides the available arguments: $

Bug#922127: com.ubuntu.pkexec.synaptic.policy exists in the filesystem

2019-02-23 Thread Stéphane Blondon
In case it helps: /usr/share/polkit-1/actions/com.ubuntu.pkexec.synaptic.policy exists in the filesystem.

Bug#922127: synaptic does not start due to policykit permission error

2019-02-12 Thread Stéphane Blondon
Package: synaptic Version: 0.84.5 Severity: important As normal user, executing synaptic in a terminal leads to an error so the software does not run: ### start ### $ synaptic-pkexec AUTHENTICATING FOR com.ubuntu.pkexec.synaptic === Authentication is required to run the Synaptic Package

Bug#915858: update link to upstream BTS in manpage

2018-12-07 Thread Stéphane Blondon
Package: tortoisehg Severity: minor In the BUGS section in thg manpage, the link goes to a 404 error. The patch provides a new link to the tortoisehg bug tracker. -- Stéphane --- thg.1.xml.orig 2018-12-07 12:26:55.621754326 +0100 +++ thg.1.xml 2018-12-07 12:28:29.239571850 +0100 @@ -453,7

Bug#914388: Add gzip compression for json mimetype

2018-11-22 Thread Stéphane Blondon
Package: apache2 Version: 2.4.25 Severity: minor Tags: patch Web services get often data in JSON format. The size can be important but is compressed efficiently because it's text. So it would be nice to enable the compression with mod_deflate: --- /etc/apache2/mods-available/deflate.conf

Bug#903731: git repository available in Salsa

2018-08-05 Thread Stéphane Blondon
Few days ago, we set up a new project for Supervisor in Salsa because Alioth has been shutdowned. The project includes the last commits from the Alioth repository. It was the first step to update the package. signature.asc Description: OpenPGP digital signature

Bug#903731: supervisor: new upstream version 3.3.4 available

2018-07-13 Thread Stéphane Blondon
Source: supervisor Version: 3.3.1 Severity: normal Dear Maintainer, there are new minor upstream releases since 3.3.1. They fixes some bugs and the CVE-2017-11610 vulnerability (which has a specific patch in the current debian package). It would be nice if we have a new upload in Debian. I

Bug#898119: cron: Removal of sharp character at the end of line in the header

2018-05-07 Thread Stéphane Blondon
Package: cron Version: 3.0pl1-130 Severity: minor Tags: patch The header shown by crontab -l has a '#' character at the end of line 9: # and day of week (dow) or use '*' in these fields (for 'any').# It's due to a '\n' forgotten at the end of previous line in source code (patch in attachment

Bug#895858: jumpnbump: update jumpnbump-menu to gtk3 will be required in the future

2018-04-16 Thread Stéphane Blondon
to work on it but I plan to do it in the future. Stéphane jumpnbump.glade Description: application/glade #!/usr/bin/python3 # Copyright (C) 2002 Martin Willemoes Hansen <m...@sysrq.dk> # Copyright (C) 2018 Stéphane Blondon # # Jump 'n Bump is free software; you can redistribute it and/or

Bug#891666: xsane: Fix two french translation errors

2018-02-27 Thread Stéphane Blondon
Package: xsane Version: 0.999-5 Severity: minor Tags: patch There is two errors in the french translation of xsane. The translation is provided in debian by a specific patch: 0905-i18n_po_update_fr.patch in xsane source package. In attachment, you can find a patch on 0905-i18n_po_update_fr.patch

Bug#888290: opensmtpd: sm-mta user not removed when opensmtpd is installed

2018-01-24 Thread Stéphane Blondon
Package: opensmtpd Version: 6.0.2p1-2 Severity: important When sendmail package is installed and replaced by opensmtpd package, sendmail-base package is not removed. After that, sending e-mail with `mail` (available in bsd-mailx package) works properly. However, when trying to send it via Python,

Bug#884459: Invalid homepage in control file

2017-12-15 Thread Stéphane Blondon
Package: sendemail Hello the Homepage info in control file ( http://www.caspian.dotconf.net/menu/Software/SendEmail/) because the domain is not known: $ LANG=C; wget http://www.caspian.dotconf.net/menu/Software/SendEmail/ --2017-12-15 14:56:56--

Bug#875593: liferea-data: remove debian-administration feed

2017-09-12 Thread Stéphane Blondon
Package: liferea-data Severity: normal Hello, the website debian-administration.org will not be updated in a near future ( https://debian-administration.org/article/730/This_site_is_going_to_go_read-only) so the feed from this website will never received new posts. I think it should be removed

Bug#871730: Improving the icons

2017-08-14 Thread Stéphane Blondon
I think it's prettier with colored icons (see the screenshot). If you prefer this version, simply replace the icons from the previous archive by the icons provided by the attached archive (the picture in the png/ directory). The directory svg/ in the attached archive provides the icons in svg

Bug#869485: debian-refcard: update ifup ifdown command

2017-07-23 Thread Stéphane Blondon
Package: debian-refcard Severity: normal Tags: patch The current distribution (Stretch) and so the next one (Buster) don't provide ifupdown package by default. I see two ways to update the refcards: - adding 'need ifupdown' in the second column like the next line (in `ip` command) - replacing

Bug#865713: Declaring a charset of UTF-8 for policy files

2017-06-24 Thread Stéphane Blondon
Le 24/06/2017 à 20:44, Russ Allbery a écrit : > debian-www folks, is there a way to declare UTF-8 as the charset for all > the *.txt files that originate from the debian-policy package and are > served by www.debian.org? I can guarantee that all the text files shipped > as part of the Policy

Bug#819664: Suggestions to update the https://www.debian.org/CD/ page

2017-05-06 Thread Stéphane Blondon
Le 03/05/2017 à 17:20, Stéphane Blondon a écrit : > > >> -- Original message -- >> >> To: debian-mirr...@lists.debian.org >> Subject: Suggestions to update the https://www.debian.org/CD/ page >> From: Matt Weeks <scriptjun...@scriptjunkie.us&

Bug#819664: Suggestions to update the https://www.debian.org/CD/ page

2017-05-03 Thread Stéphane Blondon
> -- Original message -- > > To: debian-mirr...@lists.debian.org > Subject: Suggestions to update the https://www.debian.org/CD/ page > From: Matt Weeks > The https://www.debian.org/CD/ page seems a bit outdated. Is there someone > here who can update

Bug#850255: ITP: node-is-retry-allowed -- My prime module

2017-01-05 Thread Stéphane Blondon
2017-01-05 13:21 GMT+01:00 Christian Seiler : > On 01/05/2017 01:18 PM, Martin Bagge / brother wrote: > > "description": "My prime module", > > Yikes. My apologies, then at least now I get where that comes > from. > > Still, the description on the github link appears to be the

Bug#819664: .sign suffix?

2016-09-26 Thread Stéphane Blondon
Hello, Le 25/09/2016 à 17:57, Eduard Bloch a écrit : > I am slightly wondering about this new filename ending .sign. IMHO the > usual pattern for such files was .gpg before (for example: Release.gpg). > > This .sign looks weird, it does not tell you which format the data > inside might have.

Bug#819664: patch on index.wml

2016-09-25 Thread Stéphane Blondon
In order to simplify the choice for the user, I suggest to provide a link to dual architecture 32 & 64bits if it's possible instead of one link for 32bits and another one for 64bits. There is a .diff attached to this message based on the Laura's index.wml to do it on installation CDs. --

Bug#815239: move css into debian.css

2016-07-01 Thread Stéphane Blondon
This version provides the same rendering of the 2 forms but the CSS style is included into debian.css instead of having it inline in the HTML code. The diff files were generated with `cvs diff ${filename}`. Index: ../debian.css ===

Bug#829068: bugs.debian.org: 403 Forbidden error when using bug search with HyperEstraier

2016-06-30 Thread Stéphane Blondon
Package: bugs.debian.org Severity: normal In the page https://www.debian.org/Bugs/ there is a link for searching with HyperEstraier (link to http://bugs-search.debian.org/cgi-bin/search.cgi). This link redirects to a 403 error ('You don't have permission to access /cgi-bin/search.cgi on this

Bug#815202: packages: machines and sponsors information is outdated

2016-04-17 Thread Stéphane Blondon
Le 05/04/2016 07:06, Paul Wise a écrit : > On Tue, Apr 5, 2016 at 9:05 AM, Stéphane Blondon wrote: > >> There are no commit since two years, so I'm not sure it's still alive. > > Nevertheless, it is the way forward. Perhaps I am wrong but https://github.com/Debia

Bug#801586: update the man page (patch)

2016-04-15 Thread Stéphane Blondon
The file doesn't exist anymore because the documentation has been splitted in python-pygmentize-doc package. The attached patch updates the path to the new one and explains which package to install. (It's only one line change.) -- Stéphane --- pygmentize.1.orig 2016-04-16 02:22:42.0

Bug#815202: packages: machines and sponsors information is outdated

2016-04-05 Thread Stéphane Blondon
Le 05/04/2016 07:06, Paul Wise a écrit : > On Tue, Apr 5, 2016 at 9:05 AM, Stéphane Blondon wrote: > >> There are no commit since two years, so I'm not sure it's still alive. > > Nevertheless, it is the way forward. > >> I tried to extract the useful code

Bug#815202: packages: machines and sponsors information is outdated

2016-04-04 Thread Stéphane Blondon
Le 01/04/2016 06:43, Paul Wise a écrit : > DSA would very much like to kill the existing codebase behind the > db.d.o website in favour of a rewrite in django: > > https://github.com/Debian/ud There are no commit since two years, so I'm not sure it's still alive. > The existing codebase is

Bug#815202: packages: machines and sponsors information is outdated

2016-03-31 Thread Stéphane Blondon
Le 29/03/2016 10:31, Frank Lichtenheld a écrit : > On Sat, 20 Feb 2016 09:26:23 +0800 Paul Wise wrote: >> Some combination of >> the description, purpose, sponsor and allowedGroups LDAP fields should >> be enough to find the right hosts and display the right info. picconi >>

Bug#813614: providing a patch

2016-02-29 Thread Stéphane Blondon
Le 18/02/2016 01:52, Stéphane Blondon a écrit : > This is a diff of crontab.c providing a color change for comment lines > for the `crontab -l` output. You can see a demo with the provided > screenshot attached to this message too. With the previous patch, the colorized output creates

Bug#815239: www.debian.org: improving package search forms to be more intuitive

2016-02-20 Thread Stéphane Blondon
Package: www.debian.org Severity: normal Tags: patch The search forms at https://www.debian.org/distrib/packages.en.html have the submit button in the first line. I think it's surprising for a newcomer and providing the submit button at the end for the form fits probably better to visitor's

Bug#813614: providing a patch

2016-02-17 Thread Stéphane Blondon
This is a diff of crontab.c providing a color change for comment lines for the `crontab -l` output. You can see a demo with the provided screenshot attached to this message too. Note that the DEBIAN_HEADERS are not colorized. If you're interested, I can patch the code for this part too. I used

Bug#813614: upstream request?

2016-02-03 Thread Stéphane Blondon
I would have sent this wish to the upstream maintainer but I don't know if upstream still exists. If it's the case, I can contact him/her directly if you prefer. -- Stéphane signature.asc Description: OpenPGP digital signature

Bug#813614: cron: coloring the output of `crontab -l`

2016-02-03 Thread Stéphane Blondon
Package: cron Version: 3.0pl1-128 Severity: wishlist It would be useful to display the tasks displayed in a terminal with `crontab -l` with color. In my opinion, providing a color for comment is enough. (More would be better but less important.) My use case is when there are several tasks and

Bug#809665: debian-faq: broken link in the author section

2016-01-11 Thread Stéphane Blondon
Le 11/01/2016 07:22, Kamaraju Kusumanchi a écrit : > Could you please add > https://github.com/KamarajuKusumanchi/pages/tree/master/choosing_debian_distribution > which will be the github project for this going forward? > > Many thanks to the folks at https://archive.org/web/ , I found an old >

Bug#809665: debian-faq: broken link in the author section

2016-01-02 Thread Stéphane Blondon
Source: debian-faq Version: broken link in author section Severity: minor In section 16.1 ('Authors'), the link to http://people.cornell.edu/pages/kk288/debian_choosing_distribution.html ('Choosing a Debian distribution FAQ') does not work because the host people.cornell.edu is unknown.

Bug#778240: tracker.debian.org has much worse display clarity

2016-01-02 Thread Stéphane Blondon
Le 30/12/2015 19:06, Ian Jackson a écrit : > Stéphane Blondon writes ("Re: Bug#778240: tracker.debian.org has much worse > display clarity"): >> I can provide a new demo which fixes these remarks if you're interested. > > That would be great. That would offer Ra

Bug#778240: tracker.debian.org has much worse display clarity

2015-12-30 Thread Stéphane Blondon
Le 28/12/2015 14:06, Ian Jackson a écrit : > Stéphane Blondon writes ("Re: Bug#778240: tracker.debian.org has much worse > display clarity"): >> Le 18/12/2015 15:38, Raphael Hertzog a écrit : >>> But before spending lots of time with bootstrap, have a try by t

Bug#778240: tracker.debian.org has much worse display clarity

2015-12-28 Thread Stéphane Blondon
Le 18/12/2015 15:38, Raphael Hertzog a écrit : > I use v4 alpha2 currently. I have no experience rebuilding bootstrap > currently but there are some docs: > http://v4-alpha.getbootstrap.com/getting-started/build-tools/ >[...] > Once rebuilt you just have to put the .css file in >

Bug#808876: concalc: one spelling error in man page

2015-12-23 Thread Stéphane Blondon
Package: concalc Version: 0.9.2-2+b1 Severity: minor Tags: patch There is a missing 'u' in concalc.1: sqare -> square The patch fixes it. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Foreign Architectures:

Bug#807495: python-pygments: add -g parameter to pygmentize man page

2015-12-09 Thread Stéphane Blondon
Package: python-pygments Version: 2.0.1+dfsg-1.1 Severity: minor Tags: patch Hello, `pygmentize -h` documents the -g parameter but the manual page doesn't provide information about it. (-g can be used instead of the -l parameter). I think the ma, page should provide this information so I

Bug#805318: debian-faq: Update informations about qmail and djbdns

2015-11-16 Thread Stéphane Blondon
Source: debian-faq Severity: wishlist The FAQ (https://www.debian.org/doc/manuals/debian-faq/ch-software.en.html#s-qmail) talks about several software in 5.11 (qmail, djbdns, etc. However, their statuses have changed compared to 2008. - Currently, qmail is available in wheezy (oldstable),

Bug#798106: developers-reference: the size of DD key must be 2048 bit minimal

2015-09-05 Thread Stéphane Blondon
Source: developers-reference Severity: normal Hello, on the page: https://www.debian.org/doc/manuals/developers-reference/ch02.en.html in the section '2.3. Registering as a Debian developer', the text says: 'Your key length must be greater than 1024 bits'. It's true but it would be more

Bug#789377: www.debian.org: update browsers section in content negotiation page (cn.wml)

2015-06-20 Thread Stéphane Blondon
Package: www.debian.org Severity: minor Tags: patch I think the browsers section ('Setting the preferred language in a browser') of https://www.debian.org/intro/cn.en.html can be improved by: - removing old browsers (Netscape 3 and 4, old versions of Firefox). - renaming Chromium to Chrome and

Bug#787784: Subject: xserver-xorg-core: xserver crashes with sis chipset

2015-06-04 Thread Stéphane Blondon
Package: xserver-xorg-core Version: 2:1.17.1-2 Severity: important The xserver crashes with the latest version in testing version: xserver-xorg-core=2:1.17.1-2 xserver-xorg-video-vesa=1:2.3.3-1+b4 It works with: aptitude install xserver-xorg-core=2:1.16.4-1 xserver-xorg-video-vesa=1:2.3.3-1+b3

Bug#680109: Advice on bug #680109 (proposal would break translations of the website footer)

2015-05-31 Thread Stéphane Blondon
2015-05-30 14:21 GMT+02:00 Paul Wise p...@debian.org: On Fri, May 29, 2015 at 9:15 PM, Stéphane Blondon wrote: I wonder if hiding the email in the html archives could lower the complain. I would guess that it wouldn't help. I wonder if we could find hints. The best way is probably to ask

Bug#680109: Advice on bug #680109 (proposal would break translations of the website footer)

2015-05-30 Thread Stéphane Blondon
2015-05-29 15:15 GMT+02:00 Stéphane Blondon stephane.blon...@gmail.com: I wonder if hiding the email in the html archives could lower the complain. I think it would be easy to transform the email field like: john-...@provider.tld - john-doe AT provider DOT tld Currently, we use MHonArc

Bug#680109: Advice on bug #680109 (proposal would break translations of the website footer)

2015-05-29 Thread Stéphane Blondon
2015-05-29 7:49 GMT+02:00 Paul Wise p...@debian.org: debian-www gets a lot of misplaced emails that should go elsewhere, to debian-user or trademarks@ etc. The time spent responding to these emails could be spent on fixing the website instead. I think we should help people find the correct

Bug#781564: release-notes: improve the rendering of tables in the html documentation

2015-03-30 Thread Stéphane Blondon
Package: release-notes Severity: minor Tags: patch An equivalent to the new CSS for the html release notes documentation has been pushed to the html installation guide documentation. A little improvement has been done in the table rendering on the installation guide. I think it would be nice to

Bug#765535: New color of arrows

2015-03-27 Thread Stéphane Blondon
After discussing with some maintainers of Debian documentations, it appears that grey arrows are not great for visibility. In attachment, you can find an archive with red arrows (prev, next and up). They should replace the grey ones. They are based on the same Tango project icons. The red color

Bug#780318: release-notes: the draft picture are always display, even in production mode

2015-03-11 Thread Stéphane Blondon
Package: release-notes Severity: important Tags: patch The CSS used to add the Draft picture is in debian.css so the draft style is added with or without the draft mode enabled. It will become a problem when we will change it to production mode. The attached patch move the CSS directives into a

Bug#772963: release-notes: cellphone friendly CSS

2015-02-24 Thread Stéphane Blondon
2015-02-18 1:42 GMT+01:00 Stéphane Blondon stephane.blon...@gmail.com: I remember the warning from Google test suite about the use on small screen. I added css in order to increase the vertical space between the links in the table of contents. (There are several tables in the documentation

Bug#772963: release-notes: cellphone friendly CSS

2015-02-17 Thread Stéphane Blondon
2015-02-17 8:53 GMT+01:00 Niels Thykier ni...@thykier.net: By all means, please do make a clone/branch on git.debian.org or github if that will facilitate your work, so you do not stall on me. In case it's easier to apply my patches, I setted up a repository on GitHub:

Bug#772963: release-notes: cellphone friendly CSS

2015-02-16 Thread Stéphane Blondon
I have added the 'important' and 'note' icons from Tango desktop project. There is no 'caution' icon in Tango so I changed the colors of the 'important' icon to add it. You can find the 3 icons attached to this message. The source for the 'caution' icon is added too in case of someone wants to

Bug#772963: release-notes: cellphone friendly CSS

2015-02-11 Thread Stéphane Blondon
Thank you Niels for the integration into master. :-) 2015-02-11 11:49 GMT+01:00 Osamu Aoki os...@debian.org: The main problem with changing the HTML is that it is mostly generated beyond our control. I would not say this but I agree customizing auto-generated HTML is not for the faint

Bug#772963: release-notes: cellphone friendly CSS

2015-02-10 Thread Stéphane Blondon
2015-02-05 23:23 GMT+01:00 Stephan Beck sb...@mailbox.org: The first quick and dirty solution (only touching the .html file) is to suppress the second table row in the.html file. The solution I provided is CSS only. If we need to change the HTML, I think your second solution (removing the

Bug#772963: release-notes: cellphone friendly CSS

2015-01-31 Thread Stéphane Blondon
://stephane.yaal.fr/tmp/release-notes.amd64.html/index.en.html Details about the patch below: 2015-01-27 8:46 GMT+01:00 Niels Thykier ni...@thykier.net: On 2015-01-24 18:27, Stéphane Blondon wrote: 2015-01-21 17:48 GMT+01:00 Niels Thykier ni...@thykier.net: There are unbreakable spaces in the name ('Chapter 1

Bug#772963: release-notes: cellphone friendly CSS

2015-01-24 Thread Stéphane Blondon
Stéphane Blondon stephane.blon...@gmail.com: 2015-01-21 17:48 GMT+01:00 Niels Thykier ni...@thykier.net: On 2015-01-21 01:23, Stéphane Blondon wrote: * The next/previous arrows do not fit in the bottom of e.g. chapter 2. There is /no/ problem in the top - only the bottom. * Possibly related

Bug#772963: release-notes: cellphone friendly CSS

2015-01-24 Thread Stéphane Blondon
2015-01-21 9:10 GMT+01:00 W. Martin Borgert deba...@debian.org: 2. I find the icons (esp. the house icon, but also the arrows) too old-fashioned and too large. Not sure, whether there is anything more modern and slim, however. For the record, the icons come from the Tango desktop

Bug#772963: release-notes: cellphone friendly CSS

2015-01-24 Thread Stéphane Blondon
2015-01-21 17:48 GMT+01:00 Niels Thykier ni...@thykier.net: On 2015-01-21 01:23, Stéphane Blondon wrote: * The next/previous arrows do not fit in the bottom of e.g. chapter 2. There is /no/ problem in the top - only the bottom. * Possibly related to the previous problem. I am having

Bug#772963: release-notes: cellphone friendly CSS

2015-01-20 Thread Stéphane Blondon
Hi Niels, I've done some improvements based on your previous remarks. I patched the files provided by your online demo. Demos are temporary available : http://stephane.yaal.fr/tmp/installer_docs/Chapter%C2%A01.%C2%A0Introduction.html

Bug#772963: release-notes: cellphone friendly CSS

2014-12-14 Thread Stéphane Blondon
Hello, I think it's a good idea but the « DRAFT » picture is hidden behind the improved CSS. A smaller picture, repeated horizontally would be more visible. Do you think it's useful? I can provide a patch if you want. 2014-12-12 16:13 GMT+01:00 Osamu Aoki os...@debian.org: Package:

Bug#765535: New Debian theme web page and cell phone

2014-10-18 Thread Stéphane Blondon
Hi, 2014-10-17 15:09 GMT+02:00 Osamu Aoki os...@debian.org: On Fri, Oct 17, 2014 at 12:00:01PM +0200, Stéphane Blondon wrote: If I understand well, you would like the borders are removed on little screen (like phone) so there would have more space for the text. Is it right? Exactly

Bug#765535: New Debian theme web page and cell phone

2014-10-17 Thread Stéphane Blondon
Hi, 2014-10-16 14:33 GMT+02:00 Osamu Aoki os...@debian.org: The patch proposed by Stéphane Blondon is yielding nice web pages on Debian DOC: https://www.debian.org/doc/manuals/debian-reference/ https://www.debian.org/doc/manuals/maint-guide/ It is nice on my Desktop with wide screen

Bug#765535: docbook-xsl: improve icons (prev, next, up and home)

2014-10-15 Thread Stéphane Blondon
Package: docbook-xsl Version: 1.78.1+dfsg-1 Severity: minor Tags: patch It's possible to improve the pictures by reusing icons from Tango desktop (http://tango.freedesktop.org/Tango_Icon_Library). The archive linked to the report includes new pictures for previous, next, up and home buttons in

Bug#761584: debian-faq: use 'lsb_release' to anwser question 5.8 (how to find the version and the distribution running)

2014-09-14 Thread Stéphane Blondon
Package: debian-faq Version: update answer to question 5.8 about checking if it's a Debian system and version Severity: wishlist Today, the easiest way to find which distribution and version currently running is probably to use `lsb_release -a`. Moreover it's standard over distributions so it

Bug#761611: maint-guide: improve the render of the html pages by adding CSS

2014-09-14 Thread Stéphane Blondon
Source: maint-guide Severity: wishlist Tags: patch As discussed on the d-www mailing list , this is a patch to adding style to the html pages. It includes an update of the pictures used for browsing the page (previous, next and home links). The patch is a git diff of the source code

Bug#758750: packages.debian.org: https://packages.debian.org/xul-ext-pdf.js rewrite rule

2014-08-20 Thread Stéphane Blondon
Le 20 août 2014 15:03, Simon Paillard spaill...@debian.org a écrit : Indeed in apache conf: # we never want to rewrite those URLs [..] RewriteRule ^/[^/]+\.css - [L] RewriteRule ^/[^/]+\.js - [L] RewriteRule ^/favicon.ico$ - [L] RewriteRule ^/robots.txt$ - [L] [..]

Bug#746441: More infos on the a tag

2014-05-06 Thread Stéphane Blondon
2014-05-06 0:31 GMT+02:00 Stéphane Blondon stephane.blon...@gmail.com: With you remarks, I done further investigations. The rendering problem is a browser bug. It occurs with Iceweasel, not with Epiphany. I plan to try with Chromium tomorrow. Tested with: Iceweasel 24.4.0 Epiphany 3.8.2

Bug#746441: More infos on the a tag

2014-05-04 Thread Stéphane Blondon
Hello, 2014-05-04 15:59 GMT+02:00 Osamu Aoki osamu_aoki_h...@nifty.com: On Thu, May 01, 2014 at 12:47:13AM +0200, Stéphane Blondon wrote: For example: a id=needdocs p The following is the span class=emphasis documentation which you should read along with this document: /p /a However

Bug#746441: More infos on the a tag

2014-04-30 Thread Stéphane Blondon
In case it helps: the id of the a tag has the value of the section where it is included: For example : page#section - id of a tags https://www.debian.org/doc/manuals/maint-guide/start.en.html#helpme - helpme https://www.debian.org/doc/manuals/maint-guide/start.en.html#needprogs - needprogs

Bug#745573: RFP: showfsck -- reuse ubuntu showfsck package

2014-04-22 Thread Stéphane Blondon
Package: wnpp Severity: wishlist * Package name: showfsck Version : 1.4ubuntu4 Upstream Author : http://packages.ubuntu.com/trusty/showfsck * URL : http://www.example.org/ * License : GPL Programming Lang: shell script Description : reuse ubuntu

Bug#745367: www.debian.org: external site refcards.com doesn't work anymore

2014-04-20 Thread Stéphane Blondon
Package: www.debian.org Severity: normal In page https://www.debian.org/doc/index.en.html, there is a link to refcards.com (second link in the quick reference cards section). This website goes into time out. $ LANG=C wget http://www.refcards.com --2014-04-21 00:28:16-- http://www.refcards.com/

Bug#736723: five-or-more: fullscreen does not work

2014-01-26 Thread Stéphane Blondon
Package: five-or-more Version: 1:3.8.2-1 Severity: normal The fullscreen option does not work with both methods: - Settings Fullscreen; - F11 (marked as shortcut in the GUI). No errors are displayed if the game is executed from a terminal. -- System Information: Debian Release: jessie/sid

  1   2   >