olsen 0.0.6 → 0.0.7
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.
- data/CHANGELOG +2 -0
- data/README +24 -1
- data/lib/olsen/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/README
CHANGED
|
@@ -12,6 +12,29 @@ Olsen is a framework that wraps the Sadie gem and provides a facility for produc
|
|
|
12
12
|
5. find output product in output folder
|
|
13
13
|
6. Rejoice!
|
|
14
14
|
|
|
15
|
+
===Formats
|
|
16
|
+
====Job files
|
|
17
|
+
These should be suffixed with a '.job' and they should be in the jobs folder.
|
|
18
|
+
|
|
19
|
+
=====Example
|
|
20
|
+
|
|
21
|
+
[output]
|
|
22
|
+
o1=<filename in the outputs folder>
|
|
23
|
+
o2=<another one>
|
|
24
|
+
...
|
|
25
|
+
oN=<and another>
|
|
26
|
+
|
|
27
|
+
====PDF INI files
|
|
28
|
+
These should go in outputs and end in '.pdf.ini'
|
|
29
|
+
|
|
30
|
+
=====Example
|
|
31
|
+
|
|
32
|
+
[pdf]
|
|
33
|
+
type = latexmk #only type supported for now is latexmk
|
|
34
|
+
|
|
35
|
+
[latexmk]
|
|
36
|
+
path_to_latexmk = /usr/bin/latexmk #optional, defaults to /usr/bin/latexmk
|
|
37
|
+
template = output.outputtest_pdf.tex #should point to a .tex.erb file in the outputs directory
|
|
38
|
+
|
|
15
39
|
===Todo
|
|
16
40
|
* enable a 'olsen -init -with-examples' that will create a functioning olsen framework with example ini files, sqlite databases and queries, pdf outputs, formatting filters, etc.
|
|
17
|
-
* provide docs on job and pdf ini-file format
|
data/lib/olsen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: olsen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-18 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sadie
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &23460220 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *23460220
|
|
25
25
|
description: Olsen is a reporting tool intended to be used with Sadie.
|
|
26
26
|
email:
|
|
27
27
|
- fred@landmetrics.com
|