Module: KeepYourHead::Project

Included in:
Project
Defined in:
lib/Keepyourhead/Version.rb

Constant Summary collapse

Major =
0
Minor =
2
Subminor =
2
FileMajor =
0
FileMinor =
1
VERSION =
[Major,Minor, Subminor].join(".")
FILE_VERSION =
[FileMajor, FileMinor].join(".")
GEM =
"keepyourhead"
NAME =
"KeepYourHead"
AUTHOR =
"Oliver Burghard"
EMAIL =
"[email protected]"
AUTHOR_WITH_EMAIL =
"#{AUTHOR} (#{EMAIL})"
HOMEPAGE =
"http://keepyourhead.rubyforge.org"
SUMMARY =
"KeepYourHead is a latex based flashcard trainer under GPL3"
DESCRIPTION =
"\#{SUMMARY}. It includes an editor as well as an trainer. Flashcards are build in latex. Latex is a powerful tool for \\\ndescriping documents. The Flashcards are checked by letting the user judge if he knew the answer well enough.\n"
"Copyright 2008 Oliver Burghard"
LICENSE =
::File.open( Resources::system("../COPYING.txt"), "r" ) { |file| file.readlines.join("") }
"  \#{NAME}\n  \#{COPYRIGHT}\n  Released under the GPL\n"