Magna cornhole freegan dolore, ugh PBRB sriracha YOLO art party direct trade gluten-free put a bird on it deep v skateboard whatever. Occaecat sartorial hashtag, master cleanse consequat pug excepteur dolor pariatur Pinterest whatever. Consequat try-hard 90's, disrupt delectus Shoreditch placeat mollit tattooed quinoa freegan with .underline reprehenderit ennui. Tempor Austin blog, flannel reprehenderit asymmetrical ugh quinoa bitters post-ironic Marfa lomo. Deserunt single-origin coffee accusamus, tote bag YOLO laborum voluptate aliquip street art letterpress gentrify cray elit officia. Tofu banh mi shabby chic salvia Echo Park. Excepteur proident occupy, voluptate exercitation food truck cupidatat duis master cleanse.
-
\ No newline at end of file
diff --git a/docs/_posts/2013-05-17-grid.md b/docs/_posts/2013-05-17-grid.md
deleted file mode 100644
index 920c869..0000000
--- a/docs/_posts/2013-05-17-grid.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-layout: default
-title: "Grid"
-date: 2013-05-17 23:24:04
----
-
-Grid
-====
-
-The default Atlas grid system is built on the Twitter Bootstrap grid system, which utilizes 12 columns. It's a responsive grid system that adapts to the browser window in 2 different sizes: `940px`, `725px` and for smaller displays, fluid with the columns stacking vertically.
-
-
-
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
-
-
2
-
3
-
3
-
-
-
4
-
4
-
-
-
8
-
-
-
-~~~html
-
-
...
-
...
-
-~~~
diff --git a/docs/_posts/2013-05-17-icons.md b/docs/_posts/2013-05-17-icons.md
deleted file mode 100644
index ff15a7b..0000000
--- a/docs/_posts/2013-05-17-icons.md
+++ /dev/null
@@ -1,914 +0,0 @@
----
-layout: default
-title: "Icons"
-date: 2013-05-17 23:24:04
----
-
-
-
-Icons
-==========
-
-Variations
-----------
-
-This is a normal icon.
-
-~~~html
-This is a normal icon.
-~~~
-
-
This is a default round icon, and here's icons with the semantic classes added. You can use any icon with these. They just change background color.
-
-~~~html
-
-
-
-
-
-~~~
-
-
You can also create small versions of round icons by adding a class of "small", like this: .
-~~~
-
-Linked Lists + Clickable Icons
-----
-
-For those times when you want a link to occupy the entire list-item tag, **except** an icon to the right, to function as a button. Also note a `div` can be used instead of an `a`, for the case of a disabled link.
-
-
-~~~
-
-Because the link's width is set with a percentage, this will break on lists with a width of less than about 375px. In that case, use `skinny`, as below.
-
-
-~~~
-
-Footer
-------
-
-The gem also includes style for a footer. It can be used with `.row` and `.spanNUM` classes. `
` elements in the footer will automatically get styled without bullets, and with a special header font applied to the first `
`. The footer should be used outside the `.container` class, with a `.container` element inside the footer.
-
-
-
-
-~~~html
-
-~~~
\ No newline at end of file
diff --git a/docs/_posts/2013-05-21-forms.md b/docs/_posts/2013-05-21-forms.md
deleted file mode 100644
index 584de18..0000000
--- a/docs/_posts/2013-05-21-forms.md
+++ /dev/null
@@ -1,423 +0,0 @@
----
-layout: default
-title: "Forms"
-date: 2013-05-17 23:24:04
----
-
-Forms
-======
-
-Elements
---------
-
-### Input
-
-Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color. Requires the use of a specified type at all times.
-
-
-
-~~~html
-
-~~~
-
-### Checkbox
-
-Checkboxes will stack on top of each other.
-
-
-
-
-
-
-~~~html
-
-
-~~~
-
-Add the class `.inline` to enable inline flow.
-
-
-
-
-
-
-~~~html
-
-
-~~~
-
-### Radio
-
-Radio boxes works in the exact same way as checkboxes.
-
-### Select
-
-Specify a multiple="multiple" to show multiple options at once.
-
-
-
-
-
-
-
-~~~html
-
-
-
-~~~
-
-
-
-Default Style
--------------
-
-Without any added classes, forms will be styled in a classic, unobtrusive style.
-
-
-
-
-
-~~~html
-
-~~~
-
-
-Inline Style
----------------
-
-Add `.form-inline` for left-aligned labels and inline-block controls for a compact layout.
-
-
-
-
-
-~~~html
-
-~~~
-
-Horizontal Style
-----------------
-
-Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:
-
-* Add .form-horizontal to the form
-* Wrap labels and controls in .control-group
-* Add .control-label to the label
-* Wrap any associated controls in .controls for proper alignment
-
-
-
-
-
-~~~html
-
-~~~
-
-Grid Sizing
------------
-
-You can use `.span1` to `.span12` for inputs that match the same sizes of the grid columns.
-
-
-
-
-
-
-
-~~~html
-
-
-
-~~~
-
-For multiple grid inputs per line, use the .controls-row modifier class for proper spacing. It floats the inputs to collapse white-space, sets the proper margins, and clears the float.
-
-
-
-
-
-
-
-
-
-
-
-
-~~~html
-
-
-
-
-
-
-
-
-~~~
-
-Relative Sizing
----------------
-
-You can relatively size input fields by using the `.input-[size]` classes.
-
-
-
-
-
-
-
-
-
-
-~~~html
-
-
-
-
-
-
-~~~
-
-Prepend & Append
-----------------
-
-Wrap an .add-on and an input with one of two classes to prepend or append text to an input. You can use both at the same time to show on both sides.
-
-
-
- @
-
-
-
-
- .00
-
-
- $
-
- .00
-
-
-
-~~~html
-
- @
-
-
-
-
- .00
-
-
- $
-
- .00
-
-~~~
-
-You can also use buttons as prepend/append elements.
-
-
-
-
-
-
-
-
-~~~html
-
-
-
-
-
-
-~~~
-
-Even two buttons
-
-
-
-
-
-
-
-
-
-~~~html
-
-
-
-
-
-~~~
-
-
-Help Text
----------
-
-You can create inline helper text.
-
-
- Inline text
-
-
-~~~html
-Inline text
-~~~
-
-And you can create block helper text.
-
-
-
-~~~html
-Long text with a link ...
-~~~
-
-
-Disable
--------
-
-Disable an input field by using the `disabled` attribute, or create something that looks like a form element, but isn't by using the `.uneditable-input` class.
-
-
-
- Disabled fake input
-
-
-~~~html
-
-Disabled fake input
-~~~
diff --git a/docs/_posts/2013-05-22-boxes.md b/docs/_posts/2013-05-22-boxes.md
deleted file mode 100644
index b6c51c3..0000000
--- a/docs/_posts/2013-05-22-boxes.md
+++ /dev/null
@@ -1,145 +0,0 @@
----
-layout: default
-title: "Boxes"
-date: 2013-05-17 23:24:04
----
-
-Boxes
-======
-
-The `atlas_assets` gem ships with a few styles you can apply to `div` elements, to make them into grouped boxes, to use on e.g. a profile page to split up the content.
-
-Default Box
------------
-
-
- A Real World Example with a list instead of box-inner. Yo Dawg
-
-
-
Item 1
-
Item 2
-
Item 3
-
Item 4
-
-
- This is the bottom!
-
-
-
-~~~html
-
-
- A Real World Example with a list instead of box-inner. Yo Dawg
-
-
-
Item 1
-
Item 2
-
Item 3
-
Item 4
-
-
- This is the bottom!
-
-
-~~~
-
-It also works for gray lists.
-
-
-
-
My Heading
-
-
-
Item 1
-
Item 2
-
Item 3
-
Item 4
-
-
- Bottom
-
-
-
-
-Variations
-------
-
-Add `.box-white` to create a box with white background.
-
-
-
- A Real World Example with a list instead of box-inner. Yo Dawg
-
-
-
Item 1
-
Item 2
-
Item 3
-
Item 4
-
-
- This is the bottom!
-
-
-
-~~~html
-
- ...
-
-~~~
\ No newline at end of file
diff --git a/docs/_posts/2013-05-29-modals.md b/docs/_posts/2013-05-29-modals.md
deleted file mode 100644
index 873d9b3..0000000
--- a/docs/_posts/2013-05-29-modals.md
+++ /dev/null
@@ -1,101 +0,0 @@
----
-layout: default
-title: "Modals"
-date: 2013-05-17 23:24:04
----
-
-
-
-Modals
-======
-
-Style
------
-
-
-
-
-
Modal header
-
-
-
One fine body…
-
-
-
-
-~~~html
-
-
-
-
Modal header
-
-
-
One fine body…
-
-
-
-~~~
-
-Triggering
-----------
-
-You can link a button to a modal either by using a data attribute, or by triggering it via Javascript. This example shows you both:
-
-Launch via attribute
-Launch via JS
-
-
-
-~~~
-
-Events, Options, etc
---------------------
-
-The modal is built on Twitter Bootstrap, and inherits all events and options. See more [in the Bootstrap Docs](http://twitter.github.io/bootstrap/javascript.html#modals).
\ No newline at end of file
diff --git a/docs/_posts/2013-05-30-tabs.md b/docs/_posts/2013-05-30-tabs.md
deleted file mode 100644
index 76ae46d..0000000
--- a/docs/_posts/2013-05-30-tabs.md
+++ /dev/null
@@ -1,90 +0,0 @@
----
-layout: default
-title: "Tabs"
-date: 2013-06-30 23:24:04
----
-
-Tabs
-====
-
-## Vertical Tabs
-
-
-
-
Home
-
Tab 1
-
Tab 2
-
Tab 3
-
-
-
-
Content 1
-
Content 2
-
Content 3
-
Content 4
-
-
-
-
-
-~~~html
-
-
-
Home
-
Tab 1
-
Tab 2
-
Tab 3
-
-
-
-
Content 1
-
Content 2
-
Content 3
-
Content 4
-
-
-~~~
-
-
-## Horizontal Tabs
-
-
-
-
-
Home
-
Tab 1
-
Tab 2
-
Tab 3
-
-
-
-
-
Content 1
-
Content 2
-
Content 3
-
Content 4
-
-
-
-
-~~~html
-
-
-
-
-
Home
-
Tab 1
-
Tab 2
-
Tab 3
-
-
-
-
-
Content 1
-
Content 2
-
Content 3
-
Content 4
-
-
-
-~~~
\ No newline at end of file
diff --git a/docs/_posts/2013-09-12-logo.md b/docs/_posts/2013-09-12-logo.md
deleted file mode 100644
index a47264b..0000000
--- a/docs/_posts/2013-09-12-logo.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: default
-title: "Logo"
-date: 2013-05-17 23:24:04
----
-
-
-
-Logos
-=====
-
-The gem includes 2 SVG versions of the O'Reilly Atlas logo. They default to having no margins or padding, to enable use in menus.
-
-Colors
-------
-
-
-
-
-~~~html
-
-
-~~~
-
-Sizes
------
-
-You can easily change the size of the logo by changing the `width` and `height` of the specific `.logo` box. However, the stylesheet ships with 4 different sizes:
-
-
-
-
-
-
-~~~html
-
-
-
-
-~~~
\ No newline at end of file
diff --git a/docs/_posts/2013-10-28-dropdown.md b/docs/_posts/2013-10-28-dropdown.md
deleted file mode 100644
index 300e40f..0000000
--- a/docs/_posts/2013-10-28-dropdown.md
+++ /dev/null
@@ -1,182 +0,0 @@
----
-layout: default
-title: "Dropdowns"
----
-
-Dropdowns
-======
-
-
This dropdown is deprecated! use Select View instead.
-
-
-
-The Dropdown is a site wide BackboneView helper using the [Chosen](http://harvesthq.github.io/chosen/) Javascript library.
-
-## Basic Example
-
-
-
-~~~javascript
-var dropdown = new classes.DropdownView();
-
-dropdown.add({model: new classes.Dropdown({'label':'first'})})
-dropdown.add({model: new classes.Dropdown({'label':'second'})})
-dropdown.add({model: new classes.Dropdown({'label':'third'})})
-
-$('#dropdown-example-1').append(dropdown.render().el)
-~~~
-
-## Setting `label` and `value`
-
-
-~~~javascript
-// Set the label from a different atribute, and choose a default value
-var dropdown2 = new classes.DropdownView();
-
-dropdown2.add({model: new classes.Dropdown({'value':'1', 'label':'first'})})
-dropdown2.add({model: new classes.Dropdown({'value':'2', 'label':'second'})})
-dropdown2.add({model: new classes.Dropdown({'value':'3', 'label':'third'})})
-
-$('#dropdown-example-2').append(dropdown2.render().el)
-~~~
-
-## Setting custom `label` Attribute
-
-
-~~~javascript
-// Set the label from a different atribute, and choose a default value
-var dropdown3 = new classes.DropdownView({'label':'title', 'default_to':'third'});
-
-dropdown3.add({model: new classes.Dropdown({'title':'first'})})
-dropdown3.add({model: new classes.Dropdown({'title':'second'})})
-dropdown3.add({model: new classes.Dropdown({'title':'third'})})
-
-$('#dropdown-example-3').append(dropdown3.render().el)
-~~~
-
-## Helper Text and Setting the Width of the Dropdown
-
-
-~~~javascript
-// Add helper texts
-// And set the width
-dropdown4 = new classes.DropdownView({'helper': 'option1', 'width':'300px'})
-
-dropdown4.add({model: new classes.Dropdown({'label': 'this'})})
-dropdown4.add({model: new classes.Dropdown({'label': 'that'})})
-
-$('#dropdown-example-4').append(dropdown4.render().el)
-~~~
-
-## Multiple Selections
-
-
-
-~~~javascript
-// Helper Text and Multiple Selection
-dropdown5 = new classes.DropdownView({'multiple':true, 'width':'300px'})
-dropdown5.add({model: new classes.Dropdown({'label': 'the other'})})
-dropdown5.add({model: new classes.Dropdown({'label': 'that other'})})
-dropdown5.add({model: new classes.Dropdown({'label': '1'})})
-dropdown5.add({model: new classes.Dropdown({'label': '2'})})
-dropdown5.add({model: new classes.Dropdown({'label': '3'})})
-dropdown5.add({model: new classes.Dropdown({'label': '4'})})
-dropdown5.add({model: new classes.Dropdown({'label': '5'})})
-$('#dropdown-example-5').append(dropdown5.render().el)
-~~~
-
-
-## Custom values different from labels, defaulting to a value or label
-
-
-
-~~~javascript
-// Helper Text and Multiple Selection
-dropdown6 = new classes.DropdownView({ 'default_to': 2 })
-dropdown6.add({model: new classes.Dropdown({'label': 'One', 'value':'1'})})
-dropdown6.add({model: new classes.Dropdown({'label': 'Two', 'value':'2'})})
-dropdown6.add({model: new classes.Dropdown({'label': 'Three', 'value':'3'})})
-dropdown6.add({model: new classes.Dropdown({'label': 'Four', 'value':'4'})})
-dropdown6.add({model: new classes.Dropdown({'label': 'Five', 'value':'5'})})
-$('#dropdown-example-6').append(dropdown6.render().el)
-~~~
-
-
-### Available Options
-
-- `allow_single_deselect`
-- `disable_search_threshold`
-- `enable_split_word_search`
-- `group_search`
-- `single_backstroke_delete`
-- `max_selected_options`
-- `display_selected_options`
-- `display_disabled_options`
-- `placeholder_text`
-- `no_results_text`
-- `width`
-
-
\ No newline at end of file
diff --git a/docs/_posts/2014-03-12-drop.md b/docs/_posts/2014-03-12-drop.md
deleted file mode 100644
index aba69fc..0000000
--- a/docs/_posts/2014-03-12-drop.md
+++ /dev/null
@@ -1,189 +0,0 @@
----
-layout: default
-title: "Drop / Select / Tether"
----
-
-Drop / Select / Tether
-======
-
-
-[Drop](https://github.com/HubSpot/drop) is a Javascript and CSS library for creating dropdowns and other popups attached to elements on the page. [Select.js](https://github.com/HubSpot/select) is a Javascript and CSS library for creating styleable select elements. Both use [Tether.js](https://github.com/HubSpot/tether) to efficiently position elements.
-
-## 1: Basic Example with Drop
-
-
-
-~~~js
- drop1 = new Drop({
- target: document.querySelector('.drop-example-1'),
- content: 'Welcome to the whatever',
- position: 'bottom center',
- classes: 'drop-theme-arrows-bounce-dark',
- openOn: 'click'
- });
-~~~
-
-
-
-
-## 2: Dropdown-like Example with Drop
-
-
-
yadda yadda yadda yadda yadda yadda yadda yadda yadda
',
- position: 'bottom center',
- classes: 'drop-theme-arrows-bounce',
- openOn: 'click',
- tetherOptions: {
- constraints: [
- {
- to: 'scrollParent',
- pin: true
- }
- ]
- }
- });
-});
-~~~
-
-
-
-
\ No newline at end of file
diff --git a/docs/_posts/2014-04-03-keypress.md b/docs/_posts/2014-04-03-keypress.md
deleted file mode 100644
index 80df74d..0000000
--- a/docs/_posts/2014-04-03-keypress.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: default
-title: "Keypress"
----
-
-Keypress
-======
-
-
-Keypress is a robust keyboard input capturing Javascript utility focused on input for games. For details and documentation, please visit [http://dmauro.github.io/Keypress/](http://dmauro.github.io/Keypress/).
-
-## Simple Example
-
-
-
-~~~js
- var listener = new window.keypress.Listener()
- listener.simple_combo("shift s", function() {
- console.log("You pressed shift and s");
- $('#shift-s').slideToggle()
- })
-~~~
-
-
-
diff --git a/docs/_posts/2014-05-05-select.md b/docs/_posts/2014-05-05-select.md
deleted file mode 100644
index 3bf89db..0000000
--- a/docs/_posts/2014-05-05-select.md
+++ /dev/null
@@ -1,207 +0,0 @@
----
-layout: default
-title: "Select View"
----
-
-Select View
-======
-
-`classes.SelectView` is a wrapper for the `Select.js` library.
-
-## Simple Array Example
-
-The SelectView can be implemented with a simple array. It will construct a Backbone Collection out of the array of values that you pass...
-
-
-
-~~~js
-var select1 = new classes.SelectView({
- values: ["Rune","Fred","Zach","Steve"],
- helper: "Owner"
-})
-$('#simple-array').html(select1.render().el)
-
-// Listen for change events
-select1.on("change", function (model) {
- console.log(model)
- $('#simple-array').append(model.get('label'))
-})
-~~~
-
-
-
-## Backbone Collection
-
-To implement a SelectView with a Backbone Collection, you must pass both a collection and specify which attribute is to be the label.
-
-
-
-~~~js
-var select2 = new classes.SelectView({
- collection: new Backbone.Collection([
- {first:"Rune", last:"Madsen"},
- {first:"Steve", last:"Klise"},
- {first:"Zach", last:"Schwartz"}
- ]),
- label: "first",
-})
-$('#collection-example').html(select2.render().el)
-
-// Listen for changes
-select2.on('change', function (model) {
- $('collection-example').append(model.get('key'))
-})
-~~~
-
-You can also define a value that is different from the visible label, deactivate sorting of options and define a default option.
-
-
-Get current value
-Get current model
-
-~~~js
-var select2b = new classes.SelectView({
- collection: new Backbone.Collection([
- {name:"toc", prettyname:"Table of Contents"},
- {name:"chapter", prettyname:"Chapter"},
- {name:"sect1", prettyname:"Section1"},
- ]),
- label: "prettyname",
- value: "name",
- sort: false,
- default_to: 'chapter'
-})
-$('#collection-example-b').html(select2b.render().el)
-
-// Listen for changes
-select2b.on('change', function (model) {
- $('collection-example-b').append(model.get('key'))
-})
-~~~
-
-
-
-
-## Adding a Model
-
-Add a model to a select by using the `add_model` function and passing a Backbone Model as the only parameter. The model will be added and the list will be sorted alphabetically.
-
-
-
-~~~javascript
-var select3 = new classes.SelectView({
- values: ["Rune","Fred","Zach","Steve"],
- helper: "Owner"
-})
-$('#add-model').html(select3.render().el)
-
-// Listen for change events
-select3.on("change", function (model) {
- $('#simple-array').append(model.get('label'))
-})
-
-select3.add_model(new Backbone.Model({label:"Andrew"}))
-~~~
-
-
-
-## Helpers
-
-You can also add helper text!
-
-
-
-~~~js
-var select4 = new classes.SelectView({
- collection: new Backbone.Collection([
- {name:"Rune", key:"madsen"},
- {name:"Steve", key:"klise"},
- {name:"Zach", key:"schwartz"}
- ]),
- helper: "NAMES!",
- label: "name",
-})
-$('#helper-example').html(select4.render().el)
-~~~
-
-
\ No newline at end of file
diff --git a/docs/_posts/2014-07-15-drop-button.md b/docs/_posts/2014-07-15-drop-button.md
deleted file mode 100644
index cc7e659..0000000
--- a/docs/_posts/2014-07-15-drop-button.md
+++ /dev/null
@@ -1,92 +0,0 @@
----
-layout: default
-title: "Drop Button"
----
-
-Drop Button
-===========
-
-
-
-Use this drop button when you want to have one main button but also maybe sometimes a few other actions that are useful to have but you don't think will get used often.
-
-
-~~~javascript
-$(function () {
- window.dropbutton = new classes.DropButtonView({
- models: [{
- label: "Main option",
- main: true,
- onclick: "http://google.com"
- },
- {
- label: "Secondary option",
- onclick: function () {
- alert("You clicked the secondary option")
- },
- className: "secondary"
- },
- {
- label: "Tertiary option",
- onclick: "/colors.html"
- },
- {
- label: "Quaternary?",
- onclick: "/tabs.html",
- className: "quaternary warning"
- }]
- })
- $('.dropbutton').html(dropbutton.render().el)
-})
-~~~
-
-Custom CSS:
-
-~~~css
-.quaternary.warning {
- background-color: red;
-}
-
-.secondary a {
- color: green;
-}
-~~~
-
-
-
-
diff --git a/docs/_posts/2014-2-10-colors.md b/docs/_posts/2014-2-10-colors.md
deleted file mode 100644
index fc711b0..0000000
--- a/docs/_posts/2014-2-10-colors.md
+++ /dev/null
@@ -1,97 +0,0 @@
----
-layout: default
-title: "Colors"
----
-
-
-
-Colors
-======
-
-$red: #ac2f3c;
-
-$darker_red: #7E2B34;
-
-$medium_red: #c73746;
-
-$light_red: #C54653;
-
-$lighter_red: #cf6262;
-
-$lightest_red: #f1d4d4;
-
-$blue: #417ba0;
-
-$darker_blue: #2C5874;
-
-$blue_gray: #739EB9;
-
-$light_blue: #568EB3;
-
-$lighter_blue: #a9cadf;
-
-$lightest_blue: #e0eaed;
-
-$green: #91b35b;
-
-$light_green: #9FC06A;
-
-$lighter_green: #d1e1b8;
-
-$darker_green: #75914A;
-
-$yellow: #D5B238;
-
-$darker_yellow: #B89B39;
-
-$light_yellow: #EBCF6E;
-
-$lightest_yellow: #f3f3c3;
-
-$black: #000000;
-
-$darkest_gray: #242424;
-
-$darker_gray: #333333;
-
-$medium_gray: #808080;
-
-$mid_gray: #aaaaaa;
-
-$gray: #d1d1d1;
-
-$light_gray: #e0e0e0;
-
-$lighter_gray: #ececec;
-
-$lightest_gray: #f7f7f7;
-
-$white: #ffffff;
-
-
\ No newline at end of file
diff --git a/docs/glyphicons-license.txt b/docs/glyphicons-license.txt
deleted file mode 100644
index 3b9fc07..0000000
--- a/docs/glyphicons-license.txt
+++ /dev/null
@@ -1,46 +0,0 @@
--------------------------------------------
-THANK YOU FOR PURCHASING GLYPHICONS
--------------------------------------------
-Your payment will help in the future development of new icons. If you would like to be among the first ones to hear about all the news, please, follow @GLYPHICONS on Twitter.
-
-
--------------------------------------------
-LICENSE
--------------------------------------------
-By downloading icons from GLYPHICONS.com, you agree to be bound by the terms of this agreement. A buyer is granted an unlimited usage of all icons purchased on GLYPHICONS.com. The icons may be used for both commercial and personal purposes such as mobile applications, web sites, web applications as well as for printing, info-graphics, etc. You do not need an extra license for every new project. The price is final and includes all future updates of GLYPHICONS, which means that no additional purchase is required.
-
-This license is nonexclusive, non-sublicensable. Keep in mind, please, that it is not allowed to resell the icons as such because the icons are the property of the author. Reselling of the icons is prohibited. The license is non transferable and it is tied always only with one buyer (his email address). Please, be aware that in case you would like to use a font or all icons in vector format in your html theme / application, you have to include this license as a part of your product. If your customers would like to use GLYPHICONS as a part of their own (another) product, they have to buy their own license.
-
-You can:
-- use icons in your HTML theme and sell it (you are obliged to include this license)
-- use icons in your mobile or web app, web, print them etc.
-- modify icons and change their color, shape, etc.
-
-You must not:
-- use icons in your HTML theme and sell it without including this license
-- resell icons or offer them for download anywhere on the internet
-- use icons as a part of any application where your customers are not a final customer
-
-All icons are provided "as they are" without a warranty of any kind, either expressed or implied. I am not liable for any damages coused of any defects in this icon set. All logos and trademarks in social icons are the property of the respective trademark owners.®
-
-
--------------------------------------------
-LICENSE FOR HALFLINGS IN TWITTER BOOTSTRAP
--------------------------------------------
-GLYPHICONS Halflings are also a part of Bootstrap from Twitter, and they are released under the same license as Bootstrap. While you are not required to include attribution on your Bootstrap-based projects, I would certainly appreciate a visible link back to GLYPHICONS.com in any place you find appropriate (footer, docs, etc).
-
-
--------------------------------------------
-CONTACT
--------------------------------------------
-Web: http://glyphicons.com/
-Email: glyphicons@gmail.com
-Twitter: http://twitter.com/glyphicons
-
-
--------------------------------------------
-NOTE
--------------------------------------------
-PRO users do not have to indicate the name of the author, but it always makes me happy when I see a link or a nice tweet about GLYPHICONS :) If you use the icons in your application, website or anywherelse and if you want to, email me, please, and maybe I will mention about it on Twitter, eventually publish your application on www.glyphicons.com/examples-of-use/.
-
-Jan Kovařík
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 1a6b5ab..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: default
-title: Your New Jekyll Site
----
-
-
-
Atlas Style Guide
-
-Welcome to the O'Reilly Atlas Style Guide. Please choose an item in the menu to the left.
-
-
-
Running on Localhost
-
-
If you need to add or change styles in this gem, first get a local environment set up:
-
-
-
Clone down the gem to your local machine
-
Run `bundle` from the gem root
-
Fire up jekyll by running jekyll serve --watch
-
-
-
You now have the site running in your browser on localhost:4000
-
-
Adding new Styles
-
-
-
Create you own feature branch
-
Implement your style by tweaking the CSS and checking the documentation on `localhost:4000`. Do not work from the specific Atlas
Rails app by updating the gem constantly. All new styles should be developed using the `docs`, and should be independent from a particular application.
-
When ready, bump the version number in `lib/atlas_assets/version.rb`, and send a pull request to the master branch.
-
Bump the `atlas_assets` gem version in your apps `Gemfile`, run `bundle`, and use the new styles.
-
\ No newline at end of file
diff --git a/rails/init.rb b/rails/init.rb
deleted file mode 100644
index c2da108..0000000
--- a/rails/init.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'atlas_assets'
\ No newline at end of file
From 1a3795a5263675b0af8f2a0e381109b1a23814d4 Mon Sep 17 00:00:00 2001
From: Nick Adams
Date: Thu, 12 Jan 2023 09:38:16 -0500
Subject: [PATCH 2/3] Updating Gemspec
---
Gemfile.lock | 8 ++++----
atlas_assets.gemspec | 9 ++++-----
lib/atlas_assets/version.rb | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index 45b8d04..e5fad23 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- atlas_assets (0.8.14)
+ atlas_assets (0.9.0)
handlebars_assets (= 0.23.1)
GEM
@@ -15,10 +15,10 @@ GEM
sprockets (>= 2.0.0)
tilt (>= 1.2)
multi_json (1.15.0)
- rack (2.1.4.1)
- sprockets (3.7.2)
+ rack (3.0.3)
+ sprockets (4.2.0)
concurrent-ruby (~> 1.0)
- rack (> 1, < 3)
+ rack (>= 2.2.4, < 4)
tilt (2.0.11)
PLATFORMS
diff --git a/atlas_assets.gemspec b/atlas_assets.gemspec
index 1356701..17fd049 100644
--- a/atlas_assets.gemspec
+++ b/atlas_assets.gemspec
@@ -6,11 +6,10 @@ require 'atlas_assets/version'
Gem::Specification.new do |gem|
gem.name = "atlas_assets"
gem.version = Atlas::Assets::VERSION
- gem.authors = ["Rune Skjoldborg Madsen"]
- gem.email = ["rune@runemadsen.com"]
- gem.description = %q{Public repository with assets and design guide for the Atlas platform}
- gem.summary = %q{Public repository with assets and design guide for the Atlas platform}
- gem.homepage = "http://atlas-assets.herokuapp.com"
+ gem.authors = ["O'Reilly Tools Team"]
+ gem.email = ["toolsreq@oreilly.com"]
+ gem.description = %q{Public repository with assets for the Atlas platform}
+ gem.summary = %q{Public repository with assets for the Atlas platform}
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
diff --git a/lib/atlas_assets/version.rb b/lib/atlas_assets/version.rb
index 56e2c93..da66f67 100644
--- a/lib/atlas_assets/version.rb
+++ b/lib/atlas_assets/version.rb
@@ -1,5 +1,5 @@
module Atlas
module Assets
- VERSION = "0.8.14"
+ VERSION = "0.9.0"
end
end
From 92445aea6b5314378fb243a322a51aa1bb3259f1 Mon Sep 17 00:00:00 2001
From: Nick Adams
Date: Thu, 12 Jan 2023 09:42:05 -0500
Subject: [PATCH 3/3] Removing outdated information from the README
---
README.md | 58 +------------------------------------------------------
1 file changed, 1 insertion(+), 57 deletions(-)
diff --git a/README.md b/README.md
index 96c4e65..db83cf2 100644
--- a/README.md
+++ b/README.md
@@ -1,60 +1,4 @@
Atlas Assets
============
-This Ruby gem holds all shared assets used throughout the O'Reilly Atlas platform.
-
-Style Guide
------------
-
-For reference, visit the online [style guide documentation](http://atlas-assets.herokuapp.com) included in this gem.
-
-Usage
------
-
-To use in a new Rails application, add the gem to your Gemfile, and add the following to your CSS (`app/assets/stylesheets/application.css`) and JS (`app/assets/javascripts/application.js`) manifest files.
-
-```javascript
-*= require atlas_assets
-```
-
-Along with all the CSS and JS widgets, it will include our base bundle of JS libraries (`JQuery`, `underscore.js`, `backbone.js`, etc). It will also set up a number of JS namespaces `window.classes`, `window.app`, `window.events` and `window.constants`, so make sure to include the JS manifest before any of your JS code.
-
-If you need to, you can import individual stylesheets from this gem in your application:
-
-```css
-@import "atlas_assets/icons";
-```
-
-Local Development
------------------
-
-To get started on your own machine first install the required gems with bundler"
-
-```
-bundle install
-```
-
-Then to run the site and watch for changes run:
-
-```
-foreman start -f Procfile.dev
-```
-
-This will launch the jekyll command as well as a second script to watch for changes to stylesheets and write those changes to `docs/ignore` to trigger rebuilds from jekyll. That folder is ignored by git and can be safely deleted.
-
-Adding new styles
------------------
-
-If you need to add or change styles in this gem, first get a local environment set up:
-
-1. Clone down the gem to your local machine
-2. Run `bundle` from the gem root
-3. Fire up jekyll by running `jekyll serve --watch`
-
-You now have the site running in your browser on `localhost:4000`. Now follow these steps to add and document the new style(s):
-
-1. Create you own feature branch
-2. Implement your style by tweaking the CSS and checking the documentation on `localhost:4000`. Do not work from the specific Atlas Rails app by updating the gem constantly. All new styles should be developed using the `docs`, and should be independent from a particular application.
-3. When ready, bump the version number in `lib/atlas_assets/version.rb`, run `bundle update` and send a pull request to the master branch.
-4. When the pull request has been accepted, we'll publish the gem by running `gem build atlas_assets.gemspec` and `gem push [NAME].gem`.
-5. Bump the `atlas_assets` gem version in your apps `Gemfile`, run `bundle`, and use the new styles.
+This Ruby gem holds JavaScript and CSS assets used on the O'Reilly Atlas platform.