[완료] IE의 즐겨찾기 파일을 바로 여는 방법은 없을까요?

vananamilk의 이미지

안녕하세요.

XP와 우분투를 멀티부팅해서 사용합니다. IE는 즐겨찾기를 url 파일로
파폭은 xml로 사용하기 때문에 컨버팅을 해야 하는데요...
이런 불편을 줄이기 위해 PlainOldFavorites 플러그인이 있더라구요. 하지만
리눅스용은 지원을 안해서 아쉽더라구요.

리눅스에서는 윈도우 파티션을 마운트 하기 때문에 즐겨찾기 폴더를 링크를 걸어 놓고
사용하는데 문제는 xxx.url 파일을 바로 열지 못하는 불편함이 있더군요. 윈도우는 그냥
바로 그 사이트로 가지만 파폭에서는 그 파일을 열어서 text로 보여주더라구요.

이거 파폭에서 바로 열게 할 수는 없을까요? 아니면 더 좋은 방법 있으시면 좀
알려 주시면 감사하겠습니다.

pokev25의 이미지


http://download.foxmarks.com/download/all

이거면 해결 될것 같은데요

primewizard의 이미지

http://ubuntuforums.org/showthread.php?t=495131&page=5

위 사이트 것이 잘 작동이 안되서 만든 약간 수정된 버전 첨부합니다.

댓글 첨부 파일: 
첨부파일 크기
Binary Data firefox-url.tar.gz542바이트
vananamilk의 이미지

스크립트 파일 조금 수정했습니다. 전 IE6을 사용하는데

[DEFAULT]
BASEURL=http://counsel.pcs21.net/counsel_info/ther/3/a3.htm
[InternetShortcut]
URL=http://counsel.pcs21.net/counsel_info/ther/3/a3.htm
Modified=00A5E69EB15DC90101

위와 같은 형태로 url이 저장되어 있는데요. 스크립트에서 치환하는
부분에서 결과가 BASEhttp://coun... 이런형태로 나오더군요.
그래서 조금 수정했습니다.

#!/usr/bin/perl
 
# Script to make Microsoft Windows Internet Shortcuts (*.url) work on Linux. 
 
# Oomingmak fixed version. This script now works properly.
# It no longer cuts off the last character of the URL.
 
# Open up the file
open(F,"<$ARGV[0]") or die "$0: Could not load Internet Shortcut file $ARGV[0]!\n";
 
# Find the URL
while($in = <F> and not $url) {
    chomp($in);
    if($in =~ m/\s*BASEURL\s*\=\s*\S*\s*\015*/) {
        $url = $in;
    $url =~ s/\s*BASEURL\s*\=\s*//; # Filter out the beginning stuff
    $url =~ s/\s*\015+//; # Filter out the nasty DOS carriage return!
 
 
    }   
}
 
    system "firefox $url &";# or die "$0: Could not open $netscape\n"

URL -> BASEURL로 수정했습니다. 정규문법을 좀 더 안다면 URL= 라인만 체크하게 할 수 도 있을 것
같은데... 여튼 이렇게 해결했네요~

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.