Browse Source

search and replace link:http//…./doku.php by intra document reference (cont.)

David Bernard 9 years ago
parent
commit
2970925db6

+ 1 - 1
src/docs/asciidoc/gsoc/ideas.adoc

@@ -32,7 +32,7 @@ jME's sound engine is almost complete, but lacks more extensive testing and has
 
 
 === New terrain system
 === New terrain system
 
 
-One of the most sought after features for jME is a complete terrain system, topped off with a user-friendly visual editor. → link:http://jmonkeyengine.com/wiki/doku.php/terrain_systems[Terrain Systems]
+One of the most sought after features for jME is a complete terrain system, topped off with a user-friendly visual editor. → <<terrain_systems#,Terrain Systems>>
 
 
 
 
 === Basic AI system
 === Basic AI system

+ 1 - 1
src/docs/asciidoc/gsoc/students_handbook.adoc

@@ -8,6 +8,6 @@
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 
 
-This page is an extension of the link:http://www.jmonkeyengine.com/wiki/doku.php/contributors_handbook[contributor's handbook].
+This page is an extension of the <<contributors_handbook#,contributor's handbook>>.
 
 
 *  link:http://www.ogre3d.org/wiki/index.php/GSoC_Development_Advices[http://www.ogre3d.org/wiki/index.php/GSoC_Development_Advices]
 *  link:http://www.ogre3d.org/wiki/index.php/GSoC_Development_Advices[http://www.ogre3d.org/wiki/index.php/GSoC_Development_Advices]

+ 1 - 1
src/docs/asciidoc/jme3.adoc

@@ -324,7 +324,7 @@ Here are some videos of how the jMonkeyEngine SDK makes your development team's
 *  <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
 *  <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
 *  <<jme3/requirements#,Software and hardware requirements>>
 *  <<jme3/requirements#,Software and hardware requirements>>
 *  <<jme3/features#,All Supported Features>>
 *  <<jme3/features#,All Supported Features>>
-*  link:http://jmonkeyengine.org/wiki/doku.php#Installation[Download jMonkeyEngine 3 SDK]
+*  <</#Installation,Download jMonkeyEngine 3 SDK>>
 
 
 
 
 == Feedback
 == Feedback

+ 1 - 1
src/docs/asciidoc/jme3/advanced/atom_framework/atomcore.adoc

@@ -111,7 +111,7 @@ In <<jme3/advanced/atom_framework/atomcore/beans#,AtomCore Bean>> are leverage i
 
 
 In JME3 we almost see the things work like this, the “almighty” Cycle:
 In JME3 we almost see the things work like this, the “almighty” Cycle:
 
 
-link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:update_loop[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:update_loop]
+<<jme3/advanced/update_loop#,jme3:advanced:update_loop>>
 
 
 .  Input listeners respond to mouse clicks and keyboard presses – Input handling
 .  Input listeners respond to mouse clicks and keyboard presses – Input handling
 .  Update game state:
 .  Update game state:

+ 1 - 1
src/docs/asciidoc/jme3/advanced/atom_framework/atomcore/entitysystem.adoc

@@ -23,7 +23,7 @@ Read: link:http://qi4j.org/[http://qi4j.org/]
 
 
 Read: link:http://hub.jmonkeyengine.org/forum/topic/entity-system-topic-united/[http://hub.jmonkeyengine.org/forum/topic/entity-system-topic-united/]
 Read: link:http://hub.jmonkeyengine.org/forum/topic/entity-system-topic-united/[http://hub.jmonkeyengine.org/forum/topic/entity-system-topic-united/]
 
 
-link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:detailed[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:detailed]
+<<jme3/contributions/entitysystem/detailed#,jme3:contributions:entitysystem:detailed>>
 
 
 iframe::https://docs.google.com/presentation/d/1R5ovJi67i9ml6zAcmQPlSe9ZNem1Fuo14hoJZi3iRaY/embed?start=false&loop=false&delayms=3000[width="100%", height="600px", alt="", scroll="true",border="true",align="false"]
 iframe::https://docs.google.com/presentation/d/1R5ovJi67i9ml6zAcmQPlSe9ZNem1Fuo14hoJZi3iRaY/embed?start=false&loop=false&delayms=3000[width="100%", height="600px", alt="", scroll="true",border="true",align="false"]
 
 

+ 1 - 1
src/docs/asciidoc/jme3/advanced/atom_framework/design/patterns.adoc

