Skip to content

Commit

Permalink
updated site
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed May 20, 2012
1 parent 1b1bb15 commit 33def6e
Show file tree
Hide file tree
Showing 15 changed files with 575 additions and 620 deletions.
Empty file added .nojekyll
Empty file.
344 changes: 136 additions & 208 deletions howto.html

Large diffs are not rendered by default.

33 changes: 7 additions & 26 deletions howto/generatefiles.html
Expand Up @@ -5,46 +5,27 @@
<head>
<title>Generating files - </title>
<link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
<link href='/resources/site.css' rel='stylesheet' type='text/css'>
<link href='/resources/howto-site.css' rel='stylesheet' type='text/css'>
<link href='/resources/syntax.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
</head>
<body>


<!-- Topbar
================================================== -->
<div class="cf" id="more" >
<div id="top">
<div class="container">
<a class="brand" href="/">SBT</a>
<ul class="nav">
<li><a href="/learn.html">Learn</a>
<li><a href="/download.html">Download</a>
<li><a href="/community.html">Community</a></li>
<li><a href="#top">Top</a></li>
</ul>
</div>
</div>
</div>


<div class="cf" id="container">
<div class="span2 columns container-spacer"><p>&nbsp;</p></div>
<div id="intro" class="span10 columns content">
<div id="head" class="cf">
<div id="name" class="left">
<h1>sbt</h1>
<h2>Generating files</h2>
</div>
<h2>Generating files</h2>
</div>
<div id="features" class="cf"><div id="feature-list">
<ul class="left">
<div class="cf"><div id="feature-list">
<h3> How to ...</h3>
<ul class="left" id="section-toc">

<li id="feature"><h4><a href="#sources">How to generate sources</a></h4></li>
<li id="feature"><h5>... <a href="#sources">generate sources</a></h5></li>

<li id="feature"><h4><a href="#resources">How to generate resources</a></h4></li>
<li id="feature"><h5>... <a href="#resources">generate resources</a></h5></li>

</ul>
</div></div>
Expand Down
56 changes: 19 additions & 37 deletions howto/interactive.html
Expand Up @@ -5,62 +5,43 @@
<head>
<title>Interactive mode - </title>
<link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
<link href='/resources/site.css' rel='stylesheet' type='text/css'>
<link href='/resources/howto-site.css' rel='stylesheet' type='text/css'>
<link href='/resources/syntax.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
</head>
<body>


<!-- Topbar
================================================== -->
<div class="cf" id="more" >
<div id="top">
<div class="container">
<a class="brand" href="/">SBT</a>
<ul class="nav">
<li><a href="/learn.html">Learn</a>
<li><a href="/download.html">Download</a>
<li><a href="/community.html">Community</a></li>
<li><a href="#top">Top</a></li>
</ul>
</div>
</div>
</div>


<div class="cf" id="container">
<div class="span2 columns container-spacer"><p>&nbsp;</p></div>
<div id="intro" class="span10 columns content">
<div id="head" class="cf">
<div id="name" class="left">
<h1>sbt</h1>
<h2>Interactive mode</h2>
</div>
<h2>Interactive mode</h2>
</div>
<div id="features" class="cf"><div id="feature-list">
<ul class="left">
<div class="cf"><div id="feature-list">
<h3> How to ...</h3>
<ul class="left" id="section-toc">

<li id="feature"><h4><a href="#basic_completion">How to use tab completion</a></h4></li>
<li id="feature"><h5>... <a href="#basic_completion">use tab completion</a></h5></li>

<li id="feature"><h4><a href="#verbose_completion">How to show more tab completion suggestions</a></h4></li>
<li id="feature"><h5>... <a href="#verbose_completion">show more tab completion suggestions</a></h5></li>

<li id="feature"><h4><a href="#show_keybindings">How to view basic JLine keybindings</a></h4></li>
<li id="feature"><h5>... <a href="#show_keybindings">view basic JLine keybindings</a></h5></li>

<li id="feature"><h4><a href="#change_keybindings">How to modify the default JLine keybindings</a></h4></li>
<li id="feature"><h5>... <a href="#change_keybindings">modify the default JLine keybindings</a></h5></li>

<li id="feature"><h4><a href="#prompt">How to configure the prompt string</a></h4></li>
<li id="feature"><h5>... <a href="#prompt">configure the prompt string</a></h5></li>

<li id="feature"><h4><a href="#history">How to use history</a></h4></li>
<li id="feature"><h5>... <a href="#history">use history</a></h5></li>

<li id="feature"><h4><a href="#history_file">How to change the location of the interactive history file</a></h4></li>
<li id="feature"><h5>... <a href="#history_file">change the location of the interactive history file</a></h5></li>

<li id="feature"><h4><a href="#share_history">How to share interactive history across projects</a></h4></li>
<li id="feature"><h5>... <a href="#share_history">share interactive history across projects</a></h5></li>

<li id="feature"><h4><a href="#disable_history">How to disable interactive history</a></h4></li>
<li id="feature"><h5>... <a href="#disable_history">disable interactive history</a></h5></li>

<li id="feature"><h4><a href="#pre_commands">How to start interactive mode after executing some commands first</a></h4></li>
<li id="feature"><h5>... <a href="#pre_commands">start interactive mode after executing some commands first</a></h5></li>

</ul>
</div></div>
Expand Down Expand Up @@ -156,9 +137,10 @@ <h4 id="prompt">Configure the prompt string</h4>
<h4 id="history">Using history</h4>


<p>Interactive mode remembers history, even if you exit sbt and restart it.
The simplest way to access history is with the up arrow key. The following
commands are also supported:</p>
<p>Interactive mode remembers history even if you exit sbt and restart it.
The simplest way to access history is to press the up arrow key to cycle
through previously entered commands. Use <code>Ctrl+r</code> to incrementally
search history backwards. The following commands are supported:</p>

<ul>
<li><code>!</code> Show history command help.</li>
Expand Down
51 changes: 16 additions & 35 deletions howto/logging.html
Expand Up @@ -5,64 +5,45 @@
<head>
<title>Configure and use logging - </title>
<link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
<link href='/resources/site.css' rel='stylesheet' type='text/css'>
<link href='/resources/howto-site.css' rel='stylesheet' type='text/css'>
<link href='/resources/syntax.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
</head>
<body>


<!-- Topbar
================================================== -->
<div class="cf" id="more" >
<div id="top">
<div class="container">
<a class="brand" href="/">SBT</a>
<ul class="nav">
<li><a href="/learn.html">Learn</a>
<li><a href="/download.html">Download</a>
<li><a href="/community.html">Community</a></li>
<li><a href="#top">Top</a></li>
</ul>
</div>
</div>
</div>


<div class="cf" id="container">
<div class="span2 columns container-spacer"><p>&nbsp;</p></div>
<div id="intro" class="span10 columns content">
<div id="head" class="cf">
<div id="name" class="left">
<h1>sbt</h1>
<h2>Configure and use logging</h2>
</div>
<h2>Configure and use logging</h2>
</div>
<div id="features" class="cf"><div id="feature-list">
<ul class="left">
<div class="cf"><div id="feature-list">
<h3> How to ...</h3>
<ul class="left" id="section-toc">

<li id="feature"><h4><a href="#last">How to view the logging output of the previously executed command</a></h4></li>
<li id="feature"><h5>... <a href="#last">view the logging output of the previously executed command</a></h5></li>

<li id="feature"><h4><a href="#tasklast">How to view the previous logging output of a specific task</a></h4></li>
<li id="feature"><h5>... <a href="#tasklast">view the previous logging output of a specific task</a></h5></li>

<li id="feature"><h4><a href="#lastgrep">How to search the logging output of the previously executed command</a></h4></li>
<li id="feature"><h5>... <a href="#lastgrep">search the logging output of the previously executed command</a></h5></li>

<li id="feature"><h4><a href="#tasklastgrep">How to search the previous logging output of a specific task</a></h4></li>
<li id="feature"><h5>... <a href="#tasklastgrep">search the previous logging output of a specific task</a></h5></li>

<li id="feature"><h4><a href="#level">How to change the logging level globally</a></h4></li>
<li id="feature"><h5>... <a href="#level">change the logging level globally</a></h5></li>

<li id="feature"><h4><a href="#tasklevel">How to change the logging level for a specific task, configuration, or project</a></h4></li>
<li id="feature"><h5>... <a href="#tasklevel">change the logging level for a specific task, configuration, or project</a></h5></li>

<li id="feature"><h4><a href="#trace">How to configure printing of stack traces globally</a></h4></li>
<li id="feature"><h5>... <a href="#trace">configure printing of stack traces globally</a></h5></li>

<li id="feature"><h4><a href="#tasktrace">How to configure printing of stack traces for a specific task, configuration, or project</a></h4></li>
<li id="feature"><h5>... <a href="#tasktrace">configure printing of stack traces for a specific task, configuration, or project</a></h5></li>

<li id="feature"><h4><a href="#nobuffer">How to print the output of tests immediately instead of buffering</a></h4></li>
<li id="feature"><h5>... <a href="#nobuffer">print the output of tests immediately instead of buffering</a></h5></li>

