You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2008/05/15 11:28:19 UTC

svn commit: r656569 - in /maven/site/trunk/src/site: apt/ apt/developers/ apt/guides/ apt/guides/development/ apt/guides/getting-started/ apt/plugin-developers/ apt/run-maven/ apt/users/ fml/

Author: ltheussl
Date: Thu May 15 02:28:19 2008
New Revision: 656569

URL: http://svn.apache.org/viewvc?rev=656569&view=rev
Log:
Correct some links

Modified:
    maven/site/trunk/src/site/apt/community.apt
    maven/site/trunk/src/site/apt/developers/index.apt
    maven/site/trunk/src/site/apt/guides/development/guide-helping.apt
    maven/site/trunk/src/site/apt/guides/getting-started/index.apt
    maven/site/trunk/src/site/apt/guides/index.apt
    maven/site/trunk/src/site/apt/issue-tracking.apt
    maven/site/trunk/src/site/apt/plugin-developers/index.apt
    maven/site/trunk/src/site/apt/pom.apt
    maven/site/trunk/src/site/apt/run-maven/index.apt
    maven/site/trunk/src/site/apt/settings.apt
    maven/site/trunk/src/site/apt/users/index.apt
    maven/site/trunk/src/site/fml/general.fml

Modified: maven/site/trunk/src/site/apt/community.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/community.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/community.apt (original)
+++ maven/site/trunk/src/site/apt/community.apt Thu May 15 02:28:19 2008
@@ -15,7 +15,7 @@
 
 * Helping With Maven
 
-  There is already a comprehensive {{{guides/development/guide-helping.html}Guide to Helping With Maven}}.
+  There is already a comprehensive {{{./guides/development/guide-helping.html}Guide to Helping With Maven}}.
   That guide focuses upon beginning as a supporter, with information on how to help the coding effort.
 
 ** Commit Questions or Answers to the Maven User FAQ
@@ -27,11 +27,11 @@
 
   Just as any other healthy project requires a quick turn-around on defects, and a transparent
   method of users to have their wishes heard, so too does Maven need your help. Refer to the
-  {{{issue-tracking.html}Issue Tracking}} page.
+  {{{./issue-tracking.html}Issue Tracking}} page.
 
 ** Developers
 
-  For Maven developers, commiters, PMC: there is a {{{developers/index.html}Developers Guide}}.
+  For Maven developers, commiters, PMC: there is a {{{./developers/index.html}Developers Guide}}.
 
 * Being a Good Maven Citizen
 
@@ -76,7 +76,7 @@
 
 ** Mailing Lists
 
-  Maven has a number of {{{mail-lists.html}Mailing Lists}}, and the Maven User List is specifically dedicated to
+  Maven has a number of {{{./mail-lists.html}Mailing Lists}}, and the Maven User List is specifically dedicated to
   answering questions about all Maven things.
 
 ** IRC (Internet Relay Chat)

Modified: maven/site/trunk/src/site/apt/developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/index.apt (original)
+++ maven/site/trunk/src/site/apt/developers/index.apt Thu May 15 02:28:19 2008
@@ -48,21 +48,21 @@
 
 ** General Resources
 
-  * {{{welcome-to-new-committers.html}Guide for new Maven committers}}
+  * {{{./welcome-to-new-committers.html}Guide for new Maven committers}}
 
-  * {{{committer-environment.html}Committer Environment}}
+  * {{{./committer-environment.html}Committer Environment}}
 
-  * {{{committer-settings.html}Committer Settings}}
+  * {{{./committer-settings.html}Committer Settings}}
 
 * Making Releases
 
-  * {{{release/pmc-gpg-keys.html}Making GPG Keys}}
+  * {{{./release/pmc-gpg-keys.html}Making GPG Keys}}
 
-  * {{{release/releasing.html}Release Process}}
+  * {{{./release/releasing.html}Release Process}}
 
 * Deploy Maven references
 
-  * {{{website/deploy-maven-current-ref.html}Deploy Maven Current References}}
+  * {{{./website/deploy-maven-current-ref.html}Deploy Maven Current References}}
 
 * Others Resources
 

Modified: maven/site/trunk/src/site/apt/guides/development/guide-helping.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-helping.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-helping.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-helping.apt Thu May 15 02:28:19 2008
@@ -15,13 +15,13 @@
 
  * Report bugs, feature requests and other issues in the {{{../../issue-tracking.html}issue tracking}} application.
 
