Tiny Core Linux

General TC => General TC Talk => Topic started by: aulitk on August 21, 2013, 08:28:21 AM

Title: I will create tools for your needs for TC
Post by: aulitk on August 21, 2013, 08:28:21 AM
At this topic you can want tools.
Title: Re: I will create tools for your needs for TC
Post by: hiro on August 21, 2013, 06:01:28 PM
I want a tool to read the forum on the command line :)
Title: Re: I will create tools for your needs for TC
Post by: andyj on August 21, 2013, 06:15:59 PM
I'm having trouble with aterm when using Xorg 7.73d in a VMware VM when open-vm-tools is running. The text becomes garbled when the window fills up. I read on the internet that a Heisenberg compensator may help with the instability. I'm having to use xterm for now. Please help.
Title: Re: I will create tools for your needs for TC
Post by: curaga on August 22, 2013, 04:18:27 AM
Having fun at the expense of a spam bot, how mean of you ;) Think of the bots.
Title: Re: I will create tools for your needs for TC
Post by: aulitk on August 22, 2013, 05:06:38 AM
I want a tool to read the forum on the command line :)

Maybe i create command line and fltk interface for this forum. Also you can read this forum with wap interface and command line browser like w3m.
Title: Re: I will create tools for your needs for TC
Post by: curaga on August 22, 2013, 07:11:33 AM
Hm, I was proven wrong then, not a bot. Apologies aulitk.
Title: Re: I will create tools for your needs for TC
Post by: tinypoodle on August 22, 2013, 07:36:08 AM
I want a tool to read the forum on the command line :)

Code: [Select]
wget -qO- http://forum.tinycorelinux.net/index.php?action=recent;start=0
;)
Title: Re: I will create tools for your needs for TC
Post by: Lee on August 22, 2013, 09:42:30 AM
Hmmm... I thought the reaction seemed a little hasty (but perhaps still on target).  Not being blind, I recognized the nature of reply #2 - but (and I'm sad to admit it) I still had to use google on the Heisenberg compensator.

In the mean time, aulitk -  have you been "lurking", and perhaps your forum stats belie your experience with Core?  :)



Title: Re: I will create tools for your needs for TC
Post by: hiro on August 22, 2013, 04:42:28 PM
I want a tool to read the forum on the command line :)

Maybe i create command line and fltk interface for this forum. Also you can read this forum with wap interface and command line browser like w3m.

With a text web browser there are often formatting problems (quotes for example), it would probably need quite a bit of fine-tuning to be usable. And then there is also latency: I'd prefer it to be more like email, where I get all messages cached on my computer.

I didn't get around doing anything likewise, one possible reason is that I planned to integrate it in this email-system which proved to never mature enough for my needs.
Title: Re: I will create tools for your needs for TC
Post by: tinypoodle on August 23, 2013, 01:40:04 AM
With a text web browser there are often formatting problems (quotes for example), it would probably need quite a bit of fine-tuning to be usable.

Hrm? Not sure what you mean, I happen to use mostly elinks (and occasionally links), not only to read forum, but also to post.
Title: Re: I will create tools for your needs for TC
Post by: hiro on August 23, 2013, 04:29:04 AM
You're right, my other html to text conversion didn't know about the html blockquote tag.
if I do wget -qO- http://forum.tinycorelinux.net/index.php?action=recent;start=0 | html2text
the quotes are indented, thus everything is fine.
Title: Re: I will create tools for your needs for TC
Post by: aulitk on August 23, 2013, 03:49:53 PM
Hi again. I will not answer questions on this topic for now. For now, my project is an Simple Machines Forum browser with GUI. I will use Python and FLTK.