Socket
Socket
Sign inDemoInstall

textpattern-default-theme

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.2 to 4.7.3

.github/CODE_OF_CONDUCT.md

27

composer.json
{
"config": {
"vendor-dir": "themes",
"preferred-install": "dist"
},
"name": "textpattern/textpattern-default-theme",
"description": "The default theme that ships as standard with Textpattern CMS.",
"require": {
"textpattern/lock": "4.6.*@dev",
"rah/rah_flat": "*@dev"
},
"license": "GPL-2.0"
"keywords": [
"skin",
"theme",
"template",
"front-end",
"responsive",
"textpattern",
"cms",
"css",
"sass"
],
"homepage": "https://github.com/textpattern/textpattern-default-theme",
"license": "GPL-2.0",
"type": "textpattern-theme",
"support": {
"issues": "https://github.com/textpattern/textpattern-default-theme/issues",
"source": "https://github.com/textpattern/textpattern-default-theme"
}
}

48

package.json
{
"name": "textpattern-default-theme",
"title": "Default theme",
"txp-type": "textpattern-theme",
"version": "4.7.3",
"description": "The default theme that ships as standard with Textpattern CMS.",
"version": "4.6.2",
"author": "Team Textpattern",
"homepage": "https://github.com/textpattern/textpattern-default-theme",
"keywords": [

@@ -9,3 +13,2 @@ "skin",

"template",
"framework",
"front-end",

@@ -16,4 +19,3 @@ "responsive",

"css",
"sass",
"web"
"sass"
],

@@ -28,22 +30,28 @@ "repository": {

"devDependencies": {
"autoprefixer": "6.5.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.10.1",
"sass-lint": "1.9.1"
"autoprefixer": "9.4.7",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "4.6.0",
"cross-env": "5.2.0",
"css-loader": "2.1.0",
"dart-sass": "1.17.0",
"fibers": "3.1.1",
"file-loader": "3.0.1",
"mini-css-extract-plugin": "0.5.0",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"stylelint": "9.10.1",
"stylelint-order": "2.0.0",
"stylelint-scss": "3.5.3",
"stylelint-webpack-plugin": "0.10.5",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
},
"browserslist": [
"> 0.5%",
"not ie < 11"
],
"scripts": {
"test": "grunt travis --verbose"
"build": "webpack -p --progress"
},
"license": "GPL-2.0"
}
# Textpattern CMS default theme
[![Build Status](https://travis-ci.org/textpattern/textpattern-default-theme.svg?branch=master)](https://travis-ci.org/textpattern/textpattern-default-theme)
[![devDependency Status](https://david-dm.org/textpattern/textpattern-default-theme/dev-status.svg)](https://david-dm.org/textpattern/textpattern-default-theme#info=devDependencies)
[![Greenkeeper](https://badges.greenkeeper.io/textpattern/textpattern-default-theme.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/textpattern/textpattern-default-theme.svg)](https://travis-ci.org/textpattern/textpattern-default-theme)
[Demo](http://www.philwareham.co.uk/)
[Demo](https://default-theme.textpattern.com/)
This project is the source for the default theme that ships as standard with [Textpattern CMS](http://textpattern.com) as of v4.6.0 onwards. It is intended as a starting point for new users learning the Textpattern CMS for the first time or existing users that want to adapt their current code for modern standards, and is not intended as a finished production theme (though you could use it as such if you want to).
This project is the source for the default theme that ships as standard with [Textpattern CMS](https://textpattern.com/) as of v4.7.0 onwards. It is intended as a starting point for new users learning the Textpattern CMS for the first time or existing users that want to adapt their current code for modern standards, and is not intended as a finished production theme (though you could use it as such if you want to).

@@ -13,8 +13,8 @@ ## Features

1. The code is commented throughout with helpful information to help you learn some of the techniques and tags available within Textpattern.
2. Current best practices gathered from all over the web - in particular the [HTML5 Boilerplate](http://html5boilerplate.com/).
2. Current best practices gathered from all over the web - in particular the [HTML5 Boilerplate](https://html5boilerplate.com/).
3. Mobile first structure.
4. Responsive CSS layout adapts to various device screen sizes, from 320px to over 1280px.
5. Adheres to the [Schema.org microdata format](http://schema.org/).
6. Includes [Sass](http://sass-lang.com) version of CSS for rapid development.
7. No images used at all.
5. Adheres to the [Schema.org microdata format](https://schema.org/).
6. Includes [Sass](http://sass-lang.com/) version of CSS for rapid development.
7. No external images used at all.
8. Tested on a wide range of devices, browsers and operating systems.

@@ -31,4 +31,3 @@

* [Node.js](http://nodejs.org/) >=0.12.0
* [Grunt](http://gruntjs.com/) >=0.4.0
* [Node.js](https://nodejs.org/)

@@ -39,13 +38,7 @@ ## Build setup

The project uses [Grunt](http://gruntjs.com/) to run tasks and [Sass](http://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](http://nodejs.org/) and [Grunt](http://gruntjs.com/). You can install Node using the [installer](https://nodejs.org) and Grunt with npm:
The project uses [Webpack](https://webpack.github.io/) to run tasks and [Sass](http://sass-lang.com/) for CSS pre-processing. First make sure you have a recent version of [Node.js](https://nodejs.org/) installed. You can install Node.js using the [installer](https://nodejs.org/en/download/) or [package manager](https://nodejs.org/en/download/package-manager/).
```ShellSession
$ npm install -g grunt-cli
```
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.
### Installing dependencies
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:
After you have Node.js taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:

@@ -57,17 +50,12 @@ ```ShellSession

**npm** installs Node modules for Grunt. You might need to use `sudo npm install` instead when installing on certain Unix-based systems.
**npm** installs Webpack and any necessary JavaScript packages.
## Building
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run the build:
```ShellSession
$ grunt @task@
$ npm run build
```
Where the `@task@` is either `build` or `watch`.
* The `build` task builds the project.
* The `watch` task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.
## Pre-built version

@@ -79,3 +67,3 @@

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).
The file `src/dev-docs/design-patterns-page.textile` is a reference you can use when authoring themes, it contains many of the HTML 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.

@@ -85,1 +73,3 @@ ## License

Licensed under the [GPLv2 license](https://github.com/textpattern/textpattern-default-theme/blob/master/LICENSE).
Some demo site content is licensed under Creative Commons BY-NC 3.0 (audio: "Moonlight Reprise" from "Irsen's Tale" by Kai Engel) and BY 3.0 (video: "Big Buck Bunny").

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc