Skip to content

Commit 6d358c0

Browse files
committed
Added new documentation splash page
1 parent 1383976 commit 6d358c0

8 files changed

+258
-0
lines changed
+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
layout: default
3+
---
4+
5+
{% include headertop.txt %}
6+
<!-- Stylesheet for doc-specific pages -->
7+
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/doc.css" type="text/css" />
8+
<link rel="stylesheet" href="{{ site.baseurl }}/resources/stylesheets/doc-splash.css" type="text/css" />
9+
{% include headerbottom.txt %}
10+
{% include topbar.txt %}
11+
12+
<div class="slider">
13+
<div class="container">
14+
<div class="row">
15+
<div class="span16">
16+
<h1>{{ page.title }}</h1>
17+
<div class="rounded-doc-box features">
18+
<a href="docs/user/features.html">
19+
<span class="make-a-link">
20+
<span class="doc-box-title">Features</span>
21+
</a>
22+
</div>
23+
<div class="rounded-doc-box tutorials">
24+
<a href="docs/tutorials/index.html">
25+
<span class="make-a-link">
26+
<span class="doc-box-title">Tutorials</span>
27+
</a>
28+
</div>
29+
<div class="rounded-doc-box developer">
30+
<a href="docs/dev/index.html">
31+
<span class="make-a-link">
32+
<span class="doc-box-title">Developer</span>
33+
</a>
34+
</div>
35+
<div class="rounded-doc-box no-right less-left-pad troubleshooting" style="width: 194px;">
36+
<a href="docs/index.html">
37+
<span class="make-a-link less-left-pad" style="padding-left:10px; padding-bottom:5px;">
38+
<span class="doc-box-title">Troubleshooting</span>
39+
</a>
40+
</div>
41+
</div>
42+
</div>
43+
</div>
44+
</div>
45+
46+
<div class="bottom">
47+
<div class="container">
48+
<div class="row">
49+
<div class="span12">
50+
{{ content }}
51+
<div class="row">
52+
<div class="span6">
53+
<h3>Getting Started</h3>
54+
<p>
55+
All the essentials are covered here. Version of Eclipse that you should be using, setting up Eclipse project files, getting started with existing projects and more. <b><a href="docs/user/gettingstarted.html">Go there</a></b>.
56+
</p>
57+
</div>
58+
<div class="span6">
59+
<h3>Advanced Setup</h3>
60+
<p>
61+
Tweak your Eclipse settings to improve performance and ease-of-use. Change your heap size, locate your `eclipse.ini` file, use a faster garbage collector, and more. <b><a href="docs/user/advancedsetup.html">Go there</a></b>.
62+
</p>
63+
</div>
64+
</div>
65+
<div class="row">
66+
<div class="span6">
67+
<h3>Frequently Asked Questions</h3>
68+
<p>
69+
What Eclipse versions are supported? Can I install more than one Scala IDE plugin for different versions of Scala? How can I increase the stack size? Find the answers to all of these and more, in our FAQ section. <b><a href="docs/user/faq.html">Go there</a></b>.
70+
</p>
71+
</div>
72+
<div class="span6">
73+
<h3>Other Useful Info</h3>
74+
<a href="docs/changelog.html"><h4 class="colored-link" style="margin-bottom: -8px;">Changelog</h4></a>
75+
<a href="docs/user/testingframeworks.html"><h4 class="colored-link" style="margin-bottom: -8px;">Unit Testing</h4></a>
76+
<a href="docs/license.html"><h4 class="colored-link" style="margin-bottom: -8px;">License</h4></a>
77+
</div>
78+
</div>
79+
<div class="row">
80+
<div class="span12">
81+
<p>&nbsp;</p>
82+
<div class="topic">
83+
<p class="topic-title first">Contribute!</p>
84+
<p>This documentation could use your help to grow and be refined. It is managed as a GitHub project at <a class="reference external" href="http://github.com/scala-ide/docs">http://github.com/scala-ide/docs</a>. Please help us continue to improve!</p>
85+
</div>
86+
</div>
87+
</div>
88+
</div>
89+
<div class="span4">
90+
<h2>Still need help?</h2>
91+
<p>
92+
Ping our mailing list, or visit our issue tracker to search for related issues or to report a bug.
93+
</p>
94+
<a href="docs/user/community.html"><h3 class="colored-link">Mailing Lists</h3></a>
95+
<a href="docs/user/community.html"><h3 class="colored-link">Report a Bug</h3></a>
96+
</div>
97+
</div>
98+
</div>
99+
</div>
100+
101+
102+
{% include footer.txt %}

documentation.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: documentation-splash-page
3+
title: Documentation
4+
---
5+
6+
<!-- The Scala IDE for Eclipse provides the most advance tooling support for development of Scala applications out there. We hope that the information in these pages serves as a useful starting point for quickly getting running with the Scala IDE for Eclipse!
7+
-->
8+
<!-- If you are unable to find a piece of information that you're looking for, feel free to visit our mailing list or to help us improve our documentation by submitting a pull request to our [github repository](http://github.com/scala-ide/docs) containing these pages. -->
9+
10+
11+
<!-- A small smattering of its features include
12+
13+
- **Mixed Scala/Java Projects** as well as any combination of Scala/Java project dependencies.
14+
- **Scala-specific Support** which includes Scala syntax highlighting, inferred types, hyperlinking to definitions, code completion, error and warning markers, indentation, and brace matching.
15+
- **Navigation** at the project and source level, including outline views of Scala-specific types.
16+
- **Incremental Compilation and Debugging** for compilation-as-you-type, a fully-integrated debugger and hyperlinks from stack traces to Scala sources.
17+
- **Plug-ins and OSGi Development** is supported, including hyperlinking to Scala source from plugin.xml and manifest files.
18+
19+
-->

