aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLuca Marturana <lucamarturana@me.com>2013-05-04 23:23:23 +0200
committerLuca Marturana <lucamarturana@me.com>2013-05-04 23:23:23 +0200
commitb0aede5ce0c1d303d4488bc4d7e60411c34b7049 (patch)
treeb64ea15a1fc99a13376e4cb49f3b981b13450724 /man
downloadelogv-b0aede5ce0c1d303d4488bc4d7e60411c34b7049.tar.gz
elogv-b0aede5ce0c1d303d4488bc4d7e60411c34b7049.tar.bz2
elogv-b0aede5ce0c1d303d4488bc4d7e60411c34b7049.zip
Import of elogv version 0.7.50.7.5
Diffstat (limited to 'man')
-rw-r--r--man/elogv.186
-rw-r--r--man/elogv.1.de87
-rw-r--r--man/elogv.1.es86
-rw-r--r--man/elogv.1.it89
-rw-r--r--man/elogv.1.pl87
5 files changed, 435 insertions, 0 deletions
diff --git a/man/elogv.1 b/man/elogv.1
new file mode 100644
index 0000000..6ab4a3c
--- /dev/null
+++ b/man/elogv.1
@@ -0,0 +1,86 @@
+.TH ELOGV "1" "May 2008" "User Commands"
+.SH NAME
+elogv \- elog viewer
+.SH DESCRIPTION
+Elogv is a portage elog viewer based on curses and python.
+.SH USAGE
+You can use these keys to control the behavior of the program:
+.TP
+.B "Down arrow" or "j"
+Scroll the list of files down by 1 unit
+.TP
+.B "Up arrow" or "k"
+opposite of Down arrow
+.TP
+.B "PagDown"
+Scroll the list down by 10 unit
+.TP
+.B "PagUp"
+opposite of Pag Down
+.TP
+.B End
+Go to the last file of the list
+.TP
+.B Home
+Go to the first file of the list
+.TP
+.B t
+order the list of files by date, most recent on top
+.TP
+.B a
+order the list of files alphabetically, the first time by category, the second
+time (pressing the key again) by package name
+.TP
+.B c
+order the list of files by log class warning level
+.TP
+.B r
+reverse the list of files
+.TP
+.B SpaceBar
+scroll the selected file
+.TP
+.B h or F1
+show the help screen, press Page Up/Down to scroll up and down, h and F1 again to hide
+.TP
+.B d
+removes selected files, usage is similar to vim "d" command, here are same examples:
+.RS
+.TP
+.I da
+removes all files
+.TP
+.I de
+removes from selected item to the end of the list
+.TP
+.I ds
+remove from selected item to the start of the list
+.TP
+.I "d1d or dd"
+removes selected file only
+.TP
+.I d4d
+removes 4 files starting from selected one
+.RE
+.TP
+.B /
+starts a search prompt, write a string and will be showed the next package that contains your string, use ESC to exit
+.TP
+.B q
+quit
+.SH NOTES
+To use this software you need the portage elog system configured on your
+/etc/make.conf, this is a simply configuration:
+
+.nf
+# Logging
+PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_SYSTEM="save"
+.TP
+For other details see /etc/make.conf.example
+.SH "REPORTING BUGS"
+Report your bugs to our sourceforge tracker:
+.P
+http://sourceforge.net/tracker/?group_id=176946
+.SH AUTHOR
+Luca Marturana (luca89) <lucamarturana@gmail.com>
diff --git a/man/elogv.1.de b/man/elogv.1.de
new file mode 100644
index 0000000..3b5f1ab
--- /dev/null
+++ b/man/elogv.1.de
@@ -0,0 +1,87 @@
+.TH ELOGV "1" "May 2008" "Benutzer-Kommandos"
+.SH NAME
+elogv \- elog-Betrachter
+.SH DESCRIPTION
+Elogv ist ein Betrachter fr Portage elog-Dateien. Er basiert auf Python
+und der Curses-Bibliothek.
+.SH USAGE
+Die Bedienung erfolgt mit folgenden Tasten:
+.TP
+.B "Pfeil runter oder j"
+in der Liste einen Eintrag nach unten rcken
+.TP
+.B "Pfeil hoch oder k"
+Gegenteil von Pfeil runter
+.TP
+.B BildAb
+in der Liste zehn Eintrge nach unten rcken
+.TP
+.B BildHoch
+Gegenteil von BildAb
+.TP
+.B Ende
+zum letzten Eintrag der Liste springen
+.TP
+.B Pos1
+zum erstem Eintrag der Liste springen
+.TP
+.B t
+Liste chronologisch sortieren, neustes oben
+.TP
+.B a
+Liste alphabetisch sortieren, nach dem ersten Bettigen nach
+Kategorie, nochmaliges Drcken nach Paketname
+.TP
+.B r
+Sortierreihenfolge umdrehen
+.TP
+.B Leertaste
+Eintrag der ausgewhlten Datei scrollen
+.TP
+.B h oder F1
+Hilfe anzeigen, BildHoch oder BildAb scrollen hoch und runter. Erneut h oder F1 schlieen die Hilfe.
+.TP
+.B d
+ausgewhlte Dateien entfernen, hnlich dem d-Kommando von Vim. Beispiele:
+.RS
+.TP
+.I da
+alle Dateien entfernen
+.TP
+.I de
+vom ausgewhlten Eintrag bis zum Ende der Liste
+.TP
+.I ds
+vom ausgewhlten Eintrag bis zum Anfang der Liste
+.TP
+.I "d1d oder dd"
+nur die ausgewhlten Dateien
+.TP
+.I d4d
+vier Eintrge ausgehend vom ausgewhlten Eintrag
+.RE
+.TP
+.B /
+eine Suchanfrage wird hiermit gestartet. Die eingetippte Zeichenfolge wird gesucht und der nchste passende Eintrag angezeigt.
+.TP
+.B q
+Schlieen
+.SH Hinweise
+Um diese Software nutzen zu knnen, mssen Sie das elog-System von
+Portage eingerichtet haben. Die Minimalkonfiguration in
+/etc/make.conf ist:
+
+.nf
+# Logging
+PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_SYSTEM="save"
+.TP
+Details finden sich in /etc/make.conf.example
+.SH "REPORTING BUGS"
+Fehlerberichte (auf Englisch) bitte unter folgender URL melden:
+.P
+http://sourceforge.net/tracker/?group_id=176946
+.SH AUTHOR
+Luca Marturana (luca89) <lucamarturana@gmail.com>
+.SH BERSETZUNG
+Christian Faulhammer <opfer@gentoo.org>
diff --git a/man/elogv.1.es b/man/elogv.1.es
new file mode 100644
index 0000000..ab2060a
--- /dev/null
+++ b/man/elogv.1.es
@@ -0,0 +1,86 @@
+.TH ELOGV "1" "Mayo de 2008" "rdenes de usuario"
+.SH NAME
+elogv \- Visor de elog.
+.SH DESCRIPCIN
+Elogv es un visor de elog de Portage basado en Curses y Python.
+.SH USO
+Puede utilizar estas teclas para controlar el comportamiento del programa:
+.TP
+.B "Flecha abajo" o "j"
+Desplazar la lista de ficheros una unidad hacia abajo.
+.TP
+.B "Flecha arriba" o "k"
+Lo contrario de Flecha abajo.
+.TP
+.B "Av Pg"
+Desplazar la lista diez unidades hacia abajo.
+.TP
+.B "Re Pg"
+Lo contrario de Av Pg.
+.TP
+.B Fin
+Ir al ltimo fichero de la lista.
+.TP
+.B Inicio
+Ir al primer fichero de la lista.
+.TP
+.B t
+Ordenar la lista de ficheros por fecha, los ms recientes al principio.
+.TP
+.B a
+Ordenar la lista de ficheros alfabticamente, la primera vez por categora, la segunda vez (volviendo a presionar la tecla) por el nombre del paquete.
+.TP
+.B c
+Ordenar la lista de ficheros segn el nivel de advertencia.
+.TP
+.B r
+Invertir la lista de ficheros.
+.TP
+.B Barra espaciadora
+Desplazar el contenido del fichero seleccionado.
+.TP
+.B h o F1
+Mostrar la pantalla de ayuda: presione Re Pg/Av Pg para desplazar arriba y abajo. Pulse h o F1 de nuevo para ocultar la pantalla.
+.TP
+.B d
+Eliminar los ficheros seleccionados. Su uso es similar al del comando "d" en Vim, he aqu algunos ejemplos:
+.RS
+.TP
+.I da
+Eliminar todos los ficheros.
+.TP
+.I de
+Eliminar desde el tem seleccionado hasta el final de la lista.
+.TP
+.I ds
+Eliminar desde el tem seleccionado hasta el principio de la lista.
+.TP
+.I "d1d o dd"
+Eliminar nicamente el fichero seleccionado.
+.TP
+.I d4d
+Eliminar cuatro ficheros comenzando desde el que se halla seleccionado.
+.RE
+.TP
+.B /
+Iniciar una operacin de bsqueda. Escriba una cadena de texto y se mostrar el siguiente paquete que contiene esa cadena, use ESC para salir.
+.TP
+.B q
+Salir
+.SH NOTAS
+Para utilizar este software, usted necesita tener configurado el sistema de elog de Portage en su fichero /etc/make.conf. Esta es una configuracin sencilla:
+
+.nf
+# Logging
+PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_SYSTEM="save"
+.TP
+Para otros detalles, vea el fichero /etc/make.conf.example
+.SH "INFORMANDO DE ERRORES"
+Informe de los errores en Sourceforge:
+.P
+http://sourceforge.net/tracker/?group_id=176946
+.SH AUTOR
+Luca Marturana (luca89) <lucamarturana@gmail.com>
+.SH TRADUCCIN
+Rafael Antonio Porras Samaniego <rafa@distrobit.net>
diff --git a/man/elogv.1.it b/man/elogv.1.it
new file mode 100644
index 0000000..c6027fe
--- /dev/null
+++ b/man/elogv.1.it
@@ -0,0 +1,89 @@
+.TH ELOGV "1" "May 2008" "User Commands"
+.SH NAME
+elogv \- elog viewer
+.SH DESCRIPTION
+Elogv è un visualizzatore degli elog di portage basato su curses e python
+.SH USAGE
+All'interno del programma possono essere utilizzati le seguenti combinazioni di tasti:
+.TP
+.B "Freccia giù" o "j"
+Scorre la lista dei file di una unità verso il basso"Down arrow" or "j"
+.TP
+.B "Up arrow" o "k"
+L'opposto
+.TP
+.B "PagDown"
+Scorre la lista dei file di 10 unità verso il basso
+.TP
+.B "PagUp"
+L'opposto
+.TP
+.B End
+Sposta il cursore verso l'ultimo elemento della lista
+.TP
+.B Home
+Sposta il cursore verso il primo elemento della lista
+.TP
+.B t
+Ordina la lista dei file rispetto alla data, dal più recente al più vecchio
+.TP
+.B a
+Ordina la lista dei file alfabeticamente, premendo la prima volta rispetto
+alla categoria, la seconda rispetto al nome del pacchetto
+.TP
+.B c
+Ordina la lista dei file rispetto al livello di attenzione
+.TP
+.B r
+Inverte l'ordine della lista dei file
+.TP
+.B SpaceBar
+Scorre il testo all'interno del file selezionato
+.TP
+.B h or F1
+Mostra la schermata di aiuto, premere Pag Su/Giù per scorrere, h o F1 di nuovo
+per chiudere
+.TP
+.B d
+Rimuove il file selezionati, l'utilizzo è simile al comando "d" di vim, ad
+esempio:
+.RS
+.TP
+.I da
+rimuove tutti i file
+.TP
+.I de
+rimuove tutti i file da quello selezionato alla fine della lista
+.TP
+.I ds
+rimuove tutti i file da quello selezionato al primo della lista
+.TP
+.I "d1d or dd"
+rimuove solo il file selezionato
+.TP
+.I d4d
+rimuove 4 file successivi partendo da quello selezionato
+.RE
+.TP
+.B /
+mostra il prompt di ricerca, scrivendo una stringa verrà spostato il cursore
+verso il file successivo che contiene la stringa, per uscire premere ESC
+.TP
+.B q
+Esce da elogv
+.SH NOTES
+Per usare questo software è necessario avere il sistema elog di portage
+configurato nel proprio /etc/make.conf, ecco un esempio:
+
+.nf
+# Logging
+PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_SYSTEM="save"
+.TP
+Per altre informazioni dare un'occhiata a /etc/make.conf.example
+.SH "REPORTING BUGS"
+Segnalare eventuali malfunzionamenti sul tracker di sourceforge:
+.P
+http://sourceforge.net/tracker/?group_id=176946
+.SH AUTHOR
+Luca Marturana (luca89) <lucamarturana@gmail.com>
diff --git a/man/elogv.1.pl b/man/elogv.1.pl
new file mode 100644
index 0000000..4d2cd7e
--- /dev/null
+++ b/man/elogv.1.pl
@@ -0,0 +1,87 @@
+.TH ELOGV "1" "May 2008" "Polecenia użytkownika"
+.SH NAZWA
+elogv \- przeglądarka plików elog
+.SH OPIS
+Elogv jest przeglądarką plików elog opartą na curses i pythonie.
+.SH UŻYCIE
+Możesz sterować programem przy pomocy tych klawiszy:
+.TP
+.B "Strzałka w dół" lub "j"
+przewijanie listy plików w dół o 1 pozycję
+.TP
+.B "Strzałka w górę" or "k"
+przeciwieństwo strzałki w dół
+.TP
+.B "PageDown"
+przewijanie listy w dół o 10 pozycji
+.TP
+.B "PageUp"
+przeciwieństwo PageDown
+.TP
+.B End
+skok do ostatniego pliku na liście
+.TP
+.B Home
+skok do pierwszego pliku na liście
+.TP
+.B t
+uporządkowanie listy plików według dat, najnowszy na górze
+.TP
+.B a
+uporządkowanie listy plików alfabetycznie, najpierw według kategorii, potem (po ponownym wciśnięciu klawisza) według nazwy pakietu
+.TP
+.B c
+uporządkowanie listy plików według typu wiadomości
+.TP
+.B r
+odwrócenie listy plików
+.TP
+.B SpaceBar
+przewijanie wybranego pliku
+.TP
+.B h or F1
+wyświetlenie pomocy, wciśnij PageUp/PageDown, aby ją przewijać, h lub F1, aby ukryć
+.TP
+.B d
+usuwa wybrane pliki, użycie jest podobne do komendy vima "d", przykłady:
+.RS
+.TP
+.I da
+usuwa wszystkie pliki
+.TP
+.I de
+usuwa od wybranego pliku do końca listy
+.TP
+.I ds
+usuwa od wybranego pliku do początku listy
+.TP
+.I "d1d" lub "dd"
+usuwa tylko wybrany plik
+.TP
+.I d4d
+usuwa 4 pliki począwszy od wybranego
+.RE
+.TP
+.B /
+włącza tryb wyszukiwania, wpisz ciąg znaków, a zostanie wybrany następny pakiet, który go zawiera, wciśnij ESC, aby zakończyć
+.TP
+.B q
+wyjście
+.SH UWAGI
+Aby używać tego programu, musisz skonfigurować system elog w /etc/make.conf, oto przykładowa konfiguracja:
+
+.nf
+# Logowanie
+PORTAGE_ELOG_CLASSES="warn error log"
+PORTAGE_ELOG_SYSTEM="save"
+.TP
+Więcej informacji znajduje się w /etc/make.conf.example
+.SH "ZGŁASZANIE BŁĘDÓW"
+Błędy proszę zgłaszać w języku angielskim do naszego serwisu raportowania błędów:
+
+.P
+http://sourceforge.net/tracker/?group_id=176946
+.SH AUTOR
+Luca Marturana (luca89) <lucamarturana@gmail.com>
+.SH TŁUMACZENIE
+Michał Kiedrowicz <esqualante@o2.pl>