Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ 1 [2] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: New extensions for August, Off to LiuxWorld - to MEET THE CREATOR< Next Oldest | Next Newest >
Delboy
Unregistered






Posted: Aug. 07 2005,18:17 QUOTE

Great news! - gnucash, gnumeric in the pipeline,
JPilot - just what I wanted. thanks for all the effort ke4nt.
Back to top
dare2dreamer Offline





Group: Members
Posts: 113
Joined: Feb. 2005
Posted: Aug. 09 2005,18:23 QUOTE

As MPD typically requires a large hard drive to use (for the music collection), I figured focusing on the client side for DSL made more sense. However, I suppose I can try to knock up a server extension if it helps get it into the repo.

Also, I have gotten wmmpc working, which might make more sense for some users who are obsessed with dockapps. I was thinking of putting together a combination extension of both of the clients.

Anyone know a good "idiot simple" way of detecting if the MPD_HOST and MPD_PORT variables are set, and if not prompting the user for them? I thought a little lua app would make sense for DSL, but my skills in that arena are bluntly non-existant.


--------------
----dare2dreamer.
Back to top
Profile PM WEB ICQ AOL MSN YIM 
ke4nt1 Offline





Group: Members
Posts: 2329
Joined: Oct. 2003
Posted: Aug. 25 2005,04:43 QUOTE

Updated - 08/24/2005 - ke4nt

Many new additions since LinuxWorld !!
Thanks goes to all who have contributed..

The list includes..

gtkguitune.dsl
mpc.tar.gz
wmapm.tar.gz
tor.tar.gz
owfs.uci
imagemagick.uci
cvs.dsl
screen.dsl
wmmemmon.tar.gz
wmwifi.tar.gz
wmnetload.dsl
wmwave.tar.gz
aumix.dsl

Go get em' !!
They are in the 'mydsl_testing' area of the repository

Still got a few more to go..

73
ke4nt
Back to top
Profile PM 
friedgold Offline





Group: Members
Posts: 122
Joined: Mar. 2005
Posted: Aug. 26 2005,12:19 QUOTE

Quote (dare2dreamer @ Aug. 09 2005,14:23)
Anyone know a good "idiot simple" way of detecting if the MPD_HOST and MPD_PORT variables are set, and if not prompting the user for them? I thought a little lua app would make sense for DSL, but my skills in that arena are bluntly non-existant.

Well you could do it in a shell script (ok its not a idea solution but you said you wanted something simple).

Code Sample
if [ -z "$MPD_HOST" ]; then
 echo -n "Enter MPD Host:"
 read MPD_HOST
fi
if [ -z "$MPD_PORT" ]; then
 echo -n "Enter MPD Port:"
 read MPD_PORT
fi
export MPD_HOST MPD_PORT
Back to top
Profile PM 
ke4nt1 Offline





Group: Members
Posts: 2329
Joined: Oct. 2003
Posted: Aug. 28 2005,06:59 QUOTE

Updated - 08/28/2005 - ke4nt

A few more to chew on ..

firefox-gtk1.2-1.0.6.uci
yasr.dsl

73
ke4nt
Back to top
Profile PM 
9 replies since Aug. 06 2005,04:25 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ 1 [2] >/
reply to topic new topic new poll
Quick Reply: New extensions for August

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code