forked from fieldOfView/krpano_fovplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to github plugin tree from */plugin.html Add "for Flash" to */plugin.html
- Loading branch information
1 parent
0b2b080
commit 214440e
Showing
6 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!-- krpano plugin page template --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="imagetoolbar" content="no" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="http://krpano.com/design/design.css"/> | ||
<link rel="stylesheet" type="text/css" media="print" href="http://krpano.com/design/print.css"/> | ||
</head> | ||
<body> | ||
<div id="krpano_root"> | ||
<div id="krpano_headerwrapper"> | ||
<div id="krpano_header"> | ||
<div id="krpano_langsel"> </div> | ||
<div id="krpano_mainmenu"> </div> | ||
</div> | ||
</div> | ||
<div> | ||
<div id="krpano_imagebar"></div> | ||
<div id="krpano_logo"></div> | ||
</div> | ||
<div id="krpano_imagebar_space"></div> | ||
<div id="krpano_contentwrapper"> | ||
<div id="krpano_content"> | ||
<div id="krpano_contentnav"> | ||
<h2><a href="#top" class="selflink">Plugins</a></h2> | ||
</div> | ||
<a name="top"></a> | ||
<div id="krpano_contenttext"> | ||
<!-- USER CONTENT STARTS HERE --> | ||
|
||
<h1>fieldOfView krpano plugins | ||
<span class="flashhtml5">for Flash</span> | ||
<div class="pluginautor">by Aldo Hoeben - <a href="http://fieldofview.com">fieldofview.com</a></div> | ||
</h1> | ||
<div class="paragraph"> | ||
<h2><a name="description" href="#description" class="selflink">Description</a></h2> | ||
<p>A series of free-to-use, opensource krpano plugins by Aldo Hoeben / fieldOfView</p> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="download" href="#download" class="selflink">Download</a></h2> | ||
<p>The plugins, sources and examples are available as a single package</p> | ||
<div class="dlitem"> <a href="https://github.com/fieldOfView/krpano_fovplugins/zipball/master">fovplugins.zip</a> <small>(plugin, source code & examples)</small><br/> | ||
</div> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="plugins" href="#plugins" class="selflink">Plugins</a></h2> | ||
<dl> | ||
<dt><a name="autolevels" href="autolevels/plugin.html">autolevels</a></dt> | ||
<dd>A plugin that dynamically applies an autolevels effect to the krpano view. When properly used, this can mimic autoexposure of a (video-)camera, or the adaptation of the human perceptive system.</dd> | ||
<dt><a name="dblclick" href="dblclick/plugin.html">dblclick</a></dt> | ||
<dd>A plugin that adds a doubleclick event to krpano.</dd> | ||
<dt><a name="clipboard" href="clipboard/plugin.html">clipboard</a></dt> | ||
<dd>A plugin that provides write-only access to the clipboard. This is useful eg to put a link to the current view into the viewer's clipboard.</dd> | ||
<dt><a name="string" href="string/plugin.html">string</a></dt> | ||
<dd>A plugin that adds vector-math calculations to krpano.</dd> | ||
<dt><a name="vectormath" href="vectormath/plugin.html">vectormath</a></dt> | ||
<dd>A plugin that adds string manipulation functions to krpano.</dd> | ||
</dl> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="license" href="#license" class="selflink">License</a></h2> | ||
<p><a href="http://creativecommons.org/licenses/GPL/2.0/"><img src="http://creativecommons.org/images/public/cc-GPL-a.png" alt="CC-GNU GPL" width="88px" height="62" hspace="8" border="0" align="right"></a> The plugin can be used free of charge, in commercial or non-commercial applications. The source code is available under a <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a> license. If you need (parts of) the software available under a different license, <a href="http://fieldofview.com/contact">contact the author</a>.</p> | ||
</div> | ||
<!-- USER CONTENT ENDS HERE --> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="krpano_footerwrapper"> | ||
<div id="krpano_footer"> | ||
<table border="0" cellpadding="0" cellspacing="0" width="100%"> | ||
<tbody> | ||
<tr> | ||
<td align="right">Copyright © 2011 krpano.com</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters