summaryrefslogtreecommitdiff
path: root/spec/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/index.md')
-rw-r--r--spec/index.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/spec/index.md b/spec/index.md
index ee9c2a5f78..d7e79dafb7 100644
--- a/spec/index.md
+++ b/spec/index.md
@@ -1,18 +1,9 @@
---
-title: Scala Language Reference
+title: Scala Language Specification
layout: toc
---
-# The Scala Language Specification
-# Version 2.11
-
-### Maintained online at [https://github.com/scala/scala/tree/2.11.x/spec](https://github.com/scala/scala/tree/2.11.x/spec)
-
-### Martin Odersky, Philippe Altherr, Vincent Cremet, Gilles Dubochet, Burak Emir, Philipp Haller, Stéphane Micheloud, Nikolay Mihaylov, Adriaan Moors, Lukas Rytz, Michel Schinz, Erik Stenman, Matthias Zenger
-
-### Markdown Conversion by Iain McGinniss.
-
-## Table of Contents
+# Table of Contents
<ol>
{% assign sorted_pages = site.pages | sort:"name" %}
@@ -27,7 +18,13 @@ layout: toc
{% endfor %}
</ol>
-## Preface
+#### Authors and Contributors
+
+Martin Odersky, Philippe Altherr, Vincent Cremet, Gilles Dubochet, Burak Emir, Philipp Haller, Stéphane Micheloud, Nikolay Mihaylov, Adriaan Moors, Lukas Rytz, Michel Schinz, Erik Stenman, Matthias Zenger
+
+Markdown Conversion by Iain McGinniss.
+
+#### Preface
Scala is a Java-like programming language which unifies
object-oriented and functional programming. It is a pure