-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.html
112 lines (85 loc) · 4.86 KB
/
index.html
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
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>inputEx - a field framework for web applications</title>
<link rel="alternate" type="application/rss+xml" title="neyric’s Javascript RSS Feed" href="http://javascript.neyric.com/blog/feed/" />
<link rel="pingback" href="http://javascript.neyric.com/blog/xmlrpc.php" />
<link href="res/style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='headbar'>
<ul id="navigation">
<li><a href="http://javascript.neyric.com/inputex">Home</a></li>
<li><a href="http://github.com/neyric/inputex/">GitHub[Git]</a></li>
<li><a href="http://neyric.lighthouseapp.com/projects/25047-inputex/tickets?q=all">Issues</a></li>
<li><a href="doc/js_docs_out/index.html">API Documentation</a></li>
<li><a href="http://wiki.github.com/neyric/inputex">Wiki</a></li>
<li><a href="http://javascript.neyric.com/blog/category/inputex/">Blog</a>
<a href="http://javascript.neyric.com/blog/feed/"><img src="res/rss.png" border="0"/></a></li>
<li><a href="http://groups.google.com/group/inputex/">Forums</a></li>
</ul>
</div>
<center>
<table class="layout">
<tr>
<td class="left">
<p class="title">About</p>
<p> inputEx is a javascript framework to <strong>build fields and forms.</strong></p>
<p> It <strong>doesn't use html</strong> (it is the opposite of unobtrusive librairies): All the fields and forms are configured <strong>using <a href="http://json.org/">json</a></strong>. It provides a very efficient abstraction for building <strong>interactive web applications</strong>. For detailed informations, have a look at our <a href="doc/js_docs_out/index.html">complete documentation</a>.</p>
<p> It is built on top of the <a href="http://developer.yahoo.com/yui/">YUI library</a> (2.7.0) and currently supports Firefox 1.5+, Safari 2.0+, IE 7.0+, Chrome 0.2+ and Opera 9+. Please report your specific browser issues in <a href="http://groups.google.com/group/inputex/">the forum</a>.</p>
<p class="title">Examples</p>
<ul class="starlist">
<li><a href="examples.html" style="font-size:18px">List of all Examples</a></li>
</ul>
<p>We also created some a tool to generate inputEx forms :</p>
<ul class="starlist">
<li><a href="builder.html" style="font-size:18px">The inputEx Builder</a></li>
</ul>
</td>
<!-- Right Column -->
<td class="right">
<!-- Updates changeset -->
<p class="title">Download</p>
<p style="text-align:center;font-weight:bold; font-size:15px;background-color:#EEEEEE;-moz-border-radius: 10px; padding: 5px;-webkit-border-radius: 10px;"><a href="http://cloud.github.com/downloads/neyric/inputex/inputex-0.2.2.zip">Download inputex 0.2.2</a><br/><span style="font-size: 70%; font-weight: normal;">(inputex-0.2.2.zip - 3.4MB - March, 6th 2009 - <a href="version.txt">changeset</a>)</span></p>
<!-- License -->
<p>inputEx is released under the <a href="license.txt">MIT License</a>.</p>
<p>Clone from <a href="http://github.com/neyric/inputex/">GitHub</a>: <span style="font-size: 80%;">git clone git://github.com/neyric/inputex.git</span></p>
<!-- Documentation -->
<p class="title">Documentation</p>
<p>Here are some <b>starting points</b> for our documentation :</p>
<ul class="starlist">
<li><a href="doc/js_docs_out/index.html">API documentation</a></li>
<li><a href="doc/js_docs_out/getting_started.html">Getting started</a> - 5 minutes tutorial</li>
<li><a href="doc/js_docs_out/overview.html">Overview</a> - a quick tour of inputEx</li>
<li><a href="http://wiki.github.com/neyric/inputex">Wiki</a></li>
</ul>
<br /><br />
<img src='http://www.twitter.com/favicon.ico' alt="twitter" /> Follow <a href="http://twitter.com/inputex">inputEx on Twitter</a>.
</td>
</tr>
</table>
<!-- Yahoo Pipes badges for blog and forums-->
<table class="layout">
<tr>
<td class="left">
<p class="title">Community</p>
<script src="http://pipes.yahoo.com/js/listbadge.js">{"pipe_id":"GlaqLSao3RGnzLcb_w6H4A","_btype":"list"}</script>
</td>
<td class="right">
<p class="title"> </p>
<script src="http://pipes.yahoo.com/js/listbadge.js">{"pipe_id":"MLjSkiWo3RGCrSpGBR50VA","_btype":"list"}</script>
</td>
</tr>
</table>
<p style="font-size: 8pt;">Copyright (c) 2007-2009 <a href="http://javascript.neyric.com/">Eric Abouaf</a> - <a href="res/inputEx-doap.xml">XML doap file for this project</a></p>
</center>
<script type="text/javascript">
document.write(unescape("%3Cscript src='http://www.google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-567557-2");
pageTracker._trackPageview();
</script>
</body>
</html>