Code

Documentation changes for the 0.10.0 realease.
authorKalle Wallin <kaw@linux.se>
Wed, 31 Mar 2004 13:53:33 +0000 (13:53 +0000)
committerKalle Wallin <kaw@linux.se>
Wed, 31 Mar 2004 13:53:33 +0000 (13:53 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@555 09075e82-0dd4-0310-85a5-a0d7c8717e4f

TODO
configure.ac
doc/Makefile.am
doc/ncmpc.1
doc/ncmpcrc [deleted file]
doc/ncmpcrc.sample [new file with mode: 0644]
options.c

diff --git a/TODO b/TODO
index 9b0422eccd42c5b19ba66ed6e12ff60c425da400..03300192c369ca545b10575c317bfc38f8b522bb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,19 +2,22 @@
 client functions
 ----------------------------------------------------------------------------
   * search screen
-  * load/save playlists                                                
+  * id3 browser
 
 ncurses
 ----------------------------------------------------------------------------
   * customizable keybindings
-  * color support / customizable color                          - done
-  * improve list drawing (faster)
+  * improve list drawing (faster) 
   
 
 other
 ----------------------------------------------------------------------------
-  * find/search function in playlist (like in less '/')                - done
-  * configuration file(s) - keybindings,colors...               - done
   * internationalization - gettext
+  * SIGWINCH handling
+
+
+
+
+
 
 
index 912767ef5ef1051a96f60fa97d0631ec5cc3d2a7..b799344121e5c2e9ec590032d852d0c6c4d06cfa 100644 (file)
@@ -3,7 +3,7 @@ dnl  $Id: configure.ac,v 1.10 2004/03/18 09:33:43 kalle Exp $
 dnl
 
 AC_INIT(main.c)
-AM_INIT_AUTOMAKE(ncmpc, 0.10.0-svn)
+AM_INIT_AUTOMAKE(ncmpc, 0.10.0)
 
 dnl Check for programs
 AC_PROG_CC
index 37fb0a4f13630bdbc67190f41a271ecbf6e3226b..ef22f0742ca9b2151fef313bd07d1e28023a8558 100644 (file)
@@ -1,4 +1,4 @@
 man_MANS = ncmpc.1
 docdir = $(prefix)/share/doc/$(PACKAGE)
-doc_DATA = ncmpcrc
+doc_DATA = ncmpcrc.sample
 EXTRA_DIST = $(man_MANS) $(doc_DATA)
index 59f391e59ca50a0b0c318002694754adab500fae..a4f752e0317c443c78c4f44545e112829fbda7c5 100644 (file)
@@ -1,6 +1,6 @@
 .TH "mpc-ncurses" "1" "0.10.0" "Kalle Wallin" ""
 .SH "NAME"
-ncmpc \- ncurses MPD client.
+ncmpc \- curses Music Player Daemon (MPD) client.
 .SH "SYNOPSIS"
 .B ncmpc
 [options]
@@ -16,6 +16,10 @@ options \-\-host and \-\-port.
 
 $ ncmpc \-\-host=musicserver \-\-port=44000
 
+To use a password with mpd, set MPD_HOST to password@host 
+or use the command line option \-\-password. Vales from 
+the command line overrides values from the environment.
+
 Read more about MPD on http://www.musicpd.org
 
 .SH "OPTIONS"
@@ -26,11 +30,14 @@ Display help.
 .B \-V,  \-\-version
 Display version information.
 .TP 
-.B \-k,  \-\-keys
-Display key bindings.
+.B \-c,  \-\-colors
+Enable colors.
+.TP 
+.B \-C,  \-\-no\-colors
+Disable colors.
 .TP 
 .B \-e,  \-\-exit
-Exit on connection errors. The default way is to reconnect.
+Exit on connection errors. The default is to reconnect.
 .TP 
 .B \-h, \-\-host=HOSTNAME
 Specify MPD host.
@@ -38,12 +45,16 @@ Specify MPD host.
 .B \-p, \-\-port=PORT
 Connect to server on PORT.
 .TP 
+.B \-P, \-\-password=PASSWORD
+Connect top MPD with a password.
+.TP 
 Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
 .SH "KEYS"
-Since ncmpc is under development key bindings may change. 
-View current ncmpc key bindings in the help screen or by running:
+You can view ncmpc's key bindings by pressing F1 (help) when 
+ncmpc is running.
+.SH "CONFIGURATION FILE"
+When ncmpc start it read user setting from ~/.ncmpcrc. A example file ncmpcrc.sample should be provided with ncmpc.
+
 
-$ ncmpc \-\-keys
-  
 .SH "SEE ALSO"
 mpc(1), MPD(1)
diff --git a/doc/ncmpcrc b/doc/ncmpcrc
deleted file mode 100644 (file)
index 98d34c6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Configuration file for ncmpc (~/.ncmpcrc)
-# 
-
-
-#
-# Color configuration
-#
-# colors: black,red,green,yellow,blue,magenta,cyan,white 
-#
-
-# enable/disable colors
-enable_colors = yes
-
-# background color
-#background_color = blue
-
-# text colors
-#title_color    = white
-#line_color     = green
-#list_color     = yellow
-#progress_color = green
-#status_color   = white
-#alert_color    = yellow
-
-
-#
-# Key bindings - NOT IMPLEMENTED
-#
-# key_up = 13
-
-
-#
-# Key names - NOT IMPLEMENTED
-#
-#key_name  13  Enter
-#
-
-
diff --git a/doc/ncmpcrc.sample b/doc/ncmpcrc.sample
new file mode 100644 (file)
index 0000000..98d34c6
--- /dev/null
@@ -0,0 +1,39 @@
+#
+# Configuration file for ncmpc (~/.ncmpcrc)
+# 
+
+
+#
+# Color configuration
+#
+# colors: black,red,green,yellow,blue,magenta,cyan,white 
+#
+
+# enable/disable colors
+enable_colors = yes
+
+# background color
+#background_color = blue
+
+# text colors
+#title_color    = white
+#line_color     = green
+#list_color     = yellow
+#progress_color = green
+#status_color   = white
+#alert_color    = yellow
+
+
+#
+# Key bindings - NOT IMPLEMENTED
+#
+# key_up = 13
+
+
+#
+# Key names - NOT IMPLEMENTED
+#
+#key_name  13  Enter
+#
+
+
index 8556b0f742ee55b6c303f5a3e090345c5d5e98ca..81f67bd87d4e4ee81b6bf5cfd688e8bc54ed8a70 100644 (file)
--- a/options.c
+++ b/options.c
@@ -29,7 +29,7 @@ static struct poptOption optionsTable[] = {
     "Connect to server on port [" DEFAULT_PORT_STR "].", "PORT" },
   { "host",         'h', POPT_ARG_STRING, &mpd_host, 0, 
     "Connect to server [" DEFAULT_HOST "].", "HOSTNAME" },
-  { "passwd",       'P', POPT_ARG_STRING, &mpd_password, 0, 
+  { "password",     'P', POPT_ARG_STRING, &mpd_password, 0, 
     "Connect with password.", "PASSWORD" },
   POPT_AUTOHELP
   { NULL, 0, 0, NULL, 0 }