You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/05/01 02:31:30 UTC

[maven-doxia-site] branch trunk updated (1fbe09e -> 0d02d72)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git.


    from 1fbe09e  edit trunk branch
     new 0e54f9b  added .gitignore
     new 0d02d72  Doxia site now in Git

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                         |  9 +++++++++
 content/xdoc/source-repository.xml | 19 +++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100644 .gitignore

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.

[maven-doxia-site] 01/02: added .gitignore

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git

commit 0e54f9b3fde87148404297663dfd5b0d8de69e7f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 1 04:28:29 2018 +0200

    added .gitignore
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a5cb80b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+.classpath
+.project
+nbactions.xml
+.settings
+target
+test-output
+*.iml
+.idea
+.svn/*

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.

[maven-doxia-site] 02/02: Doxia site now in Git

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git

commit 0d02d7278cbd612566b703a82f7b4389a2ff3b36
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue May 1 04:31:29 2018 +0200

    Doxia site now in Git
---
 content/xdoc/source-repository.xml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/content/xdoc/source-repository.xml b/content/xdoc/source-repository.xml
index 10ebf9a..eea02b7 100644
--- a/content/xdoc/source-repository.xml
+++ b/content/xdoc/source-repository.xml
@@ -37,9 +37,21 @@ under the License.
         Instructions for using the Apache Software Foundation Git repositories are at <a href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
       </p>
 
+      <subsection name="Doxia Website">
+      <p>The sources for this site are available in a separate Git repository:
+        <table>
+          <tr>
+            <td><a href="/doxia/">Apache Maven Doxia website</a></td>
+            <td><source><a href="https://gitbox.apache.org/repos/asf/maven-doxia-site.git">https://gitbox.apache.org/repos/asf/maven-doxia-site.git</a></source></td>
+            <td><a href="https://github.com/apache/maven-doxia-site/">(GitHub mirror)</a></td>
+          </tr>
+        </table>
+      </p>
+      </subsection>
+
       <subsection name="Components in Git">
       <p>
-        The components in git are:
+        The components in Git are:
         <table>
           <tr>
             <td><a href="doxia/">Apache Maven Doxia base</a></td>
@@ -89,11 +101,6 @@ under the License.
         </table>
       </p>
       </subsection>
-
-      <subsection name="Doxia website">
-      <p>The sources for this site are available in a separate Subversion location:</p>
-      <source><a href="https://svn.apache.org/viewvc/maven/doxia/site/trunk">https://svn.apache.org/repos/asf/maven/doxia/site/trunk</a></source>
-      </subsection>
     </section>
   </body>
 </document>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.