Your message dated Wed, 21 Nov 2012 13:08:45 +0800
with message-id 
<can3verfvo4c0-u9unyr7xv_cf+wgqgckrbfakxev5aydcec...@mail.gmail.com>
and subject line Re: Bug#693780: aptitude documentation
has caused the Debian Bug report #693780,
regarding aptitude documentation
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 [email protected]
immediately.)


-- 
693780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693780
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude-doc-en
Version: 0.6.8.2-1
Severity: wishlist

Hi Daniel,

regarding the documentation of aptitude, I wanted to suggest an enhancement for
the "aptitude-doc-.." packages. On my system with "aptitude-doc-en" I have added
locally two files:
/usr/local/bin/aptitude-doc-starter
/usr/local/share/applications/aptitude-doc.desktop

which I attach to this e-mail. I picked up the idea from the package
"debian-reference-common" and its files /usr/bin/debian-reference and
/usr/share/applications/debian-reference-common.desktop.

Maybe this could be useful for the aptitude documentation?
-- 
Best regards,
Jörg-Volker.
#!/bin/sh
# POSIX compliant script to search browser
set -e # stop at first error
#set -x # debug 

BDOCUMENTSTEM="/usr/share/doc/aptitude/html/en"
if [ -r $BDOCUMENTSTEM/index.html ]; then
  /usr/bin/sensible-browser $BDOCUMENTSTEM/index.html
fi
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=aptitude user's manual
Comment="aptitude user's manual"
Name[en_CA]="aptitude user's manual"
Name[en_GB]="aptitude user's manual"
Name[de_DE]="aptitude Anwenderhandbuch"
Exec=aptitude-doc-starter
Icon=debian-swirl
Terminal=false
Categories=Utility;

--- End Message ---
--- Begin Message ---
On 20 November 2012 17:43, Jörg-Volker Peetz <[email protected]> wrote:
> /usr/local/bin/aptitude-doc-starter
> /usr/local/share/applications/aptitude-doc.desktop
>
> which I attach to this e-mail. I picked up the idea from the package
> "debian-reference-common" and its files /usr/bin/debian-reference and
> /usr/share/applications/debian-reference-common.desktop.
>
> Maybe this could be useful for the aptitude documentation?

Hi

Since 0.6.5 aptitude-doc-en registers with doc-base, providing an
index in dwww, dhelp, etc..  debian-reference aside, this seems to be
the preferred method to register, find, and view online docs., and
avoids clutter in the applications menu.

Regards

--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel

Reply via email to