You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2015/08/16 16:57:04 UTC

isis-site git commit: ISIS-1191: Fixing some broken links in the Contributors Guide and adding clarification in documentation build instructions

Repository: isis-site
Updated Branches:
  refs/heads/asf-site c751f07db -> 244495b78


ISIS-1191: Fixing some broken links in the Contributors Guide and adding clarification in documentation build instructions


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/244495b7
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/244495b7
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/244495b7

Branch: refs/heads/asf-site
Commit: 244495b7870f47e1051153c2fecb0ee66f6f1e9b
Parents: c751f07
Author: Kevin <ke...@apache.org>
Authored: Sun Aug 16 16:55:45 2015 +0200
Committer: Kevin <ke...@apache.org>
Committed: Sun Aug 16 16:55:45 2015 +0200

----------------------------------------------------------------------
 content/guides/cg.html       | 4 ++--
 content/migration-notes.html | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/244495b7/content/guides/cg.html
----------------------------------------------------------------------
diff --git a/content/guides/cg.html b/content/guides/cg.html
index 205d1a4..0c84a13 100644
--- a/content/guides/cg.html
+++ b/content/guides/cg.html
@@ -2390,7 +2390,7 @@ git push origin --delete ISIS-999</code></pre>
 <div class="sect2">
 <h3 id="_build_and_review_using_maven">9.4. Build and Review (using Maven)</h3>
 <div class="paragraph">
-<p>To (re)build the documentation locally prior to release, use:</p>
+<p>To (re)build the documentation locally prior to release, change into adocs/documentation directory and use:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -4044,7 +4044,7 @@ sh scripts/promoterctag simpleapp-archetype-1.9.0 RC1</code></pre>
 <div class="sect3">
 <h4 id="_release_source_zip">10.4.4. Release Source Zip</h4>
 <div class="paragraph">
-<p>As described in link:the <a href="http://www.apache.org/dev/release-publishing.html#distribution_dist">Apache documentation</a>, each Apache TLP has a <code>release/TLP-name</code> directory in the distribution Subversion repository at <a href="https://dist.apache.org/repos/dist">https://dist.apache.org/repos/dist</a>. Once a release vote passes, the release manager should <code>svn add</code> the artifacts (plus signature and hash files) into this location. The release is then automatically pushed to <a href="http://www.apache.org/dist/">http://www.apache.org/dist/</a> by <code>svnpubsub</code>. Only the most recent release of each supported release line should be contained here, old versions should be deleted.</p>
+<p>As described in the <a href="http://www.apache.org/dev/release-publishing.html#distribution_dist">Apache documentation</a>, each Apache TLP has a <code>release/TLP-name</code> directory in the distribution Subversion repository at <a href="https://dist.apache.org/repos/dist">https://dist.apache.org/repos/dist</a>. Once a release vote passes, the release manager should <code>svn add</code> the artifacts (plus signature and hash files) into this location. The release is then automatically pushed to <a href="http://www.apache.org/dist/">http://www.apache.org/dist/</a> by <code>svnpubsub</code>. Only the most recent release of each supported release line should be contained here, old versions should be deleted.</p>
 </div>
 <div class="paragraph">
 <p>Each project is responsible for the structure of its directory. The directory structure of Apache Isis reflects the directory structure in our git source code repo:</p>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/244495b7/content/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes.html b/content/migration-notes.html
index 2518422..1d976ca 100644
--- a/content/migration-notes.html
+++ b/content/migration-notes.html
@@ -1383,11 +1383,11 @@ isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true</cod
 <div class="paragraph">
 <p>Existing projects written against v1.7.0 should run against v1.8.0 without any changes.  In particular (unlike 1.6.0 and
  1.7.0) there should be no need to update <code>pom.xml</code> files of existing projects.  If you <strong>do</strong> encounter any difficulties
-then let us know via the [users mailing list](../../support.html), so we can support you and document issues here.</p>
+then let us know via the <a href="support.html">users mailing list</a>, so we can support you and document issues here.</p>
 </div>
 <div class="paragraph">
 <p>That said, many of the existing annotations have been deprecated in 1.8.0, replaced with a simplified and rationalized
- set of annotations; see [here](../../reference/recognized-annotations/about.html).  To help you migrate your application
+ set of annotations; see <a href="../../reference/recognized-annotations/about.html">here</a>.  To help you migrate your application
  over to the new annotations, there is a new configuration property that can be set in <code>isis.properties</code>:</p>
 </div>
 <div class="literalblock">
@@ -1406,7 +1406,7 @@ be displayed).</p>
 <h2 id="_release-notes_migration-notes_1.6.0-to-1.7.0">From v1.6.0 to 1.7.0</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>In v1.7.0 we&#8217;ve continued the work started in v1.6.0 in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven <code>groupId</code> of <code>org.apache.isis.module</code> have now MOVED to [<a href="http://www.isisaddons.org" class="bare">http://www.isisaddons.org</a>](Isis Addons).</p>
+<p>In v1.7.0 we&#8217;ve continued the work started in v1.6.0 in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven <code>groupId</code> of <code>org.apache.isis.module</code> have now MOVED to <a href="http://www.isisaddons.org">Isis Addons</a>.</p>
 </div>
 <div class="paragraph">
 <p>In addition, we&#8217;ve retired some obsolete (and unused) functionality, specifically the <code>ProfileStore</code> component.</p>
@@ -1660,7 +1660,7 @@ into the new <code>org.isisaddons.module.settings:isis-module-settings-dom</code
 <div class="sect2">
 <h3 id="_retired_code_profilestore_code_component">Retired <code>ProfileStore</code> component</h3>
 <div class="paragraph">
-<p>As per &lt;a href='https://issues.apache.org/jira/browse/ISIS-802'&gt;ISIS-802&lt;/a&gt;, the ProfileStore component has been removed. This functionality was not surfaced or available in the Wicket or Restful Objects viewers, so there is no meaningful loss of functionality. However, Maven <code>pom.xml</code> files will require updating:</p>
+<p>As per <a href="https://issues.apache.org/jira/browse/ISIS-802">ISIS-802</a>, the ProfileStore component has been removed. This functionality was not surfaced or available in the Wicket or Restful Objects viewers, so there is no meaningful loss of functionality. However, Maven <code>pom.xml</code> files will require updating:</p>
 </div>
 <div class="paragraph">
 <p>Specifically, remove any dependencies on <code>org.apache.isis:isis-core-profilestore</code>:</p>