Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
yay second first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jayroh committed Sep 19, 2011
0 parents commit a353584
Show file tree
Hide file tree
Showing 311 changed files with 21,824 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
.sass-cache
.DS_Store
tmp/restart.txt
tmp/cache/*
config/database.yml
tmp/sass-cache
public/assets
public/system
log/*
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "vendor/extensions/file_system_resources"]
path = vendor/extensions/file_system_resources
url = git://github.com/johnmuhl/radiant-file-system-resources-extension.git
[submodule "vendor/extensions/page_factory"]
path = vendor/extensions/page_factory
url = git://github.com/jayroh/radiant-page_factory-extension.git
554 changes: 554 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions CONTRIBUTORS.md
@@ -0,0 +1,244 @@
# Contributors

The following people have submitted changes which have been applied to the
core:

## Edge

* Jeff Casimir
* Mario Visic
* Mark Reginald James
* Andrew O'Brian
* Dirk Kelly
* Oriol Gual
* Petrik de Heus
* Gert Goet
* Jim Gay
* Josh French
* Andrew vonderLuft
* William Ross
* John Muhl

## 0.9.1 Refraction

* Jim Gay

## 0.9.0 Refraction

* Mario Visic
* Andrew Cates
* Janne Asmala
* Keith Bingman
* Dirk Kelly
* Anna billstrom
* William Ross
* M. Scott Ford
* Josh French
* Travis D. Warlick, Jr.
* Jason Garber
* Chris Ricca
* Jim Gay
* John Muhl
* Ben Morrow
* Sean Cribbs
* Brandon Mathis
* Daniel Beach
* Chris Parrish
* John Long

## 0.8.2 Lustery

* Jim Gay

## 0.8.1 Luster

* John Long
* Sean Cribbs
* Antonio Cangiano
* alexmek
* Jeremy Stephens
* John Muhl
* Alex Wallace
* Justin Blecher
* Kunal Shah
* Jim Gay
* Josh French

## 0.8.0 Asterism

* Michael Kessler
* David Cato
* Kunal Shah
* Brett McHargue
* Jim Gay
* Kunal Shah
* Matt Henry
* Rick DeNatale
* Jason Garber
* Pat Allan
* Josh French
* Brent Kroeker
* Sean Cribbs

## 0.7.2 Engravings

* Andrew vonderLuft

## 0.7.1 Engraving

* John Muhl
* Sean Cribbs

## 0.7.0 Intaglio

* Paul du Coudray
* Nikolay Karev
* August Lilleas
* Brandan Lennox
* Jeroen Janssen
* Erik Ostrom
* Nathaniel Talbott
* Yevgeny Smirnoff
* Sytse Sijbrandij
* Brian Landau
* Adam Williams
* Mark Imbriaco
* Rick DeNatale
* Clinton Nixon
* John Muhl
* Andrew O'Brien
* Joe Van Dyk
* Pat Allan
* Matt Henry
* Keith Bennett
* Thomas Ingram
* Josh French
* Jason Garber
* Mislav Marohnić
* Jim Gay
* Sean Cribbs

## 0.6.9 Etch

* Mark A. Yoon
* Jim Gay
* Sean Cribbs

## 0.6.8 Incise

* Andrew Neil
* Glenn Murray
* Tim Gossett
* John Muhl
* Josh French
* Jim Gay
* Alex Wayne
* Nick Plante
* Loren Johnson
* Sean Cribbs
* Thomas Watson Steen

## 0.6.7 Mordant

* John Long
* Josh French
* Sean Cribbs

## 0.6.6 Chiseled

* Josh French
* Sean Cribbs

## 0.6.5 Chisel

* Adam Keyes
* Marty Haught
* xtoddx
* skrat
* Michael Klett
* Matthew Elder
* Nick Plante
* ben
* jonleighton
* Josh French
* abstractioneer
* andreas
* Keeran Hawoldar
* Loren Johnson
* Benny Degezelle
* John Long
* Andrew O'Brien
* Bjørn Arild Mæland
* Mislav Marohnić
* Daniel Sheppard
* Sean Cribbs

## 0.6.4 Gem Shaper

* Andrew Neil
* zilkey
* Mark Gallop
* Bjørn Arild Mæland
* ana
* Bodhi Philpot
* jay@jay.fm
* Brian Skahan
* Mislav Marohnić
* Daniel Sheppard
* John Long
* Peter Berkenbosch
* Sean Cribbs

## 0.6.3 Rock Grinder

* oli
* Daniel Sheppard
* vitali
* tolbrino
* Sean Cribbs
* Earl Chew
* John Long

## 0.6.2 Jewel Carver

* Sean Cribbs
* Daniel Sheppard
* Keita

## 0.6.1 Stone Cutter

* Sean Cribbs
* Daniel Sheppard

## 0.6.0 Lapidary

* Alexander Horn
* Adam Williams
* Sean Santry
* Sean Cribbs
* Brian Gernhardt
* Bodhi Philpot
* Andrew Barnett
* Jesse Newland
* Josh Ferguson
* Daniel Sheppard
* Matte Edens
* Jacob Burkhart
* Chris Parrish

## 0.5.1 Gemdust

* Daniel Sheppard
* Paul Smith
* Bodhi Philpot

## 0.5.0 Grindstone

* Matt McCray
* Paul Smith
* Scott Walter
* Sven Lauer
* Tristan Boniver
* Chris Corriveau
* Ryan Platte
* Luis Lavena
61 changes: 61 additions & 0 deletions Gemfile
@@ -0,0 +1,61 @@
source :rubygems

# If you make any changes in this file, please run `bundle install`.
# If new versions of your installed gems are available, run `bundle update`

gem "radiant", '1.0.0.rc3'
gem "sass", '3.1.2'
gem "compass", '0.11.1'
gem "compass-susy-plugin", '0.9'
# gem "radiant-page_factory-extension", :path => "/Users/joel/Gems/radiant-page_factory-extension", :require => 'page_factory'

# alternatively, in development
# gem 'radiant', :path => '/path/to/radiant/root'

# SQLite is the default database connection but only suitable for local use
# gem "sqlite3", "~> 1.3.4"

# To use MySQL
gem "mysql", "~> 2.8.1"

# Postgres
# gem "pg", "~> 0.11.0"

# IBM DB2
# gem "db2", "~> 2.6.2"

# SQL Server
#gem 'tiny_tds'
#gem "activerecord-sqlserver-adapter", "~> 3.1.0"

# Language packs
# gem 'radiant-dutch_language_pack-extension', '~> 1.0.0'
# gem 'radiant-french_language_pack-extension', '~> 1.0.0'
# gem 'radiant-german_language_pack-extension', '~> 1.0.0'
# gem 'radiant-italian_language_pack-extension', '~> 1.0.0'
# gem 'radiant-japanese_language_pack-extension', '~> 1.0.0'
# gem 'radiant-russian_language_pack-extension', '~> 1.0.0'

# A standard gem extension
# gem 'radiant-example-extension', :version => '~> 1.0.0'

# Your own forked extension
# gem 'radiant-modified-extension', :git => 'git://github.com/your/fork.git'

# A local extension in development
# gem 'radiant-new-extension', :path => '/path/to/extension/root'

# Gems you would like to have in your development environment
group :development do
gem 'wirble'
end

# If you're running tests or specs
# group :test do
# gem "cucumber-rails", "~> 0.3.2"
# gem "database_cleaner", "~> 0.6.5"
# gem "webrat", "~> 0.7.3"
# gem "rspec-rails", "~> 1.3.3"
# gem "sqlite3", "~> 1.3.4"
# gem "ZenTest", "4.6.0"
# end

0 comments on commit a353584

Please sign in to comment.