| View previous topic :: View next topic |
| Author |
Message |
_______0 Guru

Joined: 15 Oct 2012 Posts: 332
|
Posted: Wed Dec 26, 2012 8:23 pm Post subject: cli interface to gentoo forums? |
|
|
The web interface for troubleshooting is awfully inneficient. A trillion clicks to check what's wrong on different categories, lost track of replies, go back and forth with stupid browsers icons, etc.
Is there a clean interface to the forums that forgoes html, php, javascript middleman?
lynx is not the answer. |
|
| Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Thu Dec 27, 2012 12:40 pm Post subject: |
|
|
How about cURL?
Seriously, this is a standard phpBB bulletin board, what do you expect? If the built-in search is not enough for you, you might try a Google site search. _________________ lxg.de – codebits and tech talk |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1276 Location: Netherlands
|
Posted: Thu Dec 27, 2012 2:04 pm Post subject: |
|
|
Since years I'm using nearly exclusively elinks with a ruby script to clean up most of the html stuff I don't want to see ... for more information have a look here
HTH
swimmer |
|
| Back to top |
|
 |
Yamakuzure l33t

Joined: 21 Jun 2006 Posts: 945 Location: Bardowick, Germany
|
Posted: Fri Feb 01, 2013 1:24 pm Post subject: |
|
|
| swimmer wrote: | Since years I'm using nearly exclusively elinks with a ruby script to clean up most of the html stuff I don't want to see ... for more information have a look here
HTH
swimmer | I have just visited the site, downloaded your hooks.rb script and am writing this answer in elinks. Works great but some tiny issues:
elinks does not like your color settings, I guess it is a version issue.
But nasty is, that this text box is only 36 characters wide while there is thrice the space available. Now the page is empty to the right.
Do you have any idea about how to fix that?
(btw: Mouse support like Wheel-scrolling works just splendid!) _________________ I *do* know that I easily aggravate people due to my condensed writing. Rule of thumb: If I wrote anything that can be understood in two different ways, and one way offends you, then I meant the other!  |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1276 Location: Netherlands
|
Posted: Fri Feb 01, 2013 1:42 pm Post subject: |
|
|
| Yamakuzure wrote: | I have just visited the site, downloaded your hooks.rb
script and am writing this answer in elinks. Works great but some tiny
issues:
elinks does not like your color settings, I guess it is a version issue. But
nasty is, that this text box is only 36 characters wide while there is thrice
the space available. Now the page is empty to the right. Do you have any
idea about how to fix that?
(btw: Mouse support like Wheel-scrolling works just splendid!) |
I'm afraid the credits go to the wrong person :-/ Thomas Adam provides the hooks
file and he did all the work! So kudos to him
Regarding your problems:
Be sure to configure your colour options in elinks under (S)etup -> (T)erminal
options ...
And for editing of text boxes I usually use the external editor which can be
invoked with Ctrl-T ...
HTH
swimmer |
|
| Back to top |
|
 |
Yamakuzure l33t

Joined: 21 Jun 2006 Posts: 945 Location: Bardowick, Germany
|
Posted: Sat Feb 02, 2013 9:03 pm Post subject: |
|
|
| swimmer wrote: | And for editing of text boxes I usually use the external editor which can be
invoked with Ctrl-T ...  | Wow, why did I not think off this?
Thank you very much! _________________ I *do* know that I easily aggravate people due to my condensed writing. Rule of thumb: If I wrote anything that can be understood in two different ways, and one way offends you, then I meant the other!  |
|
| Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1276 Location: Netherlands
|
Posted: Sun Feb 03, 2013 11:56 pm Post subject: |
|
|
| Yamakuzure wrote: | | Wow, why did I not think off this? Thank you very much! |
You're very welcome B-) |
|
| Back to top |
|
 |
|