It's easy to create new pages in PyLucid. But you must know what PyLucid does in the background.
- The new page would be a parent page of the current page. But you can easy set a other parent page in the edit form.
- A new page based on the current page: Some attributes would be inherited from the parent page (See also page_admin.py)
- You can change all of these attributes in the page admin edit form or in the django panel edit form
- The inherited attributes are:
- template
- style
- markup
- showlinks
- permitViewPublic
- permitViewGroup
- permitEditGroup
You see, it not equal where you start to create a new page. If you will create a new child page to a specific page, you should browse to the right page first and then use the create new page link.
About the page name, title and shortcut look at terms and definitions.
permalink