66 lines
		
	
	
		
			No EOL
		
	
	
		
			3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			No EOL
		
	
	
		
			3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>AskLyphe Docs - About</title>
 | |
|     <link rel="stylesheet" href="/static/themes/default/shell.css"/>
 | |
|     <link rel="stylesheet" href="/static/themes/default/docs.css"/>
 | |
| </head>
 | |
| <body>
 | |
| <div class="main">
 | |
|     <span id="prealpha-warning">WARNING! askLyphe is in pre-alpha! user experience is in no way representative of the final product!</span>
 | |
|     <a href="/">
 | |
|         <div id="lyphebig">
 | |
|             <div class="bent-surrounding">
 | |
|                 <img id="lypheimg" src="/static/img/lyphebent-prealpha.png" alt="image of lyphe, our mascot!">
 | |
|             </div>
 | |
|             <div id="lyphetitle">
 | |
|                 <img src="/static/img/logo.png" alt="ask Lyphe!"/>
 | |
|             </div>
 | |
|         </div>
 | |
|     </a>
 | |
| 
 | |
|     <div id="content">
 | |
|         <div class="pagegradient">
 | |
|             <div id="docsarea">
 | |
|                 <a href="..">back</a>
 | |
|                 <h1>about askLyphe and its creators</h1>
 | |
| 
 | |
|                 <p>
 | |
|                     askLyphe is a search engine currently being developed by the Vore Microcomputers Team at
 | |
|                     Real Microsoft, LLC. (not affiliated with the Microsoft Corporation or its products).
 | |
|                     this currently consists of Niko Viau-Chow-Stuart, as well as our volunteers.
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     our goal is to create a search engine that is fast, accurate, and ad-free; while also being
 | |
|                     well-built with features that we find useful, and with leadership that both respects its users and
 | |
|                     supports the safety of the people that made it possible.
 | |
|                 </p>
 | |
|                 <p>
 | |
|                     in order to follow these goals, <strong>Real Microsoft, LLC will never accept investments,
 | |
|                     VC funding, or any income beyond that earned through profit and donations.</strong>
 | |
|                 </p>
 | |
|                 <p>
 | |
|                     we will strive to keep these goals and values as the foundation of our company til either the day
 | |
|                     that the downfall of capitalism removes the need for us to run a company in order to make the IRS
 | |
|                     happy; or when microsoft sues us out of existence.
 | |
|                 </p>
 | |
| 
 | |
|                 <h2>pricing and availability</h2>
 | |
|                 <p>
 | |
|                     currently, askLyphe is only available to those who have been given invite codes. we are planning on
 | |
|                     soon allowing our liberapay donators to get free invite codes, and in the future switch to a public
 | |
|                     subscription model (with all previous users getting free lifetime access).
 | |
|                 </p>
 | |
|                 <p>
 | |
|                     our plan for pricing in the future is probably around $5USD a month. no particular reason, it just
 | |
|                     seems like a good number (: we may change it in the future.
 | |
|                 </p>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html> |