From 6a23011699db6f71b22dcdea8f184af7f185d9cb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 26 Nov 2014 14:08:26 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c09fdc41e..61ae94c9e 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Key Features Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md) for changes from the pre-release. -[![Flattr This](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jlukic&url=https%3A%2F%2Fgithub.com%2Fjlukic%2FSemantic-UI) +**Semantic now uses Slack for project discussions**. [Request an Invite](https://docs.google.com/forms/d/1hI1z136sXLkTQKtsv8SIvjjAvzpH77YzMQKrU-P8GAc/viewform?usp=send_form) to join the discussion. > Community contributed plugins and ports for Wordpress, Angular, Dart, Knockout, Rails, and more can be found on the [Integration page](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration). @@ -71,3 +71,5 @@ If you need help, come hang out in `#semantic-ui` on *irc.freenode.net*. Click If you'd like to start a conversation about Semantic feel free to reach out by e-mail [jack@semantic-ui.com](mailto:jack@semantic-ui.com) +[![Flattr This](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jlukic&url=https%3A%2F%2Fgithub.com%2Fjlukic%2FSemantic-UI) + From f08ce768ea851f71f03aca95ae95ce79b534101a Mon Sep 17 00:00:00 2001 From: Carl Groner Date: Wed, 26 Nov 2014 16:21:06 -0800 Subject: [PATCH 2/5] Fix typo in css declaration for .vertical.flip.transition.in --- src/themes/default/modules/transition.overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/modules/transition.overrides b/src/themes/default/modules/transition.overrides index 4380ee776..d280e7f2c 100644 --- a/src/themes/default/modules/transition.overrides +++ b/src/themes/default/modules/transition.overrides @@ -157,7 +157,7 @@ .horizontal.flip.transition.out { animation-name: horizontalFlipOut; } -.vertical.flip.transition.out { +.vertical.flip.transition.in { animation-name: verticalFlipIn; } .vertical.flip.transition.out { From bf8ad070edadefc9ac7b18bba333c09769a7550f Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 26 Nov 2014 21:55:53 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 61ae94c9e..9f8bb989e 100755 --- a/README.md +++ b/README.md @@ -10,15 +10,20 @@ Key Features * 3 Levels of Variable Inheritance (Similar to SublimeText) * Built using EM values for responsive design -Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md) for changes from the pre-release. +> Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md) for changes from the pre-release. -**Semantic now uses Slack for project discussions**. [Request an Invite](https://docs.google.com/forms/d/1hI1z136sXLkTQKtsv8SIvjjAvzpH77YzMQKrU-P8GAc/viewform?usp=send_form) to join the discussion. -> Community contributed plugins and ports for Wordpress, Angular, Dart, Knockout, Rails, and more can be found on the [Integration page](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration). +## Community Support -## Translations +* **Want to learn about Semantic?** [Request an Invite](https://docs.google.com/forms/d/1hI1z136sXLkTQKtsv8SIvjjAvzpH77YzMQKrU-P8GAc/viewform?usp=send_form) to join [our Slack chatroom](http://semanticui.slack.com) for support and project discussions +* **Have a bug?** Make a test case by forking this [jsfiddle](http://jsfiddle.net/efp8z6Ln/), then submit a [bug on GitHub](https://github.com/Semantic-Org/Semantic-UI/issues) +* **Having issues with your code?** Ask for help on in our [IRC chat](http://webchat.freenode.net/?randomnick=1&channels=%23semantic-ui&prompt=1&uio=OT10cnVlJjExPTEyMwb9), ask about Semantic UI on [StackOverflow](http://www.stackoverflow.com) or ask a question to our [Google Group](https://groups.google.com/forum/#!forum/semantic-ui) +* **Looking for a specific integration like Dart, Wordpress, Angular, or Rails?** Check out our [integration page](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration) -Translations are available directly [in the docs](http://www.semantic-ui.com), using the language toolbar. +## Contributing +* **Missing documentation in your language?** Help us make Semantic available in more languages by [joining our translation community](https://www.transifex.com/organization/semantic-org/) +* **Want to help with integration?** Projects are organizing for official [Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor), and [Angular](https://github.com/Semantic-Org/Semantic-UI-Angular) integrations as well as a [SASS](https://github.com/Semantic-Org/Semantic-UI-SASS) port. +* **Want to help others learn concepts behind Semantic?** [LearnSemantic](http://www.learnsemantic.com) needs writers who can get others up to speed with Semantic UI, the definition format. In particular, a "Beginner's Guide" for those who are new to development. [Send me an e-mail](mailto:jack@semantic-ui.com) if you are interested ## Getting Started @@ -26,7 +31,6 @@ Semantic is best used actively during development. We have included build tools ![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif) - ``` npm install gulp @@ -48,17 +52,6 @@ gulp install // re-runs install gulp help // list all commands ``` - -### Bugs and Issues - -> Semantic UI is production ready, but is "pre-release" until build and theming tools are available, and documentation is complete for all components. - -Please [share any issues](https://github.com/Semantic-Org/Semantic-UI/issues?state=open) you may have. We need your help to get all the kinks out. - -If you are reporting a bug *you must create a test-case*. You can [fork this jsfiddle](http://jsfiddle.net/efp8z6Ln/) to get you started. - -If you need help, come hang out in `#semantic-ui` on *irc.freenode.net*. Click here to use [webchat](http://webchat.freenode.net/?randomnick=1&channels=%23semantic-ui&prompt=1&uio=OT10cnVlJjExPTEyMwb9). - ### Browser Support * Last 2 Versions FF, Chrome, IE (aka 10+) From 7eff86cd231175905fcbba351ee46efc7dc798fb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 26 Nov 2014 21:57:46 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8bb989e..8092a50ac 100755 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Key Features * **Want to learn about Semantic?** [Request an Invite](https://docs.google.com/forms/d/1hI1z136sXLkTQKtsv8SIvjjAvzpH77YzMQKrU-P8GAc/viewform?usp=send_form) to join [our Slack chatroom](http://semanticui.slack.com) for support and project discussions * **Have a bug?** Make a test case by forking this [jsfiddle](http://jsfiddle.net/efp8z6Ln/), then submit a [bug on GitHub](https://github.com/Semantic-Org/Semantic-UI/issues) -* **Having issues with your code?** Ask for help on in our [IRC chat](http://webchat.freenode.net/?randomnick=1&channels=%23semantic-ui&prompt=1&uio=OT10cnVlJjExPTEyMwb9), ask about Semantic UI on [StackOverflow](http://www.stackoverflow.com) or ask a question to our [Google Group](https://groups.google.com/forum/#!forum/semantic-ui) +* **Having issues with your code?** Join our [IRC chat](http://webchat.freenode.net/?randomnick=1&channels=%23semantic-ui&prompt=1&uio=OT10cnVlJjExPTEyMwb9), submit a question on [StackOverflow](http://www.stackoverflow.com) or ask our [Google Group](https://groups.google.com/forum/#!forum/semantic-ui) * **Looking for a specific integration like Dart, Wordpress, Angular, or Rails?** Check out our [integration page](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration) ## Contributing * **Missing documentation in your language?** Help us make Semantic available in more languages by [joining our translation community](https://www.transifex.com/organization/semantic-org/) -* **Want to help with integration?** Projects are organizing for official [Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor), and [Angular](https://github.com/Semantic-Org/Semantic-UI-Angular) integrations as well as a [SASS](https://github.com/Semantic-Org/Semantic-UI-SASS) port. +* **Want to help with integration?** Projects are organizing for official [Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor), and [Angular](https://github.com/Semantic-Org/Semantic-UI-Angular) integrations as well as a [SASS](https://github.com/Semantic-Org/Semantic-UI-SASS) port. Join the discussion on their respective boards. * **Want to help others learn concepts behind Semantic?** [LearnSemantic](http://www.learnsemantic.com) needs writers who can get others up to speed with Semantic UI, the definition format. In particular, a "Beginner's Guide" for those who are new to development. [Send me an e-mail](mailto:jack@semantic-ui.com) if you are interested ## Getting Started From 569d1c671146e2f1d205e5b879179c5db3090347 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 26 Nov 2014 21:59:03 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8092a50ac..ebadad640 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Key Features ## Contributing * **Missing documentation in your language?** Help us make Semantic available in more languages by [joining our translation community](https://www.transifex.com/organization/semantic-org/) * **Want to help with integration?** Projects are organizing for official [Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor), and [Angular](https://github.com/Semantic-Org/Semantic-UI-Angular) integrations as well as a [SASS](https://github.com/Semantic-Org/Semantic-UI-SASS) port. Join the discussion on their respective boards. -* **Want to help others learn concepts behind Semantic?** [LearnSemantic](http://www.learnsemantic.com) needs writers who can get others up to speed with Semantic UI, the definition format. In particular, a "Beginner's Guide" for those who are new to development. [Send me an e-mail](mailto:jack@semantic-ui.com) if you are interested +* **Want to help others learn concepts behind Semantic?** [Learnsemantic.com](http://www.learnsemantic.com) needs articles to help others get others up to speed with Semantic UI. [Send me an e-mail](mailto:jack@semantic-ui.com) if you are interested. ## Getting Started