updated project pages

* Added project pages for Goober BB10 and Pantalaimon UT
* Noted projects that are no longer active and fixed list order
This commit is contained in:
Morgan McMillian 2020-08-24 14:24:50 -07:00
parent d6252b0854
commit 83024250a2
7 changed files with 97 additions and 41 deletions

View file

@ -0,0 +1,16 @@
---
title: "Goober BB10"
date: 2020-08-24T13:27:41-07:00
draft: false
weight: 20
showFullContent: true
---
A native [pnut.io](https://pnut.io) client for BlackBerry 10.
[source code](https://gitlab.com/thrrgilag/goober-bb10) -
[issue tracker](https://gitlab.com/thrrgilag/goober-bb10/issues) -
[releases](https://gitlab.com/thrrgilag/goober-bb10/wikis/home) -
[pnut chat](https://patter.chat/room/934) -
[#goober:dreamfall.space](https://matrix.to/#/#goober:dreamfall.space)

View file

@ -1,37 +1,14 @@
--- ---
title: "Goober" title: "Goober Android (inactive)"
date: 2019-11-23T11:41:01-08:00 date: 2019-11-23T11:41:01-08:00
draft: false draft: false
weight: 100
showFullContent: true
--- ---
**No longer in development or supported**
Mobile clients for [pnut.io](https://pnut.io). A [pnut.io](https://pnut.io) for Android.
<!--more--> [source code](https://gitlab.com/thrrgilag/Goober) -
[releases](https://gitlab.com/thrrgilag/Goober/wikis/releases)
&nbsp;
**Goober for BlackBerry 10**
Open source native client for BlackBerry 10 created using the Cascades UI framework in C++ and Qt/QML. Licensed under GPLv3.
* Source: https://gitlab.com/thrrgilag/goober-bb10
* Issues: https://gitlab.com/thrrgilag/goober-bb10/issues
* Download: https://gitlab.com/thrrgilag/goober-bb10/wikis/home
&nbsp;
**Goober for Android**
Open source client for Android created using the Ionic 3 framework. Licensed under the Apache License v2.
* Source: https://gitlab.com/thrrgilag/Goober
* Issues: https://gitlab.com/thrrgilag/Goober/issues
* Download: https://gitlab.com/thrrgilag/Goober/wikis/releases
&nbsp;
Both variants are under active maintenance but new feature are currently not being developed as a result of the legacy nature of the frameworks used. If you have issues, questions, or want to help out join the chat.
* pnut.io > https://patter.chat/room/934
* [matrix] > [#goober:dreamfall.space](https://matrix.to/#/#goober:dreamfall.space)
* irc > [#goober](ircs://irc.monkeystew.net/goober) on irc.monkeystew.net

View file

@ -2,6 +2,7 @@
title: "NuttyBot" title: "NuttyBot"
date: 2019-10-19T06:27:14-07:00 date: 2019-10-19T06:27:14-07:00
draft: false draft: false
weight: 90
aliases: aliases:
- /nuttybot - /nuttybot
--- ---

View file

@ -0,0 +1,59 @@
---
title: "Pantalaimon UT"
date: 2020-08-24T14:22:29-07:00
draft: false
weight: 10
---
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
[source code](https://git.sr.ht/~thrrgilag/pantalaimon-ut) -
[issue tracker](https://todo.sr.ht/~thrrgilag/pantalaimon-ut) -
[mailing list](https://lists.sr.ht/~thrrgilag/pantalaimon-ut) -
[releases](https://git.sr.ht/~thrrgilag/pantalaimon-ut/refs)
<!--more-->
## TODO
- [x] About page
- [x] App icon
- [ ] Cross compile python+pantalaimon
- [ ] Release on open-store.io
- [ ] Fix image fetching
- [ ] Ability to verify, ignore, or blacklist devices
## Build
This project is not currently setup for cross building. A binary will need to
be compiled on a device for each target architecture. Make sure there is
enough space on the device to install the build tools and compile python, olm,
and pantalaimon.
* `git clone https://git.sr.ht/~thrrgilag/pantalaimon-ut`
* push dev-build.sh to /home/phablet
* run `dev-build.sh`
* pull /home/phablet/pantalaimon-build/dist/pantalaimon
* rename pantalaimon to pantalaimon-armhf (or pantalaimon-arm64)
* run `clickable`
## Known Issues
* Images (including avatars) are not fetched
* No user interaction to verify, ignore, or blacklist devices
## Contributing
Send patches to
[~thrrgilag/pantalaimon-ut@lists.sr.ht](https://lists.sr.ht/~thrrgilag/pantalaimon-ut)
A tutorial for git send-email can be found at [git-send-email.io](https://git-send-email.io/)
if you're not familiar with this method.
Bugs can be filed at https://todo.sr.ht/~thrrgilag/pantalaimon-ut
## License
Copyright (C) 2020 Morgan McMillian
Licensed under the Apache Software License 2.0

View file

@ -2,19 +2,20 @@
title: "RenamedTodo" title: "RenamedTodo"
date: 2018-01-21T00:00:00-07:00 date: 2018-01-21T00:00:00-07:00
draft: false draft: false
weight: 50
--- ---
A native BlackBerry 10 application for managing your todo list based on the [todo.txt](http://todotxt.com) file format. A native BlackBerry 10 application for managing your todo list based on the [todo.txt](http://todotxt.com) file format.
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
[source code](https://git.sr.ht/~thrrgilag/RenamedTodo) - [source code](https://git.sr.ht/~thrrgilag/RenamedTodo) -
[matrix](https://matrix.to/#/#dev:dreamfall.space) - [matrix](https://matrix.to/#/#dev:dreamfall.space) -
[irc](ircs://irc.monkeystew.net/dev) - [irc](ircs://irc.monkeystew.net/dev) -
[email](mailto:thrrgilag@dreamfall.space) [email](mailto:thrrgilag@dreamfall.space)
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
Renamed Todo is a native application for managing your todo list based on Renamed Todo is a native application for managing your todo list based on
the todo.txt file format. This simple plain text format allows for the todo.txt file format. This simple plain text format allows for
compatibility and portability across multiple applications on a variety compatibility and portability across multiple applications on a variety

View file

@ -1,20 +1,21 @@
--- ---
title: "Todo.Txt-Enyo" title: "Todo.Txt-Enyo (inactive)"
date: 2014-09-07T00:00:00-07:00 date: 2014-09-07T00:00:00-07:00
draft: false draft: false
weight: 100
--- ---
A webOS application for managing your [todo.txt](http://todotxt.com). A webOS application for managing your [todo.txt](http://todotxt.com).
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
[source code](https://git.sr.ht/~thrrgilag/Todo.txt-Enyo) - [source code](https://git.sr.ht/~thrrgilag/Todo.txt-Enyo) -
[matrix](https://matrix.to/#/#dev:dreamfall.space) - [matrix](https://matrix.to/#/#dev:dreamfall.space) -
[irc](ircs://irc.monkeystew.net/dev) - [irc](ircs://irc.monkeystew.net/dev) -
[email](mailto:thrrgilag@dreamfall.space) [email](mailto:thrrgilag@dreamfall.space)
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
todo.txt is a plain text file for keeping track of your task list which follows a defined common format. This allows it to be human and machine readable while keeping it simple. todo.txt is a plain text file for keeping track of your task list which follows a defined common format. This allows it to be human and machine readable while keeping it simple.
Features Features

View file

@ -1,18 +1,19 @@
--- ---
title: "Woodstock" title: "Woodstock"
date: 2020-04-23T19:30:51-07:00 date: 2020-04-23T19:30:51-07:00
weight: 10
draft: false draft: false
--- ---
A client library for pnut.io written in Go A client library for pnut.io written in Go
<!--more-->
[source code](https://git.sr.ht/~thrrgilag/woodstock) - [source code](https://git.sr.ht/~thrrgilag/woodstock) -
[issue tracker](https://todo.sr.ht/~thrrgilag/woodstock) - [issue tracker](https://todo.sr.ht/~thrrgilag/woodstock) -
[releases](https://git.sr.ht/~thrrgilag/woodstock/refs) - [releases](https://git.sr.ht/~thrrgilag/woodstock/refs) -
[mailing list](https://lists.sr.ht/~thrrgilag/woodstock) [mailing list](https://lists.sr.ht/~thrrgilag/woodstock)
<!--more-->
## Installation ## Installation
```sh ```sh