![]() |
2008-11-29
, 04:07
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#2
|
![]() |
2008-11-29
, 04:56
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#3
|
![]() |
2008-11-29
, 06:49
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#4
|
The Following 4 Users Say Thank You to geneven For This Useful Post: | ||
![]() |
2008-11-29
, 07:41
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#5
|
The Following 3 Users Say Thank You to qgil For This Useful Post: | ||
![]() |
2008-11-29
, 08:28
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#6
|
![]() |
2008-11-29
, 08:33
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
For you software writers at Nokia, you are not professionally competent until you consistantly write clear and complete documentation for everything you write. Until then you are amatures.
#! /bin/sh
# Copyright (C) 2006 Nokia Corporation.
#
# Contact: Marius Vollmer <marius.vollmer AT nokia.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA
# Real hackers don't read docs.
#
PURGE="/usr/share/doc/ /usr/share/man/ /usr/share/info/"
for d in $PURGE; do
rm -rf $d
mkdir $d
echo "Purged by docpurge" >$d/README
done
The Following 9 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-11-29
, 08:45
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#8
|
#!/bin/sh dpkg --purge docpurge && tar zxvf -C / docs.tar.gz
![]() |
2008-11-29
, 09:41
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#9
|
Can you please submit an enhancement request at http://bugs.maemo.org so we can discuss pros and cons in the right place? Thank you.
The Following User Says Thank You to tso For This Useful Post: | ||
![]() |
2008-11-29
, 10:51
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#10
|
If Nokia's software incompetence were not already well established, this decision would do it.
Nokia's online man pages are pathetic, and finding some way to install them would be pointless. However some application developers have displayed professional competence by writing useful help.ncd files for /usr/share/doc.
Does any know how would one go about installing these files?
For you software writers at Nokia, you are not professionally competent until you consistantly write clear and complete documentation for everything you write. Until then you are amatures.
Yes Private Aunt Tilly, it is fun.
P.S. You could say I was PO'ed