mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
possibly broken support for lorem generator
This commit is contained in:
parent
835a0d8a3e
commit
a99c5f13dc
4 changed files with 111 additions and 3 deletions
|
@ -10,6 +10,7 @@ module Middleman::Features
|
||||||
autoload :Slickmap, "middleman/features/slickmap"
|
autoload :Slickmap, "middleman/features/slickmap"
|
||||||
autoload :SmushPNGs, "middleman/features/smush_pngs"
|
autoload :SmushPNGs, "middleman/features/smush_pngs"
|
||||||
autoload :CodeRay, "middleman/features/code_ray"
|
autoload :CodeRay, "middleman/features/code_ray"
|
||||||
|
autoload :Lorem, "middleman/features/lorem"
|
||||||
# autoload :LiveReload, "middleman/features/live_reload"
|
# autoload :LiveReload, "middleman/features/live_reload"
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
|
@ -33,4 +34,4 @@ module Middleman::Features
|
||||||
super(feature_name)
|
super(feature_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
104
lib/middleman/features/lorem.rb
Normal file
104
lib/middleman/features/lorem.rb
Normal file
|
@ -0,0 +1,104 @@
|
||||||
|
module Middleman::Features::Lorem
|
||||||
|
class << self
|
||||||
|
def registered(app)
|
||||||
|
app.helpers Middleman::Features::Lorem::Helpers
|
||||||
|
end
|
||||||
|
alias :included :registered
|
||||||
|
end
|
||||||
|
|
||||||
|
module Helpers
|
||||||
|
def lorem
|
||||||
|
@@lorem ||= Middleman::Features::Lorem::LoremObject.new
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# Adapted from Frank:
|
||||||
|
# https://github.com/blahed/frank/
|
||||||
|
class LoremObject
|
||||||
|
WORDS = %w(alias consequatur aut perferendis sit voluptatem accusantium doloremque aperiam eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo aspernatur aut odit aut fugit sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt neque dolorem ipsum quia dolor sit amet consectetur adipisci velit sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem ut enim ad minima veniam quis nostrum exercitationem ullam corporis nemo enim ipsam voluptatem quia voluptas sit suscipit laboriosam nisi ut aliquid ex ea commodi consequatur quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae et iusto odio dignissimos ducimus qui blanditiis praesentium laudantium totam rem voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident sed ut perspiciatis unde omnis iste natus error similique sunt in culpa qui officia deserunt mollitia animi id est laborum et dolorum fuga et harum quidem rerum facilis est et expedita distinctio nam libero tempore cum soluta nobis est eligendi optio cumque nihil impedit quo porro quisquam est qui minus id quod maxime placeat facere possimus omnis voluptas assumenda est omnis dolor repellendus temporibus autem quibusdam et aut consequatur vel illum qui dolorem eum fugiat quo voluptas nulla pariatur at vero eos et accusamus officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae itaque earum rerum hic tenetur a sapiente delectus ut aut reiciendis voluptatibus maiores doloribus asperiores repellat)
|
||||||
|
|
||||||
|
def word
|
||||||
|
words(1)
|
||||||
|
end
|
||||||
|
|
||||||
|
def words(total)
|
||||||
|
(1..total).map do
|
||||||
|
randm(WORDS)
|
||||||
|
end.join(' ')
|
||||||
|
end
|
||||||
|
|
||||||
|
def sentence
|
||||||
|
sentences(1)
|
||||||
|
end
|
||||||
|
|
||||||
|
def sentences(total)
|
||||||
|
(1..total).map do
|
||||||
|
words(randm(4..15)).capitalize
|
||||||
|
end.join('. ')
|
||||||
|
end
|
||||||
|
|
||||||
|
def paragraph
|
||||||
|
paragraphs(1)
|
||||||
|
end
|
||||||
|
|
||||||
|
def paragraphs(total)
|
||||||
|
(1..total).map do
|
||||||
|
sentences(randm(3..7), replacement).capitalize
|
||||||
|
end.join("\n\n")
|
||||||
|
end
|
||||||
|
|
||||||
|
def date(fmt = '%a %b %d, %Y')
|
||||||
|
y = rand(20) + 1990
|
||||||
|
m = rand(12) + 1
|
||||||
|
d = rand(31) + 1
|
||||||
|
Time.local(y,m,d).strftime(fmt)
|
||||||
|
end
|
||||||
|
|
||||||
|
def name
|
||||||
|
"#{first_name} #{last_name}"
|
||||||
|
end
|
||||||
|
|
||||||
|
def first_name
|
||||||
|
names = "Judith Angelo Margarita Kerry Elaine Lorenzo Justice Doris Raul Liliana Kerry Elise Ciaran Johnny Moses Davion Penny Mohammed Harvey Sheryl Hudson Brendan Brooklynn Denis Sadie Trisha Jacquelyn Virgil Cindy Alexa Marianne Giselle Casey Alondra Angela Katherine Skyler Kyleigh Carly Abel Adrianna Luis Dominick Eoin Noel Ciara Roberto Skylar Brock Earl Dwayne Jackie Hamish Sienna Nolan Daren Jean Shirley Connor Geraldine Niall Kristi Monty Yvonne Tammie Zachariah Fatima Ruby Nadia Anahi Calum Peggy Alfredo Marybeth Bonnie Gordon Cara John Staci Samuel Carmen Rylee Yehudi Colm Beth Dulce Darius inley Javon Jason Perla Wayne Laila Kaleigh Maggie Don Quinn Collin Aniya Zoe Isabel Clint Leland Esmeralda Emma Madeline Byron Courtney Vanessa Terry Antoinette George Constance Preston Rolando Caleb Kenneth Lynette Carley Francesca Johnnie Jordyn Arturo Camila Skye Guy Ana Kaylin Nia Colton Bart Brendon Alvin Daryl Dirk Mya Pete Joann Uriel Alonzo Agnes Chris Alyson Paola Dora Elias Allen Jackie Eric Bonita Kelvin Emiliano Ashton Kyra Kailey Sonja Alberto Ty Summer Brayden Lori Kelly Tomas Joey Billie Katie Stephanie Danielle Alexis Jamal Kieran Lucinda Eliza Allyson Melinda Alma Piper Deana Harriet Bryce Eli Jadyn Rogelio Orlaith Janet Randal Toby Carla Lorie Caitlyn Annika Isabelle inn Ewan Maisie Michelle Grady Ida Reid Emely Tricia Beau Reese Vance Dalton Lexi Rafael Makenzie Mitzi Clinton Xena Angelina Kendrick Leslie Teddy Jerald Noelle Neil Marsha Gayle Omar Abigail Alexandra Phil Andre Billy Brenden Bianca Jared Gretchen Patrick Antonio Josephine Kyla Manuel Freya Kellie Tonia Jamie Sydney Andres Ruben Harrison Hector Clyde Wendell Kaden Ian Tracy Cathleen Shawn".split(" ")
|
||||||
|
names[rand(names.size)]
|
||||||
|
end
|
||||||
|
|
||||||
|
def last_name
|
||||||
|
names = "Chung Chen Melton Hill Puckett Song Hamilton Bender Wagner McLaughlin McNamara Raynor Moon Woodard Desai Wallace Lawrence Griffin Dougherty Powers May Steele Teague Vick Gallagher Solomon Walsh Monroe Connolly Hawkins Middleton Goldstein Watts Johnston Weeks Wilkerson Barton Walton Hall Ross Chung Bender Woods Mangum Joseph Rosenthal Bowden Barton Underwood Jones Baker Merritt Cross Cooper Holmes Sharpe Morgan Hoyle Allen Rich Rich Grant Proctor Diaz Graham Watkins Hinton Marsh Hewitt Branch Walton O'Brien Case Watts Christensen Parks Hardin Lucas Eason Davidson Whitehead Rose Sparks Moore Pearson Rodgers Graves Scarborough Sutton Sinclair Bowman Olsen Love McLean Christian Lamb James Chandler Stout Cowan Golden Bowling Beasley Clapp Abrams Tilley Morse Boykin Sumner Cassidy Davidson Heath Blanchard McAllister McKenzie Byrne Schroeder Griffin Gross Perkins Robertson Palmer Brady Rowe Zhang Hodge Li Bowling Justice Glass Willis Hester Floyd Graves Fischer Norman Chan Hunt Byrd Lane Kaplan Heller May Jennings Hanna Locklear Holloway Jones Glover Vick O'Donnell Goldman McKenna Starr Stone McClure Watson Monroe Abbott Singer Hall Farrell Lucas Norman Atkins Monroe Robertson Sykes Reid Chandler Finch Hobbs Adkins Kinney Whitaker Alexander Conner Waters Becker Rollins Love Adkins Black Fox Hatcher Wu Lloyd Joyce Welch Matthews Chappell MacDonald Kane Butler Pickett Bowman Barton Kennedy Branch Thornton McNeill Weinstein Middleton Moss Lucas Rich Carlton Brady Schultz Nichols Harvey Stevenson Houston Dunn West O'Brien Barr Snyder Cain Heath Boswell Olsen Pittman Weiner Petersen Davis Coleman Terrell Norman Burch Weiner Parrott Henry Gray Chang McLean Eason Weeks Siegel Puckett Heath Hoyle Garrett Neal Baker Goldman Shaffer Choi Carver".split(" ")
|
||||||
|
names[rand(names.size)]
|
||||||
|
end
|
||||||
|
|
||||||
|
def email
|
||||||
|
delimiters = [ '_', '-', '' ]
|
||||||
|
domains = %w(gmail.com yahoo.com hotmail.com email.com live.com me.com mac.com aol.com fastmail.com mail.com)
|
||||||
|
username = name.gsub(/[^\w]/, delimiters[rand(delimiters.size)])
|
||||||
|
"#{username}@#{domains[rand(domains.size)]}".downcase
|
||||||
|
end
|
||||||
|
|
||||||
|
def image(size, options={})
|
||||||
|
src = "http://placehold.it/#{size}"
|
||||||
|
hex = %w[a b c d e f 0 1 2 3 4 5 6 7 8 9]
|
||||||
|
background_color = options[:background_color]
|
||||||
|
color = options[:color]
|
||||||
|
|
||||||
|
if options[:random_color]
|
||||||
|
background_color = hex.shuffle[0...6].join
|
||||||
|
color = hex.shuffle[0...6].join
|
||||||
|
end
|
||||||
|
|
||||||
|
src << "/#{background_color.sub(/^#/, '')}" if background_color
|
||||||
|
src << "/ccc" if background_color.nil? && color
|
||||||
|
src << "/#{color.sub(/^#/, '')}" if color
|
||||||
|
src << "&text=#{Rack::Utils::escape(options[:text])}" if options[:text]
|
||||||
|
|
||||||
|
src
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def randm(range)
|
||||||
|
a = range.to_a
|
||||||
|
a[rand(a.length)]
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -40,6 +40,9 @@ module Middleman
|
||||||
# Activate built-in helpers
|
# Activate built-in helpers
|
||||||
register Middleman::Features::DefaultHelpers
|
register Middleman::Features::DefaultHelpers
|
||||||
|
|
||||||
|
# Activate Lorem helpers
|
||||||
|
register Middleman::Features::Lorem
|
||||||
|
|
||||||
# Tilt-aware renderer
|
# Tilt-aware renderer
|
||||||
register Padrino::Rendering
|
register Padrino::Rendering
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@ Gem::Specification.new do |s|
|
||||||
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
|
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
|
||||||
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
|
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
|
||||||
s.add_runtime_dependency("haml", ["~> 3.0"])
|
s.add_runtime_dependency("haml", ["~> 3.0"])
|
||||||
s.add_runtime_dependency("sass", ["3.1.0.alpha.214"])
|
s.add_runtime_dependency("sass", ["3.1.0.alpha.218"])
|
||||||
s.add_runtime_dependency("compass", ["0.11.0.beta.0"])
|
s.add_runtime_dependency("compass", ["0.11.beta.1"])
|
||||||
s.add_runtime_dependency("json_pure", ["~> 1.4.0"])
|
s.add_runtime_dependency("json_pure", ["~> 1.4.0"])
|
||||||
s.add_runtime_dependency("smusher", ["~> 0.4.5"])
|
s.add_runtime_dependency("smusher", ["~> 0.4.5"])
|
||||||
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])
|
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])
|
||||||
|
|
Loading…
Reference in a new issue