<li id="feature"><h4><a href="#custom">How to add a custom logger</a></h4></li>
<li id="feature"><h5>... <a href="#custom">add a custom logger</a></h5></li>

<li id="feature"><h4><a href="#log">How to log messages from a task</a></h4></li>
<li id="feature"><h5>... <a href="#log">log messages from a task</a></h5></li>

</ul>
</div></div>
Expand Down
37 changes: 9 additions & 28 deletions howto/metadata.html
Expand Up @@ -5,50 +5,31 @@
<head>
<title>Project metadata - </title>
<link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
<link href='/resources/site.css' rel='stylesheet' type='text/css'>
<link href='/resources/howto-site.css' rel='stylesheet' type='text/css'>
<link href='/resources/syntax.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
</head>
<body>


<!-- Topbar
================================================== -->
<div class="cf" id="more" >
<div id="top">
<div class="container">
<a class="brand" href="/">SBT</a>
<ul class="nav">
<li><a href="/learn.html">Learn</a>
<li><a href="/download.html">Download</a>
<li><a href="/community.html">Community</a></li>
<li><a href="#top">Top</a></li>
</ul>
</div>
</div>
</div>


<div class="cf" id="container">
<div class="span2 columns container-spacer"><p>&nbsp;</p></div>
<div id="intro" class="span10 columns content">
<div id="head" class="cf">
<div id="name" class="left">
<h1>sbt</h1>
<h2>Project metadata</h2>
</div>
<h2>Project metadata</h2>
</div>
<div id="features" class="cf"><div id="feature-list">
<ul class="left">
<div class="cf"><div id="feature-list">
<h3> How to ...</h3>
<ul class="left" id="section-toc">

<li id="feature"><h4><a href="#name">How to set the project name</a></h4></li>
<li id="feature"><h5>... <a href="#name">set the project name</a></h5></li>

<li id="feature"><h4><a href="#version">How to set the project version</a></h4></li>
<li id="feature"><h5>... <a href="#version">set the project version</a></h5></li>

<li id="feature"><h4><a href="#organization">How to set the project organization</a></h4></li>
<li id="feature"><h5>... <a href="#organization">set the project organization</a></h5></li>

<li id="feature"><h4><a href="#other">How to set the project homepage and other metadata used in a published pom.xml</a></h4></li>
<li id="feature"><h5>... <a href="#other">set the project homepage and other metadata used in a published pom.xml</a></h5></li>

</ul>
</div></div>
Expand Down
37 changes: 9 additions & 28 deletions howto/package.html
Expand Up @@ -5,50 +5,31 @@
<head>
<title>Configure packaging - </title>
<link href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css'>
<link href='/resources/site.css' rel='stylesheet' type='text/css'>
<link href='/resources/howto-site.css' rel='stylesheet' type='text/css'>
<link href='/resources/syntax.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
</script>
</head>
<body>


<!-- Topbar
================================================== -->
<div class="cf" id="more" >
<div id="top">
<div class="container">
<a class="brand" href="/">SBT</a>
<ul class="nav">
<li><a href="/learn.html">Learn</a>
<li><a href="/download.html">Download</a>
<li><a href="/community.html">Community</a></li>
<li><a href="#top">Top</a></li>
</ul>
</div>
</div>
</div>


<div class="cf" id="container">
<div class="span2 columns container-spacer"><p>&nbsp;</p></div>
<div id="intro" class="span10 columns content">
<div id="head" class="cf">
<div id="name" class="left">
<h1>sbt</h1>
<h2>Configure packaging</h2>
</div>
<h2>Configure packaging</h2>
</div>
<div id="features" class="cf"><div id="feature-list">
<ul class="left">
<div class="cf"><div id="feature-list">
<h3> How to ...</h3>
<ul class="left" id="section-toc">

<li id="feature"><h4><a href="#export">How to use the packaged jar on classpaths instead of class directory</a></h4></li>
<li id="feature"><h5>... <a href="#export">use the packaged jar on classpaths instead of class directory</a></h5></li>

<li id="feature"><h4><a href="#manifest">How to add manifest attributes</a></h4></li>
<li id="feature"><h5>... <a href="#manifest">add manifest attributes</a></h5></li>

<li id="feature"><h4><a href="#name">How to change the file name of a package</a></h4></li>
<li id="feature"><h5>... <a href="#name">change the file name of a package</a></h5></li>

<li id="feature"><h4><a href="#contents">How to modify the contents of the package</a></h4></li>
<li id="feature"><h5>... <a href="#contents">modify the contents of the package</a></h5></li>

</ul>
</div></div>
Expand Down

0 comments on commit 33def6e

Please sign in to comment.