diff --git a/_config.yml b/_config.yml index 33558a9e4..722c90432 100644 --- a/_config.yml +++ b/_config.yml @@ -14,22 +14,22 @@ owner: avatar: bio-photo.jpg email: opensource@m6web.fr # 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 diff --git a/images/opensource.png b/images/opensource.png new file mode 100644 index 000000000..b41a53ab4 Binary files /dev/null and b/images/opensource.png differ diff --git a/oss.md b/oss.md new file mode 100644 index 000000000..3796150fb --- /dev/null +++ b/oss.md @@ -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) + + +