From 277a6bf73fbbf7c39dce42767741293abcb763c8 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 27 Jun 2021 15:08:04 -0400 Subject: [PATCH] Versions 0.9.1 preparing to port to ClassicPress --- 404.php | 0 _config.yml | 0 archive.php | 0 category.php | 0 comments.php | 0 footer.php | 0 formats/content-aside.php | 0 formats/content-audio.php | 0 formats/content-chat.php | 0 formats/content-gallery.php | 0 formats/content-image.php | 0 formats/content-link.php | 0 formats/content-quote.php | 0 formats/content-status.php | 0 formats/content-video.php | 0 formats/content.php | 0 formats/excerpt-aside.php | 0 formats/excerpt-audio.php | 0 formats/excerpt-chat.php | 0 formats/excerpt-gallery.php | 0 formats/excerpt-image.php | 0 formats/excerpt-link.php | 0 formats/excerpt-quote.php | 0 formats/excerpt-status.php | 0 formats/excerpt-video.php | 0 formats/excerpt.php | 0 functions/custom-header.php | 0 functions/jetpack.php | 0 functions/mobile-menus.php | 0 functions/template-tags.php | 0 functions/widget-areas.php | 0 header.php | 0 images/404.jpg | Bin inc/content-entry-meta.php | 0 inc/content-excerpt.php | 0 inc/content-main.php | 0 inc/content-post-nav.php | 0 inc/excerpt-entry-meta.php | 0 inc/excerpt-short-meta.php | 0 inc/page-main.php | 0 index.php | 0 js/customizer.js | 0 js/menumaker.min.js | 0 js/navigation.js | 0 js/skip-link-focus-fix.js | 0 lang/.gitignore | 0 page-no-sidebar.php | 0 page.php | 0 readme.md | 51 ++++++++++++++++++++++++++++++++++++ readme.txt | 4 ++- screenshot.png | Bin sidebar.php | 0 single.php | 0 styles/menumaker.css | 0 tag.php | 0 55 files changed, 54 insertions(+), 1 deletion(-) mode change 100644 => 100755 404.php mode change 100644 => 100755 _config.yml mode change 100644 => 100755 archive.php mode change 100644 => 100755 category.php mode change 100644 => 100755 comments.php mode change 100644 => 100755 footer.php mode change 100644 => 100755 formats/content-aside.php mode change 100644 => 100755 formats/content-audio.php mode change 100644 => 100755 formats/content-chat.php mode change 100644 => 100755 formats/content-gallery.php mode change 100644 => 100755 formats/content-image.php mode change 100644 => 100755 formats/content-link.php mode change 100644 => 100755 formats/content-quote.php mode change 100644 => 100755 formats/content-status.php mode change 100644 => 100755 formats/content-video.php mode change 100644 => 100755 formats/content.php mode change 100644 => 100755 formats/excerpt-aside.php mode change 100644 => 100755 formats/excerpt-audio.php mode change 100644 => 100755 formats/excerpt-chat.php mode change 100644 => 100755 formats/excerpt-gallery.php mode change 100644 => 100755 formats/excerpt-image.php mode change 100644 => 100755 formats/excerpt-link.php mode change 100644 => 100755 formats/excerpt-quote.php mode change 100644 => 100755 formats/excerpt-status.php mode change 100644 => 100755 formats/excerpt-video.php mode change 100644 => 100755 formats/excerpt.php mode change 100644 => 100755 functions/custom-header.php mode change 100644 => 100755 functions/jetpack.php mode change 100644 => 100755 functions/mobile-menus.php mode change 100644 => 100755 functions/template-tags.php mode change 100644 => 100755 functions/widget-areas.php mode change 100644 => 100755 header.php mode change 100644 => 100755 images/404.jpg mode change 100644 => 100755 inc/content-entry-meta.php mode change 100644 => 100755 inc/content-excerpt.php mode change 100644 => 100755 inc/content-main.php mode change 100644 => 100755 inc/content-post-nav.php mode change 100644 => 100755 inc/excerpt-entry-meta.php mode change 100644 => 100755 inc/excerpt-short-meta.php mode change 100644 => 100755 inc/page-main.php mode change 100644 => 100755 index.php mode change 100644 => 100755 js/customizer.js mode change 100644 => 100755 js/menumaker.min.js mode change 100644 => 100755 js/navigation.js mode change 100644 => 100755 js/skip-link-focus-fix.js mode change 100644 => 100755 lang/.gitignore mode change 100644 => 100755 page-no-sidebar.php mode change 100644 => 100755 page.php create mode 100644 readme.md mode change 100644 => 100755 screenshot.png mode change 100644 => 100755 sidebar.php mode change 100644 => 100755 single.php mode change 100644 => 100755 styles/menumaker.css mode change 100644 => 100755 tag.php diff --git a/404.php b/404.php old mode 100644 new mode 100755 diff --git a/_config.yml b/_config.yml old mode 100644 new mode 100755 diff --git a/archive.php b/archive.php old mode 100644 new mode 100755 diff --git a/category.php b/category.php old mode 100644 new mode 100755 diff --git a/comments.php b/comments.php old mode 100644 new mode 100755 diff --git a/footer.php b/footer.php old mode 100644 new mode 100755 diff --git a/formats/content-aside.php b/formats/content-aside.php old mode 100644 new mode 100755 diff --git a/formats/content-audio.php b/formats/content-audio.php old mode 100644 new mode 100755 diff --git a/formats/content-chat.php b/formats/content-chat.php old mode 100644 new mode 100755 diff --git a/formats/content-gallery.php b/formats/content-gallery.php old mode 100644 new mode 100755 diff --git a/formats/content-image.php b/formats/content-image.php old mode 100644 new mode 100755 diff --git a/formats/content-link.php b/formats/content-link.php old mode 100644 new mode 100755 diff --git a/formats/content-quote.php b/formats/content-quote.php old mode 100644 new mode 100755 diff --git a/formats/content-status.php b/formats/content-status.php old mode 100644 new mode 100755 diff --git a/formats/content-video.php b/formats/content-video.php old mode 100644 new mode 100755 diff --git a/formats/content.php b/formats/content.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-aside.php b/formats/excerpt-aside.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-audio.php b/formats/excerpt-audio.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-chat.php b/formats/excerpt-chat.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-gallery.php b/formats/excerpt-gallery.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-image.php b/formats/excerpt-image.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-link.php b/formats/excerpt-link.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-quote.php b/formats/excerpt-quote.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-status.php b/formats/excerpt-status.php old mode 100644 new mode 100755 diff --git a/formats/excerpt-video.php b/formats/excerpt-video.php old mode 100644 new mode 100755 diff --git a/formats/excerpt.php b/formats/excerpt.php old mode 100644 new mode 100755 diff --git a/functions/custom-header.php b/functions/custom-header.php old mode 100644 new mode 100755 diff --git a/functions/jetpack.php b/functions/jetpack.php old mode 100644 new mode 100755 diff --git a/functions/mobile-menus.php b/functions/mobile-menus.php old mode 100644 new mode 100755 diff --git a/functions/template-tags.php b/functions/template-tags.php old mode 100644 new mode 100755 diff --git a/functions/widget-areas.php b/functions/widget-areas.php old mode 100644 new mode 100755 diff --git a/header.php b/header.php old mode 100644 new mode 100755 diff --git a/images/404.jpg b/images/404.jpg old mode 100644 new mode 100755 diff --git a/inc/content-entry-meta.php b/inc/content-entry-meta.php old mode 100644 new mode 100755 diff --git a/inc/content-excerpt.php b/inc/content-excerpt.php old mode 100644 new mode 100755 diff --git a/inc/content-main.php b/inc/content-main.php old mode 100644 new mode 100755 diff --git a/inc/content-post-nav.php b/inc/content-post-nav.php old mode 100644 new mode 100755 diff --git a/inc/excerpt-entry-meta.php b/inc/excerpt-entry-meta.php old mode 100644 new mode 100755 diff --git a/inc/excerpt-short-meta.php b/inc/excerpt-short-meta.php old mode 100644 new mode 100755 diff --git a/inc/page-main.php b/inc/page-main.php old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/js/customizer.js b/js/customizer.js old mode 100644 new mode 100755 diff --git a/js/menumaker.min.js b/js/menumaker.min.js old mode 100644 new mode 100755 diff --git a/js/navigation.js b/js/navigation.js old mode 100644 new mode 100755 diff --git a/js/skip-link-focus-fix.js b/js/skip-link-focus-fix.js old mode 100644 new mode 100755 diff --git a/lang/.gitignore b/lang/.gitignore old mode 100644 new mode 100755 diff --git a/page-no-sidebar.php b/page-no-sidebar.php old mode 100644 new mode 100755 diff --git a/page.php b/page.php old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..918e558 --- /dev/null +++ b/readme.md @@ -0,0 +1,51 @@ +* Atticus Finch * +Contributors: kjodle +Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready +Requires at least: 1.0 +Tested up to: 1.2 +Stable tag: 0.9.1 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +** Description ** + +For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme. + +As of version 0.10, development is exclusively for [ClassicPress](https://www.classicpress.net/). + +** Installation ** + +1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +2. Type in 'Atticus Finch' in the search form and press the 'Enter' key on your keyboard. +3. Click on the 'Activate' button to use your new theme right away. + +** Copyright ** + +Atticus Finch WordPress Theme, Copyright 2016 Kenneth John Odle +Atticus Finch is distributed under the terms of the GNU GPL + +This program 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 2 of the License, or +(at your option) any later version. + +This program 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. + +The Atticus Finch theme bundles the following third-party resources: + +FontAwesome Icon Font, Copyright 2016 Dave Gandy +License: MIT (http://opensource.org/licenses/mit-license.html) +Source: https://fortawesome.github.io/Font-Awesome/ + +IM Fell English Font, Copyright 2016 Igino Marini +License: SIL (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) +Source: https://www.google.com/fonts/specimen/IM+Fell+English + +Superfish jQuery Menu Plugin, Copyright 2015 Joel Birch +License: MIT (http://opensource.org/licenses/mit-license.html) +Source: http://users.tpg.com.au/j_birch/plugins/superfish/ + +** Notes ** diff --git a/readme.txt b/readme.txt index 8cd254f..0e72223 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kjodle Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready Requires at least: 4.1 Tested up to: 4.7.5 -Stable tag: 0.9 +Stable tag: 0.9.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -11,6 +11,8 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme. +As of version 0.10, development is exclusively for ClassicPress. + == Installation == 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. diff --git a/screenshot.png b/screenshot.png old mode 100644 new mode 100755 diff --git a/sidebar.php b/sidebar.php old mode 100644 new mode 100755 diff --git a/single.php b/single.php old mode 100644 new mode 100755 diff --git a/styles/menumaker.css b/styles/menumaker.css old mode 100644 new mode 100755 diff --git a/tag.php b/tag.php old mode 100644 new mode 100755