github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

reidrac / nautilus-flickr-uploader

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 5
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (8)
  • Graphs
  • Tree: e6d6a4c

click here to add a description

click here to add a homepage

  • Branches (2)
    • master
    • master-tx
  • Tags (4)
    • v0.04
    • v0.03
    • v0.02
    • v0.01
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Simple GUI to upload pics to Flickr from Nautilus file browser — Read more

  cancel

http://www.usebox.net/jjm/nautilus-flickr-uploader/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

FIX: unicode support and gettext :S 
reidrac (author)
Fri Sep 04 13:10:08 -0700 2009
commit  e6d6a4cf5468b86d84a8bf7c11e842e61decd5b3
tree    23a457b19b605db6e673fa80673a5db7a94cfbfc
parent  10a7d3fde26931b7ae9e4c3189dc5e8fc448dbbc
nautilus-flickr-uploader / gen-mo gen-mo
100755 26 lines (17 sloc) 0.42 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
 
name=nautilus-flickr-uploader
destdir=$1
 
if [ "X" == "X$destdir" ]; then
echo "ERROR: you must provide a destination directory"
exit 1
fi
 
mkdir .po
 
for file in po/*.po; do
 
base=`basename $file .po`
 
mkdir -p $destdir/share/locale/$base/LC_MESSAGES
msgfmt $file -o .po/$name.mo
install -p -m664 .po/$name.mo $destdir/share/locale/$base/LC_MESSAGES/$name.mo
echo $file done
done
 
rm -rf .po
 
# EOF
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server