Re: Who's using Debian?
On Fri, Sep 21, 2012 at 05:42:31PM +0200, Filippo Rusconi wrote: > here is how I use Debian GNU/Linux... [...] The site will be added to the "Who's using Debian" page shortly. Thanks for your support! -- Regards, Kaare -- To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121003121025.ga13...@nightcall.dk
DATA STUDIO - ESTÚDIO DE GRAVAÇÃO DE BANDAS, JINGLES E SPOTS PUBLICITÁRIOS.
OLÁ, VENHO ATRAVÉS DESTE E-MAIL APRESENTAR O DATA STUDIO: PARA CONSULTAS DE ORÇAMENTOS DE JINGLES, SPOTS, VINHETAS, LOCUÇÕES E TAMBÉM CONVERSÃO DE VINIL E CASSETE PARA CD E VHS PARA DVD, BASTA ENTRAR EM CONTATO POR ESTE E-MAIL OU PELO SITE. QUEM TIVER INTERESSE TENHO UM PORTIFÓLIO DE AUDIO NO ENDEREÇO DO SITE, BASTA ADICIONAR O FACEBOOK DO ESTÚDIO: FACEBOOK - HYPERLINK "http://www.facebook.com/datastudio.estudiodegravacao"www.facebook.com/datastudio.estudiodegravacao GRATO PELA ATENÇÃO. -- To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1031311.cllcm...@gmail.com
Bug#689561: wiki: add support for checking status of bugs in bugzilla
Package: wiki.debian.org Severity: wishlist We should add support for checking the status of bugs in bugzilla installations. Below is a proof-of-concept python script that we can use to create this. The script should have a list of known bugzilla installations and only contact those. The JavaScript should recognise URLs of the form /show_bug.cgi?id=1234 or /1234 on the known hostnames and then contact the bugzilla script and return the results. import xmlrpclib import cgi try: import json except ImportError: import simplejson as json url = 'https://bugzilla.gnome.org/xmlrpc.cgi' proxy = xmlrpclib.ServerProxy(url) bugs = proxy.Bug.get_bugs({'ids': [123456]}) payload = . output = json.dumps(payload) print print output -- bye, pabs http://wiki.debian.org/PaulWise signature.asc Description: This is a digitally signed message part
synchronising stylesheet/image assets between www.d.o and other domains?
Hi all, Currently www.d.o, wiki.d.o and other Debian sites share assets (CSS/images/etc) but they are not synchronised in any way so changes on www.d.o are not propagated to other sites using the new design. At least for wiki.d.o the www.d.o-derived assets have not been updated since they were deployed, I guess other sites are in the same situation. Some thoughts: The wiki is available over HTTPS, so we can't just reference the assets via www.d.o. I don't know if adding HTTPS to www.d.o is possible or a good idea. The assets aren't concentrated in one directory, so we can't just checkout that from CVS, we need a full checkout on each host. Perhaps a CVS commit hook or cron job to collect all the assets in one directory on www-master and give wiki.d.o and other hosts access to that via rsyncd? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/caktje6ehfx4b1ro+lkasqqgfjd7ysav7ajrbp54qqnojymb...@mail.gmail.com