Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/imagenes
diff options
context:
space:
mode:
authorRodrigo Pérez Fulloni <rodripf@gmail.com>2012-03-30 14:54:13 (GMT)
committer Rodrigo Pérez Fulloni <rodripf@gmail.com>2012-03-30 14:54:13 (GMT)
commit7068776e7773d2c8279c5ba389f09dcfea990c0d (patch)
treedec6a2d8f227c0b4fc16fb34da6fbc11e1e47748 /imagenes
First commit.
Fully functional. TODO: -create icon -access authors info from the activity
Diffstat (limited to 'imagenes')
-rw-r--r--imagenes/.gitignore1
-rw-r--r--imagenes/Authors.py52
-rw-r--r--imagenes/animales/Bighorn_sheep.jpgbin0 -> 95903 bytes
-rw-r--r--imagenes/animales/Jirafe_-_ Going_somwhere.jpgbin0 -> 162021 bytes
-rw-r--r--imagenes/animales/Mother_and_baby_gorilla.jpgbin0 -> 143838 bytes
-rw-r--r--imagenes/animales/The_beautiful_lion_of_the_zoo_of_Basel.jpgbin0 -> 78679 bytes
-rw-r--r--imagenes/animales/Three_ducks.jpgbin0 -> 97428 bytes
-rw-r--r--imagenes/animales/Zebra_in_B_and_W.jpgbin0 -> 113060 bytes
-rw-r--r--imagenes/deportes/Enzo_XX_Evolution.jpgbin0 -> 208594 bytes
-rw-r--r--imagenes/deportes/O_rosilho.jpgbin0 -> 121365 bytes
-rw-r--r--imagenes/deportes/power.jpgbin0 -> 145129 bytes
-rw-r--r--imagenes/escenas/Precious_Moments.jpgbin0 -> 122971 bytes
-rw-r--r--imagenes/paisajes/Lago_Ypacarai.jpgbin0 -> 210621 bytes
-rw-r--r--imagenes/paisajes/Lago_Ypacarai2.jpgbin0 -> 21421 bytes
-rw-r--r--imagenes/transporte/First_Air_727_100.jpgbin0 -> 63658 bytes
-rw-r--r--imagenes/transporte/doc.pdfbin0 -> 4332 bytes
16 files changed, 53 insertions, 0 deletions
diff --git a/imagenes/.gitignore b/imagenes/.gitignore
new file mode 100644
index 0000000..fedc980
--- /dev/null
+++ b/imagenes/.gitignore
@@ -0,0 +1 @@
+/animales_ncc_achicadas/
diff --git a/imagenes/Authors.py b/imagenes/Authors.py
new file mode 100644
index 0000000..395e32a
--- /dev/null
+++ b/imagenes/Authors.py
@@ -0,0 +1,52 @@
+#!/usr/bin/env python
+#Image authors list
+#Images published on flickr under the Creative Common License
+
+#pattern:
+#__(("Filename_wo_ext", _("Image name"), "Author name", "Link to photo"))
+#__(("", _(""), "", ""))
+
+autores = {}
+from gettext import gettext as _
+
+def __(a):
+ autores[a[0]] = a[1:]
+
+#****************************************
+#paisajes
+#****************************************
+__(("Lago_Ypacarai", _("Lago Ypacarai"), "Rodrigo Perez", "http://www.flickr.com/photos/rodripf/5532922349"))
+
+
+#****************************************
+#escenas
+#****************************************
+__(("Precious_Moments", _("Rosa y Frutillas"),"Fliker_2000", "http://www.flickr.com/photos/cyber-shot/3050275740"))
+
+#****************************************
+#animales
+#****************************************
+__(("Mother_and_baby_gorilla", _("Mama y bebe gorila"), "mape_s", "http://www.flickr.com/photos/mape_s/333862026/"))
+__(("Zebra_in_B_and_W", _("Zebra"), "mape_s", "http://www.flickr.com/photos/mape_s/346930948"))
+__(("Jirafe_-_ Going_somwhere", _("Jirafa"), "Dwayne Macgowan", "http://www.flickr.com/photos/dwaynemac/383409225"))
+__(("The_beautiful_lion_of_the_zoo_of_Basel.jpg", _("Leon"), "Tambako the Jaguar", "http://www.flickr.com/photos/tambako/4417060477/"))
+__(("Three_ducks", _("Los tres patitos"), "mape_s", "http://www.flickr.com/photos/mape_s/333862325/"))
+__(("Bighorn_sheep", _("Cabra"), "mape_s", "http://www.flickr.com/photos/mape_s/333862119/"))
+
+
+#****************************************
+#deportes
+#****************************************
+__(("O_rosilho", _("Jinete"), "Eduardo Amorin", "http://www.flickr.com/photos/bombeador/2373109553/"))
+__(("Power", _("Fútbol"), "Zach Stern", "http://www.flickr.com/photos/zachstern/147590048"))
+__(("Enzo_XX_Evolution", _("Auto"), "Philipp Lücke", "http://www.flickr.com/photos/philippluecke/4733545102"))
+
+
+#****************************************
+#transporte
+#****************************************
+__(("First_Air_727_100", _("Avion"), "Doug", "http://www.flickr.com/photos/caribb/84655830"))
+
+
+if __name__ == "__main__":
+ print autores
diff --git a/imagenes/animales/Bighorn_sheep.jpg b/imagenes/animales/Bighorn_sheep.jpg
new file mode 100644
index 0000000..429f677
--- /dev/null
+++ b/imagenes/animales/Bighorn_sheep.jpg
Binary files differ
diff --git a/imagenes/animales/Jirafe_-_ Going_somwhere.jpg b/imagenes/animales/Jirafe_-_ Going_somwhere.jpg
new file mode 100644
index 0000000..64ca1b8
--- /dev/null
+++ b/imagenes/animales/Jirafe_-_ Going_somwhere.jpg
Binary files differ
diff --git a/imagenes/animales/Mother_and_baby_gorilla.jpg b/imagenes/animales/Mother_and_baby_gorilla.jpg
new file mode 100644
index 0000000..28a1eb3
--- /dev/null
+++ b/imagenes/animales/Mother_and_baby_gorilla.jpg
Binary files differ
diff --git a/imagenes/animales/The_beautiful_lion_of_the_zoo_of_Basel.jpg b/imagenes/animales/The_beautiful_lion_of_the_zoo_of_Basel.jpg
new file mode 100644
index 0000000..8a3919a
--- /dev/null
+++ b/imagenes/animales/The_beautiful_lion_of_the_zoo_of_Basel.jpg
Binary files differ
diff --git a/imagenes/animales/Three_ducks.jpg b/imagenes/animales/Three_ducks.jpg
new file mode 100644
index 0000000..391ddd7
--- /dev/null
+++ b/imagenes/animales/Three_ducks.jpg
Binary files differ
diff --git a/imagenes/animales/Zebra_in_B_and_W.jpg b/imagenes/animales/Zebra_in_B_and_W.jpg
new file mode 100644
index 0000000..836fd2f
--- /dev/null
+++ b/imagenes/animales/Zebra_in_B_and_W.jpg
Binary files differ
diff --git a/imagenes/deportes/Enzo_XX_Evolution.jpg b/imagenes/deportes/Enzo_XX_Evolution.jpg
new file mode 100644
index 0000000..4b22a6d
--- /dev/null
+++ b/imagenes/deportes/Enzo_XX_Evolution.jpg
Binary files differ
diff --git a/imagenes/deportes/O_rosilho.jpg b/imagenes/deportes/O_rosilho.jpg
new file mode 100644
index 0000000..8d0b853
--- /dev/null
+++ b/imagenes/deportes/O_rosilho.jpg
Binary files differ
diff --git a/imagenes/deportes/power.jpg b/imagenes/deportes/power.jpg
new file mode 100644
index 0000000..61ff301
--- /dev/null
+++ b/imagenes/deportes/power.jpg
Binary files differ
diff --git a/imagenes/escenas/Precious_Moments.jpg b/imagenes/escenas/Precious_Moments.jpg
new file mode 100644
index 0000000..1b90877
--- /dev/null
+++ b/imagenes/escenas/Precious_Moments.jpg
Binary files differ
diff --git a/imagenes/paisajes/Lago_Ypacarai.jpg b/imagenes/paisajes/Lago_Ypacarai.jpg
new file mode 100644
index 0000000..641f641
--- /dev/null
+++ b/imagenes/paisajes/Lago_Ypacarai.jpg
Binary files differ
diff --git a/imagenes/paisajes/Lago_Ypacarai2.jpg b/imagenes/paisajes/Lago_Ypacarai2.jpg
new file mode 100644
index 0000000..94d82a5
--- /dev/null
+++ b/imagenes/paisajes/Lago_Ypacarai2.jpg
Binary files differ
diff --git a/imagenes/transporte/First_Air_727_100.jpg b/imagenes/transporte/First_Air_727_100.jpg
new file mode 100644
index 0000000..766dc8c
--- /dev/null
+++ b/imagenes/transporte/First_Air_727_100.jpg
Binary files differ
diff --git a/imagenes/transporte/doc.pdf b/imagenes/transporte/doc.pdf
new file mode 100644
index 0000000..9ae641d
--- /dev/null
+++ b/imagenes/transporte/doc.pdf
Binary files differ