Skip to content

Commit 3f0d7cc

Browse files
committed
frontpage disclaimer
1 parent 6e5ef17 commit 3f0d7cc

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

views/home.ejs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,16 +602,24 @@
602602
<div class="slide">
603603
<div class="intro">
604604
<p>InfraNodus converts texts, notes, ideas into a network graph, so you can make sense of your knowledge and stimulate your imagination.</p>
605-
<br> <p class="smallcaption">This free open-source tool is made by <a href="http://www.noduslabs.com" target="_blank">Nodus Labs</a> (@noduslabs). Contact us to get an <a href="http://noduslabs.com/features/invite/" target="_blank">invitation code</a> to use this online version or install it on your computer from <a href="http://github.com/noduslabs/infranodus" target="_blank">GitHub</a>.<br>
606-
<br>InfraNodus runs on <a href="http://www.neo4j.org" target="_blank" rel="nofollow">Neo4J</a> graph database, <a href="http://www.sigmajs.org" target="_blank" rel="nofollow">Sigma.Js</a> graph visualization library, Node.Js and uses <a href="http://www.textexture.com" target="_blank">Textexture text network analysis algorithm</a>.
605+
<br>
606+
<p class="smallcaption">Created by Agent Paranyushkin / <a href="http://www.noduslabs.com" target="_blank">Nodus Labs</a>
607+
</p>
607608

609+
</div>
610+
</div>
611+
<div class="slide">
612+
<div class="intro">
613+
<p class="smallcaption">This free open-source tool is made by <a href="http://www.noduslabs.com" target="_blank">Nodus Labs</a> (@noduslabs). Contact us to get an <a href="http://noduslabs.com/features/invite/" target="_blank">invitation code</a> to use this online version or install it on your computer from <a href="http://github.com/noduslabs/infranodus" target="_blank">GitHub</a>.<br>
614+
<br>InfraNodus runs on <a href="http://www.neo4j.org" target="_blank" rel="nofollow">Neo4J</a> graph database, <a href="http://www.sigmajs.org" target="_blank" rel="nofollow">Sigma.Js</a> graph visualization library, Node.Js and uses <a href="http://www.textexture.com" target="_blank">Textexture text network analysis algorithm</a>.
615+
<br><br>This software is offered "as is" with no warranty or legal liability of any kind, so, please, use it at your own risk.
608616
</p>
609617
</div>
610618
</div>
611619
<div class="slide">
612620
<div class="intro">
613621
<h1>Bookmarklet</h1>
614-
<p class="caption">Save interesting text excerpts into a graph – drag this bookmarklet into your browser's toolbar:<br><a style="cursor: move;" href="javascript:var a=window,b=document,c=encodeURIComponent,s='';s=document.getSelection().toString();if(s!=''){d=a.open('https://infranodus.com/bookmarks/edit?url='+c(b.location)+'&urltitle='+c(s),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');}else{d=a.open('https://infranodus.com/bookmarks/edit?url='+c(b.location)+'&urltitle='+c(b.title),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');}a.setTimeout(function(){d.focus()},300);">GraphMark</a>
622+
<p class="caption">Save interesting text excerpts into a graph – drag this bookmarklet into your browser's toolbar:<br><br><a style="cursor: move;" href="javascript:var a=window,b=document,c=encodeURIComponent,s='';s=document.getSelection().toString();if(s!=''){d=a.open('https://infranodus.com/bookmarks/edit?url='+c(b.location)+'&urltitle='+c(s),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');}else{d=a.open('https://infranodus.com/bookmarks/edit?url='+c(b.location)+'&urltitle='+c(b.title),'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,alwaysRaised=1');}a.setTimeout(function(){d.focus()},300);">GraphMark</a>
615623
</p>
616624
</div>
617625
</div>

0 commit comments

Comments
 (0)