resources/images/developer.png

3.06 KB
Loading

resources/images/empty.gif

43 Bytes
Loading

resources/images/features.png

3.31 KB
Loading

resources/images/troubleshooting.png

1.79 KB
Loading

resources/images/tutorials.png

2.17 KB
Loading

resources/stylesheets/doc-splash.css

+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
---
2+
---
3+
p {
4+
font-size: 14px;
5+
}
6+
7+
.rounded-doc-box {
8+
position: relative;
9+
float: left;
10+
margin-top: 20px;
11+
margin-right: 18px;
12+
height: 100px;
13+
width: 180px;
14+
-webkit-border-radius: 8px;
15+
-moz-border-radius: 8px;
16+
border-radius: 8px;
17+
padding: 20px;
18+
}
19+
20+
.features {
21+
background: url('{{ site.baseurl }}/resources/images/features.png') no-repeat right bottom rgba(0,0,0,.7);
22+
}
23+
24+
.features:hover {
25+
background: url('{{ site.baseurl }}/resources/images/features.png') no-repeat right bottom rgba(0,0,0,.2);
26+
}
27+
28+
.tutorials {
29+
background: url('{{ site.baseurl }}/resources/images/tutorials.png') no-repeat right bottom rgba(0,0,0,.7);
30+
}
31+
32+
.tutorials:hover {
33+
background: url('{{ site.baseurl }}/resources/images/tutorials.png') no-repeat right bottom rgba(0,0,0,.2);
34+
}
35+
36+
.developer {
37+
background: url('{{ site.baseurl }}/resources/images/developer.png') no-repeat right bottom rgba(0,0,0,.7);
38+
}
39+
40+
.developer:hover {
41+
background: url('{{ site.baseurl }}/resources/images/developer.png') no-repeat right bottom rgba(0,0,0,.2);
42+
}
43+
44+
.troubleshooting {
45+
background: url('{{ site.baseurl }}/resources/images/troubleshooting.png') no-repeat right bottom rgba(0,0,0,.7);
46+
}
47+
48+
.troubleshooting:hover {
49+
background: url('{{ site.baseurl }}/resources/images/troubleshooting.png') no-repeat right bottom rgba(0,0,0,.2);
50+
}
51+
52+
.no-right {
53+
margin-right: 0px;
54+
}
55+
56+
.less-left-pad {
57+
padding-left: 10px;
58+
}
59+
60+
.rounded-doc-box:hover {
61+
background-color: rgba(0,0,0,.55);
62+
}
63+
64+
.doc-box-title {
65+
position: absolute;
66+
bottom: 10px;
67+
color: #ffffff;
68+
font-size: 26px;
69+
font-weight: bold;
70+
line-height: 1;
71+
text-shadow: 0 1px 2px rgba(0,0,0,.8);
72+
padding-bottom: 8px;
73+
}
74+
75+
.make-a-link {
76+
position:absolute;
77+
width:100%;
78+
height:100%;
79+
padding-left: 20px;
80+
top:0;
81+
left: 0;
82+
z-index: 1;
83+
background-image: url('{{ site.baseurl }}/resources/images/empty.gif');
84+
}
85+
86+
.colored-link {
87+
color: #0198BA;
88+
}
89+
90+
.colored-link:hover {
91+
color: #79c176;
92+
}
93+
94+
.topic {
95+
background-image: none;
96+
background-color: #fdf5d9;
97+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
98+
padding: 14px;
99+
border-color: #def1f4;
100+
-webkit-box-shadow: none;
101+
-moz-box-shadow: none;
102+
box-shadow: none;
103+
margin-bottom: 18px;
104+
position: relative;
105+
padding: 7px 15px;
106+
color: #404040;
107+
background-repeat: repeat-x;
108+
background-image: -khtml-gradient(linear, left top, left bottom, from(#def1f4), to(#c1dfe6));
109+
background-image: -moz-linear-gradient(top, #def1f4, #c1dfe6);
110+
background-image: -ms-linear-gradient(top, #def1f4, #c1dfe6);
111+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #def1f4), color-stop(100%, #c1dfe6));
112+
background-image: -webkit-linear-gradient(top, #def1f4, #c1dfe6);
113+
background-image: -o-linear-gradient(top, #def1f4, #c1dfe6);
114+
background-image: linear-gradient(top, #def1f4, #c1dfe6);
115+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#def1f4', endColorstr='#c1dfe6', GradientType=0);
116+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
117+
border-color: #c1dfe6 #c1dfe6 #E4C652;
118+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
119+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
120+
border-width: 1px;
121+
border-style: solid;
122+
-webkit-border-radius: 4px;
123+
-moz-border-radius: 4px;
124+
border-radius: 4px;
125+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
126+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
127+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
128+
}
129+
130+
.topic-title {
131+
color: rgba(0, 0, 0, 0.6);
132+
text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
133+
margin-bottom: 6px;
134+
font-size: 24px;
135+
font-weight: bold;
136+
line-height: 36px;
137+
}

0 commit comments

Comments
 (0)