Author: sisbell Date: Thu Jan 24 10:18:04 2008 New Revision: 614951 URL: http://svn.apache.org/viewvc?rev=614951&view=rev Log: Structured site for general info and versioned info.
Added: incubator/nmaven/trunk/site/general/ incubator/nmaven/trunk/site/general/pom.xml (with props) incubator/nmaven/trunk/site/general/src/ incubator/nmaven/trunk/site/general/src/site/ incubator/nmaven/trunk/site/general/src/site/apt/ incubator/nmaven/trunk/site/general/src/site/apt/index.apt incubator/nmaven/trunk/site/general/src/site/images/ incubator/nmaven/trunk/site/general/src/site/images/apache-incubator-logo.png (with props) incubator/nmaven/trunk/site/general/src/site/site.xml (with props) incubator/nmaven/trunk/site/versioned/ incubator/nmaven/trunk/site/versioned/pom.xml (with props) incubator/nmaven/trunk/site/versioned/src/ - copied from r614654, incubator/nmaven/trunk/site/src/ incubator/nmaven/trunk/site/versioned/src/site/apt/features.apt incubator/nmaven/trunk/site/versioned/src/site/apt/getting-started Removed: incubator/nmaven/trunk/site/src/ Modified: incubator/nmaven/trunk/site/pom.xml incubator/nmaven/trunk/site/versioned/src/site/apt/index.apt incubator/nmaven/trunk/site/versioned/src/site/site.xml Added: incubator/nmaven/trunk/site/general/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/pom.xml?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/general/pom.xml (added) +++ incubator/nmaven/trunk/site/general/pom.xml Thu Jan 24 10:18:04 2008 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.apache.maven.dotnet</groupId> + <artifactId>maven-dotnet-parent</artifactId> + <version>0.15-incubating-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.maven.dotnet</groupId> + <artifactId>maven-site-general</artifactId> + <packaging>pom</packaging> + <version>0.15-incubating-SNAPSHOT</version> + <name>NMaven Site General</name> + <distributionManagement> + <site> + <id>nmaven-apache-site</id> + <name>NMaven Site</name> + <url>file://${basedir}/../../www</url> + </site> + </distributionManagement> +</project> Propchange: incubator/nmaven/trunk/site/general/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/trunk/site/general/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/src/site/apt/index.apt?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/general/src/site/apt/index.apt (added) +++ incubator/nmaven/trunk/site/general/src/site/apt/index.apt Thu Jan 24 10:18:04 2008 @@ -0,0 +1,22 @@ +About NMaven + + NMaven provides Maven 2.x plugins to support building of .NET applications. + + [] + +Reporting Bugs/Requesting Features + + * {{{http://jira.codehaus.org/browse/NMAVEN} NMaven Issue Tracking}} + + * {{{mailto:[EMAIL PROTECTED] Post to Mailing List}} + +Site Info + + All information contained within this web-site is based on the latest work at + the {{{https://svn.apache.org/repos/asf/incubator/nmaven/trunk} SVN trunk }} + + Older documentation can be found here: + + * {{{http://incubator.apache.org/nmaven/0.15} 0.15 (Current trunk)}} + + * {{{http://incubator.apache.org/nmaven/0.14} 0.14 (Unreleased snapshot)}} Added: incubator/nmaven/trunk/site/general/src/site/images/apache-incubator-logo.png URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/src/site/images/apache-incubator-logo.png?rev=614951&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/trunk/site/general/src/site/images/apache-incubator-logo.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/trunk/site/general/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/src/site/site.xml?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/general/src/site/site.xml (added) +++ incubator/nmaven/trunk/site/general/src/site/site.xml Thu Jan 24 10:18:04 2008 @@ -0,0 +1,19 @@ +<project name="Apache NMaven"> + <bannerRight> + <src>./images/apache-incubator-logo.png</src> + </bannerRight> + + <body> + <links> + <item name="Project Site" href="http://incubator.apache.org/projects/nmaven.html"/> + <item name="NMaven" href="http://incubator.apache.org/nmaven"/> + <item name="NMaven SVN" href="http://svn.apache.org/repos/asf/incubator/nmaven/"/> + <item name="Maven" href="http://maven.apache.org/"/> + <item name="Mono Project" href="http://www.mono-project.com/"/> + </links> + <menu name="General Info"> + <item name="About" href="index.html"/> + </menu> + ${reports} + </body> +</project> \ No newline at end of file Propchange: incubator/nmaven/trunk/site/general/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/nmaven/trunk/site/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/pom.xml?rev=614951&r1=614950&r2=614951&view=diff ============================================================================== --- incubator/nmaven/trunk/site/pom.xml (original) +++ incubator/nmaven/trunk/site/pom.xml Thu Jan 24 10:18:04 2008 @@ -31,11 +31,15 @@ <packaging>pom</packaging> <version>0.15-incubating-SNAPSHOT</version> <name>NMaven Site</name> + <modules> + <module>general</module> + <module>versioned</module> + </modules> <distributionManagement> <site> <id>nmaven-apache-site</id> <name>NMaven Site</name> - <url>file://${basedir}/../../www</url> + <url>file://${basedir}/../../www/0.15</url> </site> - </distributionManagement> + </distributionManagement> </project> Added: incubator/nmaven/trunk/site/versioned/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/pom.xml?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/versioned/pom.xml (added) +++ incubator/nmaven/trunk/site/versioned/pom.xml Thu Jan 24 10:18:04 2008 @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.apache.maven.dotnet</groupId> + <artifactId>maven-dotnet-parent</artifactId> + <version>0.15-incubating-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.maven.dotnet</groupId> + <artifactId>maven-site-versioned</artifactId> + <packaging>pom</packaging> + <version>0.15-incubating-SNAPSHOT</version> + <name>NMaven Site Versioned</name> + <distributionManagement> + <site> + <id>nmaven-apache-site</id> + <name>NMaven Site</name> + <url>file://${basedir}/../../www/0.15</url> + </site> + </distributionManagement> +</project> Propchange: incubator/nmaven/trunk/site/versioned/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/trunk/site/versioned/src/site/apt/features.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/src/site/apt/features.apt?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/versioned/src/site/apt/features.apt (added) +++ incubator/nmaven/trunk/site/versioned/src/site/apt/features.apt Thu Jan 24 10:18:04 2008 @@ -0,0 +1,10 @@ +Key Features + +* Platforms + + * Mono Support: C# + + * Microsoft Support: C# + + * Framework Version Support: Microsoft - 1.1/2.0; Mono 2.0 + Added: incubator/nmaven/trunk/site/versioned/src/site/apt/getting-started URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/src/site/apt/getting-started?rev=614951&view=auto ============================================================================== --- incubator/nmaven/trunk/site/versioned/src/site/apt/getting-started (added) +++ incubator/nmaven/trunk/site/versioned/src/site/apt/getting-started Thu Jan 24 10:18:04 2008 @@ -0,0 +1,21 @@ +Getting Started + +Sections + + * {{{getting-started.html#Building NMaven}Building NMaven}} + +* {Building NMaven} + +** Prerequisites + + Prior to building NMaven, make sure that you have the following installed on your system: + [[1]] {{{ http://java.sun.com/javase/downloads/index_jdk5.jsp} JDK 5.0 Update x}} + + [[2]] For Microsoft builds you will need both {{{http://msdn2.microsoft.com/en-us/downloads/default.aspx} Microsoft .NET Framework}} (2.0+) + AND {{{http://msdn2.microsoft.com/en-us/downloads/default.aspx} NET Framework 2.0 SDK}}. For Mono builds, you will need + {{{http://www.mono-project.com} Mono}} (1.2.3.1+). + + [[3]] Subversion client 1.3+. Click here for + {{{ http://subversion.tigris.org/servlets/ProjectDocumentView?documentID=35379&showInfo=true} Windows Subversion Client}}. + + [[4]] {{{http://maven.apache.org/download.html} Maven 2.0.7 or higher}} \ No newline at end of file Modified: incubator/nmaven/trunk/site/versioned/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/src/site/apt/index.apt?rev=614951&r1=614654&r2=614951&view=diff ============================================================================== --- incubator/nmaven/trunk/site/versioned/src/site/apt/index.apt (original) +++ incubator/nmaven/trunk/site/versioned/src/site/apt/index.apt Thu Jan 24 10:18:04 2008 @@ -10,11 +10,4 @@ * {{{mailto:[EMAIL PROTECTED] Post to Mailing List}} -Site Info - All information contained within this web-site is based on the latest work at - the {{{https://svn.apache.org/repos/asf/incubator/nmaven/trunk} SVN trunk }} - - Older documentation can be found here: - - * {{{http://incubator.apache.org/nmaven/0.14} 0.14 (Unreleased snapshot)}} Modified: incubator/nmaven/trunk/site/versioned/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/src/site/site.xml?rev=614951&r1=614654&r2=614951&view=diff ============================================================================== --- incubator/nmaven/trunk/site/versioned/src/site/site.xml (original) +++ incubator/nmaven/trunk/site/versioned/src/site/site.xml Thu Jan 24 10:18:04 2008 @@ -1,4 +1,4 @@ -<project name="NMaven"> +<project name="Apache NMaven 0.15"> <bannerRight> <src>./images/apache-incubator-logo.png</src> </bannerRight>