diff options
Diffstat (limited to 'curses.buetow.org/content')
52 files changed, 564 insertions, 0 deletions
diff --git a/curses.buetow.org/content/Calendar.xml b/curses.buetow.org/content/Calendar.xml new file mode 100644 index 0000000..256e907 --- /dev/null +++ b/curses.buetow.org/content/Calendar.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Calendar</pagetitle> + <includefiles separator="incsep" reldir="Calendar" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Calendar/Calcurse.inc b/curses.buetow.org/content/Calendar/Calcurse.inc new file mode 100644 index 0000000..e66cc7a --- /dev/null +++ b/curses.buetow.org/content/Calendar/Calcurse.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Calcurse - text-based organizer</textheader> + <namedlink href="%%documentsurl%%images/calcurse.png"> + <rimg href="%%documentsurl%%images/calcurse.jpg" /> + </namedlink> + <text>Calcurse is a text-based calendar and scheduling application. It helps keeping track of events, appointments and everyday tasks. A configurable notification system reminds user of upcoming deadlines, and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system.</text> + <text> + <noop>Homepage: </noop> + <link>http://culot.org/calcurse/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Editors.xml b/curses.buetow.org/content/Editors.xml new file mode 100644 index 0000000..2faf8f6 --- /dev/null +++ b/curses.buetow.org/content/Editors.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Text editors</pagetitle> + <includefiles separator="incsep" reldir="Editors" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Editors/Elvis.inc b/curses.buetow.org/content/Editors/Elvis.inc new file mode 100644 index 0000000..ab89125 --- /dev/null +++ b/curses.buetow.org/content/Editors/Elvis.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>elvis - a clone of the ex/vi text editor</textheader> + <namedlink href="%%documentsurl%%images/elvis.png"> + <rimg href="%%documentsurl%%images/elvis_s.png" /> + </namedlink> + <text>Elvis is a text editor. It is intended to be a modern replacement for the classic ex/vi editor of UNIX fame. Elvis supports many new features, including multiple edit buffers, multiple windows, multiple user interfaces (including an X11 interface), and a variety of display modes.</text> + <text> + <noop>Homepage: </noop> + <link>http://elvis.vi-editor.org</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Editors/GNU-Emacs.inc b/curses.buetow.org/content/Editors/GNU-Emacs.inc new file mode 100644 index 0000000..f2df1ef --- /dev/null +++ b/curses.buetow.org/content/Editors/GNU-Emacs.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>GNU Emacs</textheader> + <namedlink href="%%documentsurl%%images/emacs.gif"> + <rimg href="%%documentsurl%%images/emacs.jpg" /> + </namedlink> + <text>Emacs is, like vi, very popular too by unix/linux users. But Emacs is much bigger and has more features than vi has (Emacs brings it beyond the 90 MB mark with the sources + the binaries together). If you do not like vi, then you might would like to take a look on Emacs.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.gnu.org/software/emacs</link> + </text> +</content> diff --git a/curses.buetow.org/content/Editors/GNU-Nano.inc b/curses.buetow.org/content/Editors/GNU-Nano.inc new file mode 100644 index 0000000..afe0a5d --- /dev/null +++ b/curses.buetow.org/content/Editors/GNU-Nano.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>GNU Nano - Nano's ANOther editor, an enhanced free Pico Clone</textheader> + <namedlink href="%%documentsurl%%images/nano.gif"> + <rimg href="%%documentsurl%%images/nano.jpg" /> + </namedlink> + <text>Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "goto line number".</text> + <text> + <noop>Homepage: </noop> + <link>http://www.nano-editor.org</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Editors/Joe.inc b/curses.buetow.org/content/Editors/Joe.inc new file mode 100644 index 0000000..327e58c --- /dev/null +++ b/curses.buetow.org/content/Editors/Joe.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Joe - Joe's Own Editor</textheader> + <namedlink href="%%documentsurl%%images/joe.gif"> + <rimg href="%%documentsurl%%images/joe.jpg" /> + </namedlink> + <text>JOE is a powerful ASCII-text screen editor. It has a "mode-less" user interface which is similer to many user-friendly PC editors. Users of Micro-Pro's WordStar or Borland's "Turbo" languages will feel at home. JOE is a full featured UNIX screen-editor though, and has many features for editing programs and text.</text> + <text> + <noop>Homepage: </noop> + <link>http://sourceforge.net/projects/joe-editor</link> + </text> +</content> diff --git a/curses.buetow.org/content/Editors/MCEdit.new b/curses.buetow.org/content/Editors/MCEdit.new new file mode 100644 index 0000000..7fcdd73 --- /dev/null +++ b/curses.buetow.org/content/Editors/MCEdit.new @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>mcedit</textheader> + <namedlink href="%%documentsurl%%images/mcedit.gif"> + <rimg href="%%documentsurl%%images/mcedit.jpg" /> + </namedlink> + <text>mcedit is a link to mc, the main GNU Midnight Commander executable. Executing GNU Midnight Commander under this name requests staring the internal editor and opening the file specified on the command line. The editor is based on the terminal version of cooledit - standalone editor for X Window System.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.gnu.org/directory/midnightcommander.html</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Editors/NVi.new b/curses.buetow.org/content/Editors/NVi.new new file mode 100644 index 0000000..9572862 --- /dev/null +++ b/curses.buetow.org/content/Editors/NVi.new @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>NVi (New Vi)</textheader> + <namedlink href="%%documentsurl%%images/nvi.gif"> + <rimg href="%%documentsurl%%images/nvi.jpg" /> + </namedlink> + <text> + <text>NVi is a screen oriented text editor. NVi is intended as bug-for-bug compatible replacements for the original Fourth Berkeley Software Distribution (4BSD) ex and vi programs. </text> + <text> + </text> +</content> diff --git a/curses.buetow.org/content/Editors/Pico.inc b/curses.buetow.org/content/Editors/Pico.inc new file mode 100644 index 0000000..fbac938 --- /dev/null +++ b/curses.buetow.org/content/Editors/Pico.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>pico - simple text editor in the style of the Alpine Composer</textheader> + <namedlink href="%%documentsurl%%images/pico.png"> + <rimg href="%%documentsurl%%images/pico_s.png" /> + </namedlink> + <text>Pico is a simple, display-oriented text editor based on the Alpine message system composer. As with Alpine, commands are displayed at the bottom of the screen, and context-sensitive help is provided. As characters are typed they are immediately inserted into the text.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.washington.edu/alpine</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Editors/Vim.inc b/curses.buetow.org/content/Editors/Vim.inc new file mode 100644 index 0000000..549317b --- /dev/null +++ b/curses.buetow.org/content/Editors/Vim.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>VIM - Vi IMproved</textheader> + <namedlink href="%%documentsurl%%images/vim.gif"> + <rimg href="%%documentsurl%%images/vim.jpg" /> + </namedlink> + <text>This is my favoite text-editor. With vim i programmed this whole homepage. Standardly, vim supports syntax-highlighting for over 300 file-formats and programming languages and on every linux-destribution you will find a copy of it.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.vim.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/File-Sharing.xml b/curses.buetow.org/content/File-Sharing.xml new file mode 100644 index 0000000..60c3948 --- /dev/null +++ b/curses.buetow.org/content/File-Sharing.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>File-Sharing</pagetitle> + <includefiles separator="incsep" reldir="File-Sharing" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/File-Sharing/rtorrent.inc b/curses.buetow.org/content/File-Sharing/rtorrent.inc new file mode 100644 index 0000000..49018a2 --- /dev/null +++ b/curses.buetow.org/content/File-Sharing/rtorrent.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>rtorrent</textheader> + <namedlink href="%%documentsurl%%images/rtorrent.png"> + <rimg href="%%documentsurl%%images/rtorrent.jpg" /> + </namedlink> + <text>rTorrent is a text-based ncurses BitTorrent client written in C++, based on the libtorrent libraries for UNIX (not to be confused with libtorrent (Rasterbar) by Arvid Norberg), "with a focus on high performance and good code". rTorrent packages are available for various Linux distributions and Unix-like systems, and it will compile and run on nearly every POSIX-compliant operating system, such as FreeBSD. + <text> + <noop>Reference: </noop> + <link>http://en.wikipedia.org/wiki/RTorrent</link> + </text> +</content> diff --git a/curses.buetow.org/content/IRC.xml b/curses.buetow.org/content/IRC.xml new file mode 100644 index 0000000..11b9935 --- /dev/null +++ b/curses.buetow.org/content/IRC.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>IRC - Internet Relay Chat</pagetitle> + <includefiles separator="incsep" reldir="IRC" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/IRC/BitchX.inc b/curses.buetow.org/content/IRC/BitchX.inc new file mode 100644 index 0000000..91c2ba8 --- /dev/null +++ b/curses.buetow.org/content/IRC/BitchX.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>BitchX</textheader> + <namedlink href="%%documentsurl%%images/bitchx.gif"> + <rimg href="%%documentsurl%%images/bitchx.jpg" /> + </namedlink> + <text>BitchX is a VERY heavily modified ircII client. It includes many things such as built in CDCC (XDCC) offering, built in flood protection, etc. It is easier to script things in BitchX because unlike plain, vanilla ircII, half the script does not have to be devoted to changing the appearance of ircII. It also includes many other new features, such as port scanning, advanced TCL, a CD player, a mail client, screening process, etc.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.bitchx.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/IRC/EPIC.inc b/curses.buetow.org/content/IRC/EPIC.inc new file mode 100644 index 0000000..51121e4 --- /dev/null +++ b/curses.buetow.org/content/IRC/EPIC.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>EPIC - Internet Relay Chat client for UNIX like systems</textheader> + <namedlink href="%%documentsurl%%images/epic.png"> + <rimg href="%%documentsurl%%images/epic.jpg" /> + </namedlink> + <text>The ircII/EPIC program is a unix-based character oriented user agent ('client') to Internet Relay Chat. It is a fully functional ircII client with many useful extensions. This version works with all modern irc server classes as of early 1999.</text> + <text> + <noop>Homepage: </noop> + <link>http://prbh.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/IRC/IRSSI.inc b/curses.buetow.org/content/IRC/IRSSI.inc new file mode 100644 index 0000000..ed709d7 --- /dev/null +++ b/curses.buetow.org/content/IRC/IRSSI.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>IRSSI</textheader> + <namedlink href="%%documentsurl%%images/irssi.png"> + <rimg href="%%documentsurl%%images/irssi.jpg" /> + </namedlink> + <text>Irssi is a modular IRC client for UNIX that currently has only text mode user interface, but 80-90% of the code isn't text mode specific, so other UIs could be created pretty easily. Also, Irssi isn't really even IRC specific anymore, there's already working SILC and ICB modules available. Support for other protocols like ICQ and Jabber could be created some day too.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.irssi.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/IRC/ircII.inc b/curses.buetow.org/content/IRC/ircII.inc new file mode 100644 index 0000000..b930e6c --- /dev/null +++ b/curses.buetow.org/content/IRC/ircII.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>ircII - interface to the Internet Relay Chat system</textheader> + <namedlink href="%%documentsurl%%images/ircII.png"> + <rimg href="%%documentsurl%%images/ircII_s.png" /> + </namedlink> + <text>The ircII program is a full screen, termcap based interface to Internet Relay Chat. It gives full access to all of the normal IRC functions, plus a variety of additional options. It is one of the very first IRC client programs.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.eterna.com.au/ircii/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Mail-n-News.xml b/curses.buetow.org/content/Mail-n-News.xml new file mode 100644 index 0000000..eefe84b --- /dev/null +++ b/curses.buetow.org/content/Mail-n-News.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Mail and News</pagetitle> + <includefiles separator="incsep" reldir="Mail-n-News" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Mail-n-News/Mutt.inc b/curses.buetow.org/content/Mail-n-News/Mutt.inc new file mode 100644 index 0000000..f7f1c01 --- /dev/null +++ b/curses.buetow.org/content/Mail-n-News/Mutt.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Mutt - The Mutt Mail User Agent</textheader> + <namedlink href="%%documentsurl%%images/mutt.png"> + <rimg href="%%documentsurl%%images/mutt.jpg" /> + </namedlink> + <text>Mutt is a insidetable but very powerful text based program for reading electronic mail under unix operating systems, including support color terminals, MIME, and a threaded sorting mode. Mutt is able to read mails from imap, pop3 servers and as well as from the local spool directory. Very neat program which i use too.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.mutt.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/Mail-n-News/SLRN.inc b/curses.buetow.org/content/Mail-n-News/SLRN.inc new file mode 100644 index 0000000..a6f6589 --- /dev/null +++ b/curses.buetow.org/content/Mail-n-News/SLRN.inc @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>slrn - An easy to use NNTP / spool based newsreader</textheader> + <namedlink href="%%documentsurl%%images/slrn.png"> + <rimg href="%%documentsurl%%images/slrn.jpg" /> + </namedlink> + <text>slrn is an easy to use but powerful NNTP / spool based newsreader.</text> + <text>It is highly customizable, supports scoring, free key bindings and can be extended using the s-lang macro language.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.slrn.org</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Mail-n-News/Snownews.inc b/curses.buetow.org/content/Mail-n-News/Snownews.inc new file mode 100644 index 0000000..6061198 --- /dev/null +++ b/curses.buetow.org/content/Mail-n-News/Snownews.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Snownews - Console RSS newsreader</textheader> + <namedlink href="%%documentsurl%%images/snownews.png"> + <rimg href="%%documentsurl%%images/snownews.jpg" /> + </namedlink> + <text>Snownews is a small console RSS/RDF newsreader. It will handle RSS 1.0 feeds that comply with the W3C RDF specification, but will also support userland's 0.91 and 2.0 versions.</text> + <text>The main program screen that is shown left after you start the application lets you add/remove feeds and update them manually. On the left side of the screen the number of new items is shown for every newsfeed. To add a feed press 'a' and enter the URL. This must be a fully valid http URL including http:// at the beginning. To delete a listed feed highlight it with the cursor keys and press 'D'. A dialog will ask for confirmation.</text> + <text> + <noop>Homepage: </noop> + <link>http://home.kcore.de/~kiza/software/snownews/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Mail-n-News/Tin.inc b/curses.buetow.org/content/Mail-n-News/Tin.inc new file mode 100644 index 0000000..b63aa78 --- /dev/null +++ b/curses.buetow.org/content/Mail-n-News/Tin.inc @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Tin - A threaded NNTP and spool based UseNet newsreader</textheader> + <namedlink href="%%documentsurl%%images/tin.gif"> + <rimg href="%%documentsurl%%images/tin.jpg" /> + </namedlink> + <text>Tin is a full-screen easy to use Usenet newsreader. It can read news locally (i.e., /var/spool/news) or remotely (rtin or tin -r option) via a NNTP (Network News Transport Protocol) server. It will automatically utilize NOV newsoverview(5) style index files if available locally or via the NNTP [X]OVER command.</text> + <text>tin has four separate levels of operation: Group selection level, Group level, Thread level and Article level. Use the 'h' (help) command to view a list of the commands available at a particular level.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.tin.org</link> + </text> +</content> + + diff --git a/curses.buetow.org/content/Messengers.xml b/curses.buetow.org/content/Messengers.xml new file mode 100644 index 0000000..0e1bfb8 --- /dev/null +++ b/curses.buetow.org/content/Messengers.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Messengers</pagetitle> + <includefiles separator="incsep" reldir="Messengers" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Messengers/CenterICQ.inc b/curses.buetow.org/content/Messengers/CenterICQ.inc new file mode 100644 index 0000000..86b5804 --- /dev/null +++ b/curses.buetow.org/content/Messengers/CenterICQ.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>CenterICQ</textheader> + <namedlink href="%%documentsurl%%images/centericq.gif"> + <rimg href="%%documentsurl%%images/centericq.jpg" /> + </namedlink> + <text>Centericq is a text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. Actually, it was written since I didn't find any usable software of this kind that would suit me perfectly. Brief list of program's features follows: Text mode user interface, General instant messaging features, ICQ support, Yahoo! support, Jabber support, IRC support, Integrated client for LiveJournal and more ...</text> + <text> + <noop>Homepage: </noop> + <link>http://konst.org.ua/en/centericq/</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Messengers/Licq.inc b/curses.buetow.org/content/Messengers/Licq.inc new file mode 100644 index 0000000..cb9b7f7 --- /dev/null +++ b/curses.buetow.org/content/Messengers/Licq.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Licq (console plugin) - Linux ICQ</textheader> + <namedlink href="%%documentsurl%%images/licq.gif"> + <rimg href="%%documentsurl%%images/licq.jpg" /> + </namedlink> + <text>Licq is the best ICQ client for Linux which I know from. Commonly, Licq is used with an Qt or GTK Graphical User Interface but in the standard Licq destribution there also exists an plugin which enables you to use this client through the console-shell. Licq is developed without any help from Mirabilis.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.licq.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/Messengers/SILC.inc b/curses.buetow.org/content/Messengers/SILC.inc new file mode 100644 index 0000000..bc9cbbc --- /dev/null +++ b/curses.buetow.org/content/Messengers/SILC.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>silc - client for SILC, a secure and flexible conferencing network</textheader> + <namedlink href="%%documentsurl%%images/irssi.png"> + <rimg href="%%documentsurl%%images/irssi.jpg" /> + </namedlink> + <text>SILC (Secure Internet Live Conferencing) is a secure conferencing network. Silc is the SILC client which is used to connect to SILC server and the SILC network. The silc client resembles IRC clients (like IRSSI) to make the using easier for new users.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.silcnet.org/software/users/client/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Messengers/finch.inc b/curses.buetow.org/content/Messengers/finch.inc new file mode 100644 index 0000000..1f03d5f --- /dev/null +++ b/curses.buetow.org/content/Messengers/finch.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>finch</textheader> + <namedlink href="%%documentsurl%%images/finch.png"> + <rimg href="%%documentsurl%%images/finch.jpg" /> + </namedlink> + <text>finch is a console-based modular messaging client based on libpurple which is capable of connecting to AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, Novell GroupWise, Lotus Sametime, Zephyr, Gadu-Gadu, and QQ all at once. It has many common features found in other clients, as well as many unique features. Finch is not endorsed by or affiliated with America Online, ICQ, Microsoft, or Yahoo.</text> + <text> + <noop>Homepage: </noop> + <link>http://pidgin.im</link> + </text> +</content> diff --git a/curses.buetow.org/content/Messengers/mICQ.inc b/curses.buetow.org/content/Messengers/mICQ.inc new file mode 100644 index 0000000..72c4340 --- /dev/null +++ b/curses.buetow.org/content/Messengers/mICQ.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>mICQ (Climm) - Matt's ICQ Clone</textheader> + <namedlink href="%%documentsurl%%images/micq.gif"> + <rimg href="%%documentsurl%%images/micq.jpg" /> + </namedlink> + <text>As you may see in the name, mICQ is yet another ICQ clone. mICQ completely is based on a ASCII-interface and includes many of the important ICQ features. mICQ is developed without any help from Mirabilis. mICQs new name is now CLIMM</text> + <text> + <noop>Homepage: </noop> + <link>http://www.climm.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/Messengers/ysm.inc b/curses.buetow.org/content/Messengers/ysm.inc new file mode 100644 index 0000000..1c74b27 --- /dev/null +++ b/curses.buetow.org/content/Messengers/ysm.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Ysm - (Y)OU (S)ICK (M)E</textheader> + <namedlink href="%%documentsurl%%images/ysm.png"> + <rimg href="%%documentsurl%%images/ysm_s.png" /> + </namedlink> + <text>You Sick ME is a portable open source console ICQ client written in the C language, under the GPL license. YSM is one of the new generation clients due to the sudden modifications the ICQ protocol suffered after Mirabilis joined the dark-side of the force (AOL). This is the reason why most ICQ clients ended up with mal-functions or unable to use the IM network at all.</text> + <text> + <noop>Homepage: </noop> + <link>http://ysmv7.sourceforge.net/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Misc.xml b/curses.buetow.org/content/Misc.xml new file mode 100644 index 0000000..b362b6f --- /dev/null +++ b/curses.buetow.org/content/Misc.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Miscellaneous</pagetitle> + <includefiles separator="incsep" reldir="Miscellaneous" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Miscellaneous/MC.inc b/curses.buetow.org/content/Miscellaneous/MC.inc new file mode 100644 index 0000000..d4c0b7d --- /dev/null +++ b/curses.buetow.org/content/Miscellaneous/MC.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Midnight Commander</textheader> + <namedlink href="%%documentsurl%%images/mc.gif"> + <rimg href="%%documentsurl%%images/mc.jpg" /> + </namedlink> + <text>The midnight commander is a very powerfull text-based filemanager which also may be used as a FTP client. If you are familiar to tho Norton Commander then this program is a must!</text> + <text> + <noop>Homepage: </noop> + <link>http://www.midnight-commander.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/Miscellaneous/Screen.inc b/curses.buetow.org/content/Miscellaneous/Screen.inc new file mode 100644 index 0000000..83b9a33 --- /dev/null +++ b/curses.buetow.org/content/Miscellaneous/Screen.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Screen - Screen manager with VT100/ANSI terminal emulation</textheader> + <namedlink href="%%documentsurl%%images/screen.gif"> + <rimg href="%%documentsurl%%images/screen.jpg" /> + </namedlink> + <text>Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, sev eral control functions from the ISO 6429 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scroll back history buffer for each virtual terminal and a copy- and-paste mechanism that allows moving text regions between windows.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.gnu.org/software/screen</link> + </text> +</content> diff --git a/curses.buetow.org/content/Multimedia.xml b/curses.buetow.org/content/Multimedia.xml new file mode 100644 index 0000000..8b87e73 --- /dev/null +++ b/curses.buetow.org/content/Multimedia.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Multimedia</pagetitle> + <includefiles separator="incsep" reldir="Multimedia" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Multimedia/MP3Blaster.inc b/curses.buetow.org/content/Multimedia/MP3Blaster.inc new file mode 100644 index 0000000..52012df --- /dev/null +++ b/curses.buetow.org/content/Multimedia/MP3Blaster.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>MP3 Blaster</textheader> + <namedlink href="%%documentsurl%%images/mp3blaster.gif"> + <rimg href="%%documentsurl%%images/mp3blaster.jpg" /> + </namedlink> + <text>The mp3blaster is an excelent tool for listenig mp3-soundfiles through the console. It combines an easy to use ASCII user interface and supports many features such as play-groups and group management, toggle-mode et cetera.</text> + <text> + <noop>Homepage: </noop> + <link>http://mp3blaster.sourceforge.net/</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Multimedia/MPlayer.inc b/curses.buetow.org/content/Multimedia/MPlayer.inc new file mode 100644 index 0000000..7641562 --- /dev/null +++ b/curses.buetow.org/content/Multimedia/MPlayer.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>MPlayer</textheader> + <namedlink href="%%documentsurl%%images/mplayer.gif"> + <rimg href="%%documentsurl%%images/mplayer.jpg" /> + </namedlink> + <text>MPlayer is a movie player for LINUX (runs on many other Unices and non-x86 CPUs, see the documentation). It plays most MPEG/VOB, AVI, ASF/WMA/WMV, RM, QT/MOV/MP4, OGG/OGM, VIVO, FLI, NuppelVideo, yuv4mpeg, FILM and RoQ files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5 and even WMV movies, too (without using the avifile library).</text> + <text> At the screenshot mplayer runs via AAlib in an ASCII FreeBSD console but also runs per SVGAlib in order to see colors and graphics in the videos.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.mplayerhq.hu</link> + </text> +</content> diff --git a/curses.buetow.org/content/Networking.xml b/curses.buetow.org/content/Networking.xml new file mode 100644 index 0000000..7eac676 --- /dev/null +++ b/curses.buetow.org/content/Networking.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Networking</pagetitle> + <includefiles separator="incsep" reldir="Networking" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Networking/BMon.inc b/curses.buetow.org/content/Networking/BMon.inc new file mode 100644 index 0000000..80ee560 --- /dev/null +++ b/curses.buetow.org/content/Networking/BMon.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>BMon</textheader> + <namedlink href="%%documentsurl%%images/bmon.png"> + <rimg href="%%documentsurl%%images/bmon.jpg" /> + </namedlink> + <text>bmon is a portable bandwidth monitor with multiple input methods and output modes. A set of architecture specific input modules provide the core with the listof interfaces and their counters. The core stores this counters and provides rate estimation including a history over the last 60 seconds, minutes, hours and days to the output modules which output them according to the configuration.</text> + <text> + <noop>Homepage: </noop> + <link>http://freecode.com/projects/bmon/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Networking/Ettercap.inc b/curses.buetow.org/content/Networking/Ettercap.inc new file mode 100644 index 0000000..a8d5603 --- /dev/null +++ b/curses.buetow.org/content/Networking/Ettercap.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Ettercap</textheader> + <namedlink href="%%documentsurl%%images/ettercap.gif"> + <rimg href="%%documentsurl%%images/ettercap.jpg" /> + </namedlink> + <text>Ettercap is a network sniffer/logger for ethernet LANs. It supports active and passive dissection of many protocols. Many sniffing modes were implemented to give you a powerful and complete sniffing suite.</text> + <text> + <noop>Homepage: </noop> + <link>http://ettercap.sourceforge.net</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Networking/IPTraf.inc b/curses.buetow.org/content/Networking/IPTraf.inc new file mode 100644 index 0000000..891f1ff --- /dev/null +++ b/curses.buetow.org/content/Networking/IPTraf.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>IPTraf</textheader> + <namedlink href="%%documentsurl%%images/iptraf.gif"> + <rimg href="%%documentsurl%%images/iptraf.jpg" /> + </namedlink> + <text>IP-Traf is an easy to use traffic monitoring tool which enables you to watch in- and outgoing traffic through several different devices. If you want to keep track of your newtwork, then this program is made for you.</text> + <text> + <noop>Homepage: </noop> + <link>http://freecode.com/projects/iptraf</link> + </text> +</content> diff --git a/curses.buetow.org/content/Networking/lftp.inc b/curses.buetow.org/content/Networking/lftp.inc new file mode 100644 index 0000000..d39b4d9 --- /dev/null +++ b/curses.buetow.org/content/Networking/lftp.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>lftp - Sophisticated file transfer program</textheader> + <namedlink href="%%documentsurl%%images/lftp.png"> + <rimg href="%%documentsurl%%images/lftp_s.png" /> + </namedlink> + <text>lftp is a file transfer program that allows sophisticated ftp, http and other connections to other hosts. If site is specified then lftp will connect to that site otherwise a connection has to be established with the open command.</text> + <text> + <noop>Homepage: </noop> + <link>http://lftp.yar.ru</link> + </text> +</content> diff --git a/curses.buetow.org/content/Networking/yafc.inc b/curses.buetow.org/content/Networking/yafc.inc new file mode 100644 index 0000000..05a093a --- /dev/null +++ b/curses.buetow.org/content/Networking/yafc.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>yafc - Yet another FTP client</textheader> + <namedlink href="%%documentsurl%%images/yafc.png"> + <rimg href="%%documentsurl%%images/yafc_s.png" /> + </namedlink> + <text>Yafc is quite a powerful ftp client. It is a console interface to the ftp protocol. If you are looking for a nice GUI client, Yafc is not for you. If you, however, use ftp often and want a fast, powerful, friendly client Yafc is here for you... Yafc also speaks lots of other protocols.</text> + <text> + <noop>Homepage: </noop> + <link>http://yafc.sourceforge.net/</link> + </text> +</content> diff --git a/curses.buetow.org/content/System-utils.xml b/curses.buetow.org/content/System-utils.xml new file mode 100644 index 0000000..82ffd1c --- /dev/null +++ b/curses.buetow.org/content/System-utils.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>System utilities</pagetitle> + <includefiles separator="incsep" reldir="System-utils" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/System-utils/Aptitude.inc b/curses.buetow.org/content/System-utils/Aptitude.inc new file mode 100644 index 0000000..11dc114 --- /dev/null +++ b/curses.buetow.org/content/System-utils/Aptitude.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Aptitude</textheader> + <namedlink href="%%documentsurl%%images/aptitude.png"> + <rimg href="%%documentsurl%%images/aptitude.jpg" /> + </namedlink> + <text>aptitude is a terminal-based apt frontend with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get.</text> + <text> + <noop>Reference: </noop> + <link>http://packages.debian.org/de/etch/aptitude</link> + </text> +</content> diff --git a/curses.buetow.org/content/System-utils/CFDisk.inc b/curses.buetow.org/content/System-utils/CFDisk.inc new file mode 100644 index 0000000..e541180 --- /dev/null +++ b/curses.buetow.org/content/System-utils/CFDisk.inc @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>CFDisk</textheader> + <namedlink href="%%documentsurl%%images/cfdisk.gif"> + <rimg href="%%documentsurl%%images/cfdisk.jpg" /> + </namedlink> + <text>Cfdisk is a comfortable hard-disk partition management tool. Its use is mich easier as the standard fdisk-programm. You cann create and delete partitions and you are also able to change their file-system types etc.</text> + <text>Operating system: Linux</text> +</content> diff --git a/curses.buetow.org/content/System-utils/Top.inc b/curses.buetow.org/content/System-utils/Top.inc new file mode 100644 index 0000000..e59b6fc --- /dev/null +++ b/curses.buetow.org/content/System-utils/Top.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Top</textheader> + <namedlink href="%%documentsurl%%images/top.gif"> + <rimg href="%%documentsurl%%images/top.jpg" /> + </namedlink> + <text>Top shows you all currently running processes on your machine and sorts them by their percentages of CPU usages. If you want to keep track of certain groups of processes you will be able to specify some filter features such as "show all processes of a certain user" etc.</text> + <text> + <noop>Homepage: </noop> + <link>http://www.groupsys.com/top</link> + </text> +</content> diff --git a/curses.buetow.org/content/System-utils/htop.inc b/curses.buetow.org/content/System-utils/htop.inc new file mode 100644 index 0000000..427eea7 --- /dev/null +++ b/curses.buetow.org/content/System-utils/htop.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>HTop</textheader> + <namedlink href="%%documentsurl%%images/htop.png"> + <rimg href="%%documentsurl%%images/htop.jpg" /> + </namedlink> + <text>This program is a free (GPL) ncurses-based process viewer. It is similar to top, but allows to scroll the list vertically and horizontally to see all processes and their full command lines. Tasks related to processes (killing, renicing) can be done without entering their PIDs. It is much more comfortable than top</text> + <text> + <noop>Homepage: </noop> + <link>http://htop.sourceforge.net/</link> + </text> +</content> diff --git a/curses.buetow.org/content/Web-browsers.xml b/curses.buetow.org/content/Web-browsers.xml new file mode 100644 index 0000000..8ce3139 --- /dev/null +++ b/curses.buetow.org/content/Web-browsers.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Web-browsers</pagetitle> + <includefiles separator="incsep" reldir="Web-browsers" pattern="\.inc$" /> +</content> diff --git a/curses.buetow.org/content/Web-browsers/Links.inc b/curses.buetow.org/content/Web-browsers/Links.inc new file mode 100644 index 0000000..d5c45e8 --- /dev/null +++ b/curses.buetow.org/content/Web-browsers/Links.inc @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Links</textheader> + <namedlink href="%%documentsurl%%images/links.png"> + <rimg href="%%documentsurl%%images/links.jpg" /> + </namedlink> + <text>Links is a text mode WWW browser with ncurses interface, supporting colors, correct table rendering, background downloading, menu driven configuration interface and slim code. Frames are supported. You can have different file formats associated with external viewers. mailto: and telnet: are supported via external clients. If you have installed svgalib you may use links in graphical console mode.</text> + <text> + <noop>Homepage: </noop> + <link>http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/</link> + </text> +</content> + diff --git a/curses.buetow.org/content/Web-browsers/Lynx.inc b/curses.buetow.org/content/Web-browsers/Lynx.inc new file mode 100644 index 0000000..7b143f2 --- /dev/null +++ b/curses.buetow.org/content/Web-browsers/Lynx.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>Lynx</textheader> + <namedlink href="%%documentsurl%%images/lynx.gif"> + <rimg href="%%documentsurl%%images/lynx.jpg" /> + </namedlink> + <text>Lynx is the most porpular text-only webbrowser out there. Although Lynx cannot display any web-graphics, framesets and tables, this tool is very comfortable to surf the internet if you know sites with less graphics and special features. This site is also browsable with Lynx.</text> + <text> + <noop>Homepage: </noop> + <link>http://freecode.com/projects/lynx</link> + </text> +</content> diff --git a/curses.buetow.org/content/Web-browsers/W3M.inc b/curses.buetow.org/content/Web-browsers/W3M.inc new file mode 100644 index 0000000..492f36d --- /dev/null +++ b/curses.buetow.org/content/Web-browsers/W3M.inc @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <textheader>W3M - Webbrowser / pager</textheader> + <namedlink href="%%documentsurl%%images/w3m.png"> + <rimg href="%%documentsurl%%images/w3m.jpg" /> + </namedlink> + <text>w3m is a World Wide Web (WWW) text based client. It has English and Japanese help files and an option menu and can be configured to use either language. It will display hypertext markup language (HTML) documents containing links to files residing on the local system, as well as files residing on remote systems. It can display HTML tables and frames. In addition, it can be used as a "pager" in much the same manner as "more" or "less". </text> + <text> + <noop>Homepage: </noop> + <link>http://www.w3m.org</link> + </text> +</content> diff --git a/curses.buetow.org/content/home.xml b/curses.buetow.org/content/home.xml new file mode 100644 index 0000000..dadcdf2 --- /dev/null +++ b/curses.buetow.org/content/home.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Welcome to curses.buetow.org</pagetitle> + <important> + <text> + <strong>Important notice:</strong> + <noop>There will be no more updates on this website. For current projects please visit </noop> + <link>http://dev.buetow.org</link> + <noop> and enjoy :)</noop> + </text> + </important> + <text>This site is about programs, mainly for different Unices and Unix derivates such as FreeBSD, NetBSD and OpenBSD and Unix like operating systems such as diverse Linux Distributions, which can run in a terminal window without using the X Window System and using a curses lib or another interactive text user interface.</text> + <text> + <noop>If you wanna contact me, look for contact informations @ the </noop> + <link>http://contact.buetow.org</link> + <noop>website.</noop> + </text> +</content> |
