Revision: 13 http://mvn-infix.svn.sourceforge.net/mvn-infix/?rev=13&view=rev Author: bindul Date: 2010-11-22 00:13:56 +0000 (Mon, 22 Nov 2010)
Log Message: ----------- Infix site upload Added Paths: ----------- infix-site/ infix-site/tags/ infix-site/trunk/ infix-site/trunk/pom.xml infix-site/trunk/src/ infix-site/trunk/src/site/ infix-site/trunk/src/site/apt/ infix-site/trunk/src/site/apt/dev/ infix-site/trunk/src/site/apt/dev/index.apt infix-site/trunk/src/site/apt/index.apt infix-site/trunk/src/site/apt/privacy.apt infix-site/trunk/src/site/site.xml infix-site/trunk/src/target/ infix-site/trunk/src/target/site/ infix-site/trunk/src/target/site/index.html Added: infix-site/trunk/pom.xml =================================================================== --- infix-site/trunk/pom.xml (rev 0) +++ infix-site/trunk/pom.xml 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + | + | Copyright (c) 2010 MindTree Ltd. + | + | This file is part of Infix. + | + | Infix is free software: you can redistribute it + | and/or modify it under the terms of the GNU General Public License as + | published by the Free Software Foundation, either version 3 of the License, + | or (at your option) any later version. + | + | Infix is distributed in the hope that it will be + | useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + | Public License for more details. + | + | You should have received a copy of the GNU General Public License along with + | Infix. If not, see <http://www.gnu.org/licenses/>. + | +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>com.mindtree.techworks.infix</groupId> + <artifactId>infix-parent</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> + <artifactId>infix-site</artifactId> + <version>1.0-SNAPSHOT</version> + <name>MindTree Infix</name> + <description>MindTree Infix Site</description> + <packaging>pom</packaging> + <scm> + <connection>scm:svn:http://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/infix-site/trunk</connection> + <developerConnection>scm:svn:https://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/infix-site/trunk</developerConnection> + <url>http://mvn-infix.svn.sourceforge.net/viewvc/mvn-infix/infix-site/trunk</url> + </scm> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skipTests>true</skipTests> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <generateSitemap>true</generateSitemap> + <reportPlugins> + <!-- See http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html --> + <!-- TODO Complete --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <reportSets> + <reportSet> + <reports> + <report>project-team</report> + <report>mailing-list</report> + <report>issue-tracking</report> + <report>license</report> + <report>scm</report> + <report>modules</report> + <report>plugins</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + <version>2.4</version> + <configuration> + <skipTestSources>true</skipTestSources> + </configuration> + </plugin> + </reportPlugins> + </configuration> + </plugin> + </plugins> + </build> +</project> Property changes on: infix-site/trunk/pom.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Added: infix-site/trunk/src/site/apt/dev/index.apt =================================================================== --- infix-site/trunk/src/site/apt/dev/index.apt (rev 0) +++ infix-site/trunk/src/site/apt/dev/index.apt 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1,33 @@ + --------- + MindTree Infix Developer Information + -------- + Bindul Bhowmik; meta-keywords=infix,plug-in,index,developer documentation; meta-description=MindTree Infix Developer Documentation + -------- + $Date $ + -------- + +~~ Copyright (c) 2010 MindTree Ltd. +~~ +~~ This file is part of Infix +~~ +~~ Infix is free software: you can redistribute it and/or modify it under the +~~ terms of the GNU General Public License as published by the Free Software +~~ Foundation, either version 3 of the License, or (at your option) any later +~~ version. +~~ +~~ Infix is distributed in the hope that it will be useful, but WITHOUT ANY +~~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +~~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU General Public License along with +~~ Infix. If not, see <http://www.gnu.org/licenses/>. + +MindTree Infix Developer Documentation + + Developer documentation in the works. Information to be added for: + + * Subversion - setup and properties. Similar to {{{http://mindtreeinsight.sourceforge.net/devel/subversion-settings.html}}} + + * Maven - artifacts in local repository, additional repositories, etc. Similar to {{{http://mindtreeinsight.sourceforge.net/devel/maven-settings.html}}} + + * Site - site deploy and management, with a note on sitemap. \ No newline at end of file Property changes on: infix-site/trunk/src/site/apt/dev/index.apt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Added: infix-site/trunk/src/site/apt/index.apt =================================================================== --- infix-site/trunk/src/site/apt/index.apt (rev 0) +++ infix-site/trunk/src/site/apt/index.apt 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1,74 @@ + --------- + MindTree Infix + -------- + Bindul Bhowmik; meta-keywords=infix,plug-in,index; meta-description=MindTree Infix Maven Plug-ins + -------- + $Date $ + -------- + +~~ Copyright (c) 2010 MindTree Ltd. +~~ +~~ This file is part of Infix +~~ +~~ Infix is free software: you can redistribute it and/or modify it under the +~~ terms of the GNU General Public License as published by the Free Software +~~ Foundation, either version 3 of the License, or (at your option) any later +~~ version. +~~ +~~ Infix is distributed in the hope that it will be useful, but WITHOUT ANY +~~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +~~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. +~~ +~~ You should have received a copy of the GNU General Public License along with +~~ Infix. If not, see <http://www.gnu.org/licenses/>. + +Welcome to MindTree Infix + + MindTree Infix is a group of {{{http://maven.apache.org}Apache Maven 2 & 3}} + build plug-ins and site skins. Infix had its beginnings as + {{{http://mindtreeinsight.sourceforge.net/releng/}MindTree Insight Release Engineering Tools}}, + and was spun off into its own project in November 2010 for focused + plug-in development. The current list of plug-ins and skins is: + +* Plug-ins + + The following plug-ins are currently available or in development: + + * <<jsmooth-plugin>>: A plug-in that can generate + Windows executables using {{{http://jsmooth.sourceforge.net}JSmooth}}. The + plug-in is currently being moved from MindTree Insight to MindTree Infix. + + * <<nsis-plugin>>: A plug-in that can generate Windows + installers using {{{http://nsis.sourceforge.net}Nullsoft Scriptable Install + System}}. The plug-in is currently being moved from MindTree Insight to + MindTree Infix. + +* Skins + + The following skins are available + + * <<{{{infix-site-skin/}infix-site-skin}}>>: The skin used for Infix + sites, including this one. + +Support + + To get support for the plug-ins please join and send an email to the + Infix Users Mailing list, details documented at {{{./mail-lists.html}Project Mailing Lists}}. + For issue tracking Infix uses Sourceforge hosted MantisBT instance at + {{{http://sourceforge.net/apps/mantisbt/mvn-infix/}}}. + +Sponsor + + Insight Development is supported and sponsored by {{{http://mindtree.com}MindTree Ltd.}}. + All current Insight developers are employees of MindTree. + +License + + Unless specifically mentioned, Insight and all its modules are released free + of charge under the terms of the {{{http://www.gnu.org/licenses/gpl-3.0.html}GNU General Public License v3}}. + +Repository + + The infix artifacts are not released to the Maven Central Repository, but + are only available on the Infix managed repository being set up. Information + about the repository will be added when available. \ No newline at end of file Property changes on: infix-site/trunk/src/site/apt/index.apt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Added: infix-site/trunk/src/site/apt/privacy.apt =================================================================== --- infix-site/trunk/src/site/apt/privacy.apt (rev 0) +++ infix-site/trunk/src/site/apt/privacy.apt 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1,17 @@ +Privacy Policy + +Information about your use of this website is collected using server access logs and a tracking cookie. The collected information includes the following: + + The IP address from which you access the website; + The type of browser and operating system you use to access our site; + The date and time you access our site; + The search engines you used to get to our site; + The duration of time you spend on the pages of our site; + The pages you visit; and + The addresses of pages from where you followed a link to our site. + +Part of this information is gathered using a tracking cookie set by the Piwik Analytics service hosted by SourceForge as described in their privacy policy. See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with the Piwik instance. + +We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources. + +By using this website, you consent to the collection of this data in the manner and for the purpose described above. Property changes on: infix-site/trunk/src/site/apt/privacy.apt ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Added: infix-site/trunk/src/site/site.xml =================================================================== --- infix-site/trunk/src/site/site.xml (rev 0) +++ infix-site/trunk/src/site/site.xml 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + | + | Copyright (c) 2010 MindTree Ltd. + | + | This file is part of Infix. + | + | Infix is free software: you can redistribute it + | and/or modify it under the terms of the GNU General Public License as + | published by the Free Software Foundation, either version 3 of the License, + | or (at your option) any later version. + | + | Infix is distributed in the hope that it will be + | useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + | Public License for more details. + | + | You should have received a copy of the GNU General Public License along with + | Infix. If not, see <http://www.gnu.org/licenses/>. + | +--> +<project xmlns="http://maven.apache.org/DECORATION/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd"> + <skin> + <groupId>com.mindtree.techworks.infix</groupId> + <artifactId>infix-site-skin</artifactId> + <version>1.0-SNAPSHOT</version> + </skin> + <!-- We don't want version in the main site --> + <version position="none"/> + <poweredBy> + <logo name="SourceForge.net" alt="Hosted on SourceForge.net" href="https://sourceforge.net/projects/mvn-infix/" img="http://sflogo.sourceforge.net/sflogo.php?group_id=375270&amp;type=11" width="120" height="30"/> + <logo name="Built with Maven 3" alt="Built with Maven 3" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/build-by-maven-black.png"/> + <logo name="Valid XHTML 1.1 Strict" alt="Valid XHTML 1.1 Strict" href="http://validator.w3.org/check?uri=referer" img="http://www.w3.org/Icons/valid-xhtml11"/> + <logo name="GPL version 3" alt="GPL v3" href="http://www.gnu.org/licenses/gpl-3.0.html" img="http://www.gnu.org/graphics/gplv3-88x31.png"/> + </poweredBy> + <publishDate format="dd MMM yyyy" position="left"/> + <bannerRight> + <name>from MindTree</name> + <href>http://www.mindtree.com/</href> + </bannerRight> + <body> + <head> + <piwik siteId="1" baseUrl="sourceforge.net/apps/piwik/mvn-infix/"/> + <privacy href="http://mvn-infix.sourceforge.net/privacy.html"/> + <meta name="keywords" content="maven,plugin,plug-in,mindtree,maven2,maven3,mindtree ltd,maven site skin"/> + <google-cse cseId="001821074997410371686:oik3n7lzyvg" style="google.loader.themes.MINIMALIST" type="google-hosted"/> + </head> + <links> + <item name="MindTree" href="http://www.mindtree.com/" /> + <item name="Infix" href="http://mvn-infix.sourceforge.net/"/> + <item name="Infix Site Skin" href="http://mvn-infix.sourceforge.net/infix-site-skin"/> + </links> + <breadcrumbs> + <item name="Infix" href="./"/> + </breadcrumbs> + <menu name="MindTree Infix"> + <item name="Home" href="./index.html"/> + <item name="Developer Documentation" href="./dev/"/> + <item name="Sitemap" href="./sitemap.html"/> + </menu> + <menu name="Plugins"> + </menu> + <menu name="Skins"> + <item name="Infix Site Skin" href="infix-site-skin/index.html"/> + </menu> + <menu ref="reports"/> + </body> +</project> Property changes on: infix-site/trunk/src/site/site.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native Added: infix-site/trunk/src/target/site/index.html =================================================================== --- infix-site/trunk/src/target/site/index.html (rev 0) +++ infix-site/trunk/src/target/site/index.html 2010-11-22 00:13:56 UTC (rev 13) @@ -0,0 +1 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>MindTree Infix Developer Information</title><meta name="author" content="Bindul Bhowmik; meta-keywords=infix,plug-in,index,developer documentation; meta-description=MindTree Infix Developer Documentation" /><meta name="date" content="$Date $" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body><!-- Copyright (c) 2010 MindTree Ltd. --><!-- --><!-- This file is part of Infix --><!-- --><!-- Infix is free software: you can redistribute it and/or modify it under the --><!-- terms of the GNU General Public License as published by the Free Software --><!-- Foundation, either version 3 of the License, or (at your option) any later --><!-- version. --><!-- --><!-- Infix is distributed in the hope that it will be useful, but WITHOUT ANY --><!-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR --><!-- A PARTICULAR PURPOSE. See the GNU General Public License for more details. --><!-- --><!-- You should have received a copy of the GNU General Public License along with --><!-- Infix. If not, see <http://www.gnu.org/licenses/>. --><div class="section"><h2>MindTree Infix Developer Documentation</h2><p>Developer documentation in the works. Information to be added for:</p><ul><li>Subversion - setup and properties. Similar to <a class="externalLink" href="http://mindtreeinsight.sourceforge.net/devel/subversion-settings.html"></a></li><li>Maven - artifacts in local repository, additional repositories, etc. Similar to <a class="externalLink" href="http://mindtreeinsight.sourceforge.net/devel/maven-settings.html"></a></li><li>Site - site deploy and management, with a note on sitemap.</li></ul></div></body></html> \ No newline at end of file Property changes on: infix-site/trunk/src/target/site/index.html ___________________________________________________________________ Added: svn:mime-type + text/html Added: svn:keywords + Date Author Id Revision HeadURL Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ mvn-Infix-commits mailing list mvn-Infix-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mvn-infix-commits