Skip to content

Commit 7704264

Browse files
committed
Added SIPs description to front page, changed sips-submission.md to reflect migration to scala.github.com
1 parent 917fc06 commit 7704264

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

_includes/frontpage-content.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
<div class="span8">
3333

3434
<h2>We're growing...</h2>
35-
<p>We're working on porting much of Scala's useful documentation to this documentation repository. So hang on, more content is soon forthcoming.<p>
35+
<p>We're working on porting much of Scala's useful documentation to this documentation repository. So hang on, content is soon forthcoming.<p>
36+
37+
<h3><a href="{{ site.baseurl }}/sips">Scala Improvement Process</a> <span class="label success">Available</span></h3>
38+
<p>Read language improvement proposals, participate in discussions surrounding submitted proposals, or submit your own improvement proposal.</p>
3639

3740
<h3>Guides and Overviews <span class="label success">Some Available</span></h3>
3841
<p>Some guides, such as Martin Odersky's Collection's are already available. Others are currently being converted to markdown markup for inclusion here.</p>

_includes/frontpage-header.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,16 @@
7979
padding-top: 20px;
8080
border-top: 1px solid #8e397d;
8181
}
82-
.bottom h2 {
82+
.bottom h1,h2,h3 {
8383
text-shadow: 0 1px 2px rgba(255,255,255,.5);
8484
}
85-
.bottom h3 {
85+
.bottom h1,h2,h3 a {
86+
color: #404040;
8687
text-shadow: 0 1px 2px rgba(255,255,255,.5);
87-
}
88-
</style>
88+
}
89+
90+
91+
</style>
8992

9093
</head>
9194
<body>

sips.new/sip-submission.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Before submitting a SIP, it is a good to float your proposal on [scala-debate](h
1111

1212
The process to submit is simple:
1313

14-
* Fork the [scala/sips github project](http://github.com/jsuereth/sips)
15-
* Create a new SIP file in the `pending/_posts/`. Check the [Writing a SIP Tutorial](sip-tutorial.html)
14+
* Fork the Scala documentation repository, [scala/scala.github.com](http://github.com/scala.github.com).
15+
* Create a new SIP file in the `sips/pending/_posts/`. Check the [Writing a SIP Tutorial](sip-tutorial.html)
1616
* Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Use the proposal date for `YYYY-MM-dd`.
1717
* Use the [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax) to write your SIP.
18-
* Use the `run-server.sh` script locally to ensure your SIP looks correct in the website.
18+
* Follow the instructions in the [README](https://github.com/scala/scala.github.com/blob/gh-pages/README.md) to build your SIP locally so you can ensure that it looks correct on the website.
1919
* Create a link to your SIP in the "pending sips" section of `index.md`
2020
* Commit your changes to your forked repository
21-
* Create a new [pull request](https://github.com/jsuereth/sips/pull/new/gh-pages). This will notify the Scala SIP team.
21+
* Create a new [pull request](https://github.com/scala/scala.github.com/pull/new/gh-pages). This will notify the Scala SIP team.
2222

2323
## What will happen next ##
2424

0 commit comments

Comments
 (0)