From: Srinivas <sp_us@yahoo.com>
To: emacs-orgmode@gnu.org
Subject: Re: [babel] ob-web
Date: Sat, 18 Dec 2010 17:26:18 +0000 (UTC) [thread overview]
Message-ID: <loom.20101218T181345-229@post.gmane.org> (raw)
In-Reply-To: 4D0B8E84.10003@ccbr.umn.edu
I don't know if anyone in this community has heard of REBOL (http://
www.rebol.com).
REBOL seems ideally suited for such scripting tasks. For example, the page
(http://www.rebol.com/oneliners.html) lists a number of one liners that show
the potential.
Here is a oneliner (#6 from the oneliners.html) to Save web page text to a file:
remove-each tag page: load/markup http://www.rebol.com [tag? tag] write
%page.txt page
REBOL is cross platform and is under 1MB. Having support for REBOL in Babel may
be useful.
Disclaimer: I have no connection to REBOL's development. I have used it as a
portable solution for producing HTML documentation from plain text (Makedoc -
http://www.rebol.net/docs/makedoc/fastmd.html).
- Srinivas
next prev parent reply other threads:[~2010-12-18 17:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-17 15:52 [babel] ob-web Sébastien Vauban
2010-12-17 16:23 ` Erik Iverson
2010-12-18 17:26 ` Srinivas [this message]
2010-12-18 18:13 ` REBOL support Was: " Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20101218T181345-229@post.gmane.org \
--to=sp_us@yahoo.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.