Skip to content

Commit

Permalink
renamed to hiqdev/hisite
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 16, 2017
1 parent 363b229 commit 93def0a
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 38 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# hidev internals
.hidev/composer.json
.hidev/composer.lock
.hidev/config-local.yml
.hidev/vendor

# IDE & OS files
Expand Down Expand Up @@ -36,6 +37,9 @@ php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar

# Binaries
ocular.phar

# web files
/wp-content
web/assets
Expand Down
62 changes: 55 additions & 7 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,62 @@
package:
type: project
name: hisite-demo
title: HiSite Demo
headline: HiSite Demo
namespace: hisite\demo
description: |
HiSite is a way to build Yii2 based sites from building blocks.
name: hisite
title: HiSite
license: BSD-3-Clause
headline: HiSite
namespace: hisite\skeleton
description: |
HiSite is a way to build modular Yii2 projects with plugins.
This package is an example of HiSite based site.
This package is a skeleton to start your project with.
It includes:
- [yii2-thememanager](https://hiqdev.com/packages/yii2-thememanager) - theme manager
- [yii2-theme-original](https://hiqdev.com/packages/yii2-theme-original) - Yii2 original theme
- [yii2-theme-flat](https://hiqdev.com/packages/yii2-theme-original) - flat theme
- [yii2-pnotify](https://hiqdev.com/packages/yii2-thememanager) - theme manager
- [yii2-language](https://hiqdev.com/packages/yii2-language) - language switcher
- [yii2-error-notifier](https://hiqdev.com/packages/yii2-error-notifier) - error notifier
- to be continued...
The project extensively uses [hidev]() tool to automate repetitive tasks:
- generate and update package files: README, license, composer.json
- generate and deploy vhost config file
- run standard tasks such as running tests and php-cs-fixer
- substitute yii console script
hisite:
vhost:
domain: hisite.hiqdev.com

vendor:
name: hiqdev
title: HiQDev
homepage: http://hiqdev.com/
authors:
hiqsol:
name: Andrii Vasyliev
role: Project lead
email: sol@hiqdev.com
github: https://github.com/hiqsol
homepage: http://hipanel.com/
SilverFire:
name: Dmitry Naumenko
role: Lead backend developer
email: d.naumenko.a@gmail.com
github: https://github.com/SilverFire
homepage: http://silverfire.me/
tafid:
name: Andrey Klochok
role: Lead frontend developer
email: andreyklochok@gmail.com
github: https://github.com/tafid
homepage: http://hiqdev.com/
BladeRoot:
name: Yuriy Myronchuk
role: QA Lead
email: bladeroot@gmail.com
github: https://github.com/BladeRoot
homepage: http://hiqdev.com/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016, HiQDev (http://hiqdev.com/)
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
42 changes: 29 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,46 @@
HiSite Demo
===========
# HiSite

**HiSite Demo**
**HiSite**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/hisite-demo/v/stable)](https://packagist.org/packages/hiqdev/hisite-demo)
[![Total Downloads](https://poser.pugx.org/hiqdev/hisite-demo/downloads)](https://packagist.org/packages/hiqdev/hisite-demo)
[![Build Status](https://img.shields.io/travis/hiqdev/hisite-demo.svg)](https://travis-ci.org/hiqdev/hisite-demo)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hisite-demo.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite-demo/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hisite-demo.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite-demo/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:hisite-demo/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hisite-demo/dev-master)
[![Latest Stable Version](https://poser.pugx.org/hiqdev/hisite/v/stable)](https://packagist.org/packages/hiqdev/hisite)
[![Total Downloads](https://poser.pugx.org/hiqdev/hisite/downloads)](https://packagist.org/packages/hiqdev/hisite)
[![Build Status](https://img.shields.io/travis/hiqdev/hisite.svg)](https://travis-ci.org/hiqdev/hisite)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hisite.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hisite.svg)](https://scrutinizer-ci.com/g/hiqdev/hisite/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:hisite/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hisite/dev-master)

HiSite is a way to build Yii2 based sites from building blocks.
HiSite is a way to build modular Yii2 projects with plugins.

This package is an example of HiSite based site.
This package is a skeleton to start your project with.

It includes:

- [yii2-thememanager](https://hiqdev.com/packages/yii2-thememanager) - theme manager
- [yii2-theme-original](https://hiqdev.com/packages/yii2-theme-original) - Yii2 original theme
- [yii2-theme-flat](https://hiqdev.com/packages/yii2-theme-original) - flat theme
- [yii2-pnotify](https://hiqdev.com/packages/yii2-thememanager) - theme manager
- [yii2-language](https://hiqdev.com/packages/yii2-language) - language switcher
- [yii2-error-notifier](https://hiqdev.com/packages/yii2-error-notifier) - error notifier
- to be continued...

The project extensively uses [hidev]() tool to automate repetitive tasks:

- generate and update package files: README, license, composer.json
- generate and deploy vhost config file
- run standard tasks such as running tests and php-cs-fixer
- substitute yii console script

## Installation

The preferred way to install this project is through [composer](http://getcomposer.org/download/).

```sh
php composer.phar create-project "hiqdev/hisite-demo:*" directory2install
php composer.phar create-project "hiqdev/hisite:*" directory2install
```

## License

This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2016, HiQDev (http://hiqdev.com/)
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)
31 changes: 14 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "hiqdev/hisite-demo",
"name": "hiqdev/hisite",
"type": "project",
"description": "HiSite Demo",
"description": "HiSite",
"keywords": [],
"homepage": "https://github.com/hiqdev/hisite-demo",
"homepage": "https://github.com/hiqdev/hisite",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/hiqdev/hisite",
"issues": "https://github.com/hiqdev/hisite/issues",
"wiki": "https://github.com/hiqdev/hisite/wiki",
"email": "support@hiqdev.com",
"source": "https://github.com/hiqdev/hiqdev.com",
"issues": "https://github.com/hiqdev/hiqdev.com/issues",
"wiki": "https://github.com/hiqdev/hiqdev.com/wiki",
"forum": "http://forum.hiqdev.com/"
},
"authors": [
Expand All @@ -22,19 +22,19 @@
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "silverfire@hiqdev.com",
"email": "d.naumenko.a@gmail.com",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "tafid@hiqdev.com",
"email": "andreyklochok@gmail.com",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@hiqdev.com",
"email": "bladeroot@gmail.com",
"homepage": "http://hiqdev.com/"
}
],
Expand All @@ -44,20 +44,17 @@
"hiqdev/yii2-cart": "<2.0 || dev-master",
"hiqdev/yii2-pnotify": "<2.0 || dev-master",
"hiqdev/yii2-language": "<2.0 || dev-master",
"hiqdev/yii2-error-notifier": "<2.0 || dev-master",
"hiqdev/yii2-thememanager": "<2.0 || dev-master",
"hiqdev/yii2-theme-flat": "<2.0 || dev-master",
"hiqdev/yii2-theme-adminlte": "<2.0 || dev-master",
"hiqdev/yii2-theme-original": "<2.0 || dev-master",
"hiqdev/yii2-theme-dataserv": "<2.0 || dev-master",
"hiqdev/yii2-asset-hiqdev": "<2.0 || dev-master"
"hiqdev/yii2-theme-original": "<2.0 || dev-master"
},
"require-dev": {
"hiqdev/hidev-php": "<2.0 || dev-master",
"hiqdev/hidev-hiqdev": "<2.0 || dev-master"
"hiqdev/hidev-php": "<2.0 || dev-master"
},
"autoload": {
"psr-4": {
"hisite\\demo\\": "src",
"hiqdev\\sites\\hiqdev\\com\\": "src"
"hisite\\skeleton\\": "src"
}
},
"extra": {
Expand Down

0 comments on commit 93def0a

Please sign in to comment.