Pages structure

From Redazione
Jump to navigation Jump to search
(Created page with " After the registration, you will be assigned with a specific "domain" corresponding to a page in the form <code> </code> he assigned "domain" is in the form https://cultu...")
 
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
After the registration, you will be assigned with a specific
+
After registration, you will be assigned with a specific "domain" corresponding to a page in the form
"domain" corresponding to a page in the form
 
  
<code>
+
<pre class="language-xxxx">
 +
https://culturaitaliana.org/wiki/[organization name]
 +
</pre>
  
</code>
 
  
 +
which can contain an arbitrary number of sub-pages within it. Here are some information of a [https://en.wikipedia.org/wiki/Wikipedia:Subpages sub-page] from wikipedia:
  
he assigned "domain" is in the form https://culturaitaliana.org/wiki/[language]/[name of center]
+
<blockquote>
 +
Making a new ''<nowiki>[[link]]</nowiki>'' that begins with a / (slash) is the common way to start a subpage. The page to which this link points is considered "subordinate" to its host page, and is titled and linked as ''<nowiki>[[Parentpage/Subpage]]</nowiki>''.  It is possible to create a subpage of a subpage (or a sub-subpage). At the top of each subpage or sub-subpage, you can find a [https://en.wikipedia.org/wiki/backlink backlink] (a.k.a. [https://en.wikipedia.org/wiki/breadcrumb_(navigation) breadcrumb]) to the higher levels of the page.
 +
</blockquote>
  
rather than https://culturaitaliana.org/wiki/[name of center]/[language] because the wiki is shared (the portion "name of center" is a wiki page, and not an arbitrary part of the url) in the aim of a greater collaborativeness (with reference of the model itself of Wikipedia) and because in such way each center can enjoy, de facto, a fully maintained platform, where professionals can set up templates, modules, settings, extensions, forms, semantic properties, and other elements which guarantee a profitable and rich experience both from the side of visitors, and the organizations themselves. In future the project might also offer a private wiki, with the address in this form https://culturaitaliana.org/[name of center]/wiki only with the aim to manage private content (such as students, courses, budget, copyrighted contents), but not aimed at interoperability and open access. }}
+
In short all the pages of your organization will be located under a dedicated address but at the same time they will reside in a shared environment, both to ensure collaborativeness among organizations, and because by this way you can enjoy, de facto, a fully maintained platform, where site's administrators (meant to be IT professionals) will advice you of any consistency of the wiki text (which entails some complexity) and will take care of extensions, templates, modules, semantic properties, and all other elements which guarantee a profitable and rich experience both from the side of visitors, and the organizations themselves.
 +
 
 +
By default, your organization's data structure will take this form:
 +
<noinclude><pre class="language-xxxx">
 +
 
 +
Organization main page
 +
 
 +
| Abstract
 +
| Location
 +
| Gallery
 +
 
 +
|─────── Courses
 +
| Language course A.A 2020 - 2021
 +
| Language course A.A 2021 - 2021
 +
 
 +
|─────── Members
 +
| Member first and last name
 +
| Member first and last name
 +
 
 +
|─────── Teachers
 +
| Teacher first and last name
 +
| Teacher first and last name
 +
 
 +
|─────── Articles
 +
| author(s) title
 +
| author(s) title
 +
 
 +
|─────── Posts
 +
| month literal year - title
 +
| month literal year - title
 +
 
 +
 
 +
|─────── News
 +
────── year
 +
| day - month literal
 +
| day - month literal
 +
 
 +
────── year
 +
| day - month literal
 +
 
 +
 
 +
|─────── Meetings
 +
| title - date
 +
| title - date
 +
 
 +
 
 +
| Documents
 +
| Table of contents
 +
 
 +
</pre>
 +
 
 +
as long as you keep creating kind of contents (like articles, posts, teachers and so on) using the forms listed in the side panel, which will indeed create pages with that specific structure, while this functioning (implemented for convenience) can be avoided either creating an empty page using the tool [[Special:CreateOrEditPage]] (or simply typing the new page name in the browser address bar) and then inserting a form through the menu on top (see [[How_it_works/Tips & guidelines#Interface|here for more tips]],) or moving the page once it has been created, for instance from
 +
 
 +
<pre class="language-xxxx">
 +
 
 +
[your organization name]/Articles/[article name]
 +
 
 +
</pre>
 +
 
 +
to
 +
 
 +
<pre class="language-xxxx">
 +
 
 +
[your organization name]/Articoli/[article name]
 +
 
 +
</pre>
 +
 
 +
using the "Move" button on the menu top after creation.
 +
 
 +
Also, for a matter of mutual protection, you will be allowed to edit any page under the "domain" (page and subpages) of your organization, while all the other pages and sub-pages of this wiki are protected from editing, with the exception of the pages with contents of common interest like [[Opportunities]], [[Reading suggestions]], [[Digital libraries]] and [[Digital_library/Authors|open-source books]] created by you or members of your staff. The contents created therein, will be immediately published with the mention of their author and his/her affiliated organization, in order to encourage the creation of contents which might be useful for everybody.
 +
 
 +
<!--
 +
By design, you will be allowed to edit any page under the address of your organization, while all the other pages and subpages of this wiki are protected from editing when they do not belong to the organization to which the logged in user is affiliated. An exception, are the contents created using the forms "Add opportunity", "Add book suggestion", and "Add digital library" (at present) which, after being checked by a moderator, will be published in the home page of this site (both on the fron-tend and on the back-end) with the mention of the author and his/her organization, in order to encourage the creation of contents which might be useful for everybody.
 +
-->
 +
With reference to the pages structure above, it is also to be noted that, as for now (December 2020) the default contents model does not contain a link to the 'news' page, so you can decide what is the best way to link to news notices in your case, while all the internal pages (also those not linked in the main page) of your organization can be found in the related [[How_it_works/Table of contents]], whose link is in the side panel.
 +
 
 +
 
 +
</noinclude>

Latest revision as of 19:28, 27 December 2020

After registration, you will be assigned with a specific "domain" corresponding to a page in the form

https://culturaitaliana.org/wiki/[organization name]


which can contain an arbitrary number of sub-pages within it. Here are some information of a sub-page from wikipedia:

Making a new [[link]] that begins with a / (slash) is the common way to start a subpage. The page to which this link points is considered "subordinate" to its host page, and is titled and linked as [[Parentpage/Subpage]]. It is possible to create a subpage of a subpage (or a sub-subpage). At the top of each subpage or sub-subpage, you can find a backlink (a.k.a. breadcrumb) to the higher levels of the page.

In short all the pages of your organization will be located under a dedicated address but at the same time they will reside in a shared environment, both to ensure collaborativeness among organizations, and because by this way you can enjoy, de facto, a fully maintained platform, where site's administrators (meant to be IT professionals) will advice you of any consistency of the wiki text (which entails some complexity) and will take care of extensions, templates, modules, semantic properties, and all other elements which guarantee a profitable and rich experience both from the side of visitors, and the organizations themselves.

By default, your organization's data structure will take this form:


Organization main page

|	 Abstract
|	 Location
|	 Gallery

|─────── Courses
	 |	Language course A.A 2020 - 2021
	 |	Language course A.A 2021 - 2021

|─────── Members
	 |	Member first and last name
	 |	Member first and last name

|─────── Teachers
	 |	Teacher first and last name
	 |	Teacher first and last name

|─────── Articles
	 |	author(s) title
	 |	author(s) title

|─────── Posts
	 |	month literal year - title
	 |	month literal year - title


|─────── News
	 ────── year 
		|	day - month literal
		|	day - month literal

	 ────── year 
		|	day - month literal


|─────── Meetings
	 |	title - date
	 |	title - date


|	Documents
|	Table of contents

as long as you keep creating kind of contents (like articles, posts, teachers and so on) using the forms listed in the side panel, which will indeed create pages with that specific structure, while this functioning (implemented for convenience) can be avoided either creating an empty page using the tool Special:CreateOrEditPage (or simply typing the new page name in the browser address bar) and then inserting a form through the menu on top (see here for more tips,) or moving the page once it has been created, for instance from


[your organization name]/Articles/[article name]

to


[your organization name]/Articoli/[article name]

using the "Move" button on the menu top after creation.

Also, for a matter of mutual protection, you will be allowed to edit any page under the "domain" (page and subpages) of your organization, while all the other pages and sub-pages of this wiki are protected from editing, with the exception of the pages with contents of common interest like Opportunities, Reading suggestions, Digital libraries and open-source books created by you or members of your staff. The contents created therein, will be immediately published with the mention of their author and his/her affiliated organization, in order to encourage the creation of contents which might be useful for everybody.

With reference to the pages structure above, it is also to be noted that, as for now (December 2020) the default contents model does not contain a link to the 'news' page, so you can decide what is the best way to link to news notices in your case, while all the internal pages (also those not linked in the main page) of your organization can be found in the related Table of contents, whose link is in the side panel.