1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

update to new url

This commit is contained in:
Thomas Reynolds 2011-12-22 14:48:23 -08:00
parent 4d3c73b1a0
commit e0a2c4b301
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@
* Sitemap maintains own state
* New Extension Registration API
* Remove old 1.x mm- binaries and messaging
* New default layout functionality: https://github.com/tdreyno/middleman/issues/165
* New default layout functionality: https://github.com/middleman/middleman/issues/165
* Enable chained templates outside of sprockets (file.html.markdown.erb)
* Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne
* Sitemap object representing the known world
@ -14,7 +14,7 @@
* Activate mobile html5boilerplate template
* Update to Redcarpet for Markdown (breaks Haml :markdown filter)
* Return correct exit codes (0 for success, 1 for failure) from CLI
* Yard code docs: http://rubydoc.info/github/tdreyno/middleman
* Yard code docs: http://rubydoc.info/github/middleman/middleman
* config.rb and extensions can add command-line commands
* Nested layouts using `wrap_layout` helper

View file

@ -50,10 +50,10 @@ A full set of in-depth instructional guides are available on the official websit
The community maintains it's own collection of tips and tricks in the GitHub wiki:
https://github.com/tdreyno/middleman/wiki
https://github.com/middleman/middleman/wiki
Finally, up-to-date generated code documentation is available on RubyDoc:
http://rubydoc.info/github/tdreyno/middleman
http://rubydoc.info/github/middleman/middleman
# Community
@ -65,18 +65,18 @@ The official community forum is available on Convore at:
GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems:
https://github.com/tdreyno/middleman/issues
https://github.com/middleman/middleman/issues
The best way to get quick responses to your issues and swift fixes to your bugs is to submit detailed bug reports, include test cases and respond to developer questions in a timely manner. Even better, if you know Ruby, you can submit Pull Requests containing Cucumber Features which describe how your feature should work or exploit the bug you are submitting.
# Build & Dependency Status
[![Build Status](http://travis-ci.org/tdreyno/middleman.png)](http://travis-ci.org/tdreyno/middleman)
[![Dependency Status](https://gemnasium.com/tdreyno/middleman.png?travis)](https://gemnasium.com/tdreyno/middleman)
[![Build Status](http://travis-ci.org/middleman/middleman.png)](http://travis-ci.org/middleman/middleman)
[![Dependency Status](https://gemnasium.com/middleman/middleman.png?travis)](https://gemnasium.com/middleman/middleman)
# How to Run Cucumber Tests
1. Checkout Repository: `git clone https://tdreyno@github.com/tdreyno/middleman.git`
1. Checkout Repository: `git clone https://tdreyno@github.com/middleman/middleman.git`
2. Install Bundler: `gem install bundler`
3. Run `bundle` inside the project root to install the gem dependencies.
4. Run test cases: `bundle exec rake test`
@ -90,4 +90,4 @@ The best way to get quick responses to your issues and swift fixes to your bugs
Copyright (c) 2010 Thomas Reynolds. MIT Licensed, see [LICENSE] for details.
[RubyInstaller]: http://rubyinstaller.org/
[LICENSE]: https://github.com/tdreyno/middleman/blob/master/LICENSE
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE