DokuWiki

It's better when it's simple

User Tools

Site Tools


namespaces

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
namespaces [2017-09-06 12:24] 103.207.53.191namespaces [2024-02-26 13:38] (current) – [Namespace Default Linking] Removed HTMl spam bartv
Line 1: Line 1:
-Highly Informative Details Regarding Forskolin+===== Creating Namespaces =====
  
-Forskolin, also referred to as Coleus Forskolin, is taken into account by numerous as being a herb that encourages coronary heart well-being and excess weight reduction. Lately, pure Forskolin extract continues to be obtaining a great deal of interest within the information regarding how efficient it could probably be in weightless by altering their physique composition whilst growing bone mass and testosterone ranges. There have also been effective researches that display Forskolin being an efficient therapy for your overweight. To know how this therapy might be efficient, allow us consider a glance in a short background of the herbCoronary heart Functions-Forskolin is usually recommended to become efficient therapy for Congestive coronary heart failure because it assists your coronary heart muscle mass produce much more power to become in a position to pump much more blood to its vessels, which consequently aids within the distribution of blood for your whole physique. forskolin supplement also great for stopping higher blood pressure level because it could function to unwind the partitions exactly where your blood vessels are working. That will offer much less resistance to blood circulation, therefore, permitting the center to pump blood easily. Better is to click here or visit our official website to know about forskolin review.  +You don't need to create namespaces separately; simply create pages with colons in the [[pagename]] 
-Forskolin minimizes the development of sticky blood platelets. This minimizes the danger of forming blood clots that may trigger coronary heart problems this kind of as coronary heart assaults and strokes.  +The token after the last colon will be the name of the page itselfwhile all other tokens are namespaces.  
-Pores and skin Health-Forskolin might even be advantageous for your pores and skin because it could improve the manufacture of melanin inside your hair follicles, which ends up in wholesome hair development. Additionally, it offers safety in your pores and skin towards the dangerous ultraviolet rays from the sunlight that may trigger mobile harm. Additionally, there happen to be numerous medical researches that recommend Forskolin continues to be listened to become great for dealing with eczema, psoriasis, and pores and skin discomfort.  +All namespaces used in your pagename that don't exist already will be created by DokuWiki automatically.
-Forskolin Well-being Benefits-Forskolin in nutritional complement type could probably offer the body with numerous wholesome advantages which will permit you to definitely shed excess weight successfully, develop muscle mass quicklyand acquire a healthier over-all way of life. Amongst the advantages stated to become related with Forskolin are: Excess weight Reduction. Forskolin might help the discharge of extra body fat in the trillions of cells within the body. Numerous individuals who physical exercise and diet plan frequently have bodies which are incapable of releasing wholesome quantities of extra body fat as others. This really is a purpose why numerous individuals are not able to shed just as much excess weight because they want.  +
-Muscle mass Developing-Forskolin continues to be stated to assist individuals to get rid of excess weight by altering their physique composition whilst growing testosterone ranges. With the improve in testosterone, the body rids by itself of body fat much more successfully simply because your muscle tissues burn up extra body fat inside your cells whilst changing it into power that the muscle tissues have to develop and broaden. Improve in Lean Physique Mass. So that you can really shed excess weight, the body should be in a position to totally eliminate extra physique body fat. Extra physique body fat is exactly what tends to make your stomach spherical as well as your arms flabby. Using Forskolin extract could improve your body’s capability to burn up extra body fat within your cells. Which can outcome inside an extremely lean physique mass with minimum physique body fat that's transformed into pure power+
  
 +A namespace can be created in the media manager after having selected a file on the local computer and adding a ''name:'' (of namespace wanted) just before the media file name and then clicking ''upload''. This will create on the fly the namespace (folder) for the file media, visible after a refresh of the windows.
 +
 +In DokuWiki, pages are created as in every other wiki. Simply create a link to a non existing page, follow this link, and click on Create this page. See also [[.:page#create_a_page|Adding pages]].
 +
 +^  Examples:                                                                                                                                                                                                                                                                                                                                                                      ||
 +| example\\ .example\\ .:example          | refers to the page "example" in the **current** namespace.                                                                                                                                                                                                                                                                             |
 +| :example                                | refers to the page "example" in the **root** namespace.                                                                                                                                                                                                                                                                                |
 +| ..example\\ ..:example\\ .:..:example   | refers to the page "example" in the **parent** namespace                                                                                                                                                                                                                                                                               |
 +| wiki:example                            | refers to the page "example" in the namespace "wiki". The namespace "wiki" is located **beneath the root** namespace.                                                                                                                                                                                                                  |
 +| ns1:ns2:example\\ :ns1:ns2:example      | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the root** namespace.                                                                                                                                                                |
 +| .ns1:ns2:example\\ .:ns1:ns2:example    | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beneath the current** namespace.                                                                                                                                                             |
 +| ..ns1:ns2:example\\ ..:ns1:ns2:example  | refers to the page "example" in the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located **beside the current** namespace (i.e. both ns1 and the current namespace are beneath the same parent namespace, wherever according to the root namespace this parent may be located itself).  |
 +| .ns1:ns2:\\ .:ns1:ns2:                  | refers to start page of the namespace ns2. The namespace ns2 is located beneath the namespace ns1; the namespace ns1 is located beneath the current namespace.\\ \\ Please refer to [[#Namespace Default Linking]] below how the start page is determined |
 +| ~example\\ ~:example                    | refers to the page "example", using the current page as a namespace. Eg. if used on the page "foo:bar", the link will refer to "foo:bar:example". This is an effective way of creating sub-namespaces from existing pages.                                                                                                             |
 +
 +:!: Gotcha: The syntax for relative and absolute internal links is non-unique and complex relative to directory and filename conventions.
 +
 +
 +Links are absolute if and only if they have a ":" prefix or have no prefix but do have intermediate (or suffix) ":"
 +
 +Links relative to the current namespace may also begin with either "." or ".:" (".." or "..:" for parent namespace).
 +
 +===== Referring Images =====
 +
 +Regarding referring of namespaces, images and other media files are handled like wiki pages. That means, the following refers to an image that belongs to the current namespace:
 +<code>
 +{{image.jpg}}
 +</code>
 +
 +
 +
 +===== Deleting namespaces =====
 +
 +When all pages inside a namespace are removed (see [[page#delete_a_page|delete a page]]) the namespace logically doesn’t exist anymore. DokuWiki usually deletes the now empty directory as well.
 +
 +===== How  to rename namespaces? =====
 +
 +==== Manual way ====
 +
 +In order to rename a namespace manually you will have to:
 +  * Rename the folders that represent the namespace in:
 +    * ''data/pages''
 +    * ''data/media'' (if this exists)
 +  * Remove metadata for the namespace under ''data/meta''
 +  * Remove attic data for the namespace under ''data/attic'' (or move that over as well, if you want to preserve old versions)
 +  
 +For example, on a Unix host, you could:
 +  * ''mv /dokuwiki_base/data/pages/old_namespace /dokuwiki_base/data/pages/new_namespace''
 +  * ''mv /dokuwiki_base/data/media/old_namespace /dokuwiki_base/data/media/new_namespace''
 +  * ''rm -Rf /dokuwiki_base/data/meta/old_namespace''
 +  * move: ''mv /dokuwiki_base/data/attic/old_namespace /dokuwiki_base/data/attic/new_namespace'' \\ or remove: ''rm -Rf /dokuwiki_base/data/attic/old_namespace'' 
 +Note that the ''old_namespace'' and/or ''new_namespace'' words may need to be encoded if they are on a non-Latin character set (i.e. Greek, Russian, etc).
 +
 +  * Correct (by editing them) all the links to the pages under the //moved// namespace (you can discover those before moving the namespace by reviewing each page's [[backlinks]]).
 +
 +  * Browse each and every page under the new namespace. This will create the missing indexing information and metadata for the pages under the moved namespace.
 +
 +However, you will still have lots of junk left around. For example in ''data/changes.log'', various files under cache (including the ''.idx'' files etc). If possible you could just start from a ''blank state'' as follows (again under Unix) but be warned that this will mean losing all your historical information (i.e. ''recent changes''):
 +
 +  * ''cat /dev/null > /dokuwiki_base/data/changes.log''
 +  * ''rm -Rf /dokuwiki_base/data/attic/*''
 +  * ''rm -Rf /dokuwiki_base/data/cache/?''
 +  * ''rm -Rf /dokuwiki_base/data/cache/*.idx''
 +  * ''rm -Rf /dokuwiki_base/data/cache/purgefile''
 +  * Browse each and every page of your Wiki.
 +
 +DISCLAIMER: I understand this is convoluted (and maybe I missed/messed a couple of things you should also do). All in all this is a PITA. You may also use a couple of [[plugins]] that are available for (re)building the searchindex for the complete wiki, erasing entire cache and/or old wiki revisions thus avoiding having to do this manually.
 +
 +===== Namespace Default Linking =====
 +
 +It is possible to link to the default page of a namespace by ending the linkid
 +with a colon: ''%%[[foo:bar:]]%%''. Which page the link links to is dependent on the
 +existence of certain named files. For ''%%[[foo:bar:]]%%'' the following pages are
 +checked:
 +
 +<code>
 +foo:bar:$conf['start']
 +foo:bar:bar
 +foo:bar
 +</code>
 +
 +The pages are checked in that order and whatever page is found first will be linked to. [[config:autoplural|Autoplural]] linking is not done for those links.
 +
 +See [[config:startpage]] to learn about configuring the startpage name (defaults to ''start'').
namespaces.1504693482.txt.gz · Last modified: 2017-09-06 12:24 by 103.207.53.191

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki