Reply
Thread Tools
Posts: 69 | Thanked: 10 times | Joined on Nov 2007
#1
One of the most in-comprehendible aspects of the OS is something called DocPurge. This daemon (well named) seems to obliterate all efforts to install useful system and application documentation. For example it wipes any attempt to install Linux man files as well as /usr/share/doc files.

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
 
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#2
I think it is for saving space. Not really any other explanation. What documentation do you need? Could you not just view the files on the computer?
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.
 
Texrat's Avatar
Posts: 11,700 | Thanked: 10,045 times | Joined on Jun 2006 @ North Texas, USA
#3
Originally Posted by oldmancoyote1 View Post
Until then you are amatures.
amateurs.

I love irony.
__________________
Nokia Developer Champion
Different <> Wrong | Listen - Judgment = Progress | People + Trust = Success
My personal site: http://texrat.net
 

The Following 3 Users Say Thank You to Texrat For This Useful Post:
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#4
Yuck, I think that commenting on an isolated typo is not clever, regardless of the justification. For one thing, it's been done zillions of time before by self-satisfied idiots, too many times to win the brilliancy prize.
 

The Following 4 Users Say Thank You to geneven For This Useful Post:
qgil's Avatar
Posts: 3,105 | Thanked: 11,088 times | Joined on Jul 2007 @ Mountain View (CA, USA)
#5
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 3 Users Say Thank You to qgil For This Useful Post:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#6
"If Nokia's software incompetence were not already well established, this decision would do it."

Saying things like that prove yours too.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#7
Originally Posted by oldmancoyote1 View Post
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.
Hmm, I see this as more of an irony:

#! /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:
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#8
@qwerty12: That is absolutely full of win.

@oldmancoyote1: If they didn't purge docs they wouldn't have room for locales. If they included both they wouldn't have room for very many 3rd party apps or user files. Purging docs is a well established practice in embedded systems: Anyone smart enough to tinker with it can figure out where the documentation is.

<random rambling><wishful thinking>Might be nice to have a modified version of man that reads man pages from an SD card. Also might be nice to have a .tar.gz that can be unpacked to recover the stuff that docpurge kills and an accompanying script:
Code:
#!/bin/sh
dpkg --purge docpurge && tar zxvf -C / docs.tar.gz
 

The Following 7 Users Say Thank You to Johnx For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#9
Originally Posted by qgil View Post
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.
can someone say "fixed in fremantle"?
 

The Following User Says Thank You to tso For This Useful Post:
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#10
Originally Posted by tso View Post
can someone say "fixed in fremantle"?
vicious, wicked, evil creature!
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:48.