You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/12/07 21:38:48 UTC

svn commit: r1211624 - in /maven/skins/trunk/maven-fluido-skin/src: it/mskins-13/ it/mskins-13/pom.xml it/mskins-13/src/ it/mskins-13/src/site/ it/mskins-13/src/site/site.xml main/resources/META-INF/maven/site.vm

Author: rfscholte
Date: Wed Dec  7 20:38:48 2011
New Revision: 1211624

URL: http://svn.apache.org/viewvc?rev=1211624&view=rev
Log:
MSKINS-13: change searchbutton in topbar. Better, but still not good enough

Added:
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml
Modified:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

Added: maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml?rev=1211624&view=auto
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml (added)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml Wed Dec  7 20:38:48 2011
@@ -0,0 +1,76 @@
+<?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="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>
+
+  <groupId>org.apache.maven.skins.its</groupId>
+  <artifactId>mskins-13</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+  <properties>
+    <skinName>Apache Maven Fluido Skin</skinName>
+    <skinDescription>The Apache Maven Fluido Skin is an Apache Maven site skin
+    built on top of Twitter's bootstrap.</skinDescription>
+    <skinGroupId>org.apache.maven.skins</skinGroupId>
+    <skinArtifactId>maven-fluido-skin</skinArtifactId>
+    <skinVersion>1.1-SNAPSHOT</skinVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>summary</report>
+              <report>license</report>
+              <report>project-team</report>
+              <report>scm</report>
+              <report>issue-tracking</report>
+              <report>mailing-list</report>
+              <report>dependencies</report>
+              <report>cim</report>
+              <report>plugin-management</report>
+              <report>plugins</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>
\ No newline at end of file

Added: maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml?rev=1211624&view=auto
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml (added)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml Wed Dec  7 20:38:48 2011
@@ -0,0 +1,43 @@
+<?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="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="${skinName}">
+
+  <skin>
+    <groupId>${skinGroupId}</groupId>
+    <artifactId>${skinArtifactId}</artifactId>
+    <version>${skinVersion}</version>
+  </skin>
+
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+      <googleSearch/>
+    </fluidoSkin>
+  </custom>
+  
+  <body/>
+</project>
\ No newline at end of file

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1211624&r1=1211623&r2=1211624&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Wed Dec  7 20:38:48 2011
@@ -539,7 +539,11 @@
     #end         
   <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
   <input class="mini" size="5" name="q" id="query" type="text" value="search..." onclick="if(this.value == 'search...') {this.value = ''}"/>
-  <input name="Search" value="Go" type="submit"/>
+  #if ( $top )
+    <button type="submit" class="btn">Go</button>
+  #else
+    <input name="Search" value="Go" type="submit"/>
+  #end
 </form>
 #end
 ##



Re: svn commit: r1211624 - in /maven/skins/trunk/maven-fluido-skin/src: it/mskins-13/ it/mskins-13/pom.xml it/mskins-13/src/ it/mskins-13/src/site/ it/mskins-13/src/site/site.xml main/resources/META-INF/maven/site.vm

Posted by Simone Tripodi <si...@apache.org>.
Hello Robert!
thanks for your enthusiasm on fluido! :) About the searchbar on top, I
would like to reach that[1] rendering - I'll try to work on it
tomorrow (today I'm off for the bigger part of the day)
Thanks again!
Simo

[1] http://imageshack.us/f/17/screenshot20111208at848.png/

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Wed, Dec 7, 2011 at 9:38 PM,  <rf...@apache.org> wrote:
> Author: rfscholte
> Date: Wed Dec  7 20:38:48 2011
> New Revision: 1211624
>
> URL: http://svn.apache.org/viewvc?rev=1211624&view=rev
> Log:
> MSKINS-13: change searchbutton in topbar. Better, but still not good enough
>
> Added:
>    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/
>    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml
>    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/
>    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/
>    maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml
> Modified:
>    maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
>
> Added: maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml
> URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml?rev=1211624&view=auto
> ==============================================================================
> --- maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml (added)
> +++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/pom.xml Wed Dec  7 20:38:48 2011
> @@ -0,0 +1,76 @@
> +<?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="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>
> +
> +  <groupId>org.apache.maven.skins.its</groupId>
> +  <artifactId>mskins-13</artifactId>
> +  <version>1.0-SNAPSHOT</version>
> +
> +  <properties>
> +    <skinName>Apache Maven Fluido Skin</skinName>
> +    <skinDescription>The Apache Maven Fluido Skin is an Apache Maven site skin
> +    built on top of Twitter's bootstrap.</skinDescription>
> +    <skinGroupId>org.apache.maven.skins</skinGroupId>
> +    <skinArtifactId>maven-fluido-skin</skinArtifactId>
> +    <skinVersion>1.1-SNAPSHOT</skinVersion>
> +  </properties>
> +
> +  <build>
> +    <plugins>
> +      <plugin>
> +        <groupId>org.apache.maven.plugins</groupId>
> +        <artifactId>maven-site-plugin</artifactId>
> +        <version>3.0</version>
> +      </plugin>
> +    </plugins>
> +  </build>
> +
> +  <reporting>
> +    <plugins>
> +      <plugin>
> +        <groupId>org.apache.maven.plugins</groupId>
> +        <artifactId>maven-project-info-reports-plugin</artifactId>
> +        <version>2.4</version>
> +        <configuration>
> +          <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
> +          <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
> +        </configuration>
> +        <reportSets>
> +          <reportSet>
> +            <reports>
> +              <report>index</report>
> +              <report>summary</report>
> +              <report>license</report>
> +              <report>project-team</report>
> +              <report>scm</report>
> +              <report>issue-tracking</report>
> +              <report>mailing-list</report>
> +              <report>dependencies</report>
> +              <report>cim</report>
> +              <report>plugin-management</report>
> +              <report>plugins</report>
> +            </reports>
> +          </reportSet>
> +        </reportSets>
> +      </plugin>
> +    </plugins>
> +  </reporting>
> +
> +</project>
> \ No newline at end of file
>
> Added: maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml
> URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml?rev=1211624&view=auto
> ==============================================================================
> --- maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml (added)
> +++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-13/src/site/site.xml Wed Dec  7 20:38:48 2011
> @@ -0,0 +1,43 @@
> +<?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="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
> +  name="${skinName}">
> +
> +  <skin>
> +    <groupId>${skinGroupId}</groupId>
> +    <artifactId>${skinArtifactId}</artifactId>
> +    <version>${skinVersion}</version>
> +  </skin>
> +
> +  <custom>
> +    <fluidoSkin>
> +      <topBarEnabled>true</topBarEnabled>
> +      <sideBarEnabled>false</sideBarEnabled>
> +      <googleSearch/>
> +    </fluidoSkin>
> +  </custom>
> +
> +  <body/>
> +</project>
> \ No newline at end of file
>
> Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
> URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1211624&r1=1211623&r2=1211624&view=diff
> ==============================================================================
> --- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original)
> +++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Wed Dec  7 20:38:48 2011
> @@ -539,7 +539,11 @@
>     #end
>   <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
>   <input class="mini" size="5" name="q" id="query" type="text" value="search..." onclick="if(this.value == 'search...') {this.value = ''}"/>
> -  <input name="Search" value="Go" type="submit"/>
> +  #if ( $top )
> +    <button type="submit" class="btn">Go</button>
> +  #else
> +    <input name="Search" value="Go" type="submit"/>
> +  #end
>  </form>
>  #end
>  ##
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org