first commit in dev

This commit is contained in:
jorge-vitrubio 2022-11-29 19:47:33 +01:00
parent 461cb62288
commit bfc4e224d7
8 changed files with 5954 additions and 9480 deletions

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ node_modules/
# ignore local personal files # ignore local personal files
*.geany *.geany
.vscode/
.DS_Store .DS_Store
theme/ theme/

View File

@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s) [![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s)
_s _s for oficina de suport
=== ===
Hi. I'm a starter theme called `_s`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for. Hi. I'm a starter theme called `_s`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.

View File

@ -26,7 +26,7 @@
"scripts": { "scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs", "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .", "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"make-pot": "wp i18n make-pot . languages/_s.pot" "make-pot": "wp i18n make-pot . languages/ofisuport.pot"
}, },
"support": { "support": {
"issues": "https://github.com/Automattic/_s/issues", "issues": "https://github.com/Automattic/_s/issues",

15391
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"url": "https://github.com/Automattic/_s/issues" "url": "https://github.com/Automattic/_s/issues"
}, },
"devDependencies": { "devDependencies": {
"@wordpress/scripts": "^19.2.2", "@wordpress/scripts": "^24.4.0",
"dir-archiver": "^1.1.1", "dir-archiver": "^1.1.1",
"node-sass": "^7.0.1", "node-sass": "^7.0.1",
"rtlcss": "^3.5.0" "rtlcss": "^3.5.0"
@ -41,6 +41,6 @@
"compile:rtl": "rtlcss style.css style-rtl.css", "compile:rtl": "rtlcss style.css style-rtl.css",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'", "lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
"lint:js": "wp-scripts lint-js 'js/*.js'", "lint:js": "wp-scripts lint-js 'js/*.js'",
"bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock" "bundle": "dir-archiver --src . --dest ../OficinaDeSuport-theme.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock"
} }
} }

View File

@ -61,7 +61,7 @@
Multiple valid text domains can be provided as a comma-delimited list. --> Multiple valid text domains can be provided as a comma-delimited list. -->
<rule ref="WordPress.WP.I18n"> <rule ref="WordPress.WP.I18n">
<properties> <properties>
<property name="text_domain" type="array" value="_s"/> <property name="text_domain" type="array" value="ofisuport"/>
</properties> </properties>
</rule> </rule>
@ -93,7 +93,7 @@
Multiple valid prefixes can be provided as a comma-delimited list. --> Multiple valid prefixes can be provided as a comma-delimited list. -->
<rule ref="WordPress.NamingConventions.PrefixAllGlobals"> <rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties> <properties>
<property name="prefixes" type="array" value="_s" /> <property name="prefixes" type="array" value="ofisuport" />
</properties> </properties>
</rule> </rule>

View File

@ -4,11 +4,11 @@ Contributors: automattic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 4.5 Requires at least: 4.5
Tested up to: 5.4 Tested up to: 6.0.3
Requires PHP: 5.6 Requires PHP: 7.0
Stable tag: 1.0.0 Stable tag: 1.0.0
License: GNU General Public License v2 or later License: GNU General Public License v3 or later
License URI: LICENSE License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
A starter theme called Oficina de Suport theme. A starter theme called Oficina de Suport theme.
@ -26,14 +26,14 @@ theme for the Oficina de Suport de Xarxaprod.cat
= Does this theme support any plugins? = = Does this theme support any plugins? =
Oficina de Suport theme includes support for WooCommerce and for Infinite Scroll in Jetpack. Oficina de Suport theme includes support for Oficina de Suport plugin and for Infinite Scroll in Jetpack.
== Changelog == == Changelog ==
= 1.0 - May 12 2015 = = 1.0 - 25th october 2022 =
* Initial release * Initial release
== Credits == == Credits ==
* Developed by Jorge Vitoria (vitrubio.net) on top of the design by Eudald Van der Pla (vanderpla.com)
* Based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html) * Based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT) * normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)

View File

@ -3,7 +3,7 @@
'name' => 'automattic/underscores', 'name' => 'automattic/underscores',
'pretty_version' => 'dev-main', 'pretty_version' => 'dev-main',
'version' => 'dev-main', 'version' => 'dev-main',
'reference' => '1d21705ef199a337fbc9790702a658bcf2f90418', 'reference' => '461cb622889de96244039a6d4178e77fac4f9abd',
'type' => 'wordpress-theme', 'type' => 'wordpress-theme',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
@ -13,7 +13,7 @@
'automattic/underscores' => array( 'automattic/underscores' => array(
'pretty_version' => 'dev-main', 'pretty_version' => 'dev-main',
'version' => 'dev-main', 'version' => 'dev-main',
'reference' => '1d21705ef199a337fbc9790702a658bcf2f90418', 'reference' => '461cb622889de96244039a6d4178e77fac4f9abd',
'type' => 'wordpress-theme', 'type' => 'wordpress-theme',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),