* software recommendation
@ Charles Hallenbeck
` Tyler Spivey
` kernel config John G. Heim
0 siblings, 2 replies; 8+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi people,
I have recently installed a program that I am enthusiastic about and
want to recommend it. It is a radical departure from everything you are
familiar with, but it is a genuine improvement over most of the things I
have been using to browse the web or navigate files and directories.
Below is the first couple of paragraphs from the author's web site. The
author is Karl Dahlke, and his site is karl@eklhad.net
- -----
I believe, and I am in the minority on this one,
that totally blind users should employ command-line applications,
rather than pasting a screen reader on top of full-screen programs.
Manipulating the cursor via speech is irreparably inefficient.
To this end I have written a combination editor + browser + mail client
that is
command-line interactive. You type something and the computer responds.
There is no screen, anywhere, ever.
This program is a re-implementation of ed, with browse capabilities
built in.
You can edit a local file or a remote html document.
If you have retrieved an html file, the new command `b' browses the
document,
rendering all the html tags in a blind-friendly manner.
If you are interested in all the formatting details,
use the undo command to revert back to the raw html.
Since it is a combined editor browser, it is called edbrowse.
- -----
Here are three direct links, one to the manual, one to a binary package,
and one to the source tarball.
http://www.eklhad.net/linux/app/edbdoc.html
http://www.eklhad.net/linux/app/ee
http://www.eklhad.net/linux/app/edbrowse-2.2.10.zip
If you are comfortable with a line-oriented editor such as ed, you will
have an easy time warming up to this package. I have been able to access
sites which were not accessible to other browsers, and even my router is
a pleasure to interact with. It has some javascript support, and a
really nice way of completing forms and submitting them online. I have
made it my preferred browser.
Give it a look. It might be just what you are looking for. It is a GPL
licensed product, of course.
Chuck
- --
The Moon is Full
But you can still get downloads from http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD79N7XnuiIOyDVQURAgsTAJ0Y6X19QnQEtkoKwaMt3wxxdD2xkwCdF/zo
1j2wiIZznELKe+5e1aiqWgk=
=GizN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: software recommendation
software recommendation Charles Hallenbeck
@ ` Tyler Spivey
` Gregory Nowak
` Charles Hallenbeck
` kernel config John G. Heim
1 sibling, 2 replies; 8+ messages in thread
From: Tyler Spivey @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I also use this program for most of my web browsing under Linux. I don't
use its email features, because mutt is superior to it, and so is vim
when you want to edit character-based text. I used to be a die-hard ed
fan, but now I'm a mixed edbrowse/vim fan, so everything is going to
plan. If you need any help, let me know and I might be able to answer
your question.
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: software recommendation
` Tyler Spivey
@ ` Gregory Nowak
` Charles Hallenbeck
` Charles Hallenbeck
1 sibling, 1 reply; 8+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'll admit to not having looked at the docs for this, but I don't
suppose the browser part of it can deal with javascript? Also, when
editing html, does the editor portion have the ability to recognize
heading, paragraphs, and so on, and is it then able to automatically
put in the html tags needed to generate an html page, so that someone
not familiar with html can nevertheless produce a simple set of html
pages with the editor?
Greg
On Sun, Feb 12, 2006 at 05:38:51PM -0800, Tyler Spivey wrote:
> I also use this program for most of my web browsing under Linux. I don't
> use its email features, because mutt is superior to it, and so is vim
> when you want to edit character-based text. I used to be a die-hard ed
> fan, but now I'm a mixed edbrowse/vim fan, so everything is going to
> plan. If you need any help, let me know and I might be able to answer
> your question.
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD7+oL7s9z/XlyUyARArCuAKCulR6lkmK+Yvz/pPfEuEdKkNSmAACfeECo
a1vX99GUnoPiERlNPLmzQq4=
=GJ/b
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: software recommendation
` Gregory Nowak
@ ` Charles Hallenbeck
0 siblings, 0 replies; 8+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It does have javascript support, which is selectable from the command
line. The support is not complete, but it selectively implements a few
critical functions. The manual is well written and discusses these
issues pretty thoroughly.
Your other question is definitely a "no". There are no advantages here
for persons wishing to create html documents, except that once you have
produced a raw html document, you can convert it to a browsable form and
get very helpful diagnostics on the fly. The browsable form is read-only
if the original is html, so to fix it, you have to "unbrowse" it and
repair the html. But it's up to the user to know how to write html.
It's not a perfect solution for everything, but it is a real step
forward for many tasks.
Chuck
On Sun, Feb 12, 2006 at 07:08:11PM -0700, Gregory Nowak wrote:
> I'll admit to not having looked at the docs for this, but I don't
> suppose the browser part of it can deal with javascript? Also, when
> editing html, does the editor portion have the ability to recognize
> heading, paragraphs, and so on, and is it then able to automatically
> put in the html tags needed to generate an html page, so that someone
> not familiar with html can nevertheless produce a simple set of html
> pages with the editor?
>
> Greg
>
>
> On Sun, Feb 12, 2006 at 05:38:51PM -0800, Tyler Spivey wrote:
> > I also use this program for most of my web browsing under Linux. I don't
> > use its email features, because mutt is superior to it, and so is vim
> > when you want to edit character-based text. I used to be a die-hard ed
> > fan, but now I'm a mixed edbrowse/vim fan, so everything is going to
> > plan. If you need any help, let me know and I might be able to answer
> > your question.
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
The Moon is Full
But you can still get downloads from http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD8FVPXnuiIOyDVQURAp3CAKCzDMZOWlPa5e8nL1HBDtvh3zDowACgtBw1
AWbIYA7q8V7ceTHXVWZ99PM=
=Z9VD
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: software recommendation
` Tyler Spivey
` Gregory Nowak
@ ` Charles Hallenbeck
1 sibling, 0 replies; 8+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
That is my experience too. The email support relies on an interactive
fetchmail session, and there is no support for encryption/signing, so
for the moment I too am sticking with mutt. The bookmarking works great,
and the javascript support is working where it counts. But the fact that
you can open a directory and step through its contents, descending into
subdirectories and files, renaming or deleting them, etc., is a real
plus for me.
Chuck
On Sun, Feb 12, 2006 at 05:38:51PM -0800, Tyler Spivey wrote:
> I also use this program for most of my web browsing under Linux. I don't
> use its email features, because mutt is superior to it, and so is vim
> when you want to edit character-based text. I used to be a die-hard ed
> fan, but now I'm a mixed edbrowse/vim fan, so everything is going to
> plan. If you need any help, let me know and I might be able to answer
> your question.
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
The Moon is Full
But you can still get downloads from http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD8FPKXnuiIOyDVQURAqLfAKC+x/HNFlbIwIAX/47p2MA8hs2ANwCgxtr9
p827oRzAntz/BjI1tO9zy6c=
=1KQp
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* kernel config
software recommendation Charles Hallenbeck
` Tyler Spivey
@ ` John G. Heim
` Kirk Reiser
1 sibling, 1 reply; 8+ messages in thread
From: John G. Heim @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
How do you folks configure a kernel? I need to compile a kernel and am
dreading the both the line driven config option and the menuconfig option.
Can I edit the config file by hand?
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: kernel config
` kernel config John G. Heim
@ ` Kirk Reiser
` History file copy for installing apollo2 synth! Paul Traynor
0 siblings, 1 reply; 8+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Editting the .config file by hand is a sort of iffy business. What
many of us do that compile a lot of various kernels is keep our most
recent .config file and drop it into the new kernels root directory
after running make mrproper and checking out speakup if you are using
it. Once you've dropped the .config in the directory you run make
oldconfig which will only ask you questions that have been added to
linux since the previously built kernel. Once that is done it is a
trivial matter to then run make menuconfig and go modify specific
configuration options.
Kirk
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
software recommendation Charles Hallenbeck
` Tyler Spivey
` Gregory Nowak
` Charles Hallenbeck
` Charles Hallenbeck
` kernel config John G. Heim
` Kirk Reiser
` History file copy for installing apollo2 synth! Paul Traynor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).