WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I will create tools for your needs for TC  (Read 2949 times)

Offline aulitk

  • Newbie
  • *
  • Posts: 3
I will create tools for your needs for TC
« on: August 21, 2013, 05:28:21 AM »
At this topic you can want tools.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: I will create tools for your needs for TC
« Reply #1 on: August 21, 2013, 03:01:28 PM »
I want a tool to read the forum on the command line :)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: I will create tools for your needs for TC
« Reply #2 on: August 21, 2013, 03: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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: I will create tools for your needs for TC
« Reply #3 on: August 22, 2013, 01:18:27 AM »
Having fun at the expense of a spam bot, how mean of you ;) Think of the bots.
The only barriers that can stop you are the ones you create yourself.

Offline aulitk

  • Newbie
  • *
  • Posts: 3
Re: I will create tools for your needs for TC
« Reply #4 on: August 22, 2013, 02: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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: I will create tools for your needs for TC
« Reply #5 on: August 22, 2013, 04:11:33 AM »
Hm, I was proven wrong then, not a bot. Apologies aulitk.
The only barriers that can stop you are the ones you create yourself.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: I will create tools for your needs for TC
« Reply #6 on: August 22, 2013, 04: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
;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: I will create tools for your needs for TC
« Reply #7 on: August 22, 2013, 06: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?  :)



32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: I will create tools for your needs for TC
« Reply #8 on: August 22, 2013, 01: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.
« Last Edit: August 22, 2013, 01:45:32 PM by hiro »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: I will create tools for your needs for TC
« Reply #9 on: August 22, 2013, 10:40:04 PM »
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.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: I will create tools for your needs for TC
« Reply #10 on: August 23, 2013, 01: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.

Offline aulitk

  • Newbie
  • *
  • Posts: 3
Re: I will create tools for your needs for TC
« Reply #11 on: August 23, 2013, 12: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.