flammarion 0.1.3 → 0.1.4pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -5,5 +5,10 @@ path = require('path')
5
5
 
6
6
  app.on 'ready', ->
7
7
  preload = path.resolve(path.join(__dirname, 'preload.js'))
8
- main_window = new BrowserWindow({width:800, height: 600, "node-integration": false, "web-security":false, preload:preload})
8
+ main_window = new BrowserWindow
9
+ width:800
10
+ height: 600
11
+ "node-integration": false
12
+ "web-security":false
13
+ preload:preload
9
14
  main_window.loadUrl(process.argv[2])
@@ -1,3 +1,3 @@
1
1
  module Flammarion
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4pre"
3
3
  end
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type" /><meta charset="utf-8" /><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /><meta content="width=device-width, initial-scale=1.0" name="viewport" /><title>Flammarion</title><link href="stylesheets/all.css" rel="stylesheet" type="text/css" /><script src="javascripts/all.js" type="text/javascript"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="hidden" id="toolbar"><a class="tool-button" href="#">Open</a><a class="tool-button" href="#">Save</a></div><div id="panes"><pre class="pane" id="console-default" style="height:100%"></pre></div><div class="hidden" id="dialog"><div id="content"><pre id="message">Hi World</pre><a class="full-button" href="#" id="ok">Ok</a></div></div><div id="status"><div class="left"></div><div class="center"></div><div class="right"></div></div><div class="hidden" id="searchbar"><i class="fa fa-search"></i><input /></div><div class="hidden" id="plot-style"><div class="tickmarks"></div><div class="markers"></div><div class="zero"></div></div></body></html>
1
+ <!DOCTYPE html><html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type" /><meta charset="utf-8" /><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /><meta content="width=device-width, initial-scale=1.0" name="viewport" /><title>Flammarion</title><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,600,300" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic" rel="stylesheet" type="text/css" /><link href="stylesheets/all.css" rel="stylesheet" type="text/css" /><script src="javascripts/all.js" type="text/javascript"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="hidden" id="toolbar"><a class="tool-button" href="#">Open</a><a class="tool-button" href="#">Save</a></div><div id="panes"><pre class="pane" id="console-default" style="height:100%"></pre></div><div class="hidden" id="dialog"><div id="content"><pre id="message">Hi World</pre><a class="full-button" href="#" id="ok">Ok</a></div></div><div id="status"><div class="left"></div><div class="center"></div><div class="right"></div></div><div class="hidden" id="searchbar"><i class="fa fa-search"></i><input /></div><div class="hidden" id="plot-style"><div class="tickmarks"></div><div class="markers"></div><div class="zero"></div></div></body></html>
@@ -3298,10 +3298,19 @@ hr {
3298
3298
  }
3299
3299
  .markdown {
3300
3300
  white-space: normal;
3301
- font-family: serif;
3301
+ font-family: 'Source Sans Pro';
3302
3302
  max-width: 45em;
3303
3303
  margin: auto;
3304
3304
  }
3305
+ .markdown h1,
3306
+ .markdown h2,
3307
+ .markdown h3 {
3308
+ font-family: 'Lora';
3309
+ }
3310
+ .markdown h1,
3311
+ .markdown h2 {
3312
+ text-decoration: underline;
3313
+ }
3305
3314
  .plot {
3306
3315
  width: 100%;
3307
3316
  height: 100%;
@@ -1,6 +1,15 @@
1
1
  .markdown {
2
2
  white-space: normal;
3
- font-family: serif;
3
+ font-family: 'Source Sans Pro';
4
4
  max-width: 45em;
5
5
  margin: auto;
6
6
  }
7
+ .markdown h1,
8
+ .markdown h2,
9
+ .markdown h3 {
10
+ font-family: 'Lora';
11
+ }
12
+ .markdown h1,
13
+ .markdown h2 {
14
+ text-decoration: underline;
15
+ }
@@ -11,6 +11,10 @@ html
11
11
  meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"
12
12
  meta[name="viewport" content="width=device-width, initial-scale=1.0"]
13
13
  title Flammarion
14
+ link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'
15
+ link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'
16
+ link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,600,300' rel='stylesheet' type='text/css'
17
+ link href='https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic' rel='stylesheet' type='text/css'
14
18
  = stylesheet_link_tag("all")
15
19
  = javascript_include_tag("all")
16
20
  javascript:
@@ -1,5 +1,12 @@
1
1
  .markdown
2
2
  white-space normal
3
- font-family serif
3
+ font-family 'Source Sans Pro'
4
+ // font-family serif
4
5
  max-width 45em
5
6
  margin auto
7
+
8
+ & h1, & h2, & h3
9
+ font-family 'Lora'
10
+
11
+ & h1, & h2
12
+ text-decoration underline
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
5
- prerelease:
4
+ version: 0.1.4pre
5
+ prerelease: 5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Zach Capalbo
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-13 00:00:00.000000000 Z
12
+ date: 2016-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubame
@@ -313,6 +313,7 @@ files:
313
313
  - Readme.md
314
314
  - electron/package.json
315
315
  - electron/main.js
316
+ - electron/icon.png
316
317
  - electron/preload.coffee
317
318
  - electron/preload.js
318
319
  - electron/main.coffee
@@ -332,9 +333,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
332
333
  required_rubygems_version: !ruby/object:Gem::Requirement
333
334
  none: false
334
335
  requirements:
335
- - - ! '>='
336
+ - - ! '>'
336
337
  - !ruby/object:Gem::Version
337
- version: '0'
338
+ version: 1.3.1
338
339
  requirements: []
339
340
  rubyforge_project:
340
341
  rubygems_version: 1.8.23