Skip to content

Commit

Permalink
Fixup nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jun 23, 2023
1 parent 51d87f2 commit 7635018
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 58 deletions.
25 changes: 3 additions & 22 deletions _includes/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,10 @@ <h1>upsilon</h1>
</label>
<input type = "checkbox" id = "nav" />
<ul class = "navigation topmenu">
<li><a href = "index">Project</a>
<ul class = "navigation submenu">
<li><a href = "about">About</a></li>
<li><a href = "manifesto">Manifesto</a></li>
<li><a href = "http://github.com/upsilonproject">GitHub Project</a></li>
</ul>
</li>
<li><a href = "why">why?</a></li>
<li><a href = "/upsilon-docs">documentation</a>
<!--
<ul class = "navigation submenu">
<li><a href = "docs">Overview</a></li>
<li><hr style = "margin-top: .5em; margin-bottom: .5em; border-color: white; "/></li>
<li><a href = "upsilon-drone">Drone</a></li>
<li><a href = "upsilon-web">Web</a></li>
<li><a href = "upsilon-reactor">Reactor</a></li>
<li><a href = "upsilon-custodian">Custodian</a></li>
<li><a href = "upsilon-mobileWeb">MobileWeb</a></li>
</ul>
!-->
</li>
<li><a href = "index">HOME</a></li>
<li><a href = "faq">FAQ</a></li>
<li><a href = "/upsilon-docs">documentation</a></li>
<li><a href = "http://github.com/upsilonproject/">GitHub</a></li>
<li><a href = "community">community</a></li>
</ul>
</nav>
</div>
Expand Down
33 changes: 33 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: FAQ
---

## Use Cases

### What does Upsilon do well?

See the [index](homepage) to a list of use cases where Upsilon could be used.

### What sucks about Upsilon project?
**Lots of things!**. Some parts are written in PHP, it hasn't been tested at large scale, so it means there are probably hidden security holes and quite a few bugs.

However, this is a labour of love for quite some time, so is time they should be fixed.

If you think you'd like to help out, or just stay subscribed to updates, then please consider joining the [community](community) in some way.

## Project

### How Mature is the Upsilon project?

Upsilon is not yet a mature and large project, and it started out as something very different in the past, with deliberately vague goals to explore new ideas and try new things.

It's scope has now been more refined, and aims to just focus on process orchestration. It obviously it not as popular as Kubernetes, but it is likely to grow in popularity as it continues to focus on one thing, and doing that thing well.

### Is this Open Source?

Yes, totally free and Open Source. GPLv3. There is also no intention to create a "professional version", a hosted cloud service, not to attach any user tracking to it.

### Why was the upsilon project created?

See the [manifesto](manifesto).

36 changes: 0 additions & 36 deletions why.md

This file was deleted.

0 comments on commit 7635018

Please sign in to comment.