Changeset 1205 for trunk/UTIL


Ignore:
Timestamp:
Mar 11, 2014, 8:35:22 AM (11 years ago)
Author:
aslmd
Message:

bibweb. modif to allow use of crontab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py

    r1179 r1205  
    11#! /usr/bin/env python
    22import ads
     3import os
    34
    45#######
     
    78gencond = ''' -c 'not journal:"Discussions"' ''' # to solve EGU journal duplication
    89#######
     10
     11os.chdir("/home/marshttp/trunk/UTIL/PYTHON/bibweb/planetowebsite/") ## for crontab
    912
    1013ads.makepage('pubmars',\
     
    6366             retrieve = False,\
    6467             customcond = gencond + ''' -c 'author:"Millour"' ''',\
    65              listyear = range(anneec,2008-1,-1),\
     68             listyear = range(anneec,2003-1,-1),\
    6669             linkads = lk,\
    6770             printnum = True,\
Note: See TracChangeset for help on using the changeset viewer.