- * {{{guide-building-m2.html} Build Maven}} for yourself, in order to fix bugs.
+ * {{{./guide-building-m2.html} Build Maven}} for yourself, in order to fix bugs.
 
- * {{{guide-m2-development.html#Creating_and_submitting_a_patch}Submit patches}} to reported issues (both those you find, or that others have filed)
+ * {{{./guide-m2-development.html#Creating_and_submitting_a_patch}Submit patches}} to reported issues (both those you find, or that others have filed)
 
- * {{{guide-testing-releases.html} test releases}} help test releases that are being voted on (see the dev@maven.apache.org {{{../../mail-lists.html} mailing list}} for release votes
+ * {{{./guide-testing-releases.html} test releases}} help test releases that are being voted on (see the dev@maven.apache.org {{{../../mail-lists.html} mailing list}} for release votes
 
- * {{{guide-plugin-snapshot-repositories.html} test snapshot plugins}} help test the latest development versions of plugins and report issues
+ * {{{./guide-plugin-snapshot-repositories.html} test snapshot plugins}} help test the latest development versions of plugins and report issues
 
  * Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it.
    You can quickly contribute rough thoughts to the {{{http://docs.codehaus.org/display/MAVENUSER/} wiki}}, or you can volunteer to help collate and
@@ -58,9 +58,9 @@
   There are a number of conventions used in the project, which contributors and developers alike should follow for
   consistency's sake.
 
-  * {{{guide-m2-development.html#Maven_Code_Style} Code Style}}
+  * {{{./guide-m2-development.html#Maven_Code_Style} Code Style}}
 
-  * {{{guide-m2-development.html#Commit_Message_Template} Commit Message Template}}
+  * {{{./guide-m2-development.html#Commit_Message_Template} Commit Message Template}}
 
 Resources for committers
 

Modified: maven/site/trunk/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/getting-started/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/getting-started/index.apt Thu May 15 02:28:19 2008
@@ -23,35 +23,35 @@
 
 Sections
 
- * {{{index.html#What_is_Maven}What is Maven?}}
+ * {{{./index.html#What_is_Maven}What is Maven?}}
 
- * {{{index.html#How_can_Maven_benefit_my_development_process}How can Maven benefit my development process?}}
+ * {{{./index.html#How_can_Maven_benefit_my_development_process}How can Maven benefit my development process?}}
 
- * {{{index.html#How_do_I_setup_Maven}How do I setup Maven?}}
+ * {{{./index.html#How_do_I_setup_Maven}How do I setup Maven?}}
 
- * {{{index.html#How_do_I_make_my_first_Maven_project}How do I make my first Maven project?}}
+ * {{{./index.html#How_do_I_make_my_first_Maven_project}How do I make my first Maven project?}}
 
- * {{{index.html#How_do_I_compile_my_application_sources}How do I compile my application sources?}}
+ * {{{./index.html#How_do_I_compile_my_application_sources}How do I compile my application sources?}}
 
- * {{{index.html#How_do_I_compile_my_test_sources_and_run_my_unit_tests}How do I compile my test sources and run my unit tests?}}
+ * {{{./index.html#How_do_I_compile_my_test_sources_and_run_my_unit_tests}How do I compile my test sources and run my unit tests?}}
 
- * {{{index.html#How_do_I_create_a_JAR_and_install_it_in_my_local_repository}How do I create a JAR and install it in my local repository?}}
+ * {{{./index.html#How_do_I_create_a_JAR_and_install_it_in_my_local_repository}How do I create a JAR and install it in my local repository?}}
 
- * {{{index.html#How_do_I_use_plug-ins}Howdo I use plug-ins?}}
+ * {{{./index.html#How_do_I_use_plug-ins}Howdo I use plug-ins?}}
 
- * {{{index.html#How_do_I_add_resources_to_my_JAR}How do I add resources to my JAR?}}
+ * {{{./index.html#How_do_I_add_resources_to_my_JAR}How do I add resources to my JAR?}}
 
- * {{{index.html#How_do_I_filter_resource_files}How do I filter resource files?}}
+ * {{{./index.html#How_do_I_filter_resource_files}How do I filter resource files?}}
 
- * {{{index.html#How_do_I_use_external_dependencies}How do I use external dependencies?}}
+ * {{{./index.html#How_do_I_use_external_dependencies}How do I use external dependencies?}}
 
- * {{{index.html#How_do_I_deploy_my_jar_in_my_remote_repository}How do I deploy my jar in my remote repository?}}
+ * {{{./index.html#How_do_I_deploy_my_jar_in_my_remote_repository}How do I deploy my jar in my remote repository?}}
 
- * {{{index.html#How_do_I_create_documentation}How do I create documentation?}}
+ * {{{./index.html#How_do_I_create_documentation}How do I create documentation?}}
 
- * {{{index.html#How_do_I_build_other_types_of_projects}How do I build other types of projects?}}
+ * {{{./index.html#How_do_I_build_other_types_of_projects}How do I build other types of projects?}}
 
- * {{{index.html#How_do_I_build_more_than_one_project_at_once}How do I build more than one project at once?}}
+ * {{{./index.html#How_do_I_build_more_than_one_project_at_once}How do I build more than one project at once?}}
 
  []
 
@@ -908,7 +908,7 @@
 
  With this information about a dependency, Maven will be able to reference the dependency when it builds the project.  Where does
  Maven reference the dependency from?  Maven looks in your local repository (<<<~/.m2/repository>>> is the default location) to find
- all dependencies.  In a {{{#How do I create a JAR and install it in my local repository?}previous section}}, we installed the artifact
+ all dependencies.  In a {{{How_do_I_create_a_JAR_and_install_it_in_my_local_repository}previous section}}, we installed the artifact
  from our project (my-app-1.0-SNAPSHOT.jar) into the local repository.  Once it's installed there, another project can reference that jar
  as a dependency simply by adding the dependency information to its pom.xml:
 

Modified: maven/site/trunk/src/site/apt/guides/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/index.apt Thu May 15 02:28:19 2008
@@ -11,145 +11,145 @@
 
 * Getting Started with Maven
 
-  * {{{getting-started/maven-in-five-minutes.html}Getting Started in 5 Minutes}}
+  * {{{./getting-started/maven-in-five-minutes.html}Getting Started in 5 Minutes}}
 
-  * {{{getting-started/index.html}Getting Started in 30 Minutes}}
+  * {{{./getting-started/index.html}Getting Started in 30 Minutes}}
 
 * Introductions
 
- * {{{introduction/introduction-to-the-lifecycle.html}The Build Lifecycle}}
+ * {{{./introduction/introduction-to-the-lifecycle.html}The Build Lifecycle}}
 
- * {{{introduction/introduction-to-the-pom.html}The POM}}
+ * {{{./introduction/introduction-to-the-pom.html}The POM}}
 
- * {{{introduction/introduction-to-profiles.html}Profiles}}
+ * {{{./introduction/introduction-to-profiles.html}Profiles}}
 
- * {{{introduction/introduction-to-repositories.html}Repositories}}
+ * {{{./introduction/introduction-to-repositories.html}Repositories}}
 
- * {{{introduction/introduction-to-the-standard-directory-layout.html}Standard Directory Layout}}
+ * {{{./introduction/introduction-to-the-standard-directory-layout.html}Standard Directory Layout}}
 
- * {{{introduction/introduction-to-dependency-mechanism.html}The Dependency Mechanism}}
+ * {{{./introduction/introduction-to-dependency-mechanism.html}The Dependency Mechanism}}
 
 ** Plugins
 
- * {{{introduction/introduction-to-plugins.html}Plugin Development}}
+ * {{{./introduction/introduction-to-plugins.html}Plugin Development}}
 
- * {{{mini/guide-configuring-plugins.html}Configuring Plug-ins}}
+ * {{{./mini/guide-configuring-plugins.html}Configuring Plug-ins}}
 
- * {{{introduction/introduction-to-plugin-registry.html}The Plugin Registry}}
+ * {{{./introduction/introduction-to-plugin-registry.html}The Plugin Registry}}
 
- * {{{introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix Resolution}}
+ * {{{./introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix Resolution}}
 
- * {{{plugin/guide-ant-plugin-development.html}Developing Ant Plugins}}
+ * {{{./plugin/guide-ant-plugin-development.html}Developing Ant Plugins}}
 
- * {{{plugin/guide-java-plugin-development.html}Developing Java Plugins}}
+ * {{{./plugin/guide-java-plugin-development.html}Developing Java Plugins}}
 
 ** Site
 
- * {{{mini/guide-site.html}Creating a Site}}
+ * {{{./mini/guide-site.html}Creating a Site}}
 
  * {{{http://maven.apache.org/doxia/references/apt-format.html}The APT Format}}
 
- * {{{mini/guide-snippet-macro.html}Snippet Macro}}
+ * {{{./mini/guide-snippet-macro.html}Snippet Macro}}
 
 ** Archetypes
 
- * {{{introduction/introduction-to-archetypes.html}What is an Archetype}}
+ * {{{./introduction/introduction-to-archetypes.html}What is an Archetype}}
 
- * {{{mini/guide-creating-archetypes.html}Creating Archetypes}}
+ * {{{./mini/guide-creating-archetypes.html}Creating Archetypes}}
 
 ** Upgrading
 
- * {{{mini/guide-m1-m2.html}From Maven 1.x to Maven 2.x}}
+ * {{{./mini/guide-m1-m2.html}From Maven 1.x to Maven 2.x}}
 
- * {{{mini/guide-using-m1-repos-with-m2.html}Using Maven 1.x repositories with Maven 2.x}}
+ * {{{./mini/guide-using-m1-repos-with-m2.html}Using Maven 1.x repositories with Maven 2.x}}
 
- * {{{mini/guide-relocation.html}Relocation of Artifacts}}
+ * {{{./mini/guide-relocation.html}Relocation of Artifacts}}
 
 ** Repositories
 
- * {{{mini/guide-3rd-party-jars-local.html}Installing 3rd party JARs to Local Repository}}
+ * {{{./mini/guide-3rd-party-jars-local.html}Installing 3rd party JARs to Local Repository}}
 
- * {{{mini/guide-3rd-party-jars-remote.html}Deploying 3rd party JARs to Remote Repository}}
+ * {{{./mini/guide-3rd-party-jars-remote.html}Deploying 3rd party JARs to Remote Repository}}
 
- * {{{mini/guide-coping-with-sun-jars.html}Coping with Sun JARs}}
+ * {{{./mini/guide-coping-with-sun-jars.html}Coping with Sun JARs}}
 
- * {{{mini/guide-repository-ssl.html}Remote repository access through authenticated HTTPS}}
+ * {{{./mini/guide-repository-ssl.html}Remote repository access through authenticated HTTPS}}
 
-~~ * {{{introduction/introduction-to-artifact-resolution.html}Repository Definitions and Artifact Resolution}}
+~~ * {{{./introduction/introduction-to-artifact-resolution.html}Repository Definitions and Artifact Resolution}}
 
 
 * Guides
 
- * {{{mini/guide-assemblies.html}Creating Assemblies}}
+ * {{{./mini/guide-assemblies.html}Creating Assemblies}}
 
- * {{{mini/guide-archive-configuration.html}Configuring Archive Plugins}}
+ * {{{./mini/guide-archive-configuration.html}Configuring Archive Plugins}}
 
- * {{{mini/guide-configuring-maven.html}Configuring Maven}}
+ * {{{./mini/guide-configuring-maven.html}Configuring Maven}}
 
- * {{{mini/guide-mirror-settings.html}Mirror Settings}}
+ * {{{./mini/guide-mirror-settings.html}Mirror Settings}}
 
- * {{{mini/guide-deployment-security-settings.html}Deployment and Security Settings}}
+ * {{{./mini/guide-deployment-security-settings.html}Deployment and Security Settings}}
 
- * {{{mini/guide-embedding-m2.html}Embedding Maven 2.x}}
+ * {{{./mini/guide-embedding-m2.html}Embedding Maven 2.x}}
 
- * {{{mini/guide-generating-sources.html}Generating Sources}}
+ * {{{./mini/guide-generating-sources.html}Generating Sources}}
 
- * {{{mini/guide-manifest.html}Working with Manifests}}
+ * {{{./mini/guide-manifest.html}Working with Manifests}}
 
- * {{{mini/guide-maven-classloading.html}Maven Classloading}}
+ * {{{./mini/guide-maven-classloading.html}Maven Classloading}}
 
- * {{{mini/guide-multiple-repositories.html}Using Multiple Repositories}}
+ * {{{./mini/guide-multiple-repositories.html}Using Multiple Repositories}}
 
- * {{{mini/guide-proxies.html}Using Proxies}}
+ * {{{./mini/guide-proxies.html}Using Proxies}}
 
- * {{{mini/guide-releasing.html}Using the Release Plugin}}
+ * {{{./mini/guide-releasing.html}Using the Release Plugin}}
 
- * {{{mini/guide-using-ant.html}Using Ant with Maven}}
+ * {{{./mini/guide-using-ant.html}Using Ant with Maven}}
 
- * {{{mini/guide-using-modello.html}Using Modello}}
+ * {{{./mini/guide-using-modello.html}Using Modello}}
 
- * {{{mini/guide-webapp.html}Webapps}}
+ * {{{./mini/guide-webapp.html}Webapps}}
 
- * {{{mini/guide-using-extensions.html}Using Extensions}}
+ * {{{./mini/guide-using-extensions.html}Using Extensions}}
  
- * {{{mini/guide-building-for-different-environments.html}Building For Different Environments with Maven 2}}
+ * {{{./mini/guide-building-for-different-environments.html}Building For Different Environments with Maven 2}}
  
 
 ** Testing
 
- * {{{mini/guide-attached-tests.html}Reusable Test JARs}}
+ * {{{./mini/guide-attached-tests.html}Reusable Test JARs}}
 
 ** Maven Tools and IDE Integration
 
- * {{{mini/guide-ide-eclipse.html}Eclipse}}
+ * {{{./mini/guide-ide-eclipse.html}Eclipse}}
 
- * {{{mini/guide-ide-idea.html}IDEA}}
+ * {{{./mini/guide-ide-idea.html}IDEA}}
 
- * {{{mini/guide-ide-netbeans/guide-ide-netbeans.html}Netbeans 4.0 (4.1 and 5.0)}}
+ * {{{./mini/guide-ide-netbeans/guide-ide-netbeans.html}Netbeans 4.0 (4.1 and 5.0)}}
 
- * {{{mini/guide-bash-m2-completion.html}Maven 2.x Auto-Completion Using BASH}}
+ * {{{./mini/guide-bash-m2-completion.html}Maven 2.x Auto-Completion Using BASH}}
 
 
 * Development Guides
 
- * {{{development/guide-building-m2.html}Building Maven from Scratch}}
+ * {{{./development/guide-building-m2.html}Building Maven from Scratch}}
 
- * {{{development/guide-m2-development.html}Developing Maven}}
+ * {{{./development/guide-m2-development.html}Developing Maven}}
 
- * {{{development/guide-plugin-snapshot-repositories.html}Plugin Snapshot Repositories}}
+ * {{{./development/guide-plugin-snapshot-repositories.html}Plugin Snapshot Repositories}}
 
- * {{{development/guide-plugin-documentation.html}The Plugin Documentation Standard}}
+ * {{{./development/guide-plugin-documentation.html}The Plugin Documentation Standard}}
 
 
 * The Maven Community
 
  * {{{../community.html}The Maven Community}}
 
- * {{{development/guide-helping.html}Helping with Maven}}
+ * {{{./development/guide-helping.html}Helping with Maven}}
 
- * {{{mini/guide-new-committers.html}Guide for New Committers}}
+ * {{{./mini/guide-new-committers.html}Guide for New Committers}}
 
- * {{{development/guide-testing-development-plugins.html}Testing Development Versions of Plugins}}
+ * {{{./development/guide-testing-development-plugins.html}Testing Development Versions of Plugins}}
 
  * {{{../articles.html}3rd Party Resources}}
 
@@ -157,15 +157,15 @@
 
  * {{{../maven-conventions.html}Maven Conventions}}
 
- * {{{mini/guide-naming-conventions.html}Naming Conventions}}
+ * {{{./mini/guide-naming-conventions.html}Naming Conventions}}
 
- * {{{mini/guide-using-one-source-directory.html}When You Can't Use the Conventions}}
+ * {{{./mini/guide-using-one-source-directory.html}When You Can't Use the Conventions}}
 
 ** The Central Repository
 
- * {{{mini/guide-central-repository-upload.html}Uploading Artifacts to the Central Repository}}
+ * {{{./mini/guide-central-repository-upload.html}Uploading Artifacts to the Central Repository}}
 
- * {{{mini/guide-maven-evangelism.html}Improving the Repository}}
+ * {{{./mini/guide-maven-evangelism.html}Improving the Repository}}
 
 
 * References

Modified: maven/site/trunk/src/site/apt/issue-tracking.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/issue-tracking.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/issue-tracking.apt (original)
+++ maven/site/trunk/src/site/apt/issue-tracking.apt Thu May 15 02:28:19 2008
@@ -28,7 +28,7 @@
 
 * Maven Plugins Projects
 
- Please refer you to the {{{plugins/index.html}Available Plugins}} page.
+ Please refer you to the {{{./plugins/index.html}Available Plugins}} page.
 
 * Maven Sub Projects
 

Modified: maven/site/trunk/src/site/apt/plugin-developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugin-developers/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugin-developers/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugin-developers/index.apt Thu May 15 02:28:19 2008
@@ -20,11 +20,11 @@
 
   * {{{../guides/plugin/guide-java-plugin-development.html} Your First Mojo}} - Learn how to write your first plugin
 
-  * {{{plugin-testing.html} Testing your Plugin}} - How to write tests for your plugins
+  * {{{./plugin-testing.html} Testing your Plugin}} - How to write tests for your plugins
 
-  * {{{plugin-documenting.html} Documenting your Plugin}} - How to write documentation for your plugins
+  * {{{./plugin-documenting.html} Documenting your Plugin}} - How to write documentation for your plugins
 
-  * {{{cookbook/index.html} Plugins Cookbook}} - Examples for how to perform common tasks in plugins
+  * {{{./cookbook/index.html} Plugins Cookbook}} - Examples for how to perform common tasks in plugins
 
   []
 

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Thu May 15 02:28:19 2008
@@ -8,95 +8,95 @@
 
 POM Reference
 
-  [[1]] {{{#Introduction}Introduction}}
+  [[1]] {{{Introduction}Introduction}}
 
-    [[1]] {{{#What_is_the_POM}What is the POM?}}
+    [[1]] {{{What_is_the_POM}What is the POM?}}
 
-    [[2]] {{{#Quick_Overview}Quick Overview}}
+    [[2]] {{{Quick_Overview}Quick Overview}}
 
-  [[2]] {{{#The_Basics}The Basics}}
+  [[2]] {{{The_Basics}The Basics}}
 
-    [[1]] {{{#Maven_Coordinates}Maven Coordinates}}
+    [[1]] {{{Maven_Coordinates}Maven Coordinates}}
 
-    [[2]] {{{#POM_Relationships}POM Relationships}}
+    [[2]] {{{POM_Relationships}POM Relationships}}
 
-      [[1]] {{{#Dependencies}Dependencies}}
+      [[1]] {{{Dependencies}Dependencies}}
 
-        [[1]] {{{#Exclusions}Exclusions}}
+        [[1]] {{{Exclusions}Exclusions}}
 
-      [[2]] {{{#Inheritance}Inheritance}}
+      [[2]] {{{Inheritance}Inheritance}}
 
-        [[1]] {{{#The_Super_POM}The Super POM}}
+        [[1]] {{{The_Super_POM}The Super POM}}
 
-        [[2]] {{{#Dependency_Management}Dependency Management}}
+        [[2]] {{{Dependency_Management}Dependency Management}}
 
-      [[3]] {{{#Aggregation}Aggregation (or Multi-Module)}}
+      [[3]] {{{Aggregation}Aggregation (or Multi-Module)}}
 
-        [[1]] {{{#Inheritance_v}Inheritance v. Aggregation}}
+        [[1]] {{{Inheritance_v}Inheritance v. Aggregation}}
 
-    [[3]] {{{#Properties}Properties}}
+    [[3]] {{{Properties}Properties}}
 
-  [[3]] {{{#Build_Settings}Build Settings}}
+  [[3]] {{{Build_Settings}Build Settings}}
 
-    [[1]] {{{#Build}Build}}
+    [[1]] {{{Build}Build}}
 
-      [[1]] {{{#BaseBuild_Element}The BaseBuild Element Set}}
+      [[1]] {{{BaseBuild_Element}The BaseBuild Element Set}}
 
-        [[1]] {{{#Resources}Resources}}
+        [[1]] {{{Resources}Resources}}
 
-        [[2]] {{{#Plugins}Plugins}}
+        [[2]] {{{Plugins}Plugins}}
 
-        [[3]] {{{#Plugin_Management}Plugin Management}}
+        [[3]] {{{Plugin_Management}Plugin Management}}
 
-      [[2]] {{{#Build_Element}The Build Element Set}}
+      [[2]] {{{Build_Element}The Build Element Set}}
 
-        [[1]] {{{#Directories}Directories}}
+        [[1]] {{{Directories}Directories}}
 
-        [[2]] {{{#Extensions}Extensions}}
+        [[2]] {{{Extensions}Extensions}}
 
-    [[2]] {{{#Reporting}Reporting}}
+    [[2]] {{{Reporting}Reporting}}
 
-      [[1]] {{{#Report_Sets}Report Sets}}
+      [[1]] {{{Report_Sets}Report Sets}}
 
-  [[4]] {{{#More_Project_Information}More Project Information}}
+  [[4]] {{{More_Project_Information}More Project Information}}
 
-    [[1]] {{{#Licenses}Licenses}}
+    [[1]] {{{Licenses}Licenses}}
 
-    [[2]] {{{#Organization}Organization}}
+    [[2]] {{{Organization}Organization}}
 
-    [[3]] {{{#Developers}Developers}}
+    [[3]] {{{Developers}Developers}}
 
-    [[4]] {{{#Contributors}Contributors}}
+    [[4]] {{{Contributors}Contributors}}
 
-  [[5]] {{{#Environment_Settings}Environment Settings}}
+  [[5]] {{{Environment_Settings}Environment Settings}}
 
-    [[1]] {{{#Issue_Management}Issue Management}}
+    [[1]] {{{Issue_Management}Issue Management}}
 
-    [[2]] {{{#Continuous_Integration_Management}Continuous Integration Management}}
+    [[2]] {{{Continuous_Integration_Management}Continuous Integration Management}}
 
-    [[3]] {{{#Mailing_Lists}Mailing Lists}}
+    [[3]] {{{Mailing_Lists}Mailing Lists}}
 
-    [[4]] {{{#SCM}SCM}}
+    [[4]] {{{SCM}SCM}}
 
-    [[5]] {{{#Repositories}Repositories}}
+    [[5]] {{{Repositories}Repositories}}
 
-    [[6]] {{{#Plugin_Repositories}Plugin Repositories}}
+    [[6]] {{{Plugin_Repositories}Plugin Repositories}}
 
-    [[7]] {{{#Distribution_Management}Distribution Management}}
+    [[7]] {{{Distribution_Management}Distribution Management}}
 
-      [[1]] {{{#Repository}Repository}}
+      [[1]] {{{Repository}Repository}}
 
-      [[2]] {{{#Site_Distribution}Site Distribution}}
+      [[2]] {{{Site_Distribution}Site Distribution}}
 
-      [[3]] {{{#Relocation}Relocation}}
+      [[3]] {{{Relocation}Relocation}}
 
-    [[8]] {{{#Profiles}Profiles}}
+    [[8]] {{{Profiles}Profiles}}
 
-      [[1]] {{{#Activation}Activation}}
+      [[1]] {{{Activation}Activation}}
 
-      [[2]] {{{#The_BaseBuild_Element_Set}The BaseBuild Element Set <(revisited)>}}
+      [[2]] {{{The_BaseBuild_Element_Set}The BaseBuild Element Set <(revisited)>}}
 
-  [[6]] {{{#Final}Final}}
+  [[6]] {{{Final}Final}}
 
   []
 
@@ -645,7 +645,7 @@
   directory is <<<$\{basedir\}/src/main/filters/>>>.
 
   For a more comprehensive look at what filters are and what they can do, take a look at the
-  {{{guides/getting-started}quick start guide}}.
+  {{{./guides/getting-started}quick start guide}}.
 
 *** {Resources}
 

Modified: maven/site/trunk/src/site/apt/run-maven/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/run-maven/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/run-maven/index.apt (original)
+++ maven/site/trunk/src/site/apt/run-maven/index.apt Thu May 15 02:28:19 2008
@@ -19,7 +19,7 @@
 
   * {{{Quick_Start} Quick Start}} - Get started building the project quickly
 
-  * {{{cookbook/index.html} Cookbook}} - Examples of how to perform other common tasks on a Maven-built project
+  * {{{./cookbook/index.html} Cookbook}} - Examples of how to perform other common tasks on a Maven-built project
 
   * {{{../users/index.html} Use Maven}} - Learn how to use Maven on your own project
 
@@ -64,7 +64,7 @@
   Maven can do more than just build software - it can assist with testing, run web applications and produce reports on
   projects, as well as any number of other tasks provided by plug-ins.
 
-  To try some other tasks, see the {{{cookbook/index.html} Cookbook for Running Maven}}.
+  To try some other tasks, see the {{{./cookbook/index.html} Cookbook for Running Maven}}.
 
 ** When Things go Wrong
 

Modified: maven/site/trunk/src/site/apt/settings.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/settings.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/settings.apt (original)
+++ maven/site/trunk/src/site/apt/settings.apt Thu May 15 02:28:19 2008
@@ -8,29 +8,29 @@
 
 Settings Reference
 
-  [[1]] {{{#Introduction}Introduction}}
+  [[1]] {{{Introduction}Introduction}}
 
-    [[1]] {{{#Quick_Overview}Quick Overview}}
+    [[1]] {{{Quick_Overview}Quick Overview}}
 
-  [[2]] {{{#Settings_Details}Settings Details}}
+  [[2]] {{{Settings_Details}Settings Details}}
 
-    [[1]] {{{#Simple_Values}Simple Values}}
+    [[1]] {{{Simple_Values}Simple Values}}
 
-    [[2]] {{{#Servers}Servers}}
+    [[2]] {{{Servers}Servers}}
 
-    [[3]] {{{#Mirrors}Mirrors}}
+    [[3]] {{{Mirrors}Mirrors}}
 
-    [[4]] {{{#Proxies}Proxies}}
+    [[4]] {{{Proxies}Proxies}}
 
-    [[5]] {{{#Profiles}Profiles}}
+    [[5]] {{{Profiles}Profiles}}
 
-      [[1]] {{{#Activation}Activation}}
+      [[1]] {{{Activation}Activation}}
 
-      [[2]] {{{#Repositories}Repositories}}
+      [[2]] {{{Repositories}Repositories}}
 
-      [[3]] {{{#Plugin_Repositories}Plugin Repositories}}
+      [[3]] {{{Plugin_Repositories}Plugin Repositories}}
 
-    [[6]] {{{#Active_Profiles}Active Profiles}}
+    [[6]] {{{Active_Profiles}Active Profiles}}
 
   []
 
@@ -127,7 +127,7 @@
 
 * {Servers}
 
-  The repositories for deployment are defined by the {{{pom.html#Distribution_Management}<<<distributionManagement>>>}} element of the POM.
+  The repositories for deployment are defined by the {{{./pom.html#Distribution_Management}<<<distributionManagement>>>}} element of the POM.
   However, certain settings such as <<<username>>> and <<<password>>> should not be distributed
   along with the <<<pom.xml>>>. This type of information should exist on the build server in the
   <<<settings.xml>>>.

Modified: maven/site/trunk/src/site/apt/users/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/users/index.apt?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/users/index.apt (original)
+++ maven/site/trunk/src/site/apt/users/index.apt Thu May 15 02:28:19 2008
@@ -19,9 +19,9 @@
 
   * {{{../guides/getting-started/index.html} Getting Started Tutorial}} - An in depth tutorial once you've learned the basics
 
-  * {{{cookbook/index.html} Build Cookbook}} - Examples for how to add functionality to your build
+  * {{{./cookbook/index.html} Build Cookbook}} - Examples for how to add functionality to your build
 
-  * {{{getting-help.html} Getting Help}} - How to get help with Maven
+  * {{{./getting-help.html} Getting Help}} - How to get help with Maven
 
 ~~TODO: old getting started guide should become a beginners trail, and remove content covered in the 5 minute tutorial
 

Modified: maven/site/trunk/src/site/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=656569&r1=656568&r2=656569&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Thu May 15 02:28:19 2008
@@ -355,7 +355,7 @@
       </answer>
     </faq>
 
-    <faq id="getting help">
+    <faq id="getting-help">
       <question>Maven doesn't work, how do I get help?</question>
       <answer>
         <p>
@@ -365,7 +365,7 @@
       </answer>
     </faq>
 
-    <faq id="How to produce execution debug output or error messages">
+    <faq id="How_to_produce_execution_debug_output_or_error_messages">
       <question>How to produce execution debug output or error messages?</question>
       <answer>
         <p>
@@ -376,7 +376,7 @@
       </answer>
     </faq>
 
-    <faq id="What is a Mojo">
+    <faq id="What_is_a_Mojo">
       <question>What is a Mojo?</question>
       <answer>
         <p>