Changeset 190 for trunk


Ignore:
Timestamp:
05/02/12 14:33:06 (12 years ago)
Author:
pinsard
Message:

improve Readme.rst and description visibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/website/.htaccess

    r162 r190  
    1212# of data directory with ftp 
    1313# 
     14# Must be present in http://www.locean-ipsl.upmc.fr/~tropflux/data/ 
     15# ie the upper level of directories where data are accessible 
     16# 
    1417# SEE ALSO 
    1518# ======== 
     
    2225# ==== 
    2326# 
    24 # put it in http://www.locean-ipsl.upmc.fr/~tropflux/data/ 
    25 # but according to PS (reseau) may not be process by apache because 
    26 # not a the ~ level 
    27 # 
    2827# try DirectoryIndex overview.html on the main level 
    2928# 
    30 # add a icon (to avoid ?) on netCDF files:: 
     29# add a icon on netCDF files:: 
    3130# 
    3231#   AddIcon /icons/netcdf.gif .nc 
     32# 
    3333# 
    3434# EVOLUTIONS 
     
    3838# 
    3939# $URL$ 
     40# 
     41# - fplod 20120502 
     42# 
     43#   (nb : now used by apache server) 
     44# 
     45#   * add IndexOptions DescriptionWidth=* to avoid truncation 
     46#     thanks to http://perishablepress.com/better-default-directory-views-with-htaccess/ 
     47#   * remove path from description generic 
     48#   * add mimetype for reStructuredText files (AddType text/x-rst *.rst) 
     49#     and "Charset=ISO-8859-1" : the last one seems to be the good way  
     50#     to get rid of badly interpreted characters (diacriticals, degree sign) 
     51#     from Readme.rst 
    4052# 
    4153# - fplod 20120308 
     
    4961 
    5062AddType application/x-netcdf *.nc 
     63AddType text/x-rst *.rst 
     64 
     65IndexOptions DescriptionWidth=* Charset=ISO-8859-1 
    5166 
    5267AddDescription "README" Readme.rst 
     68# uncomment this line to check for description width 
     69#AddDescription "12345678911234567892123456789312345678941234567895123456789" Readme.rst 
    5370 
    54 AddDescription "Monthly average TropFlux latent heat flux" ./data/monthly/lhf_tropflux_1m_*.nc  
    55 AddDescription "Monthly average TropFlux net surface longwave radiation" ./data/monthly/lwr_tropflux_1m_*.nc  
    56 AddDescription "Monthly average TropFlux net heat flux" ./data/monthly/netflux_tropflux_1m_*.nc  
    57 AddDescription "Monthly average TropFlux specific humidity at 2m" ./data/monthly/q2m_tropflux_1m_*.nc  
    58 AddDescription "Monthly average TropFlux sensible heat flux" ./data/monthly/shf_tropflux_1m_*.nc  
    59 AddDescription "Monthly average TropFlux Sea Surface Temperature" ./data/monthly/sst_tropflux_1m_*.nc  
    60 AddDescription "Monthly average TropFlux net surface shortwave radiation" ./data/monthly/swr_tropflux_1m_*.nc  
    61 AddDescription "Monthly average TropFlux air temperature at 2m" ./data/monthly/t2m_tropflux_1m_*.nc  
    62 AddDescription "Monthly average TropFlux wind stress module" ./data/monthly/tau_tropflux_1m_*.nc  
    63 AddDescription "Monthly average TropFlux zonal wind stress" ./data/monthly/taux_tropflux_1m_*.nc  
    64 AddDescription "Monthly average TropFlux meridional wind stress" ./data/monthly/tauy_tropflux_1m_*.nc  
    65 AddDescription "Monthly average TropFlux wind speed" ./data/monthly/ws_tropflux_1m_*.nc  
     71AddDescription "Monthly average TropFlux latent heat flux" lhf_tropflux_1m_*.nc  
     72AddDescription "Monthly average TropFlux net surface longwave radiation" lwr_tropflux_1m_*.nc  
     73AddDescription "Monthly average TropFlux net heat flux" netflux_tropflux_1m_*.nc  
     74AddDescription "Monthly average TropFlux specific humidity at 2m" q2m_tropflux_1m_*.nc  
     75AddDescription "Monthly average TropFlux sensible heat flux" shf_tropflux_1m_*.nc  
     76AddDescription "Monthly average TropFlux Sea Surface Temperature" sst_tropflux_1m_*.nc  
     77AddDescription "Monthly average TropFlux net surface shortwave radiation" swr_tropflux_1m_*.nc  
     78AddDescription "Monthly average TropFlux air temperature at 2m" t2m_tropflux_1m_*.nc  
     79AddDescription "Monthly average TropFlux wind stress module" tau_tropflux_1m_*.nc  
     80AddDescription "Monthly average TropFlux zonal wind stress" taux_tropflux_1m_*.nc  
     81AddDescription "Monthly average TropFlux meridional wind stress" tauy_tropflux_1m_*.nc  
     82AddDescription "Monthly average TropFlux wind speed" ws_tropflux_1m_*.nc  
    6683 
    67 AddDescription "Daily average TropFlux latent heat flux" ./data/monthly/lhf_tropflux_1d_*.nc  
    68 AddDescription "Daily average TropFlux net surface longwave radiation" ./data/monthly/lwr_tropflux_1d_*.nc  
    69 AddDescription "Daily average TropFlux net heat flux" ./data/monthly/netflux_tropflux_1d_*.nc  
    70 AddDescription "Daily average TropFlux specific humidity at 2m" ./data/monthly/q2m_tropflux_1d_*.nc  
    71 AddDescription "Daily average TropFlux sensible heat flux" ./data/monthly/shf_tropflux_1d_*.nc  
    72 AddDescription "Daily average TropFlux Sea Surface Temperature" ./data/monthly/sst_tropflux_1d_*.nc  
    73 AddDescription "Daily average TropFlux net surface shortwave radiation" ./data/monthly/swr_tropflux_1d_*.nc  
    74 AddDescription "Daily average TropFlux air temperature at 2m" ./data/monthly/t2m_tropflux_1d_*.nc  
    75 AddDescription "Daily average TropFlux wind stress module" ./data/monthly/tau_tropflux_1d_*.nc  
    76 AddDescription "Daily average TropFlux zonal wind stress" ./data/monthly/taux_tropflux_1d_*.nc  
    77 AddDescription "Daily average TropFlux meridional wind stress" ./data/monthly/tauy_tropflux_1d_*.nc  
    78 AddDescription "Daily average TropFlux wind speed" ./data/monthly/ws_tropflux_1d_*.nc  
     84AddDescription "Daily average TropFlux latent heat flux" lhf_tropflux_1d_*.nc  
     85AddDescription "Daily average TropFlux net surface longwave radiation" lwr_tropflux_1d_*.nc  
     86AddDescription "Daily average TropFlux net heat flux" netflux_tropflux_1d_*.nc  
     87AddDescription "Daily average TropFlux specific humidity at 2m" q2m_tropflux_1d_*.nc  
     88AddDescription "Daily average TropFlux sensible heat flux" shf_tropflux_1d_*.nc  
     89AddDescription "Daily average TropFlux Sea Surface Temperature" sst_tropflux_1d_*.nc  
     90AddDescription "Daily average TropFlux net surface shortwave radiation" swr_tropflux_1d_*.nc  
     91AddDescription "Daily average TropFlux air temperature at 2m" t2m_tropflux_1d_*.nc  
     92AddDescription "Daily average TropFlux wind stress module" tau_tropflux_1d_*.nc  
     93AddDescription "Daily average TropFlux zonal wind stress" taux_tropflux_1d_*.nc  
     94AddDescription "Daily average TropFlux meridional wind stress" tauy_tropflux_1d_*.nc  
     95AddDescription "Daily average TropFlux wind speed" ws_tropflux_1d_*.nc  
Note: See TracChangeset for help on using the changeset viewer.