Newsgroups: comp.lang.postscript,comp.lang.prograph,comp.lang.prolog,comp.lang.python
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!portc01.blue.aol.com!newsxfer3.itd.umich.edu!su-news-hub1.bbnplanet.com!news.bbnplanet.com!cpk-news-hub1.bbnplanet.com!EU.net!uknet!usenet1.news.uk.psi.net!uknet!uknet!lyra.csx.cam.ac.uk!hgmp.mrc.ac.uk!ebi.ac.uk!bshomer
From: bshomer@ebi.ac.uk (Benny Shomer)
Subject: Re: !!! NEW SITE !!! for up to date programming and computer related links
Sender: news@ebi.ac.uk (usenet news)
Message-ID: <E4B7ED.nKG@ebi.ac.uk>
Date: Mon, 20 Jan 1997 13:42:13 GMT
References: <32e13ae1.23298436@news>
Organization: EBI - European Bioinformatics Institute
X-Newsreader: TIN [version 1.2 PL2]
Followup-To: comp.lang.postscript,comp.lang.prograph,comp.lang.prolog,comp.lang.python
Lines: 41
Xref: glinda.oz.cs.cmu.edu comp.lang.postscript:48054 comp.lang.prograph:8440 comp.lang.prolog:16699 comp.lang.python:17142

Darkstar (sean@darkstar.ftech.co.uk) wrote:
: The new DARKSTAR site is up !

: HOT links for Shareware, Programming, Computer Science, Computer Hardware, 
: Computer Software and Search Engines.

: check it out @

: http://www.gre.ac.uk/~hs574/index.html

-----------------------------------------------------------------------------
from URL import sites

darkstar = sites.newsite('http://www.gre.ac.uk/~hs574/index.html')

this_site = ['shareware','programming','computer science','computer
hardware']

rating = {'incomplete':0, 'complete':1}

if not 'python' in this_site:
        darkstar.rating = rating['incomplete']
        print "Your'e missing out a great language!\n\n"
        exit(255)
else:
        darkstar.rating = rating['complete']
        print 'Thanks. Now, this is much better.\n\n'
        darkstar.add_bookmark()
        darkstar.continue_browsing()
        exit(0)



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Benny Shomer, Ph.D.                 Biological User Support
EMBL outstation - The EBI,          Tel:   +44-223-494437
Hinxton Hall, Hinxton,              Fax:   +44-223-494468
Cambridge CB10 1RQ, UK              Email: bshomer@EBI.ac.uk

~~~~~~~http://www.ebi.ac.uk/ebi_docs/staff/benny.html~~~~~~~
