Groups | Search | Server Info | Login | Register
Groups > comp.infosystems.gopher > #690
| From | Daniel <me@sc1f1dan.com> |
|---|---|
| Newsgroups | comp.infosystems.gopher |
| Subject | gopher and queries |
| Message-ID | <87r0ajymxo.fsf@rpi3> (permalink) |
| Organization | Newshosting.com - Highest quality at a great price! www.newshosting.com |
| Date | 2024-08-20 21:11 +0100 |
Impressed with the ingenuity of gopher creators out there, I decided to give it a go. A source of inspiration is gopherpedia.com. A tool I use daily, absolutely love it! And after reading his phlog post about it, I saw that he created a proxy and wrote code to scrape the data from wikipedia and output to a format compatible with gopher.. Fair enough. I thought it was too much work. Why not just run the script locally and use the wikimedia api? Right? So I started learning python and working through parsing the json data for wiktionary. The goal: build a gopher interface to wiktionary - a sister site, of sorts, for gopherpedia. Then, it dawned on me this morning that my approach could possibly be wrong. How would I trigger a script to run from a gopher page? I don't know, so I come here. Do the good people concur with my opinion? Or is there a way I can do it the way I envision? Right now, I'm using python and, at this point, my script is pretty close. A query will search, filter, then format the output to standard ascii. But, i'm afraid that the work I've done is useless. Here's the flow: User goes to gopherict.com > word lookup > type word > press enter > script executes query to wiktionary.org > downloads and filters > creates gopher page of resulting definition > user displays I hope you all have good news for me. Daniel
Back to comp.infosystems.gopher | Previous | Next — Next in thread | Find similar
gopher and queries Daniel <me@sc1f1dan.com> - 2024-08-20 21:11 +0100
Re: gopher and queries Mateusz Viste <mateusz@x.invalid> - 2024-08-21 10:39 +0200
Re: gopher and queries f6k <f6k@huld.re> - 2024-08-21 22:53 +0200
Re: gopher and queries Daniel <me@sc1f1dan.com> - 2024-08-22 09:03 +0100
Re: gopher and queries drb@ihatespam.msu.edu (Dennis Boone) - 2024-11-30 00:22 +0000
Re: gopher and queries Daniel <me@sc1f1dan.com> - 2024-12-16 16:52 +0000
Re: gopher and queries drb@ihatespam.msu.edu (Dennis Boone) - 2024-12-16 18:51 +0000
Re: gopher and queries Daniel <me@sc1f1dan.com> - 2024-12-16 22:57 +0000
Re: gopher and queries vlad <invalid@invalid.org> - 2024-11-28 21:03 -0500
Re: gopher and queries drb@ihatespam.msu.edu (Dennis Boone) - 2024-11-30 00:03 +0000
Re: gopher and queries "Arti F. Idiot" <addr@is.invalid> - 2024-12-09 11:54 -0700
Re: gopher and queries Lawrence Woodman <lorrywoodman@gmail.com> - 2024-12-10 07:26 +0000
csiph-web