Saving and Publishing Amaya

Amaya enables you to save (X)HTML documents either in (X)HTML or text format. Other documents (SVG, MathML or CSS) are saved according to their original format. You can save both remote and local documents in two ways, using the Save and Save As commands.

In addition, you can change a number of Amaya publishing options using the Publishing Preferences dialog. You open this dialog by choosing Preferences > Publishing from the Edit menu.

Amaya does not provide any global view of a set of pages installed on a server. However, you can save files to a remote server in the same way you save local files, using the Save and Save As commands. During these operations, Amaya also saves any newly added images.

The Save Command

The Save command saves the current document to the original location. You can access the Save command by choosing Save from the File menu, clicking the Save button on the button bar, or by using keyboard shortcuts Ctrl s. Newly added images are saved in the same directory automatically; confirmation is only requested when the document name is unknown.

You can also fetch a document from servers by specifying the server directory name. This is very useful when browsing, but is not supported by the put method. In this case, Amaya detects that the document name is missing and asks you either to use a default name or to complete the request.

Note:    Use the Save As command to save your document to a different location.

The Save As Command

Choosing Save As from the File menu opens the Save As dialog, which allows you to save the current document with a different format and to a different location.

You can:

The items in the dialog box are used as follows:

Three buttons complete this dialog:

Saving and characters encoding (charset)

Three standard encodings are considered:

If an XML or HTML document contains a character that is not available in the character set (charset) available with the encoding, a special representation is required. XML offers two such representations of characters:

  1. Character references represent the position (in decimal or hexadecimal) of the character in the UCS. For example, the greek letter alpha is represented as α (hexadecimal) or α (decimal)
  2. Entity references use a name to represent a content (in that case a character). For example the greek letter alpha may be represented as α

Character references may be used in any XML or HTML document, but entity references are allowed only if the document itself contains a means to resolve the name.

Entity name resolution is provided by the Document type definition which refers to the DTD where names and their associated contents are defined. Practically, this means that you can use entity references only if the <!DOCTYPE ...> is present and refers to a DTD that defines the names you use.

With that in mind, it is easier to understand how Amaya works. By default, Amaya preserves the initial encoding of the document, that is the encoding that was associated with the document at loading time. You can check this encoding with command File/Document Information (Charset field). The Save command saves the document with that encoding, while the Save As command allows you to choose another encoding (Charset field).

When saving a document (Save or Save As commands), all characters that are available in the charset of the encoding are just written using the encoding. Only the other characters are written using character or entity references. The choice between these two options is made according to the doctype. If there is a doctype that refers to a DTD that defines a name for the character, an entity reference is used (i.e. a name), otherwise Amaya generates a character reference in hexadecimal.

Note: the File/Change The Document Type command allows you to associate, to change or to remove the doctype of a document at any time. This allows you to generate either character references or entity references.

Saving Documents as Text

You san save your document as text using the Save As command from the File menu. HTML mark-up is replaced by spaces, new lines, and so on. A list of all URIs used in the document is appended to the file.

To save your document as text:

  1. Choose Save As from the File menu to open the Save As dialog.

  2. Click the Text button in the Document format section to save the document in text format to a local file.