-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
page for our oss contributions #10
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
b3dcd53
first round for our oss contributions
1126291
Update 2013-12-20-oss-contributions.md
6a48330
Adding some contributions and projects
fdubost 85aa48e
Typo
fdubost b047803
Merge branch 'master' into post/oss-contributions
9b6606a
Merge branch 'post/oss-contributions' of github.com:M6Web/m6web.githu…
5f87c05
refactoring on a page like suggested
a46519b
typo
7c06a68
Add: PR 56 sur AtoumBundle
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,22 +14,22 @@ owner: | |
avatar: bio-photo.jpg | ||
email: [email protected] | ||
# Social networking links used in footer. Update and remove as you like. | ||
twitter: techM6Web | ||
facebook: techM6Web | ||
github: M6Web | ||
stackexchange: | ||
linkedin: | ||
instagram: | ||
flickr: | ||
tumblr: | ||
twitter: techM6Web | ||
facebook: techM6Web | ||
github: M6Web | ||
stackexchange: | ||
linkedin: | ||
instagram: | ||
flickr: | ||
tumblr: | ||
# For Google Authorship https://plus.google.com/authorship | ||
google_plus: | ||
google_plus: | ||
|
||
# Analytics and webmaster tools stuff goes here | ||
google_analytics: UA-32126501-1 | ||
google_verify: | ||
google_verify: | ||
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here | ||
bing_verify: | ||
bing_verify: | ||
|
||
# Links to include in top navigation | ||
# For external links add external: true | ||
|
@@ -38,6 +38,8 @@ links: | |
url: / | ||
- title: About | ||
url: /about | ||
- title: OSS | ||
url: /oss | ||
- title: Tags | ||
url: /tags.html | ||
# - title: Theme Setup | ||
|
@@ -67,7 +69,7 @@ kramdown: | |
use_coderay: false | ||
|
||
coderay: | ||
coderay_line_numbers: | ||
coderay_line_numbers: | ||
coderay_line_numbers_start: 1 | ||
coderay_tab_width: 4 | ||
coderay_bold_every: 10 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
layout: page | ||
permalink: /oss/index.html | ||
title: Open Source contributions | ||
tags: [open source, oss] | ||
modified: 2013-12-09 | ||
image: | ||
feature: opensource.png | ||
credit: opensourceway | ||
creditlink: http://www.flickr.com/photos/opensourceway/ | ||
--- | ||
|
||
# Open source | ||
|
||
At M6web we strongly believe in open source. We pushing our team to publish their work and asking the same for our contractors. | ||
|
||
We use open source on day basis. For production servers or on our workstations. Contributing to open source is a simple and ethical way to give back to all the people contributing too. | ||
|
||
# Projects | ||
|
||
Here some projects open sourced : | ||
|
||
* [M6Web/coke](https://github.com/M6Web/Coke) Coke is a Shell/Bash command using PHP Code Sniffer allowing rules management per project. | ||
* [M6Web/GitHubEnterpriseArchive](https://github.com/M6Web/GitHubEnterpriseArchive) Archive and graph your GithubEnterprise timeline | ||
* [M6Web/JenkinsLight](https://github.com/M6Web/JenkinsLight) A build monitoring tool (buildwall) that allows you to quickly detect failing projects for Jenkins. | ||
* [M6Web/JenkinsTerminalColors](https://github.com/M6Web/JenkinsTerminalColors) JenkinsTerminalColors is a very lightweight Chrome extension that provides terminal colors in all console panels of Jenkins. It uses black Solarized theme. | ||
* [M6Web/VigoJS](https://github.com/M6Web/VigoJS) VigoJS is a (small) Javascript tool using CasperJS and PhantomJS to make easily functional tests on web applications | ||
|
||
# Bundle and libs | ||
|
||
* [M6Web/StatsdBundle](https://github.com/M6Web/StatsdBundle) Symfony2 Bundle easing the statsd usage | ||
* [M6Web/Firewall](https://github.com/M6Web/Firewall) and [M6Web/FireWallBundle](https://github.com/M6Web/FirewallBundle) Symfony2 bundle providing IP filtering features for your Symfony 2 applications. | ||
* [M6Web/Redis](https://github.com/M6Web/Redis) PHP component used to access Redis throught predis | ||
* [M6Web/RedisMock](https://github.com/M6Web/RedisMock) A simple PHP Redis mock | ||
* [M6Web/websocket-bench](https://github.com/M6Web/websocket-bench) Nodejs cli tool for benchmark web socket server, currently support (socket.io, faye) | ||
* [M6Web/roboxt](https://github.com/M6Web/roboxt) PHP lib parsing a robots.txt | ||
* [M6Web/behat-seo-extension](https://github.com/M6Web/behat-seo-extension) behat extension provinding specific features for testing the SEO of a website | ||
|
||
# Contribution to free projects | ||
|
||
|
||
Throught github we participated to the improvement (we hope so) of many open source projects : | ||
|
||
* [composer/satis](https://github.com/composer/satis) : [#101](https://github.com/composer/satis/pull/101) - [#60](https://github.com/composer/satis/pull/60) | ||
* [composer/composer](https://github.com/composer/composer) - [#2434](https://github.com/composer/composer/pull/2434) - [#2446](https://github.com/composer/composer/pull/2446) - [#2482](https://github.com/composer/composer/pull/2482) | ||
* [atoum/AtoumBundle](https://github.com/atoum/AtoumBundle) : [#16](https://github.com/atoum/AtoumBundle/pull/16) - [#27](https://github.com/atoum/AtoumBundle/pull/27) - [#34](https://github.com/atoum/AtoumBundle/pull/34) - [#35](https://github.com/atoum/AtoumBundle/pull/35) - [#44](https://github.com/atoum/AtoumBundle/pull/44) - [#47](https://github.com/atoum/AtoumBundle/pull/47) - [#48](https://github.com/atoum/AtoumBundle/pull/48) - [#52](https://github.com/atoum/AtoumBundle/pull/52) - [#53](https://github.com/atoum/AtoumBundle/pull/53) - [#56](https://github.com/atoum/AtoumBundle/pull/56) | ||
* [atoum/atoum](https://github.com/atoum/atoum) : [#200](https://github.com/atoum/atoum/pull/200) - [#210](https://github.com/atoum/atoum/pull/210) | ||
* [doctrine/DoctrineBundle](https://github.com/doctrine/DoctrineBundle) - [#159](https://github.com/doctrine/DoctrineBundle/pull/159) | ||
* [liip/LiipImagineBundle](https://github.com/liip/LiipImagineBundle) : [#274](https://github.com/liip/LiipImagineBundle/pull/274) | ||
* [n1k0/casperjs](https://github.com/n1k0/casperjs) : [#605](https://github.com/n1k0/casperjs/pull/605) | ||
* [naderman/composer-aws](https://github.com/naderman/composer-aws/) : [#4](https://github.com/naderman/composer-aws/pull/4) - [#5](https://github.com/naderman/composer-aws/pull/5) | ||
* [nelmio/NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) : [#157](https://github.com/nelmio/NelmioApiDocBundle/pull/157) - [#253](https://github.com/nelmio/NelmioApiDocBundle/pull/253) - | ||
[#256](https://github.com/nelmio/NelmioApiDocBundle/pull/256) - [#258](https://github.com/nelmio/NelmioApiDocBundle/pull/258) - [#277](https://github.com/nelmio/NelmioApiDocBundle/pull/277) | ||
* [willdurand/BazingaHateoasBundle](https://github.com/willdurand/BazingaHateoasBundle) : [#9](https://github.com/willdurand/BazingaHateoasBundle/pull/9) | ||
|
||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"on a daily basis"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigé directement sur master. Merci