-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
252 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
|
||
<meta name="author" content="Maurizio Basaglia" /> | ||
<meta | ||
name="description" | ||
content="O2 is a safe and flexible archive for personal data, such as contacts, accounts, credit cards, Wi-Fi settings, and everything that comes to your mind." | ||
/> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" | ||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" | ||
crossorigin="anonymous" | ||
/> | ||
|
||
<title>O2</title> | ||
</head> | ||
<body style="padding-top: 4.5rem"> | ||
<header> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> | ||
<a class="navbar-brand" href="#">O2</a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbar-top" | ||
aria-controls="navbar-top" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbar-top"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link" | ||
href="https://github.com/maurizuki/O2" | ||
>Project page</a | ||
> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a | ||
class="nav-link dropdown-toggle" | ||
href="#" | ||
id="download-dropdown" | ||
data-toggle="dropdown" | ||
aria-haspopup="true" | ||
aria-expanded="false" | ||
>Download</a | ||
> | ||
<div class="dropdown-menu" aria-labelledby="download-dropdown"> | ||
<a | ||
class="dropdown-item" | ||
href="https://github.com/maurizuki/O2/releases/latest" | ||
>O2</a | ||
> | ||
<a | ||
class="dropdown-item" | ||
href="https://sourceforge.net/projects/o2project/files/O2/2.2.1/O2Portable-2.2.1-setup.paf.exe/download" | ||
>O2 Portable</a | ||
> | ||
</div> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a | ||
class="nav-link dropdown-toggle" | ||
href="#" | ||
id="support-dropdown" | ||
data-toggle="dropdown" | ||
aria-haspopup="true" | ||
aria-expanded="false" | ||
>Support</a | ||
> | ||
<div class="dropdown-menu" aria-labelledby="support-dropdown"> | ||
<a | ||
class="dropdown-item" | ||
href="https://github.com/maurizuki/O2/issues" | ||
>Support requests</a | ||
> | ||
<a | ||
class="dropdown-item" | ||
href="https://github.com/maurizuki/O2/labels/enhancement" | ||
>Feature requests</a | ||
> | ||
<a | ||
class="dropdown-item" | ||
href="https://github.com/maurizuki/O2/labels/bug" | ||
>Bug reports</a | ||
> | ||
</div> | ||
</li> | ||
<li class="nav-item"> | ||
<a | ||
class="nav-link" | ||
href="https://github.com/maurizuki/O2/wiki" | ||
>Documentation</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<main role="main" class="container"> | ||
<div class="jumbotron mt-6"> | ||
<h1 class="display-4">Welcome to O2!</h1> | ||
<p class="lead">A new way to store and organize your personal data.</p> | ||
<hr class="my-4" /> | ||
<p> | ||
O2 is a safe and flexible archive for personal data, such as contacts, | ||
accounts, credit cards, Wi-Fi settings, and everything that comes to | ||
your mind. | ||
</p> | ||
<a | ||
class="btn btn-primary btn-lg" | ||
href="https://github.com/maurizuki/O2/releases/latest" | ||
role="button" | ||
>Download latest version</a | ||
> | ||
</div> | ||
<div class="card-columns"> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title"> | ||
Organize your data with the flexibility of the object model. | ||
</h5> | ||
<p class="card-text"> | ||
Each <em>object</em> can be a contact, an account, a credit card, | ||
and so on. You can customize each object with the | ||
<em>fields</em> that you need. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title"> | ||
Add features with the <em>rules</em>. | ||
</h5> | ||
<p class="card-text"> | ||
You can hide sensitive data like passwords and PINs, create | ||
custom web links, highlight values that meet certain | ||
criteria, mark dates as <em>events</em> (expiration dates or | ||
recurrences), and more. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title"> | ||
Connect two objects with a <em>relation</em>. | ||
</h5> | ||
<p class="card-text"> | ||
Keep track of their roles within it (husband-wife, parent-child, | ||
company-employee, etc.). | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Sort the objects.</h5> | ||
<p class="card-text"> | ||
Sort the objects by name, <em>tags</em>, event dates. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Search for objects.</h5> | ||
<p class="card-text"> | ||
Search for objects by name, event dates, tags, rules. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title"> | ||
Print a detailed report of the data stored in your objects. | ||
</h5> | ||
<p class="card-text"> | ||
You can also create a persistent copy of the report in HTML | ||
format. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Import and export.</h5> | ||
<p class="card-text"> | ||
Import and export some or all of your data in proprietary or | ||
XML format. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title"> | ||
Make safe your data with one of the available encryption | ||
algorithms. | ||
</h5> | ||
<p class="card-text"> | ||
You can save your data also without cryptography, if you plan to | ||
share them. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Bring your data always with you.</h5> | ||
<p class="card-text"> | ||
The portable version could be installed on your favorite removable | ||
media and it is compatible with the | ||
<a href="https://portableapps.com/">PortableApps.com</a> format. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer class="mt-auto py-3 bg-light"> | ||
<div class="container"> | ||
© 2004-2021 Maurizio Basaglia. This software is licensed under an | ||
<a href="https://www.opensource.org/">Open Source Initiative</a> | ||
approved <a href="https://opensource.org/licenses/MPL-2.0">license</a>. | ||
</div> | ||
</footer> | ||
|
||
<script | ||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" | ||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" | ||
crossorigin="anonymous" | ||
></script> | ||
</body> | ||
</html> |