Tags
bts-link bugs bugtracker bugzilla coclico codendi debbugs debian debian-en debian-fr DOAP floss forge fusionforge gforge Gnome HELIOS hephaistos interoperability laptop libre linked data LSM lsm2010 mantis ontology open source opinion OSLC oslc-cm package phpgroupware PicoForge planetforge presentation RDF release research RMLL rmll2010 semantic web software sympa twiki udd
@oberger on identi.ca- oberger: Nice #org-mode Tutorial / Cheat Sheet http://ur1.ca/dzbtu 22/05/2013
- oberger: First significatnt #ADMS.SW meta-data deployment on ADULLACT forge :-) Some details / performance fixes needed, though ;-) 22/05/2013
- oberger: gandi-hosting-vm breaking the wheezy php5 cron job http://ur1.ca/dz9gn 22/05/2013
- oberger: RT @lcs Comment *vraiment* punir Apple pour son évitement à l'impôt ? Passer ses brevets dans le domaine public. 22/05/2013
- oberger: New version of ARC2 php RDF library enters #debian testing ... expect breakages ;-) http://ur1.ca/dym8i 21/05/2013
- oberger: "Dealing with Amazon MP3 Store's lack of Linux supp..." http://ur1.ca/dylzv 21/05/2013
- oberger: Si l'on s'intéresse à l'histoire, il faut pas l'interpréter avec la situation actuelle, mais se remettre dans l'ambiance de l'époque, IMHO 20/05/2013
- oberger: RT @kaze « Les hommes du Libre ne sont pas tous des connards », un article qu’il est bien : http://ur1.ca/dxitn 20/05/2013
- oberger: RT @planetdebian Benjamin Mako Hill: The Cost of Inaccessibility at the Margins of Relevance - http://bit.ly/10efzFx 20/05/2013
- oberger: Sans vouloir nourir le troll, tu n'étais pas des créateurs, si ? 20/05/2013
Category Archives: Uncategorized
Slides + Manual + programs generated from single org-mode source
I’ve been working on maintaining lecture slides and a manual, by writing a single source org-mode file. From a single source I want to be able to generate different output PDFs, only changing a few switches : slides deck a … Continue reading
Managing Python code with UTF-8 (french chars) in org-mode + babel + minted for LaTeX export
The goal of this article is to illustrate how to manage Python code which includes comments in UTF-8 characters inside a latin-1 source org-mode for LaTeX export. Note that I’ve pasted in wordpress the HTML generated by org-mode, so I … Continue reading
Posted in Uncategorized
Tagged babel, debian-en, debian-fr, emacs, french, highlighting, litterate programming, minted, org-mode, python
Leave a comment
Conférence “L’économie du logiciel libre et la percée d’OpenStack dans le cloud” le 27/03 à Évry
L’association Minet organise une conférence le 27/03 dans les locaux de Télécom SudParis et Télécom École de Management à Évry, qui promet d’être intéressante. Elle portera à la fois sur l’économie du logiciel libre et sur l’essort d’OpenStack dans le … Continue reading
Python RDF example of a MySQL triple store thanks to redland/librdf
In a way similar to my previous post about persisting graphs in PostGreSQL in PHP, here’s similar examples for Python and MySQL. Note that you may need to adjust the MySQL table creation templates if you’re running librdf version 1.0.16 … Continue reading
Posted in Uncategorized
Tagged debian-en, librdf, mysql, python, RDF, redland, triples
Leave a comment
RDF development in PHP with a PostGreSQL triple store thanks to the LibRDF OO wrapper for redland/librdf
Redland/librdf offers powerful features like being able to persist an RDF model to a relational database (only PostGreSQL seems to work on my setup with 1.0.16, but I may have misconfigured it). You can then do SPARQL queries over the … Continue reading
Posted in Uncategorized
Tagged debian-en, librdf, linked data, php, PostGreSQL, RDF, redland
2 Comments
The Debian Package Tracking System now publishes Turtle RDF meta-data
The Debian PTS now speaks the Turtle representation format for the export of RDF meta-data about Debian source packages. Alongside HTML pages for humans, and the RDF/XML that had already been added to it this means that a new flavour … Continue reading
Posted in Uncategorized
Tagged adms.sw, debian, debian-en, linked data, package, pts, RDF, semantic web, Turtle
3 Comments
A 30 minutes introduction to git
I’ve been looking for a set of slides that I could have reused to make a 30 minutes introduction to my colleagues at the computer science department. Finding none that would be suitable (i.e. including graphical examples and not only … Continue reading
Presented “Generating Linked Data descriptions of Debian packages in the Debian PTS” at the Paris Mini DebConf
I have made a presentation at the Paris MinDebconf 2012 about the work I’ve done to bring more semantic meta-data to the Debian PTS (see previous posts). Here are my slides : Generating Linked Data descriptions of Debian packages in … Continue reading
Debian Package Tracking System now produces RDF description of source packages
Here’s a second post on the subject of RDF descriptions for Debian source packages (see the previous post for some context). From now on, the Debian Package Tracking System (PTS) will produce, alongside HTML pages meant for humans, RDF pages … Continue reading
Posted in Uncategorized
Tagged adms.f/oss, adms.sw, debian, debian-en, interoperability, linked data, linked open data, pts, RDF
6 Comments
Generating RDF description of Debian package sources with ADMS.SW
Edit : I’ve now managed to roll out my contribution which is now in production on packages.qa.debian.org. See a later post I’ve made on the subject, and beware that the generated RDF has changed a bit also. ADMS.SW proposes specifications … Continue reading
Posted in Uncategorized
Tagged adms.f/oss, adms.sw, debian, debian-en, interoperability, linked data, linked open data, pts, RDF
3 Comments
How to manage and export bibliographic notes/refs in org-mode
I’ve felt the need to manage my bibliography with org-mode, allowing me to write drafts of papers while being able to keep a track of all the litterature I’ve read and published already. There are already many resources which explain … Continue reading
Posted in Uncategorized
Tagged article, bibliography, bibtex, emacs, latex, org-mode, reftex
6 Comments
Periodic notification of received mails processed by dovecot’s sieve
I’m using dovecot’s sieve to filter incoming mail into different folders. As this works in the backround (through fetchmail + procmail + dovecot’s deliver), I may not know that new mail is available until I check in Gnus or notmuch. … Continue reading