diff --git a/content/projects/goober-bb10.md b/content/projects/goober-bb10.md new file mode 100644 index 0000000..b8d25b2 --- /dev/null +++ b/content/projects/goober-bb10.md @@ -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) + diff --git a/content/projects/goober.md b/content/projects/goober.md index e1e3573..dfb103f 100644 --- a/content/projects/goober.md +++ b/content/projects/goober.md @@ -1,37 +1,14 @@ --- -title: "Goober" +title: "Goober Android (inactive)" date: 2019-11-23T11:41:01-08:00 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. - +[source code](https://gitlab.com/thrrgilag/Goober) - +[releases](https://gitlab.com/thrrgilag/Goober/wikis/releases) -  - -**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 - -  - -**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 - -  - -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 diff --git a/content/projects/nuttybot.md b/content/projects/nuttybot.md index 343ca52..07a9e1d 100644 --- a/content/projects/nuttybot.md +++ b/content/projects/nuttybot.md @@ -2,6 +2,7 @@ title: "NuttyBot" date: 2019-10-19T06:27:14-07:00 draft: false +weight: 90 aliases: - /nuttybot --- diff --git a/content/projects/pantalaimon-ut.md b/content/projects/pantalaimon-ut.md new file mode 100644 index 0000000..7949088 --- /dev/null +++ b/content/projects/pantalaimon-ut.md @@ -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) + + + +## 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 diff --git a/content/projects/renamedtodo.md b/content/projects/renamedtodo.md index 1810576..762615e 100644 --- a/content/projects/renamedtodo.md +++ b/content/projects/renamedtodo.md @@ -2,19 +2,20 @@ title: "RenamedTodo" date: 2018-01-21T00:00:00-07:00 draft: false +weight: 50 --- A native BlackBerry 10 application for managing your todo list based on the [todo.txt](http://todotxt.com) file format. - - -*Notice: Development of this project is not active. Contributions are still welcome.* - [source code](https://git.sr.ht/~thrrgilag/RenamedTodo) - [matrix](https://matrix.to/#/#dev:dreamfall.space) - [irc](ircs://irc.monkeystew.net/dev) - [email](mailto:thrrgilag@dreamfall.space) + + +*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 the todo.txt file format. This simple plain text format allows for compatibility and portability across multiple applications on a variety diff --git a/content/projects/todo.txt-enyo.md b/content/projects/todo.txt-enyo.md index 4bf3d9c..73c88fa 100644 --- a/content/projects/todo.txt-enyo.md +++ b/content/projects/todo.txt-enyo.md @@ -1,20 +1,21 @@ --- -title: "Todo.Txt-Enyo" +title: "Todo.Txt-Enyo (inactive)" date: 2014-09-07T00:00:00-07:00 draft: false +weight: 100 --- A webOS application for managing your [todo.txt](http://todotxt.com). - - -*Notice: Development of this project is not active. Contributions are still welcome.* - [source code](https://git.sr.ht/~thrrgilag/Todo.txt-Enyo) - [matrix](https://matrix.to/#/#dev:dreamfall.space) - [irc](ircs://irc.monkeystew.net/dev) - [email](mailto:thrrgilag@dreamfall.space) + + +*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. Features diff --git a/content/projects/woodstock.md b/content/projects/woodstock.md index 6ee7ba5..b23914f 100644 --- a/content/projects/woodstock.md +++ b/content/projects/woodstock.md @@ -1,18 +1,19 @@ --- title: "Woodstock" date: 2020-04-23T19:30:51-07:00 +weight: 10 draft: false --- A client library for pnut.io written in Go - - [source code](https://git.sr.ht/~thrrgilag/woodstock) - [issue tracker](https://todo.sr.ht/~thrrgilag/woodstock) - [releases](https://git.sr.ht/~thrrgilag/woodstock/refs) - [mailing list](https://lists.sr.ht/~thrrgilag/woodstock) + + ## Installation ```sh