Skip to content

Commit

Permalink
CSSO rebased to css/csso
Browse files Browse the repository at this point in the history
  • Loading branch information
afelix committed Mar 22, 2012
1 parent 132d9c0 commit 673c79c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual minification techniques it can perform structural optimization of CSS files, resulting in smaller file size compared to other minifiers.

This document describes installation and usage of CSSO. If you want to learn more about the inner workings of CSSO, please consult the [manual] (https://github.com/afelix/csso/blob/master/MANUAL.en.md).
This document describes installation and usage of CSSO. If you want to learn more about the inner workings of CSSO, please consult the [manual] (https://github.com/css/csso/blob/master/MANUAL.en.md).

Please report issues on [Github] (https://github.com/afelix/csso/issues).
Please report issues on [Github] (https://github.com/css/csso/issues).

For feedback, suggestions, etc. write to <skryzhanovsky@ya.ru>.

Expand All @@ -23,7 +23,7 @@ Prerequisites:

To install:

* run `git clone git://github.com/afelix/csso.git`
* run `git clone git://github.com/css/csso.git`

## 2.3. Install using npm

Expand All @@ -48,7 +48,7 @@ To uninstall:

## 3.1. In the browser

Open `web/csso.html` or [http://afelix.github.com/csso/csso.html](http://afelix.github.com/csso/csso.html) in your browser.
Open `web/csso.html` or [http://css.github.com/csso/csso.html](http://css.github.com/csso/csso.html) in your browser.

**CSSO is not guaranteed to work in browsers. Preferred way to use this tool is to run it from the command line or via npm modules.**

Expand Down Expand Up @@ -122,7 +122,7 @@ Structural optimizations:
* Removal of empty ruleset and at-rule
* Minification of `margin` and `padding` properties

The minification techniques are described in detail in the [manual](https://github.com/afelix/csso/blob/master/MANUAL.en.md).
The minification techniques are described in detail in the [manual](https://github.com/css/csso/blob/master/MANUAL.en.md).

# 5. Authors

Expand All @@ -132,7 +132,7 @@ The minification techniques are described in detail in the [manual](https://gith

# 6. And finally

* CSSO is licensed under [MIT](https://github.com/afelix/csso/blob/master/MIT-LICENSE.txt)
* CSSO is licensed under [MIT](https://github.com/css/csso/blob/master/MIT-LICENSE.txt)

<!-- Yandex.Metrika counter -->
<img src="//mc.yandex.ru/watch/12831025" style="position:absolute; left:-9999px;" alt="" />
Expand Down
12 changes: 6 additions & 6 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

CSSO (CSS Optimizer) является минимизатором CSS, выполняющим как минимизацию без изменения структуры, так и структурную минимизацию с целью получить как можно меньший текст.

Этот документ является инструкцией по установке и использованию. Если вам нужна детальная инструкция по минимизации, она находится [здесь](https://github.com/afelix/csso/blob/master/MANUAL.ru.md).
Этот документ является инструкцией по установке и использованию. Если вам нужна детальная инструкция по минимизации, она находится [здесь](https://github.com/css/csso/blob/master/MANUAL.ru.md).

Замеченные ошибки лучше добавлять в [Issues](https://github.com/afelix/csso/issues) проекта.
Замеченные ошибки лучше добавлять в [Issues](https://github.com/css/csso/issues) проекта.

Советы, предложения, отзывы, а также ошибки, которые почему-то лучше выслать письмом, высылайте на адрес <skryzhanovsky@ya.ru>.

Expand All @@ -23,7 +23,7 @@ CSSO (CSS Optimizer) является минимизатором CSS, выпол

Установка:

* выполнить `git clone git://github.com/afelix/csso.git`
* выполнить `git clone git://github.com/css/csso.git`

## 2.3. Установка с помощью npm

Expand All @@ -48,7 +48,7 @@ CSSO (CSS Optimizer) является минимизатором CSS, выпол

## 3.1. Через браузер (при установке с помощью git)

Открыть в браузере файл `web/csso.html` или [http://afelix.github.com/csso/csso.html](http://afelix.github.com/csso/csso.html).
Открыть в браузере файл `web/csso.html` или [http://css.github.com/csso/csso.html](http://css.github.com/csso/csso.html).

**Работа CSSO в браузерах не гарантирована. Рекомендуемый путь использования этой утилиты&nbsp;— использование из командной строки или npm-модулей.**

Expand Down Expand Up @@ -122,7 +122,7 @@ CSSO (CSS Optimizer) является минимизатором CSS, выпол
* Удаление пустых ruleset и at-rule
* Минимизация `margin` и `padding`

Детальное описание минимизации находится [здесь](https://github.com/afelix/csso/blob/master/MANUAL.ru.md).
Детальное описание минимизации находится [здесь](https://github.com/css/csso/blob/master/MANUAL.ru.md).

# 5. Авторы

Expand All @@ -132,7 +132,7 @@ CSSO (CSS Optimizer) является минимизатором CSS, выпол

# 6. Остальное

* CSSO распространяется под [лицензией MIT](https://github.com/afelix/csso/blob/master/MIT-LICENSE.txt)
* CSSO распространяется под [лицензией MIT](https://github.com/css/csso/blob/master/MIT-LICENSE.txt)

<!-- Yandex.Metrika counter -->
<img src="//mc.yandex.ru/watch/12831025" style="position:absolute; left:-9999px;" alt="" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.2.13",
"homepage": "http://github.com/afelix/csso",
"homepage": "http://github.com/css/csso",
"author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (http://github.com/afelix)",
"repository": {
"type": "git",
"url": "http://github.com/afelix/csso.git"
"url": "http://github.com/css/csso.git"
},
"bin": "./bin/csso",
"main": "./lib/cssoapi",
Expand Down

0 comments on commit 673c79c

Please sign in to comment.