]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Sun, 7 Dec 2008 14:23:23 +0000 (23:23 +0900)
committerPHO <pho@cielonegro.org>
Sun, 7 Dec 2008 14:23:23 +0000 (23:23 +0900)
dot-files/_Xdefaults [new file with mode: 0644]
dot-files/_w3m/keymap [new file with mode: 0644]
dot-files/_w3m/mailcap [new file with mode: 0644]
tools/import.pl
tools/list-files.pl

diff --git a/dot-files/_Xdefaults b/dot-files/_Xdefaults
new file mode 100644 (file)
index 0000000..b7889dc
--- /dev/null
@@ -0,0 +1,7 @@
+emacs*Background: DarkSlateGray
+emacs*Foreground: Wheat
+emacs*pointerColor: Orchid
+emacs*cursorColor: Orchid
+emacs*bitmapIcon: on
+emacs*font: fixed
+emacs.geometry: 80x25
diff --git a/dot-files/_w3m/keymap b/dot-files/_w3m/keymap
new file mode 100644 (file)
index 0000000..6a7d8a7
--- /dev/null
@@ -0,0 +1 @@
+keymap C       CHARSET
diff --git a/dot-files/_w3m/mailcap b/dot-files/_w3m/mailcap
new file mode 100644 (file)
index 0000000..21603a6
--- /dev/null
@@ -0,0 +1 @@
+application/xhtml+xml; cat %s; x-htmloutput
index b722db17b651fdeda31fb3717b90e6bb44e536f6..c1bacaebf7824b323969ead4177ba7a715bbe528 100644 (file)
@@ -5,6 +5,7 @@ use lib 'tools';
 require 'utils.pl';
 use File::Spec;
 use File::Copy;
+use File::Path;
 
 sub main {
     my @args = @_;
@@ -15,6 +16,9 @@ sub main {
         my $saved = rel2saved($rel);
 
         print "Copying $abs to $saved...\n";
+        my @path = File::Spec->splitdir($saved);
+        pop @path;
+        mkpath(File::Spec->catdir(@path));
         copy($abs, $saved) or die $!;
     }
 }
index c736839e8768214db71743ff66861bb71fd364b2..2059c9e5e6adbe043217ba522b404440f3eee5a3 100644 (file)
@@ -95,7 +95,8 @@ __DATA__
 .mplayer/DVDKeys*
 .mplayer/skins*
 .nautilus
-.navi2ch
+.navi2ch/*.net
+.navi2ch/*.com
 .nh-todo
 .pan
 .projects.ede
@@ -113,6 +114,11 @@ __DATA__
 .uim.d
 .unison
 .viminfo
+.w3m/bookmark.bak.html
+.w3m/config
+.w3m/*arrived
+.w3m/*cookie
+.w3m/*sessions
 .xchat2*
 .zcomp*
 .zfunc