# HG changeset patch # User Andre Heinecke # Date 1464345650 -7200 # Node ID aa47b8e4f8075c91dd61db6030ee3bc044bbd8f1 # Parent f9a0b2b6832e643a413c1215535d12689b4d14fe Rename to EduExportConvert diff -r f9a0b2b6832e -r aa47b8e4f807 CMakeLists.txt --- a/CMakeLists.txt Thu May 12 17:35:49 2016 +0200 +++ b/CMakeLists.txt Fri May 27 12:40:50 2016 +0200 @@ -6,7 +6,7 @@ # See LICENSE.txt for details. cmake_minimum_required(VERSION 2.8.8) -project(clickerconvert) +project(eduexportconvert) ### Generic Setup diff -r f9a0b2b6832e -r aa47b8e4f807 INSTALL --- a/INSTALL Thu May 12 17:35:49 2016 +0200 +++ b/INSTALL Fri May 27 12:40:50 2016 +0200 @@ -178,8 +178,8 @@ You can now create a .dmg image for distribution: - mv clickerconvert.app ClickerConvert.app - hdiutil create -ov -format UDZO -volname ClickerConvert -srcfolder ClickerConvert.app \ - -o ClickerConvert.dmg -imagekey zlib-level=9 + mv clickerconvert.app EduExportConvert.app + hdiutil create -ov -format UDZO -volname EduExportConvert -srcfolder EduExportConvert.app \ + -o EduExportConvert.dmg -imagekey zlib-level=9 */ diff -r f9a0b2b6832e -r aa47b8e4f807 doc/Doxyfile.in --- a/doc/Doxyfile.in Thu May 12 17:35:49 2016 +0200 +++ b/doc/Doxyfile.in Fri May 27 12:40:50 2016 +0200 @@ -26,7 +26,7 @@ # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. -PROJECT_NAME = "ClickerConvert" +PROJECT_NAME = "EduExportConvert" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -38,7 +38,7 @@ # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Convert output of \"clickers\" to different formats." +PROJECT_BRIEF = "Convert output of \"EduApp Exports\" to different formats." # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not diff -r f9a0b2b6832e -r aa47b8e4f807 src/constants.h --- a/src/constants.h Thu May 12 17:35:49 2016 +0200 +++ b/src/constants.h Fri May 27 12:40:50 2016 +0200 @@ -34,7 +34,7 @@ /** * @brief Short command line description. */ -#define DESCRIPTION "Convert output of clicker questionaires to different formats" +#define DESCRIPTION "Convert output of EduApp questionaires to different formats" /** * @brief Short copyright notice to show users. */