Socket
Socket
Sign inDemoInstall

textpattern-default-theme

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textpattern-default-theme - npm Package Compare versions

Comparing version 0.2.0 to 4.6.0

src/dev/mockup-rtl.html

32

package.json
{
"name": "textpattern-default-theme",
"description": "The default theme that ships as standard with Textpattern CMS.",
"version": "0.2.0",
"version": "4.6.0",
"keywords": [

@@ -26,17 +26,17 @@ "skin",

"devDependencies": {
"autoprefixer": "6.3.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1",
"grunt-concurrent": "2.1.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-dev-update": "1.4.0",
"grunt-postcss": "0.7.1",
"grunt-sass": "1.1.0",
"grunt-sass-lint": "0.1.0",
"load-grunt-tasks": "~3.4",
"node-sass": "3.4.2",
"sass-lint": "1.5.0"
"autoprefixer": "6.4.1",
"grunt": "~1.0",
"grunt-cli": "~1",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-dev-update": "2.0.0",
"grunt-postcss": "0.8.0",
"grunt-sass": "1.2.1",
"grunt-sass-lint": "0.2.0",
"load-grunt-tasks": "~3.5",
"node-sass": "3.9.3",
"sass-lint": "1.9.1"
},

@@ -43,0 +43,0 @@ "scripts": {

@@ -39,3 +39,5 @@ # Textpattern CMS default theme

$ npm install -g grunt-cli
```ShellSession
$ npm install -g grunt-cli
```

@@ -46,6 +48,8 @@ Consult the Grunt documentation for more instructions if necessary. You might need to use `sudo npm install -g grunt-cli` instead when installing on certain Unix-based systems.

After you have the base dependencies taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency managers:
After you have the base dependencies taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:
$ cd textpattern-default-theme
$ npm install
```ShellSession
$ cd textpattern-default-theme
$ npm install
```

@@ -58,3 +62,5 @@ **npm** installs Node modules for Grunt. You might need to use `sudo npm install` instead when installing on certain Unix-based systems.

$ grunt @task@
```ShellSession
$ grunt @task@
```

@@ -72,8 +78,6 @@ Where the `@task@` is either `build` or `watch`.

src/dev/design-patterns-page.textile
The file `src/dev/design-patterns-page.textile` is a reference you can use when authoring themes, it contains many of the HTML5 tags (and their equivalent [Textile](https://github.com/textile/php-textile) format where available) that should be accounted for in your designs. Paste this code directly into a Textpattern article. **Note:** some HTML5 tags may not be fully supported by all browsers, for the latest compatibility details please visit [caniuse](http://caniuse.com).
This is a reference file you can use when authoring themes, it contains many of the HTML5 tags (and their equivalent Textile format where available) that should be accounted for in your designs. Paste this code directly into a Textpattern article (**please note** that some HTML5 tags may not be fully supported by all browsers).
## License
Licensed under the [GPLv2 license](https://github.com/textpattern/textpattern-default-theme/blob/master/LICENSE).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc