gtkmeat 0.5.4

This commit is contained in:
tengel 2024-03-20 09:25:47 -05:00
parent 96810d41e4
commit 8a4c4fb37a
21 changed files with 4355 additions and 0 deletions

37
gtkmeatrc Normal file
View file

@ -0,0 +1,37 @@
# Configuration file for gtkMeat
#
# System Wide:
# /etc/gtkmeatrc
# <windowsdir>\gtkmeatrc
#
# Per user:
# <HOME>/.gtkmeatrc
# <HOME>\_gtkmeatrc
# Number of seconds before a refresh is performed...
# Default: 1800
refresh-timeout 1800
# Netscape command, %s is replaced by the URL
# Default: none
#browser-cmd "D:\Netscape\Program\netscape.exe %s"
# Under *nix, we need two commands for netscape - one if the browser
# isn't running already, and one if it is
new-browser-cmd "/usr/bin/netscape %s"
browser-cmd "/usr/bin/netscape -remote openURL(%s, new_window)"
# Curl command, %s is replaced by ~/recentnews.tmp
# Default: none
#curl-cmd "C:\Util\curl.exe -s -o %s http://files.freshmeat.net/freshmeat/recentnews.txt"
curl-cmd "/usr/local/bin/curl -s -o %s http://files.freshmeat.net/freshmeat/recentnews.txt"
# If you'd like to run gtkmeat in "compact" mode (without
# the buttons on the bottom & the column titles, and
# launching an article upon a click on its row) set this
# variable to ON. Default: OFF
compact-mode OFF
# Number of fields in recentnews.txt. There are 3 fields per
# record as of 01/03/99.
# Default: 3
num-fields 3