@@ -49,7 +49,7 @@ link:http://groovy.codehaus.org/[http://groovy.codehaus.org/]
 
 
 [TIP]
 [TIP]
 ====
 ====
-Learn groovy: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:scripting[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:scripting]
+Learn groovy: <<jme3/scripting#,jme3:scripting>>
 ====
 ====
 
 
 
 

+ 2 - 2
src/docs/asciidoc/jme3/advanced/atom_framework/docs.adoc

@@ -150,9 +150,9 @@ You can also do scripting in other Java scripting frameworks like BeanScript or
 
 
 Scripting leverage game programming a lot. You can stay inside the running game and make changes into the game enviroment (is just one small advantage aside of other super cool features!). So read about how to do scripting here:
 Scripting leverage game programming a lot. You can stay inside the running game and make changes into the game enviroment (is just one small advantage aside of other super cool features!). So read about how to do scripting here:
 
 
-link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:atom_framework:atomscripting[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:atom_framework:atomscripting]
+<<jme3/advanced/atom_framework/atomscripting#,jme3:advanced:atom_framework:atomscripting>>
 
 
-link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:scripting[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:scripting]
+<<jme3/scripting#,jme3:scripting>>
 
 
 
 
 == The Project
 == The Project

+ 3 - 3
src/docs/asciidoc/jme3/advanced/nifty_gui.adoc

@@ -86,9 +86,9 @@ Learn more from the NiftyGUI page:
 *  link:http://nifty-gui.sourceforge.net/projects/1.3-SNAPSHOT/nifty/apidocs/index.html[Nifty 1.3 JavaDoc]
 *  link:http://nifty-gui.sourceforge.net/projects/1.3-SNAPSHOT/nifty/apidocs/index.html[Nifty 1.3 JavaDoc]
 *  link:http://nifty-gui.sourceforge.net/projects/1.3-SNAPSHOT/nifty-default-controls/apidocs/[Nifty 1.3 Controls JavaDoc]
 *  link:http://nifty-gui.sourceforge.net/projects/1.3-SNAPSHOT/nifty-default-controls/apidocs/[Nifty 1.3 Controls JavaDoc]
 *  link:http://jmonkeyengine.org/groups/gui/forum/topic/anyone-succeeded-in-changing-text-in-nifty-programatically/#post-109510[Forum post: Changing Text in Nifty GUIs programmatically]
 *  link:http://jmonkeyengine.org/groups/gui/forum/topic/anyone-succeeded-in-changing-text-in-nifty-programatically/#post-109510[Forum post: Changing Text in Nifty GUIs programmatically]
-*  link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:nifty_gui:editor[Official Nifty GUI Editor]
-*  link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:nifty_gui:new_editor[New Nifty GUI Editor]
-*  link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:nifty_gui:groovy[Nifty GUI with Groovy]
+*  <<jme3/advanced/nifty_gui/editor#,Official Nifty GUI Editor>>
+*  <<jme3/advanced/nifty_gui/new_editor#,New Nifty GUI Editor>>
+*  <<jme3/advanced/nifty_gui/groovy#,Nifty GUI with Groovy>>
 
 
 
 
 == Next Steps
 == Next Steps

+ 1 - 1
src/docs/asciidoc/jme3/advanced/steer_behaviours.adoc

@@ -18,7 +18,7 @@ Be sure that you have checked the demos: They can be downloaded here: link:http:
 
 
 == First steps
 == First steps
 
 
-The steer behaviors AI is integrated with MonkeyBrains so before start coding be sure that you have checked the link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:monkey_brains[monkey brains documentation]
+The steer behaviors AI is integrated with MonkeyBrains so before start coding be sure that you have checked the <<jme3/advanced/monkey_brains#,monkey brains documentation>>
 
 
 Be sure to create a reference to MonkeyBrains from your project.
 Be sure to create a reference to MonkeyBrains from your project.
 
 

+ 2 - 2
src/docs/asciidoc/jme3/atomixtuts/mmorpg.adoc

@@ -36,9 +36,9 @@ image::http://digital-art-gallery.com/oid/66/1356x1600_12073_Monkey_King_2d_fant
 === Quick start for Developers
 === Quick start for Developers
 
 
 *  Forum: link:http://hub.jmonkeyengine.org/forum/topic/mmorpg-adventure/[http://hub.jmonkeyengine.org/forum/topic/mmorpg-adventure/]
 *  Forum: link:http://hub.jmonkeyengine.org/forum/topic/mmorpg-adventure/[http://hub.jmonkeyengine.org/forum/topic/mmorpg-adventure/]
