互联网术语表

如果您接触 Internet 的时间不长,可能会遇到一些陌生的术语,例如:浏览器、书签、电子邮件、主页、搜索引擎等。为了使您轻松入门,此术语表向您解释了在 Internet、intranet、电子邮件和新闻组中可能遇到的一些重要术语。

CMIS

The Content Management Interoperability Services (CMIS) standard defines a domain model and Web Services and Restful AtomPub bindings that will enable greater interoperability of Enterprise Content Management (ECM) systems. CMIS uses Web services and Web 2.0 interfaces to enable rich information to be shared across Internet protocols in vendor-neutral formats, among document systems, publishers and repositories, within one enterprise and between companies.

EPUB

EPUB is standard for electronic book files with the extension .epub that can be downloaded and read on devices like smartphones, tablets, computers, or e-readers.

EPUB is a technical standard published now by the Publishing group of W3C. EPUB is a popular format because it is open and is based on HTML.

An EPUB publication is delivered as a single file and is an unencrypted zipped archive containing a website. It includes HTML files, images, CSS style sheets, and other assets such as metadata, multimedia and interactivity.

FTP

FTP stands for File Transfer Protocol and is the standard transfer protocol for files in the Internet. An FTP server is a program on a computer connected to the Internet which stores files to be transmitted with the aid of FTP. While FTP is responsible for transmitting and downloading Internet files, HTTP (Hypertext Transfer Protocol) provides the connection setup and data transfer between WWW servers and clients.

HTML

HTML(Hypertext Markup Language,超文本标记语言)是一种文档代码语言,被用于WWW 网页文档格式。它由 SGML 衍生而来,可将文本,图形,音频和视频等内容集合在一起。

If you want to type HTML commands directly, for example when doing exercises from one of the many available HTML books, remember that HTML pages are pure text files. Save your document under the document type Text and give it the file name extension .HTML. Be sure there are no umlauts or other special characters of the extended character set. If you want to re-open this file in LibreOffice and edit the HTML code, you must load it with the file type Text and not with the file type Web pages.

网络中有许多对 HTML 语言的介绍。

HTTP

超文本传输协议是在 WWW 服务器(主机)和浏览器(客户机)之间传输 WWW 文档的协议。

Java

Java 程序设计语言是一种与平台无关的编程语言,该语言尤其适用于网络编程。用 Java 类文件编写的网页和应用程序能够在所有流行的操作系统上使用。使用 Java 程序设计语言设计的程序通常在“Java 开发环境”中开发,然后编译成“字节代码”。

SGML

SGML 代表“标准通用标记语言”。SGML 的基本思想是:文档具有的结构元素和其他语义元素与这些元素的显示方式没有关系。这类文档的实际显示可以有多种方式,具体显示取决于选择的输出媒介和样式。在结构化的文本中,SGML 不仅对结构进行了定义 (采用“DTD = 文档类型定义”的形式),而且确保它们可以被连续使用。

HTML 是 SGML 的一种特殊应用。这意味着,大多数网页浏览器都只支持 SGML 标准的有限范围,而且几乎所有支持 SGML 的系统都可以生成外观漂亮的 HTML 网页。

URL

统一资源定位器 (Uniform Resource Locator, URL) 显示一个文档或一个服务器在 Internet 内的地址。一个 URL 的基本结构根据类型的不同而不同,但通常要符合以下形式:服务名://主机名:端口/路径/页面#标记,其中不必一定注明所有元素。一个 URL 可以是 FTP、WWW (HTTP)、文件或 E-Mail 地址。

WebDAV

Short for Web-based Distributed Authoring and Versioning, an IETF standard set of platform-independent extensions to HTTP that allows users to collaboratively edit and manage files on remote Web servers. WebDAV features XML properties on metadata, locking - which prevents authors from overwriting each other's changes - namespace manipulation and remote file management. WebDav is sometimes referred to as DAV.

代理

代理服务器是网络上的一台计算机,用作数据传送的“剪贴板”。当您从一个公司网络访问 Internet 时,如果请求的网页已被其他同事读取,那么只要该网页还在内存中,代理服务器就会更快速地显示该页面。在这种情况下,只需要检查存储在代理服务器上的网页是否是最新的版本即可。如果是最新版本,则无需从较慢的 Internet 上下载该页,而是直接从代理服务器上加载。

图像映射

An ImageMap is a reference-sensitive graphic or text frame. You can click on defined areas of the graphic or text frame to go to a target (URL), which is linked with the area. The reference areas, along with the linked URLs and corresponding text displayed when resting the mouse pointer on these areas, are defined in the ImageMap Editor.

There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the HTML page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap.

“图像映射”有多种使用方式,其存储格式也有多种。

图像映射格式

图像映射基本上可以分为两种,一种是在服务器(例如 Internet 提供者)上进行分析的图像映射,另一种是在读者计算机的 Web 浏览器上进行分析的图像映射。

客户端图像映射

当鼠标移到一个读者能够单击的图片或框架的区域上时,该区域可通过链接 URL 的外观显示出来。图像映射存储在图像的下一层,并包含已引用区域的信息。客户端图像映射唯一的缺点是,早期的 Web 浏览器不能对其进行读取。不过这个问题将会自行解决。

在保存图像映射时,可以选择 SIP - StarView ImageMap 文件类型。这种图像映射格式可以直接被采用到文档中所有使用中的图像或框架对象。但是,如果仅在当前图像或文字本框上使用图像映射,则不需要在保存时选择特殊格式。定义完区域后,请直接单击应用,而不需要执行其他操作。以 HTML 格式保存的客户端图像映射会被直接插入到页面的 HTML 代码中。

搜索引擎

搜索引擎是 Internet 中的一项服务,它基于一个软件程序,利用这个程序可以在浩如烟海的信息中根据关键字进行搜索。

服务器端图像映射

Server Side ImageMaps appear for the reader as a picture or frame on the page. Click on the ImageMap with the mouse, and the coordinates of the relative position are sent to the server. Aided by an extra program, the server then determines the next step to take. There are several incompatible methods to define this process, the two most common being:

LibreOffice 会创建这两种方式的图像映射。在图像映射编辑器中打开另存为对话框,从文件类型列表中选择格式。创建的“独立映射文件”必须被上传到服务器上。您需要向提供商或网络管理员询问服务器支持的图像映射类型,以及如何访问处理程序。

标记

HTML 页面包含一定的结构和格式指令,它们被称为“标记”。标记是文档描述语言 HTML 中被框在尖括弧中的代码字。大部分标记都会在左侧括号和右侧括号之间包含对文字或超链接的引用。比如,对于标题,可以在开始位置使用<h1> 标记,在标题文字的结束位置使用 </h1> 标记。一些标记只能单独出现,例如 <br>(代表换行符),或者 <img ...>(用于链接图像)。

框架

Frames are useful for designing the layout of HTML pages. LibreOffice uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in Edit - Object when the frame is selected.

超链接

超链接是一种交叉引用,它以各种颜色的文本进行突出显示,可通过单击鼠标将其激活。借助超链接,读者可以跳转到文档中的特定信息,还可以跳转到其他文档中的相关信息。

在 LibreOffice 中,超链接既可以指向文字,也可以指向图形和文本框(请参阅"标准"工具栏上的"超链接对话框"图标)。