📄 wwwdir.h
字号:
/* W3C Sample Code Library libwww Directory Listings! Declaration of W3C Sample Code Directory Listings!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*This is the include file for the directory handling modules for parsing andpresenting directory listings - often in the form of a HTML document.*/#ifndef WWWDIR_H#define WWWDIR_H/**/#ifdef __cplusplusextern "C" { #endif/*( System dependencies)The wwwsys.h file includes system-specific includefiles and flags for I/O to network and disk. The only reason for this fileis that the Internet world is more complicated than Posix and ANSI.*/#include "wwwsys.h"/*( Directory listings)The directory manager generates directory listings for FTP and HTTP requests.This module contains the protocol independent code and it produces the HTMLobject. It is only included if either the FTP orthe File module is included.*/#include "HTDir.h"/*( Icons)No directory listings without icons! The WWWDir interface contains supportfor including references (URLs and ALT text tags) to icons in directory listings.The icons are selected as a function of the media type and the content encodingof the file in question. That is - you can set up icons for compressed files,postscript files etc. There is also a small set of specific icons representingdirectories etc.Note: Icons are not set up by default! You must enable them yourself.The Library distribution contains a smallset of default icons which you can find at$(datadir)/www-icons, and they can be set up using theHTIconInit() initialization function in theWWWInit startup interface*/#include "HTIcons.h"/*( File Descriptions)Descriptions appearing in directory listings areproduced by this module. This may be overridden by another module for thosewho which descriptions to come from somewhere else. It's only HTTP directorylistings that contain a description field (if enabled by theDirectory browsing module.*/#include "HTDescpt.h"/*End of DIR module*/#ifdef __cplusplus} /* end extern C definitions */#endif#endif/* @(#) $Id: WWWDir.html,v 2.10 1998/05/04 19:37:48 frystyk Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -