Revision: 232
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=232&view=rev
Author:   bindul
Date:     2009-03-23 09:23:48 +0000 (Mon, 23 Mar 2009)

Log Message:
-----------
Added privacy policy
Updated skin

Modified Paths:
--------------
    site/trunk/pom.xml
    site/trunk/src/site/apt/index.apt
    site/trunk/src/site/site.xml

Added Paths:
-----------
    site/trunk/src/site/apt/privacy.apt

Modified: site/trunk/pom.xml
===================================================================
--- site/trunk/pom.xml  2009-03-23 08:46:54 UTC (rev 231)
+++ site/trunk/pom.xml  2009-03-23 09:23:48 UTC (rev 232)
@@ -22,6 +22,11 @@
 <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/maven-v4_0_0.xsd";>
+       <parent>
+        <groupId>com.mindtree.techworks.insight</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0.0</version>
+    </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>com.mindtree.techworks.insight</groupId>
        <artifactId>site</artifactId>
@@ -29,29 +34,7 @@
        <name>Insight Site</name>
        <description>Insight web site</description>
        <url>http://mindtreeinsight.sourceforge.net/</url>
-       <organization>
-               <name>MindTree Consulting Ltd.</name>
-               <url>http://www.mindtree.com/</url>
-       </organization>
        <inceptionYear>2003</inceptionYear>
-       <issueManagement>
-               <system>Sourceforge</system>
-               
<url>https://sourceforge.net/tracker/?group_id=212019&amp;atid=1020092</url>
-       </issueManagement>
-       <distributionManagement>
-               <site>
-                       <id>website</id>
-                       <url>scp://webhost.company.com/www/website</url>
-               </site>
-       </distributionManagement>
-       <licenses>
-               <license>
-                       <name>GNU General Public License v3.0</name>
-                       
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
-                       <distribution>repo</distribution>
-                       
<comments>http://www.gnu.org/licenses/gpl.html</comments>
-               </license>
-       </licenses>
        <build>
                <plugins>
                        <plugin>
@@ -86,71 +69,9 @@
                        </plugin>
                </plugins>
        </reporting>
-       <repositories>
-       <repository>
-           <id>insight.release.repo</id>
-           <name>Insight Release Repository</name>
-           
<url>https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release</url>
-       </repository>
-       <repository>
-           <id>insight.snapshot.repo</id>
-           <name>Insight Snapshot Repository</name>
-           
<url>https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot</url>
-       </repository>
-       <repository>
-           <id>insight.dependency.repo</id>
-           <name>Insight Dependency Repository</name>
-           
<url>https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/</url>
-       </repository>
-       <repository>
-            <id>snapshot.maven.apache.org</id>
-            <name>Apache Snapshot Repository</name>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
-        </repository>
-    </repositories>
-    <mailingLists>
-               <mailingList>
-                       <name>Developer Mailing List</name>
-                       <subscribe>
-                               
mindtreeinsight-devel-subscr...@lists.sourceforge.net
-                       </subscribe>
-                       <unsubscribe>
-                               
mindtreeinsight-devel-unsubscr...@lists.sourceforge.net
-                       </unsubscribe>
-                       <post>mindtreeinsight-de...@lists.sourceforge.net</post>
-                       <archive>
-                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-devel
-                       </archive>
-               </mailingList>
-               <mailingList>
-                       <name>User Mailing List</name>
-                       <subscribe>
-                               
mindtreeinsight-users-subscr...@lists.sourceforge.net
-                       </subscribe>
-                       <unsubscribe>
-                               
mindtreeinsight-users-unsubscr...@lists.sourceforge.net
-                       </unsubscribe>
-                       <post>mindtreeinsight-us...@lists.sourceforge.net</post>
-                       <archive>
-                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-users
-                       </archive>
-               </mailingList>
-               <mailingList>
-                       <name>Subversion Commits Mailing List</name>
-                       <subscribe>
-                               
mindtreeinsight-commits-subscr...@lists.sourceforge.net
-                       </subscribe>
-                       <unsubscribe>
-                               
mindtreeinsight-commits-unsubscr...@lists.sourceforge.net
-                       </unsubscribe>
-                       <archive>
-                               
http://sourceforge.net/mailarchive/forum.php?forum_name=mindtreeinsight-commits
-                       </archive>
-               </mailingList>
-       </mailingLists>
        <scm>
-               
<connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/</connection>
-               
<developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/</developerConnection>
-               
<url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/</url>
+               
<connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/site/trunk</connection>
+               
<developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/site/trunk</developerConnection>
+               
<url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/site/trunk</url>
        </scm>
 </project>

Modified: site/trunk/src/site/apt/index.apt
===================================================================
--- site/trunk/src/site/apt/index.apt   2009-03-23 08:46:54 UTC (rev 231)
+++ site/trunk/src/site/apt/index.apt   2009-03-23 09:23:48 UTC (rev 232)
@@ -4,23 +4,23 @@
                                 Bindul Bhowmik
                                     ------
                              $Date $
-~ Copyright (c) 2008 MindTree Ltd.
-~ 
-~ This file is part of Insight.
-~ 
-~ Insight Release Engineering Tools 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.
-~ 
-~ Insight Release Engineering Tools 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 
-~ Insight Release Engineering Tools. If not, see 
-~ <http://www.gnu.org/licenses/>.
+~~ Copyright (c) 2008-2009 MindTree Ltd.
+~~ 
+~~ This file is part of Insight.
+~~ 
+~~ Insight Release Engineering Tools 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.
+~~ 
+~~ Insight Release Engineering Tools 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 
+~~ Insight Release Engineering Tools. If not, see 
+~~ <http://www.gnu.org/licenses/>.
 
 Welcome to Insight!
 

Added: site/trunk/src/site/apt/privacy.apt
===================================================================
--- site/trunk/src/site/apt/privacy.apt                         (rev 0)
+++ site/trunk/src/site/apt/privacy.apt 2009-03-23 09:23:48 UTC (rev 232)
@@ -0,0 +1,58 @@
+                                    ------
+                            Insight Site Privacy Policy
+                                    ------
+                                Bindul Bhowmik
+                                    ------
+                             $Date $
+                             
+~~ Copyright (c) 2009 MindTree Ltd.
+~~ 
+~~ This file is part of Insight.
+~~ 
+~~ Insight Release Engineering Tools 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.
+~~ 
+~~ Insight Release Engineering Tools 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 
+~~ Insight Release Engineering Tools. If not, see 
+~~ <http://www.gnu.org/licenses/>.
+
+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.
\ No newline at end of file


Property changes on: 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

Modified: site/trunk/src/site/site.xml
===================================================================
--- site/trunk/src/site/site.xml        2009-03-23 08:46:54 UTC (rev 231)
+++ site/trunk/src/site/site.xml        2009-03-23 09:23:48 UTC (rev 232)
@@ -1,21 +1,40 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-       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://mindtreeinsight.sourceforge.net/xsds/decoration-1.0.0.xsd"; 
+<!-- 
+    |
+    | Copyright (c) 2008-2009 MindTree Consulting Ltd.
+    | 
+    | This file is part of Insight.
+    | 
+    | Insight 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.
+    | 
+    | Insight 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 
+    | Insight.  If not, see <http://www.gnu.org/licenses/>.
+    |
 -->
-<project name="Insight">
+<project name="Insight" 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/decoration-1.0.0.xsd";>
        <skin>
                <groupId>com.mindtree.techworks.insight.releng</groupId>
-               <artifactId>maven-site-skin</artifactId>
+               <artifactId>insight-site-skin</artifactId>
        </skin>
        <version position="none"/>
        <poweredBy>
                <logo name="SourceForge.net Logo"
-                       href="https://sourceforge.net/projects/mindtreeinsight/";
-                       
img="http://sflogo.sourceforge.net/sflogo.php?group_id=212019&amp;type=1"; />
-               <logo name="Build with Maven 2" href="http://maven.apache.org";
-                       
img="http://maven.apache.org/images/logos/maven-feather.png"; />
+            href="https://sourceforge.net/projects/mindtreeinsight/";
+            
img="http://sflogo.sourceforge.net/sflogo.php?group_id=212019&amp;amp;type=13"; 
/>
+        <logo name="Built with Maven 2" href="http://maven.apache.org";
+            img="http://maven.apache.org/images/logos/maven-feather.png"; />
+        <logo name="Valid XHTML 1.0 Strict" 
href="http://validator.w3.org/check?uri=referer"; 
+            img="http://www.w3.org/Icons/valid-xhtml10"/>
        </poweredBy>
        <bannerLeft>
                <name>Insight</name>
@@ -26,6 +45,11 @@
                <href>http://www.mindtree.com/</href>
        </bannerRight>
        <body>
+          <head>
+              <piwik siteId="1" 
baseUrl="apps.sourceforge.net/piwik/mindtreeinsight/"/>
+           <privacy href="privacy.html"/>
+           <meta name="keywords" content="log4j,log 
parser,maven,plugin,plug-in,nsis,jsmooth,packaging,java,mindtree,insight,maven2,mindtree
 ltd"/>
+          </head>
                <links>
                        <item name="MindTree" href="http://www.mindtree.com/"; />
                        <item name="Insight UI" href="ui/index.html"/>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to