25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
import Widget from require "lapis.html"
|
|
|
|
class LoggedOut extends Widget
|
|
content: =>
|
|
p ->
|
|
text "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea. Right now, Simplex offers a minimal web interface, and "
|
|
a href: @url_for("docs_index"), "extensive API documentation"
|
|
text ". It is developed by making the easiest to use API first, and then building a website to utilize its functionality."
|
|
|
|
p ->
|
|
text "Forward any questions or ideas to "
|
|
a href: "https://twitter.com/Guard13007", "@Guard13007"
|
|
text " on Twitter. Or email me: "
|
|
a href: "mailto:paul.liverman.iii@gmail.com", "paul.liverman.iii@gmail.com"
|
|
|
|
hr!
|
|
|
|
p "The ultimate goal of Simplex is a task manager anyone can use, and only costing $1.50/year to garuntee the servers remain working. So affordable, even a broke college student could pay for it."
|
|
|
|
p "Next features to be implemented:"
|
|
ul ->
|
|
li "Multiple task lists."
|
|
li "Duplicating tasks and lists."
|
|
li "Optional hierarchical structure for lists and tasks."
|