Module: KeepYourHead::Project

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

Constant Summary collapse

Major =
0
Minor =
2
Subminor =
0
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 =
<<END
#{SUMMARY}. It includes an editor as well as an trainer. Flashcards are build in latex. Latex is a powerful tool for \
descriping documents. The Flashcards are checked by letting the user judge if he knew the answer well enough.
END
"Copyright 2008 Oliver Burghard"
LICENSE =
::File.open( Resources::system("../COPYING.txt"), "r" ) { |file| file.readlines.join("") }
<<END
	#{NAME}
	#{COPYRIGHT}
	Released under the GPL
END