-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (91 loc) · 4.08 KB
/
index.html
File metadata and controls
100 lines (91 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>The library of development for editors</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1618866-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div class="inner">
<h1>editors</h1>
<h2></h2>
<a href="https://github.com/typista/editors" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>editorsプロジェクトとは?</h2>
<p>このリポジトリでは「editors」で利用するライブラリを開発&公開していきます。<br />
<br />
現在、サービスそのもののリファクタリング中のため、editorsで利用している機能をなるべく単体で切り出していく予定です。<br />
<br />
先人の知恵にたくさんの恩恵を得ていますので、極力ライセンスには留意していきますが、もし不備や誤解釈などがありましたら、ご指摘いただけますと幸いです。<br />
<br />
サービス紹介<br />
<a href="http://editor-s.jp/">誰でも簡単に雑誌が作れるサービス editors</a>
</p>
<h2>公開ライブラリ</h2>
<dl>
<dt><a href="editors/demo/cdnLoader/">cdnLoader.js</a></dt>
<dd>外部スクリプト(JSやCSS)の参照元に複数のCDNを指定可能なライブラリ。</dd>
</dl>
<dl>
<dt><a href="editors/demo/strict-ios/">jquery.strict-ios.js</a></dt>
<dd>iOS Safariかどうかをなるべく厳密に判定し、アドレスバーの非表示等の基本となるViewを設定するjQueryプラグイン。</dd>
</dl>
<dl>
<dt><a href="editors/demo/storage/">jquery.storage.js</a></dt>
<dd>WebStorageをcookieライクに利用可能なjQueryプラグイン。</dd>
</dl>
<dl>
<dt><a href="editors/demo/flyoutmenu/">jquery.flyoutmenu.js</a></dt>
<dd>Pathにインスパイアされて考案したメニュー表示用のjQueryプラグイン。</dd>
</dl>
</section>
<aside id="sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9711650413771317";
/* gh-pages-ractangle */
google_ad_slot = "3704888840";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<a href="https://github.com/typista/editors/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/typista/editors/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/typista/editors"></a> is maintained by <a href="https://github.com/typista">typista</a>.</p>
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>