A revision history topic is a summary of the changes made to a document recorded in the Paligo Revision Control. They are useful to include in your publication as they provide an audit trail of the changes made to a document, with details of who made the changes, what the changes were, and when they were added.
When you publish your content, the revision history topic is included as part of the output (unless you have filtered it out).
-
For HTML outputs, you can use your CSS to style the revision history details, see Style with CSS.
-
For PDF output, only the default styling is available, although it is possible to change the styling as part of a customization project. Contact customer support for details.
Tip
To view the revision history in Paligo, see View Revision History.
Example 25. Revhistory and revision structure
The following code shows the XML for a valid revision history topic. We have removed the XML IDs and attributes for clarity. When you create your own revision history, the elements will have XML IDs and attributes added when you save.
<?xml version="1.0"?> <section> <title>Revision History</title> <info> <revhistory> <revision> <revnumber>2</revnumber> <date>24 May 2022</date> <authorinitials>CW</authorinitials> <revremark>Added information on recycling and ordering replacement parts.</revremark> </revision> <revision> <revnumber>1</revnumber> <date>20 May 2022</date> <authorinitials>CW</authorinitials> <revremark>Added legal information in front matter.</revremark> </revision> </revhistory> </info> </section>
To create a revision history topic:
-
Create a new topic with a suitable name, such as "Revision History".
-
Select the topic or component in the Content Manager to open it in the Editor.
-
Position the cursor below the
title
. -
Press Alt + Enter ⏎ (Windows) or Command ⌘ + Enter ⏎ (Mac) to display the Element Context Menu.
-
Enter
info
and select it from the menu. -
Position the cursor inside the
info
element. -
Press Alt + Enter ⏎ (Windows) or Command ⌘ + Enter ⏎ (Mac) to display the Element Context Menu.
-
Enter
revhistory
and select it from the menu.The child elements are:
-
revision
- This is a container element for therevnumber
,date
,authorinitials
andrevremark
elements. You need the revision for the structure, but do not enter any information directly into it. -
revnumber
- Enter the number of the revision, for example, 6 if this is the sixth revision to the content. -
date
- Paligo inserts the date automatically, by default. You can overwrite it with a different date if you wish. -
authorinitials
- Paligo inserts the name of the person who adds the revision element, by default. You can overwrite it with a different name or initials if you wish. -
revremark
- Enter a brief description of the changes that have been made. This will help other users to understand what each revision included and why the changes were made.
-
-
Repeat step 8 to add more revisions.
You can add multiple
revision
elements inside arevhistory
element. -
Select Save.
-
Add your revision history topic to your publication.
It is recommended to position it as the first topic in the publication structure.
Tip
You may also want to put an output filter on its
section
element to exclude it from outputs, but remains in the publication for internal use, see Filtering / Profiling).
Comments
0 comments
Article is closed for comments.