index.html #1

  • //
  • guest/
  • christiane_renck/
  • mergequestjs/
  • main/
  • demos/
  • JointJS/
  • www/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (5 KB)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta property="fb:page_id" content="197406883610725" />

<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="build/joint.all.min.js" type="text/javascript"></script>
<script src="http://yandex.st/highlightjs/5.16/highlight.min.js"></script>
<script src="js/setup.js" type="text/javascript"></script>


<link href="css/reset.css" type="text/css" rel="stylesheet" />
<link href="css/grids.css" type="text/css" rel="stylesheet" />
<link href="css/styles.css" media="screen, projection" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="http://yandex.st/highlightjs/5.16/styles/sunburst.min.css" />

<title>Joint - JavaScript diagramming library.</title>
</head>

<body>

<div id="header">
  <a href="http://www.jointjs.com"><img class="logo" src="img/logo/logo_standalone.png" alt="JointJS logo"/></a>
  <h1>JavaScript diagramming library</h1>
  <div class="version"><span>0.4</span><img class="tag" src="img/tag.png" alt="JointJS"/></div>
  <ul id="menu">
    <li><a class="current" href="about.html">About</a></li>
    <li><a href="download.html">Download</a></li>
    <li><a href="demos.html">Demos</a></li>    
    <li><a href="license.html">License</a></li>
    <li><a href="tutorial.html">Quick tutorial</a></li>
    <li><a href="api.html"><b>API Reference</b></a>
    <li><a href="http://groups.google.com/group/jointjs">Discussion</a></li>
  </ul>

</div>

<div class="main">
  <div id="content">
    <h1 class="subpage-header">About</h1>
<hr/>
<p>
<b>JointJS</b> is a JavaScript library for creating <b>diagrams</b>. The diagrams can be fully interactive.
Joint library is suitable for both implementing a <b>diagramming tool</b> as well as simply for publishing your diagrams.
</p>
<h4>Main features include:</h4>
<ul>
  <li>connecting vector objects with various types of arrows</li>
  <li>interacting with connections and objects</li>
  <li>custom handlers for various events</li>
  <li>bent lines smoothing</li>
  <li>ready-to-use elements of well-known diagrams (ERD, Org chart, FSA, UML, PN, DEVS, LDM)</li>
  <li>hierarchical diagrams</li>
  <li>serialization (to/from JSON format, SVG export only in browsers that support it) 
  <li>extensible</li>
  <li>customizable</li>
  <li>... a lot more</li>
</ul>

<p>
Supported browsers: Firefox 3.0+, Safari 3.0+,
Opera 9.5+, Google Chrome 4+ and Internet Explorer 6.0+.
</p>


  </div>
</div>

<div id="foot">
  <div class="gradient-strip"></div>
  <div class="pledgie">
    <a href='http://www.pledgie.com/campaigns/14101'><img alt='Click here to lend your support to: JointJS and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/14101.png?skin_name=chrome' border='0' /></a>
  </div>
  <div class="diasketch">
    <a href="http://www.diasketch.com">DiaSketch</a><br/><b>Online diagramming solution.</b>
  </div>
  <div class="twitter">
      <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.jointjs.com" data-count="horizontal" data-via="jointjs">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  </div>
  <div class="facebook">
      <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jointjs.com&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
  </div>
  <em class="copyright">Copyright &copy; 2009 - 2011 David Durman</em>
  <p class="notes">
      <span>About the author</span><br/>
      Author is a Software Developer
      based in Amsterdam, the Netherlands. 
      He is currently most interested in JavaScript on both
      client and server side.
  </p>
  <p class="notes">
      <span>How to contribute</span><br/>
      For criticism, feature proposals and other useful
      information please use
      the discussion forum. For code contribution: fork
      the joint project on github and use the pull requests.
  </p>
  <p class="notes">
      <span>Bug reporting</span><br/>
      All bug reports are welcome! Please use the 
      <a href="https://github.com/DavidDurman/joint/issues">github issue tracker</a>.
  </p>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5029684-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
# Change User Description Committed
#1 16445 christiane_renck Rename/move file(s)
//guest/christiane_renck/MergeQuestJS/main/demos/JointJS/www/index.html
#1 16444 christiane_renck Adding MergeQuestJS to the Workshop.