mockuper 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,53 @@
1
+ {
2
+ "people": [
3
+ "Kristina Chung",
4
+ "Paige Chen",
5
+ "Sherri Melton",
6
+ "Gretchen Hill",
7
+ "Karen Puckett",
8
+ "Patrick Song",
9
+ "Elsie Hamilton",
10
+ "Hazel Bender",
11
+ "Malcolm Wagner",
12
+ "Dolores McLaughlin",
13
+ "Francis McNamara",
14
+ "Sandy Raynor",
15
+ "Marion Moon",
16
+ "Beth Woodard",
17
+ "Julia Desai",
18
+ "Jerome Wallace",
19
+ "Neal Lawrence",
20
+ "Jean Griffin",
21
+ "Kristine Dougherty",
22
+ "Crystal Powers",
23
+ "Alex May",
24
+ "Eric Steele",
25
+ "Wesley Teague",
26
+ "Franklin Vick",
27
+ "Claire Gallagher",
28
+ "Marian Solomon",
29
+ "Dwight Monroe",
30
+ "Wayne Connolly",
31
+ "Stephanie Hawkins",
32
+ "Neal Middleton",
33
+ "Gretchen Goldstein",
34
+ "Tim Watts",
35
+ "Jerome Johnston",
36
+ "Shelley Weeks",
37
+ "Priscilla Wilkerson",
38
+ "Elsie Barton",
39
+ "Beth Walton",
40
+ "Erica Hall",
41
+ "Douglas Ross",
42
+ "Donald Chung",
43
+ "Katherine Bender",
44
+ "Paul Woods",
45
+ "Patricia Mangum",
46
+ "Lois Joseph",
47
+ "Louis Rosenthal",
48
+ "Christina Bowden",
49
+ "Darlene Barton",
50
+ "Harvey Underwood",
51
+ "William Jones"
52
+ ]
53
+ }
@@ -0,0 +1,4 @@
1
+ <ul>
2
+ <li>bla</li>
3
+ <li>bli</li>
4
+ </ul>
@@ -0,0 +1,15 @@
1
+ class Mockuper
2
+ require "fileutils"
3
+ def self.create_source(name, defaults_dir)
4
+ FileUtils.cp_r(defaults_dir, name)
5
+ end
6
+
7
+ def self.add_template(source_path, template, templates_dir)
8
+ begin
9
+ FileUtils.cp("#{templates_dir}/#{template}.html", source_path)
10
+ rescue
11
+ puts "you must type a valid mockup path"
12
+ end
13
+ end
14
+
15
+ end
@@ -0,0 +1,29 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header></header>
18
+ <div role="main" class="grid_12">
19
+ <p>CONTENT</p>
20
+ </div>
21
+ <div class="clear"></div>
22
+ <footer class="grid_12">
23
+ <p>FOOTER</p>
24
+ </footer>
25
+ </div>
26
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
27
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
28
+ </body>
29
+ </html>
@@ -0,0 +1,29 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="c-rb">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header></header>
18
+ <div role="main" class="grid_7">
19
+ <p>CONTENT</p>
20
+ </div>
21
+ <div class="grid_5">
22
+ <p>SIDEBAR</p>
23
+ </div>
24
+ <footer></footer>
25
+ </div>
26
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
27
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
28
+ </body>
29
+ </html>
@@ -0,0 +1,37 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-c-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div role="main">
22
+ <div class="grid_6">
23
+ <p>CONTENT</p>
24
+ </div>
25
+ <div class="grid_6">
26
+ <p>CONTENT</p>
27
+ </div>
28
+ </div>
29
+ <div class="clear"></div>
30
+ <footer class="grid_12">
31
+ <p>FOOTER</p>
32
+ </footer>
33
+ </div>
34
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
35
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
36
+ </body>
37
+ </html>
@@ -0,0 +1,31 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div role="main" class="grid_12">
21
+ <p>CONTENT</p>
22
+ </div>
23
+ <div class="clear"></div>
24
+ <footer class="grid_12">
25
+ <p>FOOTER</p>
26
+ </footer>
27
+ </div>
28
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
29
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
30
+ </body>
31
+ </html>
@@ -0,0 +1,36 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-c-rb-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div class="grid_7">
22
+ <div role="main">
23
+ <p>CONTENT</p>
24
+ </div>
25
+ <footer>
26
+ <p>FOOTER</p>
27
+ </footer>
28
+ </div>
29
+ <div class="grid_5">
30
+ <p>SIDEBAR</p>
31
+ </div>
32
+ </div>
33
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
34
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
35
+ </body>
36
+ </html>
@@ -0,0 +1,29 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-c">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div role="main" class="grid_12">
22
+ <p>CONTENT</p>
23
+ </div>
24
+ <footer></footer>
25
+ </div>
26
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
27
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
28
+ </body>
29
+ </html>
@@ -0,0 +1,35 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-clb-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div class="grid_5">
22
+ <p>SIDEBAR</p>
23
+ </div>
24
+ <div role="main" class="grid_7">
25
+ <p>CONTENT</p>
26
+ </div>
27
+ <div class="clear"></div>
28
+ <footer class="grid_12">
29
+ <p>FOOTER</p>
30
+ </footer>
31
+ </div>
32
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
33
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
34
+ </body>
35
+ </html>
@@ -0,0 +1,35 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-crb-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div role="main" class="grid_7">
22
+ <p>CONTENT</p>
23
+ </div>
24
+ <div class="grid_5">
25
+ <p>SIDEBAR</p>
26
+ </div>
27
+ <div class="clear"></div>
28
+ <footer class="grid_12">
29
+ <p>FOOTER</p>
30
+ </footer>
31
+ </div>
32
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
33
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
34
+ </body>
35
+ </html>
@@ -0,0 +1,36 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-lb-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div class="grid_5">
22
+ <p>SIDEBAR</p>
23
+ </div>
24
+ <div class="grid_7">
25
+ <div role="main">
26
+ <p>CONTENT</p>
27
+ </div>
28
+ <footer>
29
+ <p>FOOTER</p>
30
+ </footer>
31
+ </div>
32
+ </div>
33
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
34
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
35
+ </body>
36
+ </html>
@@ -0,0 +1,36 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="h-rb-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <header class="grid_12">
18
+ <p>HEADER</p>
19
+ </header>
20
+ <div class="clear"></div>
21
+ <div class="grid_7">
22
+ <div role="main">
23
+ <p>CONTENT</p>
24
+ </div>
25
+ <footer>
26
+ <p>FOOTER</p>
27
+ </footer>
28
+ </div>
29
+ <div class="grid_5">
30
+ <p>SIDEBAR</p>
31
+ </div>
32
+ </div>
33
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
34
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
35
+ </body>
36
+ </html>
@@ -0,0 +1,31 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="lb-c">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <div class="grid_5">
18
+ <p>SIDEBAR</p>
19
+ </div>
20
+ <div class="grid_7">
21
+ <header></header>
22
+ <div role="main">
23
+ <p>CONTENT</p>
24
+ </div>
25
+ <footer></footer>
26
+ </div>
27
+ </div>
28
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
29
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
30
+ </body>
31
+ </html>