超級活動中心

超級活動中心是一個包含許多相同地理位置的活動中心的活動中心。超級活動中心為 Labdoo 系統提供了兩項額外的功能:

  • 他們被允許在自己的區域裡創立活動中心。 這項功能使創立活動中心去中心化,提供一個更加穩定的成長路徑以及去除那些中心化的瓶頸。
  • 他們能夠擁有屬於自己的網站頁面。 超級活動中心能夠創立屬於自己的 Labdoo 頁面,以便能夠讓一些區域性的活動更加的局部化。比如說,他們能夠使用特定的語言來撰寫一些資訊性的頁面,以便能夠讓更多位於該區域互動中心的使用者們閱讀。

再接下來的兩個部份,我們將會更加深入的討論上述兩項功能。

Adding a Superhub Page(英文版)

Users with the superhub role are also allowed to create new pages in the labdoo.org platform to help manage the outreaching activities in their own regions. This feature allows this type of users provide localized content that is specific to the region they are covering.

To create a superhub page, follow the next steps (you will need to have the superhub role assigned to your user):

  1. Go to the main navigation menu and click on 'Hubs', then on "[Superhub] Create content".

    Figure. This is the Labdoo logo.

  2. Fill in the fields to generate a new page:
    • Title. Choose a title to help identify your page (the title will not be displayed, it is only used to help you identify the page.)
    • Type. Choose 'Page' to create a page with content. (Later we will choose "Menu block' to help create a table of contents for our pages.)
    • Body. Create here the actual body of the page. To format your page, you can use any of the allowed HTML tags. See the sections 'Compose tips' and 'Special HTML tags' for descriptions on how to use HTML tags for your page body.
  3. Click 'Save'. At this point, you have created one single page of content. Next, repeat steps 1, 2 and 3 to create as many pages as you need to. Once you are done creating all your pages, go to the next step to create a menu block of your pages.
  4. To create a menu block, do as if you wanted to create a page, except that in the field 'Type' you need to select the option 'Menu block'. A new field called 'Linked pages' will show up. In this field, add all the pages where you want your menu block to show up. Next, in the 'Body' field, you need to create a menu of all your pages. This is basically an HTML list of links, with each link pointing to one of your pages created in steps 1, 2 and 3, enabling site visitors a quick menu access to each of the pages. To create the body of your menu block, you can copy and paste the following code sample and modify it according to your pages:

    <a href="URL1">Title Page 1</a>
    <a href="URL2">Title Page 2</a>
    <a href="URL3">Title Page 3</a>
    <a href="URL4">Title Page 4</a>

    Substitute 'URL{1,2,3,4}' for the URLs of your pages removing the host name. For instance, if the URL of a page is https://www.labdoo.org/content/adding-superhub-page, then use '/content/adding-superhub-page'. Substitute also 'Title Page {1,2,3,4}' for the title of each specific page.
    When done, click on 'Save' to create your menu block.

At the end of this process, you will have created a set of pages and a menu block linked to the pages. Your site visitors will be able to browse all your pages by using the menu block.

If you also want to create a 'URL redirect' of your pages (for instance, if you want to map the URL https://www.labdoo.org/content/superhub-page-regionA to https://regionA.labdoo.org), please email contact@labdoo.org requesting the mapping.

Creating New Hubs(英文版)

Labdoo users who have the "superhub" role assigned are allowed to create new Labdoo hubs. (For information on what a hub is, please refer to the Hubs Section in the 'Values and Principles' wiki book.) The process of creating a new Labdoo hub is as follows:

  1. Initial contact. The group soliciting to create a hub contacts Labdoo. This can be done through different ways, including getting in touch with an existing neighbor hub or by directly emailing contact@labdoo.org. Such request is propagated to the Labdoo superhub in charge of the region where the new hub is to be created.
  2. Explaining what a Labdoo hub is. The superhub explains the potential hub manager candidates how a Labdoo hub works. It is recommended to do such communication using a phone call (can be a regular or Internet-based phone call) to ensure a proper conversation.
  3. Creation of Labdoo user accounts. Once decided that the hub is to be created, if the candidates don't have a Labdo user account yet, they need to create one for each of the users that will be managing the hub by going to https://www.labdoo.org/user/register.
  4. Creation of the hub. The superhub creates the new hub by going to the create hub page (this page is available only to users who have superhub rights and it can be found under the 'Hub' tab in the 'Main Navigation Menu') and filling in all the necessary information:
    • Title. Fill in the title following the naming convetion 'Labdoo Hub HUBNAME', where HUBNAME can be the name of the city or town where the hub is located, the name of a certain suburb, district or community inside a city, or the name of the organization (such as the name of the school, university, NGO or company) hosting the hub. For examples of names, look at the existing list of hubs.
    • Location. Add the location of your hub and use the map interface to pin down its GPS coordinates.
    • Hub manager(s). Add the usernames of the users who will be managing this hub.
    • Parent hub. Some hubs exist as supporting branches of other hubs. For instance, in certain cities, a main hub will have the help of other smaller hubs distributed across various suburbs. These smaller hubs are generally referred as 'branch hubs'. If you are creating a branch hub, select in this field its parent hub. Otherwise, select 'None' in this field. To see tree view of all the hubs and branches, refer to the 'Hubs (tree view)' page under the 'Explore' tab.
    • Hub type. Select the type of supporting functions the new hub will provide. If the hub can be used as a dropping and storage location where people can bring their contributed dootronics, then check the box 'Dropping point'. If the hub is capable of sanitizing dootronics, check the box 'Sanitizing point'. Multiple boxes can be checked at the same time.
    • About this hub. If you want to add additional information about this hub, you can do so in this field.
    • Additional editors. Besides the hub managers, if you would like to give other users the rights to edit this hub, you can do so by adding them in this field.
  5. Assigning roles. In the last step, the users in charge of managing the hub need to be given the additional role of 'hub manager'. To do this, go to each user page https://www.labdoo-dev.org/users/USERNAME (where USERNAME is the username of the user), click on the tab 'Roles', and activate the checkbox 'hub manager' as illustrated in the next figure.
    Figure. To assign the 'hub manager' role, go to that user's page, click on 'Roles' and select the appropriate checkbox.

After the above steps, the new hub managers can start their hub activities as described in the Hubs Section of this wiki book.