latex_curriculum_vitae 2.1.0 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/{History.rdoc → CHANGELOG.md} +69 -37
- data/CONTRIBUTING.md +21 -0
- data/LICENSE.md +636 -0
- data/MAINTENANCE.md +19 -0
- data/README.md +84 -0
- data/bin/latexcv.rb +1 -1
- data/bin/setup +8 -0
- data/data/latex_curriculum_vitae/Appendix/Certificates/IVPA_Ergebnis.pdf +0 -0
- data/data/latex_curriculum_vitae/Appendix/Employers_Reference/wtg.pdf +0 -0
- data/data/latex_curriculum_vitae/Cover/Cover.tex +1 -1
- data/data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex +1 -1
- data/data/latex_curriculum_vitae/Resume/cv_10.tex +3 -3
- data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +1 -1
- data/etc/latex_curriculum_vitae.cfg +2 -2
- data/etc/personal_data.tex +3 -3
- data/lib/latex_curriculum_vitae.rb +4 -5
- data/lib/latex_curriculum_vitae/cover.rb +1 -1
- data/lib/latex_curriculum_vitae/cv.rb +1 -1
- data/lib/latex_curriculum_vitae/email.rb +7 -7
- data/lib/latex_curriculum_vitae/entityfile.rb +1 -1
- data/lib/latex_curriculum_vitae/get-config.rb +1 -1
- data/lib/latex_curriculum_vitae/letter.rb +1 -1
- data/lib/latex_curriculum_vitae/notifier.rb +1 -1
- data/lib/latex_curriculum_vitae/outfile.rb +1 -1
- data/lib/latex_curriculum_vitae/version.rb +35 -0
- metadata +65 -274
- data/Gemfile +0 -33
- data/Gemfile.lock +0 -148
- data/LICENSE.rdoc +0 -619
- data/Manifest.txt +0 -67
- data/NEWS +0 -69
- data/README.rdoc +0 -169
- data/Rakefile +0 -93
- data/STATUS.rdoc +0 -23
data/Manifest.txt
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
Gemfile
|
2
|
-
Gemfile.lock
|
3
|
-
History.rdoc
|
4
|
-
LICENSE.rdoc
|
5
|
-
Manifest.txt
|
6
|
-
README.rdoc
|
7
|
-
Rakefile
|
8
|
-
STATUS.rdoc
|
9
|
-
NEWS
|
10
|
-
bin/latexcv.rb
|
11
|
-
data/latex_curriculum_vitae/Appendix/Bibliography/bibliography1.bib
|
12
|
-
data/latex_curriculum_vitae/Appendix/Certificates/Zertifikat_Sascha_Manns1.pdf
|
13
|
-
data/latex_curriculum_vitae/Appendix/Certificates/kompetenzpass12013.pdf
|
14
|
-
data/latex_curriculum_vitae/Appendix/Certificates/thm-webeng1.pdf
|
15
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/Arbeitszeugnisse.pdf
|
16
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/hays.pdf
|
17
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/haysnew.pdf
|
18
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx.pdf
|
19
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/openslx1.pdf
|
20
|
-
data/latex_curriculum_vitae/Appendix/Employers_Reference/xcom.pdf
|
21
|
-
data/latex_curriculum_vitae/Appendix/First_References/bsaz.pdf
|
22
|
-
data/latex_curriculum_vitae/Appendix/First_References/hsaz.pdf
|
23
|
-
data/latex_curriculum_vitae/Appendix/First_References/ihk.pdf
|
24
|
-
data/latex_curriculum_vitae/Appendix/Study/foo.pdf
|
25
|
-
data/latex_curriculum_vitae/Appendix/Study/zwzils.pdf
|
26
|
-
data/latex_curriculum_vitae/Cover/Cover.tex
|
27
|
-
data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex
|
28
|
-
data/latex_curriculum_vitae/Pictures/.directory
|
29
|
-
data/latex_curriculum_vitae/Pictures/Interessen.png
|
30
|
-
data/latex_curriculum_vitae/Pictures/QRickit.gif
|
31
|
-
data/latex_curriculum_vitae/Pictures/QRickit.png
|
32
|
-
data/latex_curriculum_vitae/Pictures/Sascha.jpg
|
33
|
-
data/latex_curriculum_vitae/Pictures/Sascha1p.jpg
|
34
|
-
data/latex_curriculum_vitae/Pictures/Skills1.png
|
35
|
-
data/latex_curriculum_vitae/Pictures/Skills2.png
|
36
|
-
data/latex_curriculum_vitae/Pictures/aboutme.png
|
37
|
-
data/latex_curriculum_vitae/Pictures/arbeitsagentur.png
|
38
|
-
data/latex_curriculum_vitae/Pictures/background.jpg
|
39
|
-
data/latex_curriculum_vitae/Pictures/background.png
|
40
|
-
data/latex_curriculum_vitae/Pictures/binarybackground.png
|
41
|
-
data/latex_curriculum_vitae/Pictures/codealike.png
|
42
|
-
data/latex_curriculum_vitae/Pictures/coderbits.png
|
43
|
-
data/latex_curriculum_vitae/Pictures/codestats.png
|
44
|
-
data/latex_curriculum_vitae/Pictures/email.png
|
45
|
-
data/latex_curriculum_vitae/Pictures/facebook.png
|
46
|
-
data/latex_curriculum_vitae/Pictures/google-plus.png
|
47
|
-
data/latex_curriculum_vitae/Pictures/linkedin.png
|
48
|
-
data/latex_curriculum_vitae/Pictures/openhub.png
|
49
|
-
data/latex_curriculum_vitae/Pictures/signatur.png
|
50
|
-
data/latex_curriculum_vitae/Pictures/signatur1.png
|
51
|
-
data/latex_curriculum_vitae/Pictures/twitter.png
|
52
|
-
data/latex_curriculum_vitae/Pictures/wakatime.jpg
|
53
|
-
data/latex_curriculum_vitae/Pictures/xing.png
|
54
|
-
data/latex_curriculum_vitae/Resume/cv_10.tex
|
55
|
-
data/latex_curriculum_vitae/Resume/friggeri-cv.cls
|
56
|
-
data/latex_curriculum_vitae/Resume/missfont.log
|
57
|
-
etc/latex_curriculum_vitae.cfg
|
58
|
-
etc/personal_data.tex
|
59
|
-
lib/latex_curriculum_vitae.rb
|
60
|
-
lib/latex_curriculum_vitae/cover.rb
|
61
|
-
lib/latex_curriculum_vitae/cv.rb
|
62
|
-
lib/latex_curriculum_vitae/email.rb
|
63
|
-
lib/latex_curriculum_vitae/entityfile.rb
|
64
|
-
lib/latex_curriculum_vitae/get-config.rb
|
65
|
-
lib/latex_curriculum_vitae/letter.rb
|
66
|
-
lib/latex_curriculum_vitae/notifier.rb
|
67
|
-
lib/latex_curriculum_vitae/outfile.rb
|
data/NEWS
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
===============================================================================
|
2
|
-
latex_curriculum_vitae 2.1.0 - 2017-11-06
|
3
|
-
===============================================================================
|
4
|
-
|
5
|
-
latex_curriculum_vitae 2.1.1 is the culmination of one days'
|
6
|
-
work by 1 developer.
|
7
|
-
|
8
|
-
New Features:
|
9
|
-
|
10
|
-
* Nothing yet
|
11
|
-
|
12
|
-
Enhancements:
|
13
|
-
|
14
|
-
* Now you can choose between "Pony" and "Evolution" for mailing out.
|
15
|
-
See Documentation.
|
16
|
-
|
17
|
-
Notable Bugs Fixed:
|
18
|
-
|
19
|
-
* 4 minor enhancements
|
20
|
-
|
21
|
-
* LCV#3: Use more communicative variable names
|
22
|
-
* LCV#4: Use Codeclimates new V2 engine
|
23
|
-
* LCV#5: Fix Rubocop and Reek
|
24
|
-
* LCV#6: Cleanup Rakefile
|
25
|
-
|
26
|
-
|
27
|
-
===============================================================================
|
28
|
-
SOURCES / PACKAGES
|
29
|
-
===============================================================================
|
30
|
-
|
31
|
-
Sources
|
32
|
-
-------
|
33
|
-
|
34
|
-
* latex_curriculum_vitae 2.1.0 Tarballs:
|
35
|
-
https://launchpad.net/hoe-manns/2.x/2.1.0/+download/
|
36
|
-
latex_curriculum_vitae-2.1.1.tar.xz
|
37
|
-
|
38
|
-
Packages
|
39
|
-
--------
|
40
|
-
|
41
|
-
Download and installation information is available here:
|
42
|
-
|
43
|
-
* https://saigkill.github.io/latex_curriculum_vitae/about/
|
44
|
-
|
45
|
-
Gems:
|
46
|
-
|
47
|
-
* https://rubygems.org/gems/latex_curriculum_vitae
|
48
|
-
|
49
|
-
===============================================================================
|
50
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
51
|
-
===============================================================================
|
52
|
-
|
53
|
-
If you encounter any bad behavior with this release, please do not
|
54
|
-
hesitate to file bugs!
|
55
|
-
|
56
|
-
* https://bugs.launchpad.net/latexcv
|
57
|
-
|
58
|
-
|
59
|
-
===============================================================================
|
60
|
-
VALUED LATEX_CURRICULUM_VITAE CONTRIBUTORS
|
61
|
-
===============================================================================
|
62
|
-
|
63
|
-
Contributors For This Release
|
64
|
-
-----------------------------
|
65
|
-
|
66
|
-
The following people directly contributed to the release of this version
|
67
|
-
of hoe-manns. Without their help, there would be no release!
|
68
|
-
|
69
|
-
Sascha Manns
|
data/README.rdoc
DELETED
@@ -1,169 +0,0 @@
|
|
1
|
-
= latex_curriculum_vitae
|
2
|
-
|
3
|
-
code :: https://launchpad.net/latexcv
|
4
|
-
docs :: https://saigkill.github.io/latex_curriculum_vitae/about/
|
5
|
-
apidoc :: http://www.rubydoc.info/gems/latex_curriculum_vitae
|
6
|
-
bugs :: https://bugs.launchpad.net/latexcv
|
7
|
-
questions :: https://answers.launchpad.net/latexcv
|
8
|
-
feature requests :: https://blueprints.launchpad.net/latexcv
|
9
|
-
openhub statistics :: https://www.openhub.net/p/latex_curriculum_vitae
|
10
|
-
authors blog :: https://saigkill.tuxfamily.org
|
11
|
-
min. rubyver :: 2.2.0
|
12
|
-
|
13
|
-
If you're reading this on Github, please keep in mind, that this is just a
|
14
|
-
mirror. The development happens on: https://launchpad.net/latexcv.
|
15
|
-
|
16
|
-
== DESCRIPTION:
|
17
|
-
|
18
|
-
latex_curriculum_vitae is a Rubygem which help you to write your job applications. The program aks you for all relevant data for compiling
|
19
|
-
the curriculum vitae. It builds the motivational letter (if chosen in the gui), the cover and the cv. The resulting pdf will be found
|
20
|
-
in your home directory. Also it generates an email with a standard content, which allows you to send the mail with your cv directly.
|
21
|
-
|
22
|
-
The History.rdoc contains a detailed description on what has changed. For most
|
23
|
-
users the NEWS file might be a better place to look since it contains
|
24
|
-
change summaries between the different versions.
|
25
|
-
|
26
|
-
hoe-reek is released under the GPL3 License, see the file 'License.rdoc'
|
27
|
-
for more information.
|
28
|
-
|
29
|
-
The official web site is:
|
30
|
-
|
31
|
-
https://launchpad.net/latexcv
|
32
|
-
|
33
|
-
== FEATURES/PROBLEMS:
|
34
|
-
|
35
|
-
* Ruby based LaTEX publisher for job applications
|
36
|
-
* It use Pony and Evolution for sending the email directly
|
37
|
-
|
38
|
-
See the {FAQs}[https://answers.launchpad.net/latexcv/+faqs] for checking known issues.
|
39
|
-
See the {status}[https://github.com/saigkill/latex_curriculum_vitae/blob/master/STATUS.rdoc] of the app.
|
40
|
-
|
41
|
-
== SYNOPSIS:
|
42
|
-
|
43
|
-
$ latexcv.rb
|
44
|
-
|
45
|
-
Or just use the Launcher.
|
46
|
-
|
47
|
-
The resulting PDF and the CSV file are placed in /home/You/.local/latex_curriculum_vitae.
|
48
|
-
|
49
|
-
Read the documentation at: https://saigkill.github.io/latex_curriculum_vitae/about/
|
50
|
-
|
51
|
-
This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
|
52
|
-
i'm happy about Pull requests.
|
53
|
-
|
54
|
-
== REQUIREMENTS:
|
55
|
-
|
56
|
-
* setup
|
57
|
-
* notifier
|
58
|
-
* pony
|
59
|
-
* combine_pdf
|
60
|
-
* url_shortener
|
61
|
-
|
62
|
-
== REQUIREMENTS (hard dependencies):
|
63
|
-
|
64
|
-
* pdflatex & xelatex
|
65
|
-
* yad
|
66
|
-
* poppler (pdfunite)
|
67
|
-
|
68
|
-
== INSTALL:
|
69
|
-
|
70
|
-
The installation is very easy.
|
71
|
-
|
72
|
-
gem install latex_curriculum_vitae
|
73
|
-
cd /path/to/gem (In case of using RVM ~/.rvm/gems/ruby-2.2.3/gems/latex_curriculum_vitae)
|
74
|
-
rake setup
|
75
|
-
|
76
|
-
Read the documentation at: https://saigkill.github.io/latex_curriculum_vitae/about/
|
77
|
-
|
78
|
-
You have to run the setup after each gem update.
|
79
|
-
|
80
|
-
== DEVELOPERS:
|
81
|
-
|
82
|
-
After checking out the source, run:
|
83
|
-
|
84
|
-
$ rake newb
|
85
|
-
|
86
|
-
This task will install any missing dependencies, run the tests/specs,
|
87
|
-
and generate the RDoc.
|
88
|
-
|
89
|
-
=== IDEAS:
|
90
|
-
|
91
|
-
* Add ideas on: https://blueprints.launchpad.net/latexcv
|
92
|
-
|
93
|
-
=== COOL HACKS:
|
94
|
-
|
95
|
-
* Open a bugreport on https://bugs.launchpad.net/latexcv.
|
96
|
-
* Please use the -u flag when generating the patch as it makes the patch
|
97
|
-
more readable.
|
98
|
-
* Write a good explanation of what the patch does.
|
99
|
-
* It is better to use git format-patch command: git format-patch HEAD^
|
100
|
-
|
101
|
-
=== CONTRIBUTOR CODE OF CONDUCT:
|
102
|
-
|
103
|
-
As contributors and maintainers of this project, we pledge to respect all
|
104
|
-
people who contribute through reporting issues, posting feature requests,
|
105
|
-
updating documentation, submitting pull requests or patches, and other
|
106
|
-
activities.
|
107
|
-
|
108
|
-
We are committed to making participation in this project a harassment-free
|
109
|
-
experience for everyone, regardless of level of experience, gender, gender
|
110
|
-
identity and expression, sexual orientation, disability, personal
|
111
|
-
appearance, body size, race, age, or religion.
|
112
|
-
|
113
|
-
Examples of unacceptable behavior by participants include the use of sexual
|
114
|
-
language or imagery, derogatory comments or personal attacks, trolling,
|
115
|
-
public or private harassment, insults, or other unprofessional conduct.
|
116
|
-
|
117
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
118
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
119
|
-
that are not aligned to this Code of Conduct. Project maintainers who do
|
120
|
-
not follow the Code of Conduct may be removed from the project team.
|
121
|
-
|
122
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
123
|
-
reported by opening an issue or contacting one or more of the project
|
124
|
-
maintainers.
|
125
|
-
|
126
|
-
This Code of Conduct is adapted from the {Contributor Covenant}[http:contributor-covenant.org],
|
127
|
-
version 1.0.0, available at {http://contributor-covenant.org/version/1/0/0/}[http://contributor-covenant.org/version/1/0/0/].
|
128
|
-
|
129
|
-
=== MAINTANANCE POLICY:
|
130
|
-
|
131
|
-
I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
|
132
|
-
|
133
|
-
* Major version: Whenever there is something significant or any backwards
|
134
|
-
incompatible changes.
|
135
|
-
* Minor version: When new, backwards compatible functionality is introduced a
|
136
|
-
minor feature is introduced, or when a set of smaller features is rolled out.
|
137
|
-
* Patch number: When backwards compatible bug fixes are introduced that fix
|
138
|
-
incorrect behavior.
|
139
|
-
* The current stable release will receive security patches and bug fixes
|
140
|
-
(eg. 5.0 -> 5.0.1).
|
141
|
-
* Feature releases will mark the next supported stable release where the minor
|
142
|
-
version is increased numerically by increments of one (eg. 5.0 -> 5.1).
|
143
|
-
|
144
|
-
I encourage everyone to run the latest stable release to ensure that you can
|
145
|
-
easily upgrade to the most secure and feature rich experience. In order to
|
146
|
-
make sure you can easily run the most recent stable release, we are working
|
147
|
-
hard to keep the update process simple and reliable.
|
148
|
-
|
149
|
-
=== STRUCTURE:
|
150
|
-
|
151
|
-
==== BRANCHES:
|
152
|
-
|
153
|
-
===== `master` BRANCH:
|
154
|
-
The master branch is the current edge of development.
|
155
|
-
|
156
|
-
===== `X.X` BRANCH:
|
157
|
-
The X.X branch is the last stable branch. It will used for tarballs.
|
158
|
-
|
159
|
-
===== MERGE REQUESTS:
|
160
|
-
If you want to merge your branch with the trunk, join the team.
|
161
|
-
|
162
|
-
Please base all Merge requests off the `master` branch. Merges to
|
163
|
-
`X.X` only occur through the `master` branch.
|
164
|
-
|
165
|
-
== PROBLEM REPORTING:
|
166
|
-
|
167
|
-
Bugs should be reported to https://bugs.launchpad.net/latexcv. You will need to create an
|
168
|
-
account for yourself.
|
169
|
-
|
data/Rakefile
DELETED
@@ -1,93 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
# Release:
|
3
|
-
# See README.rdoc.releasing
|
4
|
-
|
5
|
-
require 'rubygems'
|
6
|
-
require 'hoe'
|
7
|
-
|
8
|
-
############################################# DEVELOPING ZONE #########################################################
|
9
|
-
Hoe.plugin :bundler
|
10
|
-
Hoe.plugin :doofus
|
11
|
-
#Hoe.plugin :git
|
12
|
-
Hoe.plugin :manns
|
13
|
-
Hoe.plugin :rdoc
|
14
|
-
Hoe.plugin :reek
|
15
|
-
Hoe.plugin :rubocop
|
16
|
-
Hoe.plugin :rubygems
|
17
|
-
Hoe.plugin :travis
|
18
|
-
Hoe.plugin :version
|
19
|
-
|
20
|
-
Hoe.spec 'latex_curriculum_vitae' do
|
21
|
-
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
22
|
-
license 'GPL-3.0' # this should match the license in the README
|
23
|
-
require_ruby_version '>= 2.2.0'
|
24
|
-
|
25
|
-
self.history_file = 'History.rdoc'
|
26
|
-
self.readme_file = 'README.rdoc'
|
27
|
-
self.extra_rdoc_files = FileList['*.rdoc'].to_a
|
28
|
-
self.post_install_message = '*** Run rake setup to finish the installation *** Please file bugreports on: https://bugs.launchpad.net/latexcv'
|
29
|
-
|
30
|
-
dependency 'notifier', '~> 0.5'
|
31
|
-
dependency 'pony', '~> 1.11'
|
32
|
-
dependency 'combine_pdf', '~> 1.0'
|
33
|
-
dependency 'url_shortener', '~> 0.0.9'
|
34
|
-
dependency 'xdg', '~> 2.2'
|
35
|
-
|
36
|
-
extra_dev_deps << ['hoe-bundler', '~> 1.3']
|
37
|
-
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
38
|
-
extra_dev_deps << ['hoe-git', '~> 1.6']
|
39
|
-
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
40
|
-
extra_dev_deps << ['hoe-manns', '~> 1.6']
|
41
|
-
extra_dev_deps << ['hoe-reek', '~> 1.2']
|
42
|
-
extra_dev_deps << ['hoe-rubocop', '~> 1.0']
|
43
|
-
extra_dev_deps << ['hoe-travis', '~> 1.3']
|
44
|
-
extra_dev_deps << ['hoe-version', '~> 1.2']
|
45
|
-
extra_dev_deps << ['hoe', '~> 3.16']
|
46
|
-
extra_dev_deps << ['rake', '~> 12.2']
|
47
|
-
extra_dev_deps << ['rdoc', '~> 5.1']
|
48
|
-
extra_dev_deps << ['reek', '~> 4.7']
|
49
|
-
extra_dev_deps << ['rubocop', '~> 0.51']
|
50
|
-
extra_dev_deps << ['coveralls', '~> 0.8']
|
51
|
-
extra_dev_deps << ['rainbow', '~> 2.2']
|
52
|
-
extra_dev_deps << ['bundler', '~> 1.16']
|
53
|
-
extra_dev_deps << ['parseconfig', '~> 1.0']
|
54
|
-
extra_dev_deps << ['rspec', '~> 3.7']
|
55
|
-
end
|
56
|
-
|
57
|
-
###################################### SETUP ZONE #####################################################################
|
58
|
-
|
59
|
-
require 'fileutils'
|
60
|
-
require 'xdg'
|
61
|
-
desc 'Setup'
|
62
|
-
task :setup do
|
63
|
-
sys_xdg = XDG['CONFIG_HOME']
|
64
|
-
data_xdg = XDG['DATA_HOME']
|
65
|
-
sysconf_dir = "#{sys_xdg}/latex_curriculum_vitae"
|
66
|
-
data_dir = "#{data_xdg}/latex_curriculum_vitae"
|
67
|
-
home = Dir.home
|
68
|
-
FileUtils.mkdir(sysconf_dir) if !File.exist?(sysconf_dir)
|
69
|
-
FileUtils.mkdir(data_dir) if !File.exist?(data_dir)
|
70
|
-
FileUtils.cp('etc/latex_curriculum_vitae.cfg', "#{sysconf_dir}") if !File.exist?
|
71
|
-
("#{sysconf_dir}/latex_curriculum_vitae.cfg")
|
72
|
-
FileUtils.cp('etc/personal_data.tex', "#{sysconf_dir}") if !File.exist?("#{sysconf_dir}/personal_data.tex")
|
73
|
-
FileUtils.cp_r('data/latex_curriculum_vitae/.', "#{data_dir}") if !File.exist?("#{data_dir}/Appendix")
|
74
|
-
FileUtils.cp('data/latex_curriculum_vitae/Pictures/arbeitsagentur.png', "#{data_xdg}/icons")
|
75
|
-
puts 'Creating Launcher...'.color(:yellow)
|
76
|
-
desktop_file = "#{data_xdg}/applications/latex_curriculum_vitae.desktop"
|
77
|
-
FileUtils.touch(desktop_file)
|
78
|
-
File.write "#{desktop_file}", <<EOF
|
79
|
-
[Desktop Entry]
|
80
|
-
Version=2.3
|
81
|
-
Type=Application
|
82
|
-
Name=latex_curriculum_vitae
|
83
|
-
GenericName=latex_curriculum_vitae
|
84
|
-
Comment=Job-Application Creator
|
85
|
-
Exec=latexcv.rb
|
86
|
-
Icon="#{data_xdg}/icons/arbeitsagentur.png"
|
87
|
-
Categories=Utility;Application;
|
88
|
-
EOF
|
89
|
-
puts 'Setup is now finished. See the documentation to find out more about this gem.'
|
90
|
-
|
91
|
-
end
|
92
|
-
|
93
|
-
# vim: syntax=ruby
|
data/STATUS.rdoc
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
= Misc status badges
|
2
|
-
|
3
|
-
== Gem
|
4
|
-
last public version :: {<img src="https://badge.fury.io/rb/latex_curriculum_vitae.png" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
5
|
-
downloads latest :: {<img src="https://img.shields.io/gem/dtv/latex_curriculum_vitae.svg" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
6
|
-
downloads all :: {<img src="https://img.shields.io/gem/dt/latex_curriculum_vitae.svg" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
7
|
-
|
8
|
-
== Code Review
|
9
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/]
|
10
|
-
code quality :: {<img src="https://codeclimate.com/github/saigkill/latex_curriculum_vitae/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/latex_curriculum_vitae]
|
11
|
-
|
12
|
-
== Security
|
13
|
-
security :: {<img src="https://hakiri.io/github/saigkill/latex_curriculum_vitae/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/latex_curriculum_vitae/master]
|
14
|
-
|
15
|
-
== Dependencies
|
16
|
-
dependency check :: {<img src="https://gemnasium.com/saigkill/latex_curriculum_vitae.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/latex_curriculum_vitae]
|
17
|
-
|
18
|
-
== Documentation
|
19
|
-
documentation quality :: {<img src="http://inch-ci.org/github/saigkill/latex_curriculum_vitae.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/latex_curriculum_vitae]
|
20
|
-
|
21
|
-
== Donations
|
22
|
-
donations :: {<img src="https://pledgie.com/campaigns/30094.png?skin_name=chrome" alt="Build Status" />}[https://pledgie.com/campaigns/30094]
|
23
|
-
donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
|