Wiki - SOPA

Discussion in 'Rebol' started by geoff, Jan 19, 2012.

  1. geoff

    geoff New Member

    I noticed yesterday during the Wiki SOPA blackout that you could read any Wiki page for which you knew the URL by simply using, for example:

    Code:
    page: read  http://en.wikipedia.org/wiki/Main_Page
    write %page.html page
  2. Graham

    Graham Developer Staff Member

    Or just press the {esc} key as page loads
  3. geoff

    geoff New Member

    Oh no! a classic succinct Rebol script replaced by a single keystroke!
  4. Peter Wood

    Peter Wood New Member

    Incidentally, the classic succinct script would be:

    Code:
    write %page.html read http://en.wikipedia.org/wiki/Main_Page

Share This Page