-*  Wiki: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:atomixtuts:mmorpg[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:atomixtuts:mmorpg] and link:http://code.google.com/p/ancient-monkey-world/w/list[http://code.google.com/p/ancient-monkey-world/w/list]
+*  Wiki: <<jme3/atomixtuts/mmorpg#,jme3:atomixtuts:mmorpg>> and link:http://code.google.com/p/ancient-monkey-world/w/list
 *  Sourcecode: link:http://code.google.com/p/ancient-monkey-world/[http://code.google.com/p/ancient-monkey-world/]
 *  Sourcecode: link:http://code.google.com/p/ancient-monkey-world/[http://code.google.com/p/ancient-monkey-world/]
-*  Plan: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:atomixtuts:mmorpg#process[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:atomixtuts:mmorpg#process]
+*  Plan: <<jme3/atomixtuts/mmorpg#process,jme3:atomixtuts:mmorpg#process>>
 *  Issues: link:https://code.google.com/p/ancient-monkey-world/issues/list[https://code.google.com/p/ancient-monkey-world/issues/list]
 *  Issues: link:https://code.google.com/p/ancient-monkey-world/issues/list[https://code.google.com/p/ancient-monkey-world/issues/list]
 *  Setup: 
 *  Setup: 
 *  Tools: <<jme3/atomixtuts/mmorpg_tools#, Tools used>> <<jme3/atomixtuts/mmorpg/researches/toolset#,Research about toolset>>
 *  Tools: <<jme3/atomixtuts/mmorpg_tools#, Tools used>> <<jme3/atomixtuts/mmorpg/researches/toolset#,Research about toolset>>

+ 3 - 3
src/docs/asciidoc/jme3/contributions/entitysystem/detailed.adoc

@@ -15,7 +15,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 This wiki is dedicated to who want to do research about Entity System.
 This wiki is dedicated to who want to do research about Entity System.
 
 
-You should 've read a brief introduction here: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:introduction[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:introduction]
+You should 've read a brief introduction here: <<jme3/contributions/entitysystem/introduction#,jme3:contributions:entitysystem:introduction>>
 
 
 And if you still have some concerning you are in the right place! 
 And if you still have some concerning you are in the right place! 
 
 
@@ -620,7 +620,7 @@ Post: link:http://hub.jmonkeyengine.org/forum/topic/my-es-in-contrib-zay-es/[htt
 
 
 Forum : link:http://hub.jmonkeyengine.org/forum/board/projects/zay-es/[http://hub.jmonkeyengine.org/forum/board/projects/zay-es/]
 Forum : link:http://hub.jmonkeyengine.org/forum/board/projects/zay-es/[http://hub.jmonkeyengine.org/forum/board/projects/zay-es/]
 
 
-Wiki: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem]
+Wiki: <<jme3/contributions/entitysystem#,jme3:contributions:entitysystem>>
 
 
 Links: link:http://hub.jmonkeyengine.org/forum/topic/zay-es-links/[http://hub.jmonkeyengine.org/forum/topic/zay-es-links/]
 Links: link:http://hub.jmonkeyengine.org/forum/topic/zay-es-links/[http://hub.jmonkeyengine.org/forum/topic/zay-es-links/]
 
 
@@ -683,7 +683,7 @@ Link to articles, researches and papers you should read:
 
 
 *Our wiki link*
 *Our wiki link*
 
 
-[4] link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:introduction[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem:introduction]
+[4] <<jme3/contributions/entitysystem/introduction#,jme3:contributions:entitysystem:introduction>>
 
 
 *Beside of BLOB anti pattern, explain why ES suite as data in modern GPU, CPU!*
 *Beside of BLOB anti pattern, explain why ES suite as data in modern GPU, CPU!*
 
 

+ 1 - 1
src/docs/asciidoc/jme3/contributions/entitysystem/interviews.adoc

@@ -82,7 +82,7 @@ Read the full review for details
 
 
 Forum : link:http://hub.jmonkeyengine.org/forum/board/projects/zay-es/[http://hub.jmonkeyengine.org/forum/board/projects/zay-es/]
 Forum : link:http://hub.jmonkeyengine.org/forum/board/projects/zay-es/[http://hub.jmonkeyengine.org/forum/board/projects/zay-es/]
 
 
