source: trunk/UTIL/PYTHON/bibweb/demo.py @ 1242

Last change on this file since 1242 was 1142, checked in by aslmd, 11 years ago

bibweb: a version with clean repositories 1

  • Property svn:executable set to *
File size: 324 bytes
Line 
1#! /usr/bin/env python
2import ads
3
4ads.makepage('feynman',\
5             retrieve = True,\
6             listyear = range(1990,1938,-1),\
7             linkads = "demo.link",\
8             title = "<CENTER><H2><EM><font color='#B8860B;'>Richard Feynman's publications</font></EM></H2></CENTER>",
9             target = 'demo')
Note: See TracBrowser for help on using the repository browser.