Nenhuma descrição

rain1 eecc60c89c engine.vala: change [^:]* to .* in the URL parsing regex to allow links with a colon in the selector. 5 anos atrás
.gitignore 358be2b23c check in resources.xml 6 anos atrás
LICENSE df20bcdb95 threading correctly now 7 anos atrás
Makefile 64344c6b4b turn on linewrapping. improve makefile. 5 anos atrás
README.txt f91cbb4724 add info that helps how to build it 5 anos atrás
engine.vala eecc60c89c engine.vala: change [^:]* to .* in the URL parsing regex to allow links with a colon in the selector. 5 anos atrás
gopher.ui 64344c6b4b turn on linewrapping. improve makefile. 5 anos atrás
gopher.vala 2822a4a36b support for opening gopher:// links from the linux system 6 anos atrás
resources.xml 358be2b23c check in resources.xml 6 anos atrás
xdg-open 2822a4a36b support for opening gopher:// links from the linux system 6 anos atrás

README.txt

A simple gopher client in vala
==============================

Thank you to Bob131 for teaching me the correct way to do the threading!

Thank you to chrisawi for helping me correct some gtk outside the main thread mistakes, and suggesting several code improvements as well as the "\n\r" instead of "\r\n" bug.

## How to build

You need valac the vala compiler and gtk library and the gtk dev package (on debian it's libgtk-3-dev)

then just run 'make'

## How to make gopher links open in this client

* put the `xdg-open` script in ~/bin
* add ~/bin to PATH such that it overrides your system `xdg-open`
* `export GOPHER=` point to this gopher client