Wednesday, July 20, 2005

Website basics: communications links

It is now possible to receive updates from this site automatically. I've done this to make it easier for people to work it into whatever communications network they're in. Yes, I know none of the options below make it easy to take the content off the internet and put it somewhere more generally accessible. Printers are the only solution that comes immediately to mind.

---

If you like email, you can receive new blog posts in your inbox by subscribing to the updates list: mutualeducation-update-subscribe@lists.riseup.net.

If you have a feed reader you can access our Atom feed at http://mutualeducation.blogspot.com/atom.xml. Alternatively, if you have Firefox or a similarly Atom-enabled browser, it can handle subscription for you, somehow.

If you run a website and would like to add Mutual Education headlines to your site, there are several coding options available:
  • Javascript (for normal HTML and XML pages):
    <script language="JavaScript" src="http://ns2.bigbold.com/digest/95d080c29f0e/15f6a4a48be3.js"></script>

  • PHP (for PHP pages):
    <?php
    include 'http://ns2.bigbold.com/digest/95d080c29f0e/15f6a4a48be3.html';
    ?>

  • IFRAME code (creates an inline frame, whatever that is):
    <iframe src="http://ns2.bigbold.com/digest/95d080c29f0e/15f6a4a48be3.html"></iframe>
Thanks to RSS Digest for the excellent code-monkeying.

0 Comments:

Post a Comment

<< Home