├── README.md ├── autoresize.jquery.js ├── booklets.php ├── chant.php ├── chant_edit.php ├── chant_img.php ├── download.php ├── feed.php ├── gregobase_online.sql ├── gregobase_structure.sql ├── history.php ├── incipit.php ├── include ├── db.php ├── finediff.php ├── footer.php ├── functions.php ├── header.php ├── sources.php └── txt.php ├── jquery.bpopup.min.js ├── list-add.png ├── list-remove.png ├── mgabc.php ├── missing.php ├── pleasefix.php ├── relCopy.min.js ├── scores.php ├── scores ├── eps │ └── eps_files_repository ├── here_will_come_the_scores ├── pdf │ └── pdf_files_repository ├── png │ └── hi_res_png_files_repository └── svg │ └── svg_files_repository ├── source.php ├── style.css ├── tag.php ├── temp └── building_dir ├── updates.php ├── usage.php ├── warning.png └── wp-content └── themes └── gregobase ├── bg.png ├── default.css ├── monks.png └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/README.md -------------------------------------------------------------------------------- /autoresize.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/autoresize.jquery.js -------------------------------------------------------------------------------- /booklets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/booklets.php -------------------------------------------------------------------------------- /chant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/chant.php -------------------------------------------------------------------------------- /chant_edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/chant_edit.php -------------------------------------------------------------------------------- /chant_img.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/chant_img.php -------------------------------------------------------------------------------- /download.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/download.php -------------------------------------------------------------------------------- /feed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/feed.php -------------------------------------------------------------------------------- /gregobase_online.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/gregobase_online.sql -------------------------------------------------------------------------------- /gregobase_structure.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/gregobase_structure.sql -------------------------------------------------------------------------------- /history.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/history.php -------------------------------------------------------------------------------- /incipit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/incipit.php -------------------------------------------------------------------------------- /include/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/db.php -------------------------------------------------------------------------------- /include/finediff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/finediff.php -------------------------------------------------------------------------------- /include/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/footer.php -------------------------------------------------------------------------------- /include/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/functions.php -------------------------------------------------------------------------------- /include/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/header.php -------------------------------------------------------------------------------- /include/sources.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/sources.php -------------------------------------------------------------------------------- /include/txt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/include/txt.php -------------------------------------------------------------------------------- /jquery.bpopup.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/jquery.bpopup.min.js -------------------------------------------------------------------------------- /list-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/list-add.png -------------------------------------------------------------------------------- /list-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/list-remove.png -------------------------------------------------------------------------------- /mgabc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/mgabc.php -------------------------------------------------------------------------------- /missing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/missing.php -------------------------------------------------------------------------------- /pleasefix.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/pleasefix.php -------------------------------------------------------------------------------- /relCopy.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/relCopy.min.js -------------------------------------------------------------------------------- /scores.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/scores.php -------------------------------------------------------------------------------- /scores/eps/eps_files_repository: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scores/here_will_come_the_scores: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scores/pdf/pdf_files_repository: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scores/png/hi_res_png_files_repository: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scores/svg/svg_files_repository: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/source.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/style.css -------------------------------------------------------------------------------- /tag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/tag.php -------------------------------------------------------------------------------- /temp/building_dir: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /updates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/updates.php -------------------------------------------------------------------------------- /usage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/usage.php -------------------------------------------------------------------------------- /warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/warning.png -------------------------------------------------------------------------------- /wp-content/themes/gregobase/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/wp-content/themes/gregobase/bg.png -------------------------------------------------------------------------------- /wp-content/themes/gregobase/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/wp-content/themes/gregobase/default.css -------------------------------------------------------------------------------- /wp-content/themes/gregobase/monks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/wp-content/themes/gregobase/monks.png -------------------------------------------------------------------------------- /wp-content/themes/gregobase/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregorio-project/GregoBase/HEAD/wp-content/themes/gregobase/style.css --------------------------------------------------------------------------------