From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21715 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Adding webpage to the bibliography entries Date: Fri, 29 Jul 2005 18:37:16 +0200 Message-ID: <6faad9f00507290937bcdb8c3@mail.gmail.com> Reply-To: Mojca Miklavec , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122655058 20471 80.91.229.2 (29 Jul 2005 16:37:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Jul 2005 16:37:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 29 18:37:34 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyXrR-0003p5-7Q for gctc-ntg-context-518@m.gmane.org; Fri, 29 Jul 2005 18:37:25 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C5AF812839; Fri, 29 Jul 2005 18:37:23 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07575-06; Fri, 29 Jul 2005 18:37:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A069B127B2; Fri, 29 Jul 2005 18:37:18 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE4D6127B2 for ; Fri, 29 Jul 2005 18:37:17 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07627-05-4 for ; Fri, 29 Jul 2005 18:37:16 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by ronja.ntg.nl (Postfix) with ESMTP id B022A12791 for ; Fri, 29 Jul 2005 18:37:16 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id a4so176956nfc for ; Fri, 29 Jul 2005 09:37:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pvag/MWrWAta0wUbhEMTQjLhKbtCiKROzYI7YvjTpnMj9WBH4wLfa+Cg7GEPnsfF/3mPrkEwUZArVuLvOuA61IauGoZtmeBTFyLoTSlqiNCKYWn4EE7+cFh4E0go9qtOSF/sY/zc+4O2Vk7NDunnQj1hOfV7G64Lpu/E/1C4VHo= Original-Received: by 10.48.1.18 with SMTP id 18mr120406nfa; Fri, 29 Jul 2005 09:37:16 -0700 (PDT) Original-Received: by 10.48.247.2 with HTTP; Fri, 29 Jul 2005 09:37:16 -0700 (PDT) Original-To: mailing list for ConTeXt users Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21715 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21715 Hello, (mostly) Taco, I don't know what the whole functionality of the urlbst (CTAN/biblio/bibtex/contrib/urlbst/) package is, but it offers an entity @webpage for bibiliography style, with url, author, title, year, lastchecked and note. I think it also adds a field url to every(?) other entity. It would be great to be able to use something like \cite[url][our nice garden], which would be equivalent to something like \useURL[bib:our nice garden][http://contextgarden.net][][http://contextgarden.net] \from[bib:our nice garden] and also add URLs to the list of publications (if requested) at the end of the file. Support would probably only make sense in the ConTeXt-wrapped bibliographies (actually is url often already present in usual bib files). Perhaps some other users have some more comments/suggestions about it. Mojca