Skip to content

Commit

Permalink
FIX #762 Add native packager logo to docs and README (#820)
Browse files Browse the repository at this point in the history
* FIX #762 Add native packager logo to docs and README

* Add credits to readme for logo
  • Loading branch information
muuki88 authored Jun 24, 2016
1 parent 97d315e commit 5771d56
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![Issue Stats](http://www.issuestats.com/github/sbt/sbt-native-packager/badge/pr?style=flat)](http://www.issuestats.com/github/sbt/sbt-native-packager)
[![Issue Stats](http://www.issuestats.com/github/sbt/sbt-native-packager/badge/issue?style=flat)](http://www.issuestats.com/github/sbt/sbt-native-packager)

![Native Packager Logo](src/sphinx/static/np_logo_full_horizontal_transparent.png)

## Goal ##

SBT native packager lets you build application packages in native formats. It offers
Expand Down Expand Up @@ -124,3 +126,8 @@ or provide a richer API for a single packaging format.
[Java server application]: http://www.scala-sbt.org/sbt-native-packager/archetypes/java_server/index.html
[My First Packaged Server Project guide]: http://www.scala-sbt.org/sbt-native-packager/GettingStartedServers/MyFirstProject.html
[jdkpackager]: http://www.scala-sbt.org/sbt-native-packager/formats/jdkpackager.html

## Credits ##

- [Josh Suereth](https://twitter.com/jsuereth) for the initial developement
- [Sascha Rinaldi](http://www.imagelab.net/) for the native-packager logo
9 changes: 5 additions & 4 deletions src/sphinx/index.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
.. title:: SBT Native Packager

SBT Native Packager
###################

.. highlights:: **"Code once, deploy anywhere"**
.. image:: /static/np_logo_full_horizontal_transparent.png
:alt: SBT Native Packager Logo

The sbt-native-packager attempts to make building packages for different operating systems easier. While it provides
some basic abstractions around packaging, it also allows you to dig down into the nuts and bolts of each platform as
needed to generate the best package possible.

.. highlights:: **"Code once, deploy anywhere"**

Read the :ref:`introduction` to learn how native-packager works. The :ref:`getting-started` guide will help you set up
your first package. The :ref:`packaging-formats` and :ref:`archetypes` sections explain the different plugins in more
detail, which :ref:`recipes` provides solutions for common configurations.


Sitemap
=======

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5771d56

Please sign in to comment.