Skip to content

Commit

Permalink
Merge pull request #93 from vicoapp/vicoapp-web-scrape
Browse files Browse the repository at this point in the history
Vicoapp web scrape

Scraped the whole site with proper CSS and anchors from the Way Back Machine.
  • Loading branch information
Shadowfiend authored Mar 26, 2018
2 parents c8ff12d + be4fda6 commit 0ac7e72
Show file tree
Hide file tree
Showing 129 changed files with 25,344 additions and 0 deletions.
71 changes: 71 additions & 0 deletions doc/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/blog.css" />
<title>About Vico</title>
<script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="fancybox/jquery.easing-1.3.pack.js"></script>
<script src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script>
$(document).ready(function() {
$("a[rel=screenshots]").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'easingIn' : 'easeInBack',
'easingOut' : 'easeInBack',
'titlePosition' : 'over'
});
});
</script>
</head>
<body>

<div id="wrapper">
<header>
<p>
<a href="index.html"><img src="img/logo_vico_96.png" alt="Vico" /></a>
<a href="about.html">about</a>
<a href="download.html">download</a>
<a href="help/index.html">help</a>
</p>
</header>
<div id="main">
<p>Vico is a programmers text editor for Mac OS X.</p>
<p>Some of the features are:</p>
<ul>
<li>strong focus on keyboard control (vi key bindings)</li>
<li>integrated SFTP</li>
<li>compatible with textmate bundles</li>
<li>split views</li>
<li>scriptable in <a href="http://programming.nu/">nu</a></li>
</ul>
<p>
<a rel="screenshots" href="img/split.png" title="Split screens"><img alt="" src="img/split_small.jpg" /></a>
<a rel="screenshots" href="img/sidebar.png" title="Sidebar with file explorer and context menu with bundle commands"><img alt="" src="img/sidebar_small.jpg" /></a>
<a rel="screenshots" href="img/symlist.png" title="Symbol list"><img alt="" src="img/symlist_small.jpg" /></a>
</p>
<p class="caption">
Click images to see a larger version.
</p>
</div>
</div>

<footer>
<p>
<a href="http://www.twitter.com/vicoapp">
<img id="follow" src="http://twitter-badges.s3.amazonaws.com/t_small-a.png"
title="Follow vicoapp on Twitter" alt="Follow vicoapp on Twitter"/>
</a>
Follow Vico on Twitter
</p>
<p>
<a href="mailto:martin@vicoapp.com">martin@vicoapp.com</a>
</p>
</footer>

</body>
</html>

297 changes: 297 additions & 0 deletions doc/api/Categories/NSEvent(keyAdditions).html
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>NSEvent(keyAdditions) Category Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.4 (build 703)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">Vico API </a></h1>

</div>

<div id="title" role="banner">
<h1 class="hideInXcode">NSEvent(keyAdditions) Category Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>




<option value="tasks">Tasks</option>









<option value="instance_methods">Instance Methods</option>

<option value="//api/name/normalizedKeyCode">&nbsp;&nbsp;&nbsp;&nbsp;- normalizedKeyCode</option>



</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">

<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>




<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>

</ul></li>









<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/normalizedKeyCode">normalizedKeyCode</a></span></li>

</ul></li>


</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="NSEvent(keyAdditions) Category Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">NSEvent(keyAdditions) Category Reference</h1>
</div>
</div>
<div id="container">

<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">NSEvent-keyAdditions.h</td>
</tr>
</tbody></table></div>




<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Convenience NSEvent functions.</p>
</div>





<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>





<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/normalizedKeyCode">&ndash;&nbsp;normalizedKeyCode</a></code>
<span class="tooltip"><p>The normalized key code from a key event.</p></span>
</span>


</li>
</ul>

</div>









<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>

<div class="section-method">
<a name="//api/name/normalizedKeyCode" title="normalizedKeyCode"></a>
<h3 class="subsubtitle method-title">normalizedKeyCode</h3>



<div class="method-subsection brief-description">
<p>The normalized key code from a key event.</p>
</div>


<div class="method-subsection method-declaration"><code>- (NSInteger)normalizedKeyCode</code></div>




<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>The normalized key code from a key event.</p>
</div>











<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">NSEvent-keyAdditions.h</code><br />
</div>


</div>

</div>


</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2011 Martin Hedenfalk. All rights reserved. (Last updated: 2011-08-23)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.4 (build 703)</a>.</span></p>

</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}

function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');

if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');

window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');

window.name = "";
}
return false;
}

function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}

function tocEntryClick(e)
{
e.stopPropagation();
return true;
}

function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);

var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);

var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}

var tocList = document.getElementById('toc');

var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}

var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}

if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}

window.onload = init;
</script>
</body>
</html>
Loading

0 comments on commit 0ac7e72

Please sign in to comment.