Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix broken anchor links

...

  • Page: Name of the JCR node. JCR character restrictions apply to the name, meaning some characters are not allowed in page names. Invalid characters are automatically substituted with a hyphen. The page name is used in the URL. The convention is to use lower-case words separated by hyphens, for example standard-article and news-and-events.
  • Title: Displayed to visitors. It may be different from the page name and can contain any character. The title string is used in the HTML title element, in the h1 heading on the page and in the navigation title.
  • Template: Template assigned to the page.
  • Status: Shows the publication status of the page:
    Include Page
    _Publication status
    _Publication status
  • Modification date: Timestamp showing when the page was last modified. The timestamp is displayed in the user's own timezone if one has been set in the  user profile , if not, the server timezone is displayed.

...

Advanced Tables - Table Plus
heading0
enableHeadingAttributesfalse
columnAttributeswidth=70px,width=170px,width=70px
enableSortingfalse
enableHighlightingfalse

JCR 2.0 specification defines the following invalid characters in a local name.

Character

Name

Unicode


 

Space

20

/

Forward slash (solidus)

2F

:

Colon

3A

[

Left square bracket

5B

]

Right square bracket

5D

|

Vertical line (pipe)

7C

*

Asterisk

2A

Node names are used to create URLs and cannot contain characters that are disallowed or have special meaning in URLs. These conventions are established by the Internet Engineering Task Force (IETFNetwork Working Group on URLs.

Character

Name

Unicode

;

Semicolon

3B

/

Solidus (forward slash)

2F

?

Question mark

3F

+

Plus sign

2B

%

Percent sign

25

!

Exclamation mark

21

#

Number sign (pound, hash)

23

^

Circumflex accent

5E

Characters disallowed by Magnolia.

Character

Name

Unicode

@

Commercial at

40

&

Ampersand

26

=

Equals sign

3D

Apart from the exceptions above, Magnolia allows you to use the full UTF-8 character set for node names and other properties, but UTF-8 encoding is disabled by default. See UTF-8 in pages names  for instructions on how to enable it. When enabled, all special characters and notations covered by the Unicode specification can also be used.

...