#+ # .. _htaccess: # # ========= # .htaccess # ========= # # DESCRIPTION # =========== # # add info for a more beautifull page # of data directory with ftp # # Must be present in http://www.locean-ipsl.upmc.fr/~tropflux/data/ # ie the upper level of directories where data are accessible # # SEE ALSO # ======== # # .. index:: ! apache # # :ref:`Readme.rst` # # TODO # ==== # # try DirectoryIndex overview.html on the main level # # add a icon on netCDF files:: # # AddIcon /icons/netcdf.gif .nc # # # EVOLUTIONS # ========== # # $Id$ # # $URL$ # # - fplod 20120502 # # (nb : now used by apache server) # # * add IndexOptions DescriptionWidth=* to avoid truncation # thanks to http://perishablepress.com/better-default-directory-views-with-htaccess/ # * remove path from description generic # * add mimetype for reStructuredText files (AddType text/x-rst *.rst) # and "Charset=ISO-8859-1" : the last one seems to be the good way # to get rid of badly interpreted characters (diacriticals, degree sign) # from Readme.rst # # - fplod 20120308 # # * creation # thanks to httpd.apache.org/docs/2.0/mod/quickreference.html # #- ReadmeName Readme.rst AddType application/x-netcdf *.nc AddType text/x-rst *.rst IndexOptions DescriptionWidth=* Charset=ISO-8859-1 AddDescription "README" Readme.rst # uncomment this line to check for description width #AddDescription "12345678911234567892123456789312345678941234567895123456789" Readme.rst AddDescription "Monthly average TropFlux latent heat flux" lhf_tropflux_1m_*.nc AddDescription "Monthly average TropFlux net surface longwave radiation" lwr_tropflux_1m_*.nc AddDescription "Monthly average TropFlux net heat flux" netflux_tropflux_1m_*.nc AddDescription "Monthly average TropFlux specific humidity at 2m" q2m_tropflux_1m_*.nc AddDescription "Monthly average TropFlux sensible heat flux" shf_tropflux_1m_*.nc AddDescription "Monthly average TropFlux Sea Surface Temperature" sst_tropflux_1m_*.nc AddDescription "Monthly average TropFlux net surface shortwave radiation" swr_tropflux_1m_*.nc AddDescription "Monthly average TropFlux air temperature at 2m" t2m_tropflux_1m_*.nc AddDescription "Monthly average TropFlux wind stress module" tau_tropflux_1m_*.nc AddDescription "Monthly average TropFlux zonal wind stress" taux_tropflux_1m_*.nc AddDescription "Monthly average TropFlux meridional wind stress" tauy_tropflux_1m_*.nc AddDescription "Monthly average TropFlux wind speed" ws_tropflux_1m_*.nc AddDescription "Daily average TropFlux latent heat flux" lhf_tropflux_1d_*.nc AddDescription "Daily average TropFlux net surface longwave radiation" lwr_tropflux_1d_*.nc AddDescription "Daily average TropFlux net heat flux" netflux_tropflux_1d_*.nc AddDescription "Daily average TropFlux specific humidity at 2m" q2m_tropflux_1d_*.nc AddDescription "Daily average TropFlux sensible heat flux" shf_tropflux_1d_*.nc AddDescription "Daily average TropFlux Sea Surface Temperature" sst_tropflux_1d_*.nc AddDescription "Daily average TropFlux net surface shortwave radiation" swr_tropflux_1d_*.nc AddDescription "Daily average TropFlux air temperature at 2m" t2m_tropflux_1d_*.nc AddDescription "Daily average TropFlux wind stress module" tau_tropflux_1d_*.nc AddDescription "Daily average TropFlux zonal wind stress" taux_tropflux_1d_*.nc AddDescription "Daily average TropFlux meridional wind stress" tauy_tropflux_1d_*.nc AddDescription "Daily average TropFlux wind speed" ws_tropflux_1d_*.nc