From 8a6f120eeb9f2a540cfb07a8f984c22d29b33908 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 28 Oct 2010 19:47:48 +0200 Subject: Move projects/* → /. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/foaf/fbfixup.pl | 41 ----- projects/foaf/linkedin2foaf.xsl | 306 ----------------------------------- projects/foaf/mkfoaf.sh | 78 --------- projects/foaf/pingfoaf.sh | 5 - projects/vietnam.da.po | 104 ------------ projects/vietnam.mdwn | 34 ---- projects/vietnam/JonasSmedegaard.jpg | Bin 6401 -> 0 bytes projects/vietnam/abstract.da.po | 50 ------ projects/vietnam/abstract.mdwn | 6 - projects/vietnam/bio.da.po | 61 ------- projects/vietnam/bio.mdwn | 9 -- projects/vietnam/sidebar.da.po | 29 ---- projects/vietnam/sidebar.mdwn | 3 - 13 files changed, 726 deletions(-) delete mode 100755 projects/foaf/fbfixup.pl delete mode 100644 projects/foaf/linkedin2foaf.xsl delete mode 100755 projects/foaf/mkfoaf.sh delete mode 100755 projects/foaf/pingfoaf.sh delete mode 100644 projects/vietnam.da.po delete mode 100644 projects/vietnam.mdwn delete mode 100644 projects/vietnam/JonasSmedegaard.jpg delete mode 100644 projects/vietnam/abstract.da.po delete mode 100644 projects/vietnam/abstract.mdwn delete mode 100644 projects/vietnam/bio.da.po delete mode 100644 projects/vietnam/bio.mdwn delete mode 100644 projects/vietnam/sidebar.da.po delete mode 100644 projects/vietnam/sidebar.mdwn (limited to 'projects') diff --git a/projects/foaf/fbfixup.pl b/projects/foaf/fbfixup.pl deleted file mode 100755 index 5cc5f60..0000000 --- a/projects/foaf/fbfixup.pl +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/perl - -# Sanitize RDF from Facebook Exporter - -undef $/; - -while (<>) { - - s{ - Mørkøv\n\s* - Vestsjalland\n\s* - Denmark\n\s* - - \n\s* - .*?\n\s* - \n\s* - \n\s* - - }{}gsx; - - s{ - \n\s* - - }{ - - - }gsx; - - s{ - \n\s* - \n\s* - \n\s* - \n\s* - .*?\n\s* - \n\s* - - }{}gsx; - - s,(( *)),$1\n$2$3\@chat.facebook.com,gs; - print; -} diff --git a/projects/foaf/linkedin2foaf.xsl b/projects/foaf/linkedin2foaf.xsl deleted file mode 100644 index 2d24452..0000000 --- a/projects/foaf/linkedin2foaf.xsl +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -yes - -yes - - - - - - - - - - - - - - - - - - - - - - - - http://code.google.com/p/lindenb/source/browse/trunk/src/xsl/linkedin2foaf.xsl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Downloading ... - -Done (). - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - - - - - - - - - diff --git a/projects/foaf/mkfoaf.sh b/projects/foaf/mkfoaf.sh deleted file mode 100755 index e8ee107..0000000 --- a/projects/foaf/mkfoaf.sh +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/sh - -# Origin: http://code.google.com/p/lindenb/source/browse/trunk/src/xsl/linkedin2foaf.xsl -# info: http://plindenbaum.blogspot.com/2010/02/linkedinxslt-foaf-people-from.html - -set -e - -exit1() { - echo "ERROR: $1" - exit 1 -} - -bindir=$(dirname "$0") -xsltdir="$bindir" - -turtle2foaf() { - inpath="$1" - outpath="$2" - [ -n "$outpath" ] || outpath=$(echo "$inpath" | perl -pe 's/\.ttl$/.rdf/ or exit 1') || exit1 "Failed resolving output RDF file from input Turtle file \"$inpath\"." - - [ -e "$inpath" ] || exit1 "Turtle file \"$inpath\" does not exist." -# [ ! -e "$outpath" ] || exit1 "RDF file \"$outpath\" already exists." - - base="$(perl -ne '/^\@base\s+<(http.+)>/ and print $1 and exit;' "$inpath")" || true - rapper ${base:+-I "$base"} -i turtle -o rdfxml-abbrev "$inpath" > "$outpath" - foafsign "$outpath" -} - -linkedin2foaf() { - inpath="$1" - outpath="$2" - [ -n "$outpath" ] || outfile=index.rdf && outpath="$(dirname "$inpath")/linkedin/$outfile" - outdir=$(dirname "$outpath") - tmppath="$outdir/index.html" - - [ -e "$inpath" ] || exit1 "Turtle file \"$inpath\" does not exist." - [ ! -e "$tmppath" ] || exit1 "Tempfile \"$tmppath\" already exists." - -# TODO: support homepage as fallback for accountName -# id=$(perl -0 -ne '/foaf:accountServiceHomepage\s+\s+;\s+foaf:(?:homepage\s+<(?=http)|accountName\s+")([^<"\s]+)/ and print $1 and exit;' "$inpath") #' - id=$(perl -0 -ne '/^:me.*?foaf:accountServiceHomepage\s+\s+;\s+foaf:accountName\s+"([^<"\s]+)/ms and print $1 and exit;' "$inpath") #' - [ -n "$id" ] || exit1 "Failed to resolve LinkedIn account name." - - mkdir -p "$outdir" -# work around unescaped &'s in linkedin pages -# xsltproc --html "$bindir/linkedin2foaf.xsl" "http://www.linkedin.com/in/$id" > "$outpath" - wget -q -O "$tmppath" "http://www.linkedin.com/in/$id" - perl -i -pe 's/&([a-zA-Z0-9]+=)/&$1/g' "$tmppath" - xsltproc --html "$xsltdir/linkedin2foaf.xsl" "$tmppath" > "$outpath" - rm -f "$tmppath" - foafsign "$outpath" -} - -tidyfacebookfoaf() { - inpath="$1" - outpath="$2" - - [ -e "$inpath" ] || exit1 "Facebook Exporter RDF file \"$inpath\" does not exist." - - perl "$bindir/fbfixup.pl" "$inpath" > "$outpath" - foafsign "$outpath" -} - -foafsign() { - inpath="$1" - outpath="$inpath.asc" - gpg -a -o- --detach-sign "$inpath" > "$outpath" -} - -paths="$@" -[ -n "$paths" ] || paths=index.ttl - -for path in $paths; do - basedir=$(dirname "$path") - turtle2foaf "$path" - linkedin2foaf "$path" || true - tidyfacebookfoaf "$basedir/facebook/foaf.xml" "$basedir/facebook/index.rdf" || true -done diff --git a/projects/foaf/pingfoaf.sh b/projects/foaf/pingfoaf.sh deleted file mode 100755 index 7f3e795..0000000 --- a/projects/foaf/pingfoaf.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -e - -curl -H "Accept: text/plain" --data-binary 'http://dr.jones.dk/me http://dr.jones.dk/me/facebook http://dr.jones.dk/me/linkedin' http://sindice.com/api/v2/ping diff --git a/projects/vietnam.da.po b/projects/vietnam.da.po deleted file mode 100644 index 659339a..0000000 --- a/projects/vietnam.da.po +++ /dev/null @@ -1,104 +0,0 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-10-27 19:15+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: Title # -#, no-wrap -msgid "Trip to Vietnam" -msgstr "Tur til Vietnam" - -#. type: Plain text -#, no-wrap -msgid "[[!meta date=\"2010-10-27\"]]\n" -msgstr "[[!meta date=\"2010-10-27\"]]\n" - -#. type: Plain text -#, no-wrap -msgid "[[!tag debian trip blog editorial]]\n" -msgstr "[[!tag debian trip blog editorial]]\n" - -#. type: Plain text -msgid "" -"On november 12-14 the [FOSSASIA][] conference is held in Việt Nam, with " -"fellow [Debian][] hackers turning it into a [Mini-Debconf][]." -msgstr "" -"D. 12.-14. november afholdes [FOSSASIA][]-konferencen i Việt Nam, som " -"[Debian][] hacker-kolleger gør til en [Mini-Debconf][]." - -#. type: Plain text -msgid "" -"When initially confronted with the plan at [Debconf10][] I was thrilled to " -"participate. When returning home, however, I decided (or let my girlfriend " -"decide for us) to move to a beautiful old cottage house -- unfortunately " -"clashing with the FOSSASIA event." -msgstr "" -"Da jeg oprindeligt blev konfronteret med ideen til [Debconf10][] var jeg " -"opsat på at deltage. Da jeg kom hjem besluttede jeg dog (eller jeg lod min " -"kæreste beslutte for os begge) at flytte til en skøn gammel hytte -- som " -"desværre ramlede sammen med FOSSASIA-arrangementet." - -#. type: Plain text -msgid "" -"Recently Andreas, scheduled to give a speak on [Debian Pure Blends][DDD] at " -"FOSSASIA, had to cancel his trip. I then decided to participate after all, " -"as that subject has been a passion of mine for a few years: I would be sad " -"if this wasn't promoted at FOSSASIA, and I should hopefully know enough of " -"it for an interesting talk." -msgstr "" -"For nyligt blev Andreas, som skulle holde et oplæg om [Debian Pure Blends]" -"[DDD] ved FOSSASIA, nødt til at aflyse sin tur. Jeg besluttede så at " -"deltage alligevel, da jeg har været entusiastisk om emnet i nogle år: Det " -"ville ærgre mig hvis ikke dette blev promoveret ved FOSSASIA, og jeg skulle " -"gerne kunne kende det godt nok til at give et interessant oplæg." - -#. type: Plain text -msgid "" -"After FOSSASIA I will stay another 1½ week offering to exchange ideas and " -"knowledge with hackers in the area of Hồ Chí Minh." -msgstr "" -"Efter FOSSASIA bliver jeg i yderligere 1½ uge og tilbyder at udveksle ideer " -"og viden med hackere området omkring Hồ Chí Minh." - -#. type: Plain text -msgid "" -"Thanks to the friends convincing me to participate, especially Héctor, " -"Andrew and Paul. And thanks a bunch to [Debian][] for sponsoring the flight " -"tickets!" -msgstr "" -"Tak til de venner som overtalte mig til at deltage, specielt Héctor, Andrew " -"og Paul. Og mange tak til [Debian][] for at sponsorere flybilletterne!" - -#. type: Plain text -#, no-wrap -msgid "" -"[FOSSASIA]: http://fossasia.org/\n" -"[Debian]: http://www.debian.org\n" -" \"Debian -- The Universal Operating System\"\n" -"[Mini-Debconf]: http://wiki.debian.org/DebianVietnam/MiniDebConf2010\n" -"[Debconf10]: http://debconf10.debconf.org/\n" -" \"Debconf 10\"\n" -"[DDD]: http://wiki.debian.org/DebianBlends\n" -" \"Debian Pure Blends\"\n" -msgstr "" -"[FOSSASIA]: http://fossasia.org/\n" -"[Debian]: http://www.debian.org\n" -" \"Debian -- det universelle styresystem\"\n" -"[Mini-Debconf]: http://wiki.debian.org/DebianVietnam/MiniDebConf2010\n" -"[Debconf10]: http://debconf10.debconf.org/\n" -" \"Debconf 10\"\n" -"[DDD]: http://wiki.debian.org/DebianBlends\n" -" \"Debian Pure Blends\"\n" diff --git a/projects/vietnam.mdwn b/projects/vietnam.mdwn deleted file mode 100644 index 42d86ba..0000000 --- a/projects/vietnam.mdwn +++ /dev/null @@ -1,34 +0,0 @@ -# Trip to Vietnam - -[[!meta date="2010-10-27"]] -[[!tag debian trip blog editorial]] - -On november 12-14 the [FOSSASIA][] conference is held in Việt Nam, with -fellow [Debian][] hackers turning it into a [Mini-Debconf][]. - -When initially confronted with the plan at [Debconf10][] I was thrilled -to participate. When returning home, however, I decided (or let my -girlfriend decide for us) to move to a beautiful old cottage house -- -unfortunately clashing with the FOSSASIA event. - -Recently Andreas, scheduled to give a speak on [Debian Pure Blends][DDD] -at FOSSASIA, had to cancel his trip. I then decided to participate -after all, as that subject has been a passion of mine for a few years: -I would be sad if this wasn't promoted at FOSSASIA, -and I should hopefully know enough of it for an interesting talk. - -After FOSSASIA I will stay another 1½ week offering to exchange ideas -and knowledge with hackers in the area of Hồ Chí Minh. - -Thanks to the friends convincing me to participate, especially Héctor, -Andrew and Paul. And thanks a bunch to [Debian][] for sponsoring the -flight tickets! - -[FOSSASIA]: http://fossasia.org/ -[Debian]: http://www.debian.org - "Debian -- The Universal Operating System" -[Mini-Debconf]: http://wiki.debian.org/DebianVietnam/MiniDebConf2010 -[Debconf10]: http://debconf10.debconf.org/ - "Debconf 10" -[DDD]: http://wiki.debian.org/DebianBlends - "Debian Pure Blends" diff --git a/projects/vietnam/JonasSmedegaard.jpg b/projects/vietnam/JonasSmedegaard.jpg deleted file mode 100644 index 3ba8ab4..0000000 Binary files a/projects/vietnam/JonasSmedegaard.jpg and /dev/null differ diff --git a/projects/vietnam/abstract.da.po b/projects/vietnam/abstract.da.po deleted file mode 100644 index 016361c..0000000 --- a/projects/vietnam/abstract.da.po +++ /dev/null @@ -1,50 +0,0 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-10-27 17:42+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: Title # -#, no-wrap -msgid "Abstract" -msgstr "Synopsis" - -#. type: Plain text -#, no-wrap -msgid "" -"Debian is the universal Operating System. So flexible that many users find " -"it too complex. \n" -msgstr "" -"Debian er det universelle styresystem. Så fleksibelt at mange brugere synes " -"det er for kompliceret. \n" - -#. type: Plain text -msgid "" -"A Debian Pure Blend is a subset of Debian, simplifying the choices needed. " -"Being \"pure\" means it is not just \"based on Debian\" with add-ons, but " -"consists only of Debian." -msgstr "" -"En Debian Pure Blend (Debian Ren Blanding) er et udsnit af Debian, forenklet " -"så der skal tages færre valg. At den er \"pure\" (ren) betyder at den ikke " -"blot er \"baseret på Debian\" med tilføjelser, men kun indeholder Debian." - -#. type: Plain text -msgid "" -"This talk explains why Debian Pure Blends is the best way to customize a " -"system, and how you can help create one optimized for your own needs." -msgstr "" -"Dette oplæg forklarer hvorfor Debian Pure Blends er den bedste måde at " -"tilrette et system, og hvordan du kan hjælpe med at lave en optimeret til " -"dine egne behov." diff --git a/projects/vietnam/abstract.mdwn b/projects/vietnam/abstract.mdwn deleted file mode 100644 index 8389bf0..0000000 --- a/projects/vietnam/abstract.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -# Abstract - -Debian is the universal Operating System. So flexible that many users find it too complex. -A Debian Pure Blend is a subset of Debian, simplifying the choices needed. Being "pure" means it is not just "based on Debian" with add-ons, but consists only of Debian. - -This talk explains why Debian Pure Blends is the best way to customize a system, and how you can help create one optimized for your own needs. diff --git a/projects/vietnam/bio.da.po b/projects/vietnam/bio.da.po deleted file mode 100644 index c2ca17d..0000000 --- a/projects/vietnam/bio.da.po +++ /dev/null @@ -1,61 +0,0 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-10-27 17:42+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: Title # -#, no-wrap -msgid "Biography" -msgstr "Biografi" - -#. type: Plain text -#, no-wrap -msgid "\n" -msgstr "\n" - -#. type: Plain text -msgid "" -"Jonas Smedegaard is a freelance systems administrator and developer working " -"with resource sharing within and between organisations, mostly schools and " -"NGOs, trying to design systems that are both intuitive and simple to use, " -"extremely cheap and easy to maintain, strictly based on open standards, and " -"purely built from Free Software." -msgstr "" -"Jonas Smedegaard er en selvstændig systemadministrator og udvikler som " -"arbejder med ressourcedeling indenfor og på tværs af organisationer, især " -"skoler og NGOer; stræber efter systemdesigns som er både intuitive og enkle " -"at bruge, ekstremt billige og nemme at vedligeholde, strengt overholder åbne " -"standarder, og helt igennem bygget af Fri Software." - -#. type: Plain text -msgid "" -"Jonas is an official Debian Developer since 2001. Involved in Skolelinux. " -"Developer of packaging helper tool CDBS. Package maintainer of Ghostscript, " -"CipUX, Sugar (a.k.a. the \"desktop\" used by OLPC), MoinMoin, and 100+ other " -"packages." -msgstr "" -"Jonas er en officiel Debian-udvikler siden 2001. Involveret i Skolelinux. " -"Udvikler af pakkehjælpeværktøjet CDBS. Pakkevedligeholder af Ghostscript, " -"CipUX, Sugar (også kendt som den \"desktop\" anvendt af OLPC), MoinMoin, og " -"100+ andre pakker." - -#. type: Plain text -msgid "" -"Jonas coined the term \"Debian Pure Blend\" in 2008, after being interested " -"in the concept since his first Debconf in 2004." -msgstr "" -"Jonas formulerede udtrykket \"Debian Pure Blend\" i 2008, efter at have " -"været interesseret i konceptet siden sin første Debconf in 2004." diff --git a/projects/vietnam/bio.mdwn b/projects/vietnam/bio.mdwn deleted file mode 100644 index c0b2f15..0000000 --- a/projects/vietnam/bio.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -# Biography - - - -Jonas Smedegaard is a freelance systems administrator and developer working with resource sharing within and between organisations, mostly schools and NGOs, trying to design systems that are both intuitive and simple to use, extremely cheap and easy to maintain, strictly based on open standards, and purely built from Free Software. - -Jonas is an official Debian Developer since 2001. Involved in Skolelinux. Developer of packaging helper tool CDBS. Package maintainer of Ghostscript, CipUX, Sugar (a.k.a. the "desktop" used by OLPC), MoinMoin, and 100+ other packages. - -Jonas coined the term "Debian Pure Blend" in 2008, after being interested in the concept since his first Debconf in 2004. diff --git a/projects/vietnam/sidebar.da.po b/projects/vietnam/sidebar.da.po deleted file mode 100644 index bd4de50..0000000 --- a/projects/vietnam/sidebar.da.po +++ /dev/null @@ -1,29 +0,0 @@ -# SOME DESCRIPTIVE TITLE -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2010-10-27 18:36+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. type: Bullet: ' * ' -msgid "[[Vietnam]]" -msgstr "[[Vietnam]]" - -#. type: Bullet: ' * ' -msgid "[[Abstract]]" -msgstr "[[Synapsis|abstract]]" - -#. type: Bullet: ' * ' -msgid "[[Biography|bio]]" -msgstr "[[Biografi|bio]]" diff --git a/projects/vietnam/sidebar.mdwn b/projects/vietnam/sidebar.mdwn deleted file mode 100644 index e1bbed9..0000000 --- a/projects/vietnam/sidebar.mdwn +++ /dev/null @@ -1,3 +0,0 @@ - * [[Vietnam]] - * [[Abstract]] - * [[Biography|bio]] -- cgit v1.2.3