Update readme.txt

This commit is contained in:
Rob Howard 2021-09-02 09:44:16 -06:00
parent 3b6cfa2b99
commit 1d0ed07c40
1 changed files with 23 additions and 29 deletions

View File

@ -1,45 +1,26 @@
=== Understrap ===
Contributors: understrap
Contributors: howarddc
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
Requires at least: 5.0
Tested up to: 5.8
Tested up to: 5.7.2
Requires PHP: 5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
== Description ==
Im a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework?
Thats what Understrap is.
You can use it as starter theme and build your own theme on top of it. Or you use it as parent theme and create your own child theme for Understrap.
The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Website: [https://understrap.com](https://understrap.com)
Child Theme Project: [https://github.com/understrap/understrap-child](https://github.com/understrap/understrap-child)
The _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design.
Why not add a well known and supported layout framework to have a solid, clean and responsive foundation? Thats where Bootstrap comes in.
* Combines Underscores PHP/JS files and Bootstraps HTML/CSS/JS.
* Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.
* Uses a single and minified CSS file for all the basic stuff.
* [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.6.3)
* Comes with extra slider script by [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) (v2.1.4)
* Jetpack ready.
* WooCommerce support.
* [Child Theme](https://github.com/holger1411/understrap-child) ready.
* Translation ready.
== Installation ==
* Download the understrap folder from GitHub or from understrap.com
* IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes !!
* Upload it into your WordPress installation subfolder here: `/wp-content/themes/`
* Login to your WordPress backend
* Go to Appearance → Themes
* Activate the Understrap theme
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in Understrap 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.
4. Do not edit the theme files directly. We recommend creating a child theme for custom development. Full developer documentation: [https://docs.understrap.com/](https://docs.understrap.com/)
== Privacy ==
@ -49,7 +30,20 @@ Why not add a well known and supported layout framework to have a solid, clean a
== Copyright ==
Understrap is based on:
Understrap WordPress Theme, 2021 Howard Development & Consulting, LLC
Understrap 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 3 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.
This theme bundles the following third-party resources:
* Underscores: https://github.com/Automattic/_s/blob/master/LICENSE (GNU GPLv2)
* Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)