]> gitweb.factorcode.org Git - factor.git/history - extra/gopher/gopher.factor
arm.64.factor: extra semicolon removed
[factor.git] / extra / gopher / gopher.factor
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-20 John Benediktssongopher: don't url-encode that paths
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2021-12-24 Doug Colemanextra: contents -> read-contents
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2016-11-02 John Benediktssongopher: use url encoding and decoding to work with...
2016-10-27 John Benediktssongopher: some aesthetics.
2016-10-26 John Benediktssongopher: adding generic image support.
2016-10-26 John Benediktssongopher: fix gopher urls to include the type character...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2014-12-27 John Benediktssongopher: set 1 minute timeout by default.
2014-12-24 John Benediktssongopher: use contents now that it works.
2014-12-21 John Benediktssongopher: fix bug where empty lines weren't printed prope...
2014-12-20 John Benediktssongopher: simplify.
2014-12-20 John Benediktssongopher: change gopher-text to use split1.
2014-12-20 John Benediktssongopher: add way to get result without converting to...
2014-12-17 John Benediktssongopher: make default selector the menu.
2014-12-17 John Benediktssongopher: fix query params for searching.
2014-12-17 John Benediktssongopher: don't require UI by default.
2014-12-17 John Benediktssongopher-ui: adding a UI for gopher browsing.
2014-12-17 John Benediktssongopher: handle query params, maybe (not tested).
2014-12-17 John Benediktssongopher: initial commit of gopher lib.