Skip to content

Commit

Permalink
Wealth of updates, welcome to Aries 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOperator Wibby committed Feb 1, 2015
1 parent cb8d5ff commit fa91154
Show file tree
Hide file tree
Showing 55 changed files with 12,410 additions and 1,258 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
1.1.0 / 01-31-2015
==================
* refactored and deleted lots of stuff
* finally found a solution to the double-loading irritation that has been plauging Aries since its inception. FINALLY!
* new style for internal pages. Not sure if I should keep that red...
* hid all the app menu code not hooked up to anything yet
* updated TLD support
* titlebar! And, it updates when you visit sites
* added GitHub to About page
* added Credits page to show what 3rd-party plugins make Aries work
* removed Modernizr and classie because they're irrelevant for Aries
* bump Aries version to 1.0.0. Gonna try this "Semantic Versioning" thing.
* updated jQuery to latest version



1.0.0 / 01-18-2015
==================
* migrated from node-webkit to NW.js



0.6.0 / 12-24-2014
==================
* created a CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion app.nw/resources/license/LICENSE → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Ideas Never Cease
Copyright (c) 2014-2015 Ideas Never Cease, LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ Please let me know if you find issues for your system.

For updates on [hikari](https://github.com/IdeasNeverCease/hikari) and [Aries](https://github.com/IdeasNeverCease/Aries), you can follow me on [Twitter](https://twitter.com/TadashiHikari). I will continue to try and provide regular updates to these projects, but you know how life goes.

# Tips

* Typing `aries://about` or `aries://credits` in the URL bar will give you some more information about the browser.
* Hovering links will *not* make an unsightly status bar appear with the link inside. Instead, this is done in the URL bar! Sometimes gets stuck, but it's mostly okay (like, 99.8%).

© [!NC](http://the-inc.co)
File renamed without changes.
File renamed without changes.
File renamed without changes.
152 changes: 0 additions & 152 deletions app.nw/about.html

This file was deleted.

22 changes: 8 additions & 14 deletions app.nw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,22 @@
<link rel="stylesheet" href="resources/css/style.css"/>
<link rel="shortcut icon" href="resources/images/favicon-default.png"/>

<script src="resources/scripts/vendor/jquery-2.1.0.min.js"></script>
<script src="resources/scripts/vendor/jquery-2.1.3.min.js"></script>
<script src="resources/scripts/nprogress.js"></script>
<script src="resources/scripts/URI.min.js"></script>
<script src="resources/scripts/vendor/require.js"></script>

<script src="resources/scripts/tabby.js"></script>
<script src="resources/scripts/include.js"></script>
<script src="resources/scripts/history.min.js"></script>

<script>
(function (){var autoInit,deferConsole,draw,getContent,getOptions,orDefault,tag;getOptions=function (options){options.title=orDefault(options.title,getContent('meta[name="application-name"]'),getContent('meta[property="og:title"]'),document.title.split(/\u0020[\/\\\|\-\u8211\u8212]\u0020|\:\u0020/)[0],"");options.author=orDefault(options.author,getContent('meta[name=author]'),'');options.description=orDefault(options.description,getContent("meta[name=description]"),getContent('meta[property="og:description"]'),"");options.image=orDefault(options.image,getContent('meta[property="og:image"]'),getContent("meta[name=image]"));options.hue=options.hue||0;options.baseStyles=orDefault(options.baseStyles,'color: #444; font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;');options.titleStyles=orDefault(options.titleStyles,""+options.baseStyles+"; font-size: 20px; line-height: 30px;");options.authorStyles=orDefault(options.authorStyles,""+options.baseStyles+"; font-size: 12px; line-height: 30px; padding: 0 0 0 20px;");options.descriptionStyles=orDefault(options.descriptionStyles,""+options.baseStyles+"; font-size: 10px; line-height: 20px;");return options;};orDefault=function (){var argument,_i,_len;for(_i=0,_len=arguments.length;_i<_len;_i++){argument=arguments[_i];if(typeof argument!=="undefined"){return argument;}}return arguments[arguments.length-1];};getContent=function (selector){var _ref;return(_ref=document.head.querySelector(selector))!==null?_ref.content:void 0;};deferConsole=function (fn){var callable,i,messages,old,type,types,_fn,_i,_len;types=["log","debug","warn","error"];old={};callable={};messages=[];i=types.length;_fn=function (type){old[type]=console[type];callable[type]=function (){return old[type].apply(console,arguments);};return console[type]=function (){messages.push([type,arguments]);return void 0;};};for(i=_i=0,_len=types.length;_i<_len;i=++_i){type=types[i];_fn(type);}return setTimeout((function (){var _then;_then=function (){var block,message,_j,_len1,_results;while(messages.length){block=messages.shift();type=block[0];message=block[1];old[type].apply(console,message);}_results=[];for(_j=0,_len1=types.length;_j<_len1;_j++){type=types[_j];_results.push(console[type]=old[type]);}return _results;};return fn(callable,_then);}),0);};draw=function (options,_console,cb){var img,_draw;_draw=function (){var args,hue,i;if(options.title){if(!options.image){args=[""];i=0;while(i<options.title.length){args[0]+="%c"+options.title[i];if(options.title[i]===" "){args.push(options.titleStyles);}else{hue=((options.title[i].toLowerCase().charCodeAt(0)*2)+options.hue)%255;args.push(""+options.titleStyles+"; background-color: #50bebf; color: transparent; line-height: 0;");}i++;}_console.log.apply(console,args);}if(options.author){_console.log("%c"+options.title+"%c"+options.author,options.titleStyles,options.authorStyles);}else{_console.log("%c"+options.title,options.titleStyles);}}if(options.description){_console.log("%c"+options.description,options.descriptionStyles);}if(cb){return cb();}};_console=_console||window.console;options=options||window.signet.options||{enabled:true};if(options.enabled===false){return;}options=getOptions(options);if(!options.image){return _draw();}else{img=new Image();img.onload=function (){_console.log("%c ","font-size: 0; line-height: "+img.height+"px; padding: "+(Math.floor(img.height/2))+"px "+img.width+"px "+(Math.ceil(img.height/2))+"px 0; background-image: url(\""+img.src+"\");");return _draw();};return img.src=options.image;}};window.signet=window.signet||{};window.signet.options=window.signet.options||window.signetOptions||{};if(!window.console||!window.console.log||!document.head||!document.querySelector){window.signet.draw=function (){};return;}autoInit=true;tag=document.querySelector("[data-signet-draw]");if(tag){autoInit=tag.getAttribute("data-signet-draw").toLowerCase()!=="false";}if(signet.options.draw===false){autoInit=false;}if(autoInit){deferConsole(function (_console,_then){return draw(null,_console,_then);});}window.signet.draw=draw;}).call(this);
</script>

<script src="resources/scripts/aries.js"></script>

<!--/>
<!--/
<script>
// Track the usage of Aries
// I'm not tracking your browsing habits, Scout's honor!
Expand Down Expand Up @@ -93,18 +99,6 @@ <h1>Aries</h1>

<script>
tabby.init();

/*
// Live Reload
// https://github.com/rogerwang/node-webkit/wiki/Livereload-node-webkit-on-changes
var path = "./";
var fs = require("fs");
fs.watch(path, function() {
if (location)
location.reload();
});
*/
</script>

</body>
Expand Down
120 changes: 120 additions & 0 deletions app.nw/pages/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8"/>
<title>Aries /// About</title>

<!--/
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
010000010111001011010010110010101110011
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
A R I E S
░░░░░░░░░
/-->

<link rel="stylesheet" href="../resources/css/style.css"/>
<link rel="shortcut icon" href="../resources/images/favicon-default--red.png"/>

<style>
::selection {
background-color: #ff3131;
color: #fefefe;
}

html {
overflow-y: auto;
}

body {
color: #191919;
cursor: default;
font-family: Andada, serif;
}

header {
margin-bottom: 2rem; padding-top: 2rem; padding-bottom: 2rem;

background-color: #ff3131;
color: #fefefe;
}

.wrapper {
margin-left: auto;
margin-right: auto;
width: 700px;
}

h1 {
font-size: 4rem;
margin-bottom: 0.5rem;
}

h3 {
font-size: 2rem;
}

sup {
font-size: 30%;
margin-left: 5px;
position: relative;
top: 15px;
vertical-align: top;
}

section {
-webkit-user-select: initial;
}

p {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 1rem;
}

a {
color: #ff3131;
font-weight: 600;
padding-bottom: 2px;
position: relative;
text-decoration: underline;
}
</style>

<script src="../resources/scripts/smart-underline.js"></script>

<script>
SmartUnderline.init({
"location": ""
})
</script>

</head>

<body>

<header>
<div class="wrapper">
<h1>Aries<sup>v1.0.0</sup></h1>
<h3>Your browser for the 'Net</h3>
</div>
</header>

<section>
<div class="wrapper">
<p>Copyright &copy; 2014-2015 Ideas Never Cease, LLC. All rights reserved.</p>

<p>Aries is built using <a href="http://nwjs.io" target="_blank">NW.js</a> version 0.12.0-alpha2, which is based on Chromium. <a href="http://www.chromium.org/Home" target="_blank">Chromium</a> is licensed under the MIT License, the LGPL, the BSD, the Ms-PL, and MPL/GPL/LGPL tri-licenses. View Aries' credits <a href="credits.html">here</a>.</p>

<p>The source code for Aries is on <a href="https://github.com/IdeasNeverCease/Aries" target="_blank">GitHub</a>. Please let me know of any <a href="https://github.com/IdeasNeverCease/Aries/issues" target="_blank">issues</a>.</p>

<p>Visual design is based on some works by <a href="http://sanglee.me" target="_blank">Sang Lee</a>, used with permission.</p>

<p>Dedicated to the memory of Zoe Elise Webb. With love, always.</p>
</div>
</section>

</body>

</html>
Loading

0 comments on commit fa91154

Please sign in to comment.