💾 Archived View for rawtext.club › ~sloum › geminilist › 005723.gmi captured on 2024-02-05 at 11:07:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Oliver Simmons oliversimmo at gmail.com
Sat Feb 27 19:42:51 GMT 2021
- - - - - - - - - - - - - - - - - - -
On Wed, 24 Feb 2021 at 20:01, <text at sdfeu.org> wrote:
In its visual editor Wikipedia helps the editing person to cite sources
by establishing title, author, date by retrieving and parsing a given URL:
You can add a citation by selecting from the drop-down "cite" menu
at the top of the editing box.
_ https://en.wikipedia.org/wiki/Wikipedia:Citing_sources
Does anybody know where to start coding support for citing gemini://
resources via this drop-down from within Wikipedia's visual editor?
Citing sources would be exactly the same, just a different protocol in the URL.
e.g.:```Would become{{cite web |title=Project Gemini FAQ |url=gemini://gemini.circumlunar.space/docs/faq.gmi |access-date=27 Feb 2021 |url-status=live |archiveurl= |archivedate= |df=dmy-all}}</ref>```
The archive links don't *have* to be from archive.org, that's justwhat's typically used.AFAIK we don't have any archives like that yet, so for now that wouldhave to be left missing (which is perfectly fine - it's an optionalfield).The only Gemini Space archives I know of are data dumps.
Having a dedicated template for gemini space probably would be best though :){{Template:cite gemini space}} or something
According to Wikipedia citations for pages typically include:
* URL of the specific page[...]
* the date the page was accessed
(required if the publication date is unknown)
AFAIK this is mostly added by hand, except the URL and maybe title.Syntax for this stuff is still not decided on so I'd wait until thento add it anyways.
- Oliver Simmons