????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.145.200.8 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/w3m/examples/ |
Upload File : |
# A sample of ~/.w3m/menu (submenu type) # # menu MENU_ID # func LABEL FUNCTION KEYS # popup LABEL MENU_ID KEYS # nop LABEL # end # # MENU_ID # Main: Main Menu # Select: Buffer selection menu menu Main func "Back (b)" BACK "b" popup "Buffer ops >(f)" Buffer "fF" popup "Link ops >(l)" Link "lL" nop "----------------" popup "Bookmarks >(B)" Bookmark "B" func "Help (h)" HELP "hH" func "Options (o)" OPTIONS "oO" nop "----------------" func "Quit (q)" QUIT "qQ" end menu Buffer popup "Buffer select(s)" Select "s" func "View source (v)" VIEW "vV" func "Edit source (e)" EDIT "eE" func "Save source (S)" SAVE "S" func "Reload (r)" RELOAD "rR" end menu Link func "Go link (a)" GOTO_LINK "a" func "Save link (A)" SAVE_LINK "A" func "View image (i)" VIEW_IMAGE "i" func "Save image (I)" SAVE_IMAGE "I" func "View frame (f)" FRAME "fF" end menu Bookmark func "Read bookmark (b)" BOOKMARK "bB" func "Add page to bookmark(a)" ADD_BOOKMARK "aA" end