-Wiki: link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem[http://hub.jmonkeyengine.org/wiki/doku.php/jme3:contributions:entitysystem]
+Wiki: <<jme3/contributions/entitysystem#,jme3:contributions:entitysystem>>
 
 
 Links: link:http://hub.jmonkeyengine.org/forum/topic/zay-es-links/[http://hub.jmonkeyengine.org/forum/topic/zay-es-links/]
 Links: link:http://hub.jmonkeyengine.org/forum/topic/zay-es-links/[http://hub.jmonkeyengine.org/forum/topic/zay-es-links/]
 
 

+ 1 - 1
src/docs/asciidoc/jme3/eclipse_jme3_android_jnindk.adoc

@@ -23,7 +23,7 @@ Please note that projects that use Android UI elements or are created using Ecli
 
 
 == Setting up JME3
 == Setting up JME3
 
 
-I will assume you already have downloaded (and built, if necessary) the JME3 binaries. If not, either download the link:http://hub.jmonkeyengine.org/downloads/[latest SDK release], link:http://updates.jmonkeyengine.org/stable/3.0/engine[engine build] (recommended for new users), or take a quick detour over to link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:build_from_sources[this guide] to build from source (recommended for advanced users).
+I will assume you already have downloaded (and built, if necessary) the JME3 binaries. If not, either download the link:http://hub.jmonkeyengine.org/downloads/[latest SDK release], link:http://updates.jmonkeyengine.org/stable/3.0/engine[engine build] (recommended for new users), or take a quick detour over to <<jme3/build_from_sources#,this guide>> to build from source (recommended for advanced users).
 
 
 
 
 [NOTE]
 [NOTE]

+ 1 - 1
src/docs/asciidoc/jme3/features.adoc

@@ -78,7 +78,7 @@ See also: link:http://www.jmonkeyengine.com/forum/index.php?topic=13057.0[Featur
 *  GLSL support
 *  GLSL support
 *  Shader libraries
 *  Shader libraries
 *  Shader permutations
 *  Shader permutations
-*  link:http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:jme3_shadernodes[Shader Nodes]
+*  <<jme3/advanced/jme3_shadernodes#,Shader Nodes>>
 
 
 
 
 == Material Lighting
 == Material Lighting

+ 1 - 1
src/docs/asciidoc/jme3_zh.adoc

@@ -321,7 +321,7 @@ Here are some videos of how the jMonkeyEngine SDK makes your development team's
 *  <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
 *  <<bsd_license#,Use jMonkeyEngine 3 for free under the BSD License>>
 *  <<jme3/requirements#,Software and hardware requirements>>
 *  <<jme3/requirements#,Software and hardware requirements>>
 *  <<jme3/features#,All Supported Features>>
 *  <<jme3/features#,All Supported Features>>
-*  link:http://jmonkeyengine.org/wiki/doku.php#Installation[Download jMonkeyEngine 3 SDK]
+*  <</#Installation,Download jMonkeyEngine 3 SDK>>
 
 
 
 
 == Feedback
 == Feedback

+ 1 - 1
src/docs/asciidoc/space_lion_test.adoc

@@ -6,7 +6,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 
 
 test with appending ?do=edit to the url
 test with appending ?do=edit to the url
-so link:http://hub.jmonkeyengine.org/wiki/doku.php/space_lion_test?do=edit[http://hub.jmonkeyengine.org/wiki/doku.php/space_lion_test?do=edit]
+so <<space_lion_test?do=edit#,space_lion_test?do=edit>>
 emoji:
 emoji:
 
 
 test
 test

+ 1 - 1
src/docs/asciidoc/wiki/welcome.adoc

@@ -26,7 +26,7 @@ Please be aware that not all templates support sidebars.
 
 
 == Customize your Wiki
 == Customize your Wiki
 
 
-Once you're comfortable with creating and editing pages you might want to have a look at the link:http://davids-MacBook-Pro.local/Users/davidb/tmp/sandbox_jme_wiki/wiki/bin/doku.php?do=admin&page=config[configuration settings] (be sure to login as superuser first).
+Once you're comfortable with creating and editing pages you might want to have a look at the doku.php?do=admin&page=config[configuration settings] (be sure to login as superuser first).
 
 
 You may also want to see what link:http://www.dokuwiki.org/plugins[plugins] and link:http://www.dokuwiki.org/templates[templates] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
 You may also want to see what link:http://www.dokuwiki.org/plugins[plugins] and link:http://www.dokuwiki.org/templates[templates] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.