Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
54f19ff
Initial commit for friendsofcake.com.
chrisvogt Apr 18, 2015
fb640ec
Bring in more Friends Of Cake projects.
chrisvogt Apr 18, 2015
7cdc0ca
Merge pull request #2 from chrisvogt/add_projects
chrisvogt Apr 18, 2015
5b4857e
Fixes the jumbotron styles and resolves #1.
chrisvogt Apr 20, 2015
437ad75
Merge pull request #3 from chrisvogt/01_jumbotron_firefox
chrisvogt Apr 20, 2015
5657caf
Begins to add Jekyll: add config file, begin to setup default layout,…
chrisvogt Apr 20, 2015
5e1aae0
Adds Travis config file.
chrisvogt Apr 20, 2015
8044d65
Merge pull request #4 from chrisvogt/use_jekyll
chrisvogt Apr 20, 2015
77748e5
Added Gitter badge
gitter-badger Apr 20, 2015
c02c260
Merge pull request #5 from gitter-badger/gitter-badge
chrisvogt Apr 20, 2015
2267881
Add Travis badge and update dev notes.
chrisvogt Apr 20, 2015
115a2af
Update Travis config.
chrisvogt Apr 20, 2015
da8de1b
Strip legacy assets.
chrisvogt Apr 21, 2015
cf154c5
Merge branch 'foc/master'
chrisvogt Apr 21, 2015
13db8cd
Rename pages to match convention.
chrisvogt Apr 21, 2015
9697a3b
Prepare and connect migrations and requirements pages.
chrisvogt Apr 21, 2015
be4b34b
Fixes toggle icon in header.
chrisvogt Apr 21, 2015
ab75b36
Update readme text and screenshot.
chrisvogt Apr 21, 2015
914935d
Bring in all components. Sync to develop at v2.0.0.
chrisvogt Apr 21, 2015
28a6276
Add body class and reduce size of header on pages.
chrisvogt Apr 21, 2015
f49ae16
Comb through document making edits and checking links.
chrisvogt Apr 21, 2015
1011772
Merge branch 'enhancement/stylistic'
chrisvogt Apr 21, 2015
84bcdca
Edits to the migrations guide and requirements. Adds hyperlinks where…
chrisvogt Apr 21, 2015
8e0f8e7
Adjusts featurettes pane border styles.
chrisvogt Apr 21, 2015
b4c95c6
Merge pull request #1 from chrisvogt/enhancement/proofread
chrisvogt Apr 21, 2015
7f39f83
Merge branch 'develop'
chrisvogt Apr 21, 2015
287bc85
Breaks template apart into includes and also updates the jumbotron im…
chrisvogt Apr 24, 2015
54d490f
Adjusts the styles for the featurette pane removing the .well class a…
chrisvogt Apr 24, 2015
43bc2db
Update project box styles.
chrisvogt Apr 24, 2015
8158bcb
Move Project data to datafile.
chrisvogt Apr 24, 2015
51ced9c
Begin to move projects into a Liquid loop.
chrisvogt Apr 24, 2015
9ec5663
Strip vendor script.
chrisvogt Apr 24, 2015
beaf270
Work projects data into Bootsnipp 'Minimal Preview Thumbnails' elemen…
chrisvogt Apr 24, 2015
421c805
Style home page project boxes.
chrisvogt Apr 24, 2015
4e82e80
Merge pull request #2 from chrisvogt/feature/style-flat
chrisvogt Apr 24, 2015
5ab2906
Remove vendor lib folder which was accidentally checked in.
chrisvogt Apr 24, 2015
ebb3483
Update project readme, add Code Climate badge, remote Gitter badge, u…
chrisvogt Apr 24, 2015
6f240ca
Add back directory. This should be resolved now, and the normal deve…
chrisvogt Apr 24, 2015
ea23bbc
Update dev notes in project readme.
chrisvogt Apr 24, 2015
ea655f6
Merge branch 'develop'
chrisvogt Apr 24, 2015
0abe99a
Move Get In Touch section to sidebar for all pages.
chrisvogt Apr 24, 2015
70c1e2b
Merge branch 'develop'
chrisvogt Apr 24, 2015
90b5df7
Update Travis badge.
chrisvogt Apr 24, 2015
a3392aa
Merge branch 'develop'
chrisvogt Apr 24, 2015
6e5be4c
Add license and badge.
chrisvogt Apr 25, 2015
8b891e0
Add made with Jekyll logo.
chrisvogt Apr 25, 2015
5c6f0a5
Merge branch 'develop'
chrisvogt Apr 25, 2015
84d9c58
Add logo to readme.
chrisvogt Apr 25, 2015
0b9f7a1
Merge branch 'develop'
chrisvogt Apr 25, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "components/"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site/
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: ruby
rvm:
- 2.1

cache: bundler

branches:
only:
- gh-pages # test the gh-pages branch

env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

install:
- gem install bundler

script:
- bundle install --jobs=3 --retry=3
- bundle exec jekyll build
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
friendsofcake.com
www.friendsofcake.com
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'github-pages'
gem 'jekyll'
127 changes: 127 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorator (0.1)
execjs (2.5.2)
fast-stemmer (1.0.2)
ffi (1.9.8)
gemoji (2.1.0)
github-pages (34)
RedCloth (= 4.2.9)
github-pages-health-check (~> 0.2)
jekyll (= 2.4.0)
jekyll-coffeescript (= 1.0.1)
jekyll-mentions (= 0.2.1)
jekyll-redirect-from (= 0.6.2)
jekyll-sass-converter (= 1.2.0)
jekyll-sitemap (= 0.8.1)
jemoji (= 0.4.0)
kramdown (= 1.5.0)
liquid (= 2.6.1)
maruku (= 0.7.0)
mercenary (~> 0.3)
pygments.rb (= 0.6.1)
rdiscount (= 2.1.7)
redcarpet (= 3.1.2)
terminal-table (~> 1.4)
github-pages-health-check (0.3.0)
net-dns (~> 0.6)
public_suffix (~> 1.4)
hitimes (1.2.2)
html-pipeline (1.9.0)
activesupport (>= 2)
nokogiri (~> 1.4)
i18n (0.7.0)
jekyll (2.4.0)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.2.1)
jekyll-mentions (0.2.1)
html-pipeline (~> 1.9.0)
jekyll (~> 2.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.6.2)
jekyll (~> 2.0)
jekyll-sass-converter (1.2.0)
sass (~> 3.2)
jekyll-sitemap (0.8.1)
jekyll-watch (1.2.1)
listen (~> 2.7)
jemoji (0.4.0)
gemoji (~> 2.0)
html-pipeline (~> 1.9)
jekyll (~> 2.0)
json (1.8.2)
kramdown (1.5.0)
liquid (2.6.1)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
maruku (0.7.0)
mercenary (0.3.5)
mini_portile (0.6.2)
minitest (5.6.0)
net-dns (0.8.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
public_suffix (1.5.1)
pygments.rb (0.6.1)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdiscount (2.1.7)
redcarpet (3.1.2)
safe_yaml (1.0.4)
sass (3.4.13)
terminal-table (1.4.5)
thread_safe (0.3.5)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
github-pages
jekyll
40 changes: 21 additions & 19 deletions ...ons/cakefest-2013/scaling-cakephp/LICENSE → LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Copyright (C) 2013 Hakim El Hattab, http://hakim.se

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The MIT License

Copyright (c) 2013-2015 FriendsOfCake http://friendsofcake.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
56 changes: 0 additions & 56 deletions MIGRATION-GUIDE.md

This file was deleted.

40 changes: 0 additions & 40 deletions REQUIREMENTS.md

This file was deleted.

3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
paginate: 5
exclude:
- README.md
39 changes: 39 additions & 0 deletions _data/projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- name: CRUD
github: https://github.com/FriendsOfCake/crud
brief: CakePHP Application development on steroids - rapid prototyping & scaffolding with production ready code - JSON APIs and more.

- name: app-template
github: https://github.com/FriendsOfCake/app-template
brief: A CakePHP application skeleton for new projects. Pre-packaged with community-approved plug-ins.

- name: Authenticate
github: https://github.com/FriendsOfCake/Authenticate
brief: Plugin containing some authenticate classes for AuthComponent.

- name: Bootstrap UI
github: https://github.com/FriendsOfCake/bootstrap-ui
brief: Transparently use Twitter Bootstrap 3 with CakePHP 3.

- name: Travis
github: https://github.com/FriendsOfCake/travis
brief: Easy Travis integration for CakePHP plugins.

- name: Search
github: https://github.com/FriendsOfCake/search
brief: A search module for CakePHP applications.

- name: CakePdf
github: https://github.com/FriendsOfCake/CakePdf
brief: CakePHP plugin for creating and/or rendering PDFs, supporting several popular PDF engines.

- name: CSV View
github: https://github.com/FriendsOfCake/cakephp-csvview
brief: Plugin to quickly enable CSV output of your model data using a CSV View.

- name: Vagrant Chef
github: https://github.com/FriendsOfCake/vagrant-chef
brief: Vagrant Chef creates a Vagrant installation for CakePHP.

- name: Awesome CakePHP
github: https://github.com/FriendsOfCake/awesome-cakephp
brief: A curated list of amazingly awesome CakePHP plugins, resources and shiny things.
33 changes: 33 additions & 0 deletions _includes/featurettes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div class="pane pane-featurettes bg-grey">
<div class="container">
<div class="row">
{% if page.title == 'home' %}
<div class="col-md-4">
<div class="feat text-center">
<i class="fa fa-group fa-3x"></i>
<h3>Community</h3>
<p>Friends Of Cake is an awesome group of individuals working together to promote good standards in the CakePHP community and foster a team of friendly, supportive developers within the latter. </p>
</div>
</div>
<div class="col-md-4">
<div class="feat text-center">
<i class="fa fa-life-saver fa-3x"></i>
<h3>Commitment</h3>
<p>We're building a collection of CakePHP plugins actively maintained by Friends Of Cake contributors who commit to follow quality standards set forward in our <a href="requirements.html" title="Boarding Requirements">boarding requirements</a>. </p>
</div>
</div>
<div class="col-md-4">
<div class="feat text-center">
<i class="fa fa-user-plus fa-3x"></i>
<h3>Contribute</h3>
<p>Contributions like yours are our lifeblood. Have a plugin that would benefit the community? Once it meets the requirements, read the <a href="migrations.html" title="Migration Guide">migration guide</a> to learn how to prepare it for approval. </p>
</div>
</div>
{% else %}
<div class="col-md-4 col-md-offset-4 text-center">
<img src="img/FOC.png" width="100%" class="logo" alt="Friends Of Cake" />
</div>
{% endif %}
</div>
</div><!-- /.container -->
</div><!-- /.pane -->
Loading