jsongraph
Version:
powerful minimalist graph/dataflow programming based on jsonschema references (nodejs/coffeescript)
27 lines (24 loc) • 1.19 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<head>
<title>Your title</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF8" />
<meta http-equiv="Content-Language" content="nl" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="publisher" content="Your title" />
<meta name="copyright" content="Copyright © Your title.org & Mannetje Development 2010" />
<link rel="stylesheet" type="text/css" href="/yourstyleesheet.css" />
</head>
<body>
<script type="text/javascript" src="../jsongraph.min.js"></script>
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript" src="register.js"></script>
<script type="text/javascript" src="functional.js"></script>
<script type="text/javascript" src="processnodes.js"></script>
<script type="text/javascript" src="filters.js"></script>
<script type="text/javascript" src="expressions.js"></script>
</body>
</html>