From 0dd56a3bf2758d097e04f96565e78d27e034dd6d Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Fri, 21 Oct 2016 06:12:31 -0600 Subject: [PATCH] Majer housekeeping --- LICENSE.TXT | 4 +--- .../innosetup_installer_options.iss | 0 bin/sensible-cinema | 2 +- .../sensible_cinema_debug.exe | Bin .../sensible_cinema_wrapper.exe | Bin .../template_bats}/README_DISTRO.TXT | 0 .../RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat | 0 ...AD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD | 0 .../mac/RUN SENSIBLE CINEMA CLICK HERE.command | 0 ...dit sensible cinema edit list files.command | 0 ...nced--run-upconverting-video-player.command | 0 ...or edit sensible cinema edit list files.bat | 0 ...advanced--run-upconverting-video-player.bat | 0 TODO => documentation/TODO.oldish | 0 .../business_ideas.txt | 0 .../change_log_with_feature_list.txt | 0 .../experimental_online_player_ocr_readme.txt | 0 .../history_and_related_works_list.txt | 0 never_do => documentation/never_do | 0 notes => documentation/notes | 0 .../notes_for_potential_developers.txt | 0 .../roadmap_possibilities | 0 todo.books.txt => documentation/todo.books.txt | 0 .../todo.build_library.txt | 0 .../todo.inventionzy.txt | 0 .../todo.open_edl_list_org.txt | 0 .../todo.propaganda | 0 todo.subtitle => documentation/todo.subtitle | 0 go | 2 -- goc | 1 - online.sh | 2 -- preamble | 17 ----------------- 32 files changed, 2 insertions(+), 26 deletions(-) rename innosetup_installer_options.iss => bin/innosetup_installer_options.iss (100%) rename sensible_cinema_debug.exe => bin/sensible_cinema_debug.exe (100%) rename sensible_cinema_wrapper.exe => bin/sensible_cinema_wrapper.exe (100%) rename {template_bats => bin/template_bats}/README_DISTRO.TXT (100%) rename {template_bats => bin/template_bats}/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat (100%) rename {template_bats => bin/template_bats}/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD (100%) rename {template_bats => bin/template_bats}/mac/RUN SENSIBLE CINEMA CLICK HERE.command (100%) rename {template_bats => bin/template_bats}/mac/advanced--create or edit sensible cinema edit list files.command (100%) rename {template_bats => bin/template_bats}/mac/advanced--run-upconverting-video-player.command (100%) rename {template_bats => bin/template_bats}/pc/advanced--create or edit sensible cinema edit list files.bat (100%) rename {template_bats => bin/template_bats}/pc/advanced--run-upconverting-video-player.bat (100%) rename TODO => documentation/TODO.oldish (100%) rename business_ideas.txt => documentation/business_ideas.txt (100%) rename change_log_with_feature_list.txt => documentation/change_log_with_feature_list.txt (100%) rename experimental_online_player_ocr_readme.txt => documentation/experimental_online_player_ocr_readme.txt (100%) rename history_and_related_works_list.txt => documentation/history_and_related_works_list.txt (100%) rename never_do => documentation/never_do (100%) rename notes => documentation/notes (100%) rename notes_for_potential_developers.txt => documentation/notes_for_potential_developers.txt (100%) rename roadmap_possibilities => documentation/roadmap_possibilities (100%) rename todo.books.txt => documentation/todo.books.txt (100%) rename todo.build_library.txt => documentation/todo.build_library.txt (100%) rename todo.inventionzy.txt => documentation/todo.inventionzy.txt (100%) rename todo.open_edl_list_org.txt => documentation/todo.open_edl_list_org.txt (100%) rename todo.propaganda => documentation/todo.propaganda (100%) rename todo.subtitle => documentation/todo.subtitle (100%) delete mode 100755 go delete mode 100755 goc delete mode 100755 online.sh delete mode 100644 preamble diff --git a/LICENSE.TXT b/LICENSE.TXT index 0f1aafe84..a540f0bbe 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -2,7 +2,7 @@ All files (c) Roger Pack 2010-2011 All files released under the LGPL license [1] unless otherwise specified. Ping me if you want/need this changed at some point. -EDL (delete list/edit list/EDL) files are released under the Creative Commons License, however. +EDL (delete list/edit list/EDL) files are released under the Creative Commons License CC-BYSA 4.0+, however. Note: may call out to some 3rd party libraries/executables under their own (separate, open source) licenses and distributions, but they are contained packaged for convenience. They have their own source codes available. @@ -17,6 +17,4 @@ Some binary builds of dvdid are also distributed here. See http://www.srcf.ucam TsMuxer binaries are included, with their own license, see vendor/tsmuxer1.10.6/licence.txt (it allows for redistribution). -See first also the file "documentation/is_it_legal_to_copy_dvds.txt" for more information on legal implications in your country. - [1] https://www.gnu.org/licenses/lgpl.txt diff --git a/innosetup_installer_options.iss b/bin/innosetup_installer_options.iss similarity index 100% rename from innosetup_installer_options.iss rename to bin/innosetup_installer_options.iss diff --git a/bin/sensible-cinema b/bin/sensible-cinema index 298277b69..29bf1de98 100644 --- a/bin/sensible-cinema +++ b/bin/sensible-cinema @@ -64,4 +64,4 @@ if $0 == __FILE__ puts 'Window closed, exiting...' end end -end \ No newline at end of file +end diff --git a/sensible_cinema_debug.exe b/bin/sensible_cinema_debug.exe similarity index 100% rename from sensible_cinema_debug.exe rename to bin/sensible_cinema_debug.exe diff --git a/sensible_cinema_wrapper.exe b/bin/sensible_cinema_wrapper.exe similarity index 100% rename from sensible_cinema_wrapper.exe rename to bin/sensible_cinema_wrapper.exe diff --git a/template_bats/README_DISTRO.TXT b/bin/template_bats/README_DISTRO.TXT similarity index 100% rename from template_bats/README_DISTRO.TXT rename to bin/template_bats/README_DISTRO.TXT diff --git a/template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat b/bin/template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat similarity index 100% rename from template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat rename to bin/template_bats/RUN SENSIBLE CINEMA CLICK HERE WINDOWS.bat diff --git a/template_bats/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD b/bin/template_bats/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD similarity index 100% rename from template_bats/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD rename to bin/template_bats/_DO_NOT_RUN_IT_FROM_HERE_DOWNLOAD_THE_RELEASE_ZIP_FROM_SOURCEFORGE_INSTEAD diff --git a/template_bats/mac/RUN SENSIBLE CINEMA CLICK HERE.command b/bin/template_bats/mac/RUN SENSIBLE CINEMA CLICK HERE.command similarity index 100% rename from template_bats/mac/RUN SENSIBLE CINEMA CLICK HERE.command rename to bin/template_bats/mac/RUN SENSIBLE CINEMA CLICK HERE.command diff --git a/template_bats/mac/advanced--create or edit sensible cinema edit list files.command b/bin/template_bats/mac/advanced--create or edit sensible cinema edit list files.command similarity index 100% rename from template_bats/mac/advanced--create or edit sensible cinema edit list files.command rename to bin/template_bats/mac/advanced--create or edit sensible cinema edit list files.command diff --git a/template_bats/mac/advanced--run-upconverting-video-player.command b/bin/template_bats/mac/advanced--run-upconverting-video-player.command similarity index 100% rename from template_bats/mac/advanced--run-upconverting-video-player.command rename to bin/template_bats/mac/advanced--run-upconverting-video-player.command diff --git a/template_bats/pc/advanced--create or edit sensible cinema edit list files.bat b/bin/template_bats/pc/advanced--create or edit sensible cinema edit list files.bat similarity index 100% rename from template_bats/pc/advanced--create or edit sensible cinema edit list files.bat rename to bin/template_bats/pc/advanced--create or edit sensible cinema edit list files.bat diff --git a/template_bats/pc/advanced--run-upconverting-video-player.bat b/bin/template_bats/pc/advanced--run-upconverting-video-player.bat similarity index 100% rename from template_bats/pc/advanced--run-upconverting-video-player.bat rename to bin/template_bats/pc/advanced--run-upconverting-video-player.bat diff --git a/TODO b/documentation/TODO.oldish similarity index 100% rename from TODO rename to documentation/TODO.oldish diff --git a/business_ideas.txt b/documentation/business_ideas.txt similarity index 100% rename from business_ideas.txt rename to documentation/business_ideas.txt diff --git a/change_log_with_feature_list.txt b/documentation/change_log_with_feature_list.txt similarity index 100% rename from change_log_with_feature_list.txt rename to documentation/change_log_with_feature_list.txt diff --git a/experimental_online_player_ocr_readme.txt b/documentation/experimental_online_player_ocr_readme.txt similarity index 100% rename from experimental_online_player_ocr_readme.txt rename to documentation/experimental_online_player_ocr_readme.txt diff --git a/history_and_related_works_list.txt b/documentation/history_and_related_works_list.txt similarity index 100% rename from history_and_related_works_list.txt rename to documentation/history_and_related_works_list.txt diff --git a/never_do b/documentation/never_do similarity index 100% rename from never_do rename to documentation/never_do diff --git a/notes b/documentation/notes similarity index 100% rename from notes rename to documentation/notes diff --git a/notes_for_potential_developers.txt b/documentation/notes_for_potential_developers.txt similarity index 100% rename from notes_for_potential_developers.txt rename to documentation/notes_for_potential_developers.txt diff --git a/roadmap_possibilities b/documentation/roadmap_possibilities similarity index 100% rename from roadmap_possibilities rename to documentation/roadmap_possibilities diff --git a/todo.books.txt b/documentation/todo.books.txt similarity index 100% rename from todo.books.txt rename to documentation/todo.books.txt diff --git a/todo.build_library.txt b/documentation/todo.build_library.txt similarity index 100% rename from todo.build_library.txt rename to documentation/todo.build_library.txt diff --git a/todo.inventionzy.txt b/documentation/todo.inventionzy.txt similarity index 100% rename from todo.inventionzy.txt rename to documentation/todo.inventionzy.txt diff --git a/todo.open_edl_list_org.txt b/documentation/todo.open_edl_list_org.txt similarity index 100% rename from todo.open_edl_list_org.txt rename to documentation/todo.open_edl_list_org.txt diff --git a/todo.propaganda b/documentation/todo.propaganda similarity index 100% rename from todo.propaganda rename to documentation/todo.propaganda diff --git a/todo.subtitle b/documentation/todo.subtitle similarity index 100% rename from todo.subtitle rename to documentation/todo.subtitle diff --git a/go b/go deleted file mode 100755 index 57cb016b8..000000000 --- a/go +++ /dev/null @@ -1,2 +0,0 @@ -# non "create" mode, for checking its UI I guess -jruby bin/sensible-cinema $1 $2 $3 $4 $5 diff --git a/goc b/goc deleted file mode 100755 index b19b268c2..000000000 --- a/goc +++ /dev/null @@ -1 +0,0 @@ -jruby $1 bin/sensible-cinema $1 $2 $3 $4 $5 --create-mode diff --git a/online.sh b/online.sh deleted file mode 100755 index 9a5da3e74..000000000 --- a/online.sh +++ /dev/null @@ -1,2 +0,0 @@ -#see comments in other file too -jruby --debug $@ bin/sensible-cinema --online-player-mode --advanced diff --git a/preamble b/preamble deleted file mode 100644 index 015e6d83a..000000000 --- a/preamble +++ /dev/null @@ -1,17 +0,0 @@ -=begin -Copyright 2010, Roger Pack -This file is part of Sensible Cinema. - - Sensible Cinema is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - Sensible Cinema is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Sensible Cinema. If not, see . -=end