Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1:/tmp/cvs-serv21002
Modified Files:
content_about.html content_authors.html content_install.html
content_status.html freevo.css news.txt template_main.html
Removed Files:
notes.txt
Log Message:
Lots of changes.
o Fixed up the HTML to pass validators
o Moved most of the formatting into the stylesheet for ease of
modification later on.
o Cleaned up some of the HTML content
o Removed some old, unused images and text
Index: content_about.html
===================================================================
RCS file: /cvsroot/freevo/website/content_about.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** content_about.html 22 Jun 2003 16:43:50 -0000 1.6
--- content_about.html 14 Jan 2004 05:42:57 -0000 1.7
***************
*** 1,4 ****
! <h2><a name="About">About</h2>
<p class="news">
Freevo is an open-source digital video jukebox (PVR, DVR) based on Linux
--- 1,4 ----
! <h2><a name="About">About</a></h2>
<p class="news">
Freevo is an open-source digital video jukebox (PVR, DVR) based on Linux
Index: content_authors.html
===================================================================
RCS file: /cvsroot/freevo/website/content_authors.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** content_authors.html 30 May 2003 00:13:51 -0000 1.4
--- content_authors.html 14 Jan 2004 05:42:57 -0000 1.5
***************
*** 1,8 ****
<h2>Authors</h2>
!
Freevo was originally developed by
<a href="http://www.kmlager.com">Krister Lagerstr�m</a>.
-
<h4>Core maintainers</h4>
--- 1,7 ----
<h2>Authors</h2>
! <br>
Freevo was originally developed by
<a href="http://www.kmlager.com">Krister Lagerstr�m</a>.
<h4>Core maintainers</h4>
Index: content_install.html
===================================================================
RCS file: /cvsroot/freevo/website/content_install.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** content_install.html 22 Dec 2003 14:33:48 -0000 1.17
--- content_install.html 14 Jan 2004 05:42:57 -0000 1.18
***************
*** 97,105 ****
</p>
<p>
! You should add this to your <font face="courier">/etc/apt/sources.list</font> file:
! <pre>
! deb http://freevo.sourceforge.net/debian unstable main
! deb http://marillat.free.fr/ unstable main
! </pre>
</p>
<p>
--- 97,103 ----
</p>
<p>
! You should add this to your <tt>/etc/apt/sources.list</tt> file:
! <pre>deb http://freevo.sourceforge.net/debian unstable main
! deb http://marillat.free.fr/ unstable main</pre>
</p>
<p>
***************
*** 107,116 ****
</p>
<p>
! Then, simply run <font face="courier">apt-get update && apt-get
! install freevo</font> to fetch all the dependencies you'll require to
run Freevo.
</p>
! <h2><a>Help</a></h2>
If you have problems with Freevo, don't suffer in silence.
--- 105,114 ----
</p>
<p>
! Then, simply run <tt>apt-get update && apt-get
! install freevo</tt> to fetch all the dependencies you'll require to
run Freevo.
</p>
! <h2>Help</h2>
If you have problems with Freevo, don't suffer in silence.
Index: content_status.html
===================================================================
RCS file: /cvsroot/freevo/website/content_status.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** content_status.html 22 Jun 2003 16:43:50 -0000 1.7
--- content_status.html 14 Jan 2004 05:42:57 -0000 1.8
***************
*** 1,58 ****
- <h2><a name="Status"></a>Current Status (29-May-2003)</h2>
-
- Freevo can be installed on any Linux system, there are no dependencies
- on external libraries or applications if the full binary release is used.
- Many distributions have binary packages now, including RedHat and derivatives,
- Debian and Gentoo.
- </p><p>
- Most graphics boards are supported in either X11 or Xv mode (X11 with
- accelerated video playback, fairly common), or using the Framebuffer
- console. The Matrox G400 is supported but not required for the
- Framebuffer console, it has accelerated video features that offloads the CPU.
- </p><p>
- Video output boards should work as usual in either X11 or
- Framebuffer mode, the Matrox G400 is known to work for video out to a TV.
- <p>
- Both OSS and ALSA soundcard drivers are supported.
- <p>
- <h4>Current features</h4>
- <ul>
- <li>Watching TV, with TV Guide (using XMLTV).
- <li>TV recording, both immediate mode and a background schedule task.
- <li>Playing Movies (AVI, MPEG, Quicktime, Ogg, etc.) and DVDs.
- <li>Playing Music (MP3, Ogg, AAC, WMA).
- <li>Playing audio CD's with CDDB support.
- <li>Viewing Pictures.
- <li>Skins are configurable using XML files.
- <li>Movie and Music file info using XML files.
- <li>Preliminary Mame support.
- <li>Web interface for TV recording.
- <li>Easy plugin based interface for adding new features
- <li>Toolbar with email notification, clock and weather plugins
- </ul>
-
- Known
- <a href="/cgi-bin/moin.cgi/BugList">
- bugs</a>.
-
- <p>
-
- Please report bugs to the user's mailing list!
-
- <h4>Planned features</h4>
- This is what we're currently working on, or are planning to implement
- shortly. There is a long
- <a href="/cgi-bin/moin.cgi/FreevoRoadmap">
- wish list</a> with other features.
-
- Ideas for new features are appreciated!
-
- <ul>
- <li>TV Live Pause (also known as time shifting).
- <li>DVD menus.
- <li>Newsfeeds (Slashdot, CNN, etc).
- <li>CD and DVD backups to harddrive.
- </ul>
- <p></p>
-
--- 1 ----
Index: freevo.css
===================================================================
RCS file: /cvsroot/freevo/website/freevo.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** freevo.css 22 Jun 2003 16:43:50 -0000 1.5
--- freevo.css 14 Jan 2004 05:42:57 -0000 1.6
***************
*** 1,4 ****
! html { background-color: white; color: black; font-family: helvetica,arial;
font-size: 10pt; }
! body { background-color: white; color: black; font-family:
helvetica,arial; font-size: 10pt; }
.little { background-color: #B0D8E0 }
--- 1,29 ----
! body, td { background-color: white;
! color: black;
! font-family:
! font-size: 10px;
! margin-left: 0px;
! margin-right: 0px;
! margin-top: 0px;
! padding: 0px;
! font-family: "Trebuchet MS", Verdana,Arial,Helvetica, sans-serif;
! text-align: justify;
! }
!
!
! ul {
! list-style-type: square;
! }
!
!
! img { border-style: none;
! float: center;
! padding-left: 1em;}
!
! table { width: 100%
! margin-top: 0px;
! vertical-align: top;
! padding: 0px;
! }
.little { background-color: #B0D8E0 }
***************
*** 6,55 ****
h1 { margin-top: 0px; margin-bottom: 10px; align: center;
! text-align: center;
! font-family: helvetica, arial, sans-serif }
! h2 { font-size: 16pt; background-color: #4D77AA;
! margin-top: 8px; margin-bottom: 0px; padding: 4px; border: none;
! color: #FFFFFF; font-family: helvetica,arial,sans-serif;
! border: black solid 1px; }
! h3 { font-size: 20pt; background-color: #B0D8E0;
margin-top: 50px; padding: 4px; border: none;
! font-family: helvetica,arial,sans-serif }
!
! h4 { font-size: 14pt; background-color: #B0B0B0; margin-bottom: 8px;
! margin-top: 20px; padding: 2px;
! font-family: helvetica,arial,sans-serif }
!
! h5 { font-size: 10pt; border-top: black solid 1px;
color: #FFFFFF;
- border-right: black solid 1px;
background-color: #336699;
! padding: 2px; margin-right: 10px;
! margin-bottom: 0px; margin-top: 10px;
! font-family: helvetica,arial,sans-serif}
!
! h6 { font-size: 16px; color: #000000;
background-color: #b0b0b0; padding: 4px;
! margin-top: 0px; margin-bottom: 5px; }
p.navi { white-space: nowrap;
! font-size: 9pt;
! border-right: black solid 1px;
! padding: 1px; margin-right: 10px;
! margin-top: 0px; margin-bottom: 10px;
color: #4D77AA; font-family: helvetica,arial,sans-serif;
}
! p.copy { font-size: 8pt; align=center; text-align=center }
! pre { border: 1pt solid black; padding: 5pt }
! pre { background-color: lightyellow }
! pre { white-space: pre }
! pre { font-family: monospace }
! tt { font-size: 10pt; font-family: monospace }
! form table th { text-align: left; vertical-align: middle; /*font-size=9pt; */ }
a:link { color: #336699; text-decoration: none; font-family:
helvetica,arial,sans-serif;}
--- 31,100 ----
h1 { margin-top: 0px; margin-bottom: 10px; align: center;
! text-align: center; }
! h2 { font-size: 16px; background-color: #4D77AA;
! margin-top: 0em;
! margin-bottom: 0px;
! padding: 4px;
! border: none;
! color: #FFFFFF;
! letter-spacing: 1em;
! text-align: center;
! padding-right: 1em;}
! h3 { font-size: 20px; background-color: #B0D8E0;
margin-top: 50px; padding: 4px; border: none;
! }
! h4 { font-size: 12px; background-color: #B0B0B0; margin-bottom: 8px;
! margin-top: 20px; padding: 5px;
! }
! h5 { font-size: 10px;
! letter-spacing: 3px;
color: #FFFFFF;
background-color: #336699;
! margin-bottom: 1em;
! margin-top: 0em;
! padding-top: 2px;
! padding-bottom: 2px;
! padding-left: 1em;
! padding-right: 2px;
! }
! h6 { font-family: Georgia, "Gil Sans", serif;
! font-size: 16px; color: #000000;
background-color: #b0b0b0; padding: 4px;
! margin-top: 0px; margin-bottom: 5px;
! letter-spacing: 2px; }
! p { font-size: 12px;
! padding-left: 1em;
! padding-right: 1em; }
+
p.navi { white-space: nowrap;
! font-size: 11px;
! padding-left: 2em;
! margin-right: 3em;
! margin-top: 0px;
! margin-bottom: 1em;
color: #4D77AA; font-family: helvetica,arial,sans-serif;
}
! p.copy { font-size: 8px; align=center; text-align:center }
! pre { border: 1px solid black; padding: 5px ;
! background-color: lightyellow;
! white-space: pre;
! font-family: monospace ;
! padding: 7px;
! margin-left: 1em;
! margin-right: 1em;}
! .commands { font-family: monospace; }
!
!
!
! tt { font-size: 10px; font-family: monospace }
!
! form table th { text-align: left; vertical-align: middle; /*font-size=9px; */ }
a:link { color: #336699; text-decoration: none; font-family:
helvetica,arial,sans-serif;}
***************
*** 66,72 ****
padding-left: 16px; padding-right: 3px }
! p.news { font-size: 10pt; }
! p { font-size: 10pt; }
! li { font-size: 10pt; }
! ul { font-size: 10pt; }
--- 111,161 ----
padding-left: 16px; padding-right: 3px }
! li { font-size: 12px; }
! ul { font-size: 12px; }
! #titlebar { background-image: url("images/headerfreevo.jpg");
! background-repeat: no-repeat;
! background-color: #4D77AA;
! color: #000;
! height: 101px ; }
!
! #subtitle { background-image: url("images/headertxtbg.png");
! height: 21px;
! line-height: 21px;
! vertical-align: middle;
! padding-left: 5px;
! padding-top: 1px;
! margin-bottom: 0px
! padding-bottom: 0px; }
!
! #subtitle a { background: transparent;
! padding: 3px 8px;
! border-color: black; }
!
! #subtitle a:hover { background-color: #ffffff;
! color: #4D77AA;
! text-decoration: none;
! }
!
! #footer { text-align: right;
! border-top: 1px solid #999;
! padding-top: 5px;
! margin-top: 5px;
! padding-right: 1em;
! font-size: 10px;
! }
!
! #main { margin: 0px;
! padding-left: 0.5em;
! vertical-align: top; }
!
!
! #sidebar { width: 130px;
! text-align: left;
! vertical-align: top;
! margin-top: 0px;
! padding-right: 0em;
! border-right: 1px dotted #aaa;
! }
!
! #id { padding-left: 1em; }
Index: news.txt
===================================================================
RCS file: /cvsroot/freevo/website/news.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** news.txt 21 Nov 2003 11:21:30 -0000 1.36
--- news.txt 14 Jan 2004 05:42:57 -0000 1.37
***************
*** 47,693 ****
'freevo install freevo-runtime-0.1.tgz anymore. Please do it manually:
'tar -zxvf freevo-runtime-0.1.tgz' in the Freevo directory.
-
- ---
- 02-Nov-2003: Freevo 1.4rc2 is out
- We hope that this is the last rc release before the final 1.4. It took
- a little bit longer, but here it is now:
-
- Changelog:
- <ul>
- <li>Added a playlist plugin</li>
- <li>TvTime plugin redo</li>
- <li>Additional translations: da, de, fi, it, pt</li>
- <li>Changed the Shutdown function to ask for confirmation first</li>
- <li>Support for external plugins and themes</li>
- <li>Fix signal problems with child processes</li>
- <li>And as usual: bugfixes</li>
- </ul>
-
- We don't distribute the source and binary package as two files
- anymore. We now reactivated an extra runtime package so you don't need
- to download 13MB for every update. Please take a look at the README
- and the INSTALL file for details.
-
- Please test this release so we make a bug free 1.4. I guess, 1.4 will
- be our stable release for some time. If noone reports bugs with the
- new record-server, the old one will also be removed before 1.4. Please
- don't report bugs for older releases and if we didn't answer a mail
- about a bug, please send the bug report again, if the bug is still in
- rc2.
-
- If you want to help, please update the translations. See <a
-
href="http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fTranslationHowto">the
- WiKi</a> for more details.
-
-
- Dischi
-
-
- ---
- 17-Oct-2003: Gentoo ebuild for Freevo 1.4rc1
- Since it takes longer than expected, the rsync-freevo script now
- downloads ebuilds for Freevo again. They will be online until the
- latest version of Freevo is in the Gentoo portage tree.
-
- ---
- 05-Oct-2003: Freevo 1.4rc1 is out
- After a long time, a new version is out. This is the first release
- candidate of Freevo 1.4. We will release more candidates until all
- bugs you report are fixed. Still, this release is the most stable
- release ever (I hope)
-
- <b>Changes since 1.3.4:</b>
- <ul>
- <li>changes in the directory structure</li>
- <li>setup.py for normal python installation</li>
- <li>i18n support: fr, es, sv, nl, pt_BR, no</li>
- <li>new record server</li>
- <li>idlebar plugin for lmsensors</li>
- <li>Merged latest xmltv parsing support</li>
- <li>Preliminary FreeBSD support from Lars Eggert</li>
- <li>xine support for audio playback (needs xine-ui cvs)</li>
- <li>Support for FLAC encoding, tagging and playback (needs xine)</li>
- <li>Many fixes for Python 2.3 warnings</li>
- <li>bugfixes and better error handling</li>
- <li>new games system (DIR_GAMES changed!)</li>
- </ul>
-
- The old record stuff is still in there, but will removed in
- 1.4. Please test it.
-
-
- <b>Known bugs:</b>
- <ul>
- <li>Informations with UTF-8 characters from ogm/ogg files are not
- displayed correctly. This is fixed in the current mmpython
- snapshot. Before Freevo 1.4, there will be a new release of
- mmpython.</li>
- <li>If you delete a schedule from inside Freevo, the list of schedules
- won't update. You need to go back one menu and select it
- again.</li></ul>
-
- We won't add new stuff that could break Freevo until 1.4 final is
- out. But still, <b>you can help with sending us</b>
- <ul>
- <li>Bugreports. Please send them to the Freevo mailing list. If you
- are not subscribed to it, send a mail with [Freevo-Bug] in the subject
- to [EMAIL PROTECTED]</li>
- <li>Docs. Some plugins are badly documented. If you have some free
- time, please send a small description how to activate and configure
- the plugin. Again, to the freevo user list or with the subject
- [Freevo-DOC] to [EMAIL PROTECTED]</li>
- <li>Translations. Freevo now has i18n support. Please send us
- translations are corrections in the current translation. Subject
- identifier for [EMAIL PROTECTED] is [Freevo-i18n]</li>
- <li>Patches. If you find a bug and can fix it, send it to the list or
- use the subject [Freevo-PATCH] and send to [EMAIL PROTECTED]</li>
- <li>Plugins. If you wrote a nice plugin, we will integrate it. Since
- it can't break anything when it's not active, we will include any
- (usefull) plugin in the Freevo CVS (indentifier [Freevo-Plugin]</li>
- </ul>
-
- Since I don't like spam to the new address [EMAIL PROTECTED], all
- mails without one of the above identifiers to that adress will be
- deleted by procmail.
-
- <b>What file to download:</b>
-
- The binary release contains the old runtime from 1.3.4. It's hard to
- build a binary that runs on every Linux box out there. If it doesn't
- work, you should install the Freevo source release. To do that, you
- need the dependencies installed. There is a list at the download page
- <a
- href="http://prdownloads.sourceforge.net/freevo/freevo-deps.txt?download">here</a>.
- There are also RPMs for Redhat 9 to help you update your system with
- the needed stuff. Gentoo will have an ebuild from Freevo 1.4-rc1 in
- the portage tree shortly. Complete Debian packages are available from
- the <a href="http://freevo.sourceforge.net/install.html#Distributions">apt</a>
source.
- If you want to help for other distros, please contact us.
-
- Now have fun with 1.3.4. You can download it <a
- href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
-
- Dischi
-
- ---
- 30-Aug-2003: Software patent vote in Europe postponed
- The European parlament postponed the vote about the software patents
- to the end of September (if you speak German, read more at the
- <a href="http://www.heise.de/newsticker/data/tol-29.08.03-000/">Heise
- newsticker</a>.
-
- ---
- 30-Aug-2003: New Gentoo ebuilds
- The Gentoo ebuilds now contain working ebuilds for the Freevo <a
- href="http://freevo.sourceforge.net/snapshots/">snapshots</a>. These
- packages are masked. There are also two other ebuilds now: a masked
- version of libsdl with DXR3 support (add dxr3 to your USE flags first)
- and a xine-ui snapshot needed for DXR3 users and for all who want to
- use xine as audio player.
-
- We are moving to Freevo 1.4, here a list of new features in CVS
- right now:
-
- <ul>
- <li>changes in the directory structure</li>
- <li>setup.py for normal python installation</li>
- <li>idlebar plugin for lmsensors</li>
- <li>Merged latest xmltv parsing support</li>
- <li>Preliminary FreeBSD support from Lars Eggert</li>
- <li>xine support for audio playback (needs xine-ui cvs)</li>
- <li>Support for FLAC encoding, tagging and playback (needs xine)</li>
- <li>Many fixes for Python 2.3 warnings</li>
- <li>bugfixes and better error handling</li>
- </ul>
-
- ---
- 16-Aug-2003: New versions of mplayer and xine
- Xine released 0.9.22 of xine-ui a week ago. You need that version (or
- later) to have full Xine support in Freevo. Mplayer also released: 0.91,
- a bugfix release.
-
- You can download Xine <a
- href="http://xinehq.de/index.php/releases">here</a> and Mplayer <a
- href="http://www.mplayerhq.hu/homepage/design6/dload.html">here</a>.
-
- ---
- 02-Aug-2003: Bugfix release Freevo 1.3.4 is out
- There will be no Freevo 1.3.3 binary release, because we released
- 1.3.4 today. This is only a bugfix release, please read the release
- notes from 1.3.3 in the next news item.
-
- Changes:
- <ul>
- <li>Fixed bug that causes some helper scripts like webserver to crash</li>
- <li>Webradio is working again</li>
- <li>Added BlueTooth control program into contrib/</li>
- <li>New LCD plugin (which was also in 1.3.3 but not in the ChangeLog)</li>
- </ul>
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- <i>- Dischi</i>
-
- ---
- 02-Aug-2003: Freevo 1.3.3 is out - Please read before downloading
- I just released the source version of Freevo 1.3.3, the binary version
- will follow in a couple of hours.
-
- This release includes many new features, one important feature is Xine
- support to have DVD navigation (optional). Because of legal issues, the binary
- release doesn't contain Mplayer anymore (and not Xine). Please
- download Mplayer from <a
-
href="http://www.mplayerhq.hu/homepage/design6/dload.html">http://www.mplayerhq.hu/homepage/design6/dload.html</a>
- and Xine from <a
- href="http://xinehq.de/index.php/releases">http://xinehq.de/index.php/releases</a>.
- To have full Xine support in Freevo, you need xine-ui > 0.9.21. Until
- Xine releases a new version, you need a daily snapshot.
-
- The Gentoo ebuilds also have changed in this release. There is no
- freevo_runtime anymore. Please download a new version of <a
- href="http://freevo.sourceforge.net/gentoo/rsync-freevo">rsync-freevo</a> to get the
new Freevo
- version.
-
- All the new features:
- <ul>
- <li> Moved all metadata parsing into mmpython</li>
- <li> Added CD->MP3 or CD->OGG Backup plugin from Rich C.</li>
- <li> Initial database support for music via sqlite</li>
- <li> Idlebar:
- <ul>
- <li> Added holidays and Rom drive status plugins to idlebar</li>
- <li> Made it possible to arrage the idlebar plugins</li>
- <li> All skins now work with the idlebar</li>
- </ul></li>
- <li> New info area</li>
- <li> New skins 'info' and 'noia' which use the new info area</li>
- <li> Major speed enhancements in the skin drawing code</li>
- <li> Replaced fonts with Bitstream Vera fonts.</li>
- <li> Xine support for DVD/VCD (dvdnav/vcdnav)</li>
- <li> Support for Python 2.3</li>
- <li> Bugfixes and many other things</li>
- </ul>
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- <B>UPDATE</B>
-
- There is a bug in the source release (it will be fixed in the binary
- release). If you want to use the webserver, you need to copy or link
- freevo_setup.py from the freevo root directory into the src
- directory. The Gentoo ebuild fixes that when you emerge the package.
-
- <i>- Dischi</i>
-
- ---
- 17-July-2003: Progress and CVS Snapshots
- A lot of interesting developments in the past little while. The biggest
- change is that all the multimedia parsing stuff is now in a seperate python
- library, which provides all kinds of nice things like caching and reading
- information from all kinds of files, from MP3s to ASFs.
-
- We've also added the first revision of a "CD Backup" plugin which will let
- you quickly rip and encode your CDs into Ogg or MP3 format with lame and oggenc
- respectively.
-
- A new preview release is forthcoming, but in the meantime, due to the state of
- Sourceforge's CVS servers, you can pick up a snapshot of the code at:
- <a
href="http://freevo.sourceforge.net/snapshots/">freevo.sourceforge.net/snapshots</a>
- and keep an eye on the development. The snapshots should be generated every night at
- 3am, so they aren't as absolutely bleeding edge as CVS, but still better than 24
hours
- behind.
-
- Take care,
-
- <i>- Aubin</i>
-
- ---
- 29-June-2003: About time: Freevo 1.3.2 is out
- We had some problems with the runtime in the binary release, we hope
- to build new releases more often in the future. This release contains
- much new stuff and many bugfixes. Aubin wrote about that below, so I
- only point to the
- <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- Have fun
-
- <i>- Dischi</i>
-
- ---
- 22-June-2003: How poor are they who have not patience! (Shakespeare)
- Don't worry, we still have another snapshot in the works. If you're running an older
- version like 1.3.1, then you should definitely move to a snapshot. Sure, they're
called
- snapshots which makes them <I>sound</i> unstable, but they're really not. Honest.
-
- The last major delay in releasing a new one is making sure we have a tested runtime
so
- it'll be easy to get running. In the meantime, we've been busy adding small
features,
- but because they're plugins, you can be sure that these new features won't compromise
- the bugfixes that have gone into the core.
-
- Among them:
- <ul>
- <li> The IMDB plugin is working, so you can search for movie information from your
couch. </li>
- <li> Ditto for an album cover search plugin, which will lookup album covers
automatically and
- populate your Music folders </li>
- <li> Television viewing via <a href="http://tvtime.sourceforge.net/">TVTime</a> is
supported for X11, DirectFB and matrox users. It has
- multiple deinterlacing options, excellent audio sync, and of course, a slick OSD. If
you've
- been having problems with watching television via mplayer, it's definitely worth
checking out. </li>
- <li>"Web" radio (shoutcast/icecast) support</li>
- <li>"Detachable" audio player so you can do other things with Freevo while music is
playing.</li>
- </ul>
-
- Bugfixes in the pre snapshots include:
- <ul>
- <li>Fixes for crashes due to a change in North American TV listings.</li>
- <li>Fixes for Daylight Savings Time and recording</li>
- <li>Tons of stability fixes</li>
- <li>Performance improvements throughout the drawing system</li>
- </ul>
-
- So keep an eye on the site for the next snapshot and whatever else we come up with.
-
- One last note, you can check out the kind of <a
href="hardware.html#Configurations">hardware</A>
- people have been running Freevo on and feel free to add your own.
-
- <i>- Aubin</i>
-
- ---
- 29-May-2003: Meanwhile, in Hazard County...
- It's been a little over three weeks since our last update to the
- website, but lots of exciting things have been going on in CVS, and
- will hopefully be coming to a new release soon.
-
- First, you might have noticed our website has been updated a little,
- the new logo was kindly provided by <a
href="http://www.digitalsimplicity.com/">Benjamin P. Keating</a>
- and adapted to the new site by yours truly. I also made some other
- small changes and updates throughout.
- <ul>
- <li>Dischi and Rob worked hard to bring us a new architecture wherein
- almost everything is a plugin, this makes the core and functionality completely
- seperate and it become dramatically easier to customize and add new things.</li>
- <li>On that note, the notification bar is integrated into the system and weather,
- email, time and recording status plugins are included.</li>
- <li>We also have a new event model where you can customize all the remote/keyboard/
- joystick commands easily </li>
- <li>Rob is hard at work on a new web interface which
- you can take a gander at <A href="about.html">here</a> (click the shot to see
- a bigger version)</li>
- <li>Support for <a href="http://ivtv.sourceforge.net/">ivtv</a>-based hardware
- mpeg compression cards was added too. </li>
- </ul>
- In the mean time, we've survived not one, or two, but <i>three</I> <a
href="http://www.slashdot.org/">slashdotting's</A>,
- a mention on TechTV and a myriad of positive and constructive comments from users,
developers and other
- people who are interested in the convenience of a home theatre PC/DVR but with an
open and free architecture.
-
- See you in a few weeks :)
-
- Aubin
-
- ---
- 07-May-2003: Happy Birthday Freevo
- One year ago, Krister gave birth to Freevo 1.0. The baby was
- healthy and had a weight of 3645 lines of Python and 5998 lines of C
- code. As usual for such a small child, there were some problems:
- Freevo could only run on framebuffer and needed help from an
- osdserver. After a while, Freevo learned to play with other children,
- such as PIL, pygame, exif, pylirc, mame and snes. There was no need
- for the osdserver anymore and Freevo now also likes X, dfbmga and the
- DXR3. Today, at his first birthday, Freevo has a weight of 42364 lines
- of Python and 7708 lines of C code.
-
- Besides Krister I want to thank all people for helping Freevo grow so
- fast: Aubin Paul, Gustavo Sverzut Barbieri, Rob Shortt, Jason Ball,
- Thomas Malt, Brian J. Murrell, Dan Eriksen, Jens Oberender, Andrew
- Drummond, Alex Polite, Per Wigren, Travis Shirk, John M Cooper,
- Matthieu Weber, Thomas Schueppel and all the other people who are
- missing in the CREDITS file and should cry out loud now.
-
- Cheers!
-
- Dischi
-
- ---
- 06-May-2003: Freevo on Xbox in a car
- John Snowdon has some nice pictures of a Xbox in this car running
- Freevo, but please John, don't watch and drive :-)
-
- Check it out <a href="http://www.target-earth.net/xbox/">here</a>
-
- ---
- 24-Apr-2003: Version 1.3.2-pre4 released
- This pre-release contains a new plugin structure and many bugfixes. A
- binary version is also ready for download. The next version should be
- 1.3.2 if nothing bad happens (ok, maybe 1.3.2-rc1).
-
- Have fun
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 20-Apr-2003: Freevo in the media
- Freevo is on /. again. There is a nice article about setting up a
- media jukebox with freevo. Check out <a
- href="http://www.extremetech.com/print_article/0,3998,a=39991,00.asp">this
- link</a>
-
- ---
- 13-Apr-2003: Freevo needs your help (even if you are no programmer)
- The Freevo userbase has grown fast the last weeks and there are lot's
- of wishes and problems. So what can you do?
- <ul> <li>We need more docs: A developer likes to build something, but
- the doc is missing some times. Look at the <a
- href="/cgi-bin/moin.cgi/">WiKi</a>
- pages. If you know something about Freevo that's not there
- (configuration/key bindings/little tricks), please add it so that new
- users don't need to find that out again. And help new users: some
- users are not only new to Freevo, they are also new to Linux. If you
- are new to Linux and got Freevo running, maybe you can add a guide to
- the WiKi.
- </li><br><li>
- We need more and better skins: If you have some designing skills
- (if some, most developers have none), please try to create a nice
- looking skin for Freevo. Download 1.3.2-pre3 with the new skin engine
- and look <a
- href="/cgi-bin/moin.cgi/DocumentationPage_2fSkinInfo">here</a>
- how to build a skin. Or look for nice icon sets or backgrounds, or
- even better: create them of your own.
- </li><br><li>
- Help developing Freevo: If you know something about programming,
- send patches to fix bugs or to add new features. If you can program,
- but never used Python before, try the tutorial at <a
- href="http://www.python.org">www.python.org</a>.</li></ul>
-
- ---
- 11-Apr-2003: Version 1.3.2-pre3 released
- This pre-release contains some minor bugfixes, a new skin engine and
- some improvements in the TV menu.
-
- This is a source only release. A binary version might come later, but
- you can update the 1.3.2-pre2 binary release with this source
- release. Unpack freevo-1.3.2-pre3 and start "freevo update
- path-to-your-binary-version". WARNING: this will delete all files in
- the skin and src directory, if you made some changes, backup them
- first.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 27-Mar-2003: Freevix
- The first project using Freevo: Freevix is a tiny GNU/Linux
- distribution designed to provide a complete but small foot print
- environment for people wanting to build a media player system with
- Freevo. Supports EPIA-M boards to run freevo. If you have such a
- mini-itx board, this may be the easiest way to build a settop-box.
-
- ---
- 24-Feb-2003: Gentoo updates
- There is a new version of <a
- href="/gentoo/rsync-freevo">rsync-freevo</a>
- to update your local portage tree. There is also an ebuild for
- 1.3.2-pre2 avaible, including a new runtime with pylirc support.
-
- ---
- 24-Feb-2003: Version 1.3.2-pre2 (full binary) released
- This pre-release contains an important bugfix in the runtime for
- network access. This fixes problems with imdb and makelogos. It also
- adds CD playing capabilities submitted by Thomas Schueppel including
- CDBB album info retrieval, as well as improved display modes for
- images, movies and music.
-
- The full binary release of Freevo includes everything that is
- needed to run Freevo. A source only release is also available.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording and audio CDs (w. CDDB) also works now.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 16-Feb-2003: IRC server changed
- The Freevo IRC server has been changed from Slashnet to
- <b><tt>irc://irc.gnu.org/freevo</tt></b>, please update your settings.
-
- ---
- 16-Feb-2003: Gentoo ebuild for Freevo
- There are Freevo ebuilds for Gentoo available at the Freevo
- website. Freevo is not included in the main portage tree yet. Please
- download <a href="/gentoo/rsync-freevo">rsync-freevo</a>
- and start it to update your local portage tree. After that you can
- "emerge freevo". Run rsync-freevo by your cron daemon to
- be up-to-date. The 1.3.2-pre1 release is masked, if you want all pre
- releases unmasked, please start rsync-freevo with the parameter "devel".
-
- ---
- 15-Feb-2003: Version 1.3.2-pre1 (full binary) released
- This pre-release contains some important bugfixes since 1.3.1, most notably for
- the problems with CD/DVD autodetection, new XMLTV format and MP3 time
- display. It also contains a new version of MPlayer.
-
- The full binary release of Freevo includes everything that is
- needed to run Freevo. A source only release is also available.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording also works now.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 12-Feb-2003: Version 1.3.1 (full binary) released
- This the full binary release of Freevo. It includes everything that is
- needed to run Freevo (besides the Linux kernel :-), including the old
- runtime and apps packages. A source only release is also available.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording also works now.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 11-Feb-2003: Version 1.3.1-rc3 binary package released
- This the full binary release of Freevo. It includes everything that is
- needed to run Freevo (besides the Linux kernel :-), including the old
- runtime and apps packages.
-
- <b>Please help test this release as soon as possible</b>. This will
- help us fix any bugs before the next stable release which is expected shortly.
-
- You can download it <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">here</a>.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording also works now.
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 3-Feb-2003: Version 1.3.1-rc2 source package released
- There has been a lot of development in the CVS since the last release,
- and the latest snapshot is now available as a source package from the
- download page. The full binary runtime will follow shortly.
-
- Hopefully the next stable release will be made soon too.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording also works now.
-
- Please try it out and let us know how it works!
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 22-Nov-2002: Wiki change notification mailing list
- There is now a new mailing list set up that receives change
- notifications from the Wiki. This is handy if you want to see
- what is going on without having to subscribe to each individual
- Wiki page.
-
- Please see the <a
- href="http://lists.sourceforge.net/lists/listinfo/freevo-wikilog">
- mailing list page</a> for more information.
-
- ---
- 19-Nov-2002: New icons
- The default icons have been replaced with the GPLed
- <a href="http://www.kde-look.org/usermanager/search.php?username=AquaFusion">
- Aqua Fusion</a> icons. Take a look at the new <a
href="screenshots.html">screenshots</a>.
-
- Please add ideas for other icons (and the UI in general) on the <a
- href="/cgi-bin/moin.cgi/UserInterfaceIdeas?action=show">Wiki User Interface Page</a>.
-
- ---
- 15-Nov-2002: Freevo Wiki website
- There is now a <a
- href="/cgi-bin/moin.cgi">Wiki</a>
- set up for Freevo. It contains the documentation,
- TODO-list, FAQ and information for developers.
-
- The Wiki can be updated by anyone, please help making the
- documentation better!
-
- ---
- 14-Nov-2002: Version 1.3.0 released
- The new release has a lot of changes, including a new TV guide, better
- looking default skin, improved skin handling, added DVD audio/subtitle
- selection, preliminary DXR3 support, image slide shows, plus many
- bugfixes.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images. TV recording should be coming shortly.
-
- You need the main Freevo + the runtime package to do anything useful.
-
- Please try it out and let us know how it works!
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 15-Oct-2002: New TV guide on the way!
- Gustavo has been working hard on the new TV guide which is now getting
- close to done, check out the <a href="screenshots.html">screenshot</a>.
- It will hopefully be released soon. [Is included in 1.3.0]
-
- Awesome work, Gustavo!
-
- ---
- 12-Oct-2002: Version 1.2.6 released
- The new release has a lot of changes, including better configure
- support, improved CD/DVD handling, improved skins, preliminary Mame
- support plus many bugfixes.
-
- The current version is useful for watching TV, AVIs, DVDs, playing
- MP3/OGG and viewing images.
-
- You need the main Freevo + the runtime package to do anything useful.
-
- Please try it out and let us know how it works!
-
- Full
- <a
-
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freevo/freevo/ChangeLog">Changelog</a>.
-
- ---
- 12-Oct-2002: Freevo runtime version 3 released
- The new runtime contains better Python support and newer Alsa sound
- libs.
-
- ---
- 01-Oct-2002: Added documentation page
- The new <a href="/cgi-bin/moin.cgi/DocumentationPage">documentation</a>
- page contains the Freevo docs.
-
- ---
- 10-Sep-2002: Updated links page
- The <a href="links.html">Links</a> page has been updated with more
- goodies.
-
- ---
- 01-Sep-2002: Updated screenshots
- The <a href="screenshots.html">screenshots</a> are now from the latest CVS version
that uses the new Larabie fonts.
--- 47,48 ----
Index: template_main.html
===================================================================
RCS file: /cvsroot/freevo/website/template_main.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** template_main.html 19 Dec 2003 18:20:58 -0000 1.12
--- template_main.html 14 Jan 2004 05:42:57 -0000 1.13
***************
*** 1,125 ****
! <!-- $Id$ -->
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
!
<html>
<head>
! <title>Freevo | $(PAGE_TITLE)</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <link rel="shortcut icon" href="favicon2.ico" type="image/x-icon">
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <meta name="language" content="en">
! <meta name="keywords" content="freevo, pvr, vdr, tivo, bttv, bt848, bt878, linux,
! video, capture, v4l, v4l2">
! <meta name="robots" content="index, follow">
! <link rel="stylesheet" type="text/css" href="freevo.css">
</head>
! <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
! <!-- Freevo Main Logo -->
! <table width="100%" border="0" cellspacing="0" cellpadding="0"
background="images/headerbg.png">
! <tr>
! <td><img src="images/headerfreevo.png" width="313" height="101"></td>
! </tr>
! </table>
! <table width="100%" border="0" cellspacing="0" cellpadding="0"
background="images/headertxtbg.png">
! <tr>
! <td height="22"> <b>Stable Version:</b> <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">1.4.1</a>
! // <a
href="/about.html#Status">Current
! Status</a> // <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">Browse
! Source</a></td>
! </tr>
! <table border="0" cellspacing="0" cellpadding="0" width="100%">
! <tbody>
!
! <!-- Freevo Main Logo -->
!
! <!-- The main table row, containing the sidebar to the left and the main
content in the middle and to the right. -->
! <tr>
!
! <!-- The left sidebar, navigation items. It is aligned to the top of the
table -->
! <td valign="top" width="130">
!
! <h5>Users<br></h5>
!
! <p class="navi">
! <a href="index.html#News">News</a><br>
! <a href="about.html#About">About Freevo</a><br>
! <a href="screenshots.html">Screenshots</a><br>
! <a href="about.html#Status">Current Status</a><br>
! <a href="install.html#Download">Download</a><br>
! <a href="install.html#Installation">Installation</a><br>
! <a href="addons">Add-ons</a><br>
! <a href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a><br>
! <a href="hardware.html">Hardware</a><br>
! <a href="http://sourceforge.net/mail/?group_id=46652">Mailing
Lists</a><br>
! <a href="/cgi-bin/moin.cgi">Wiki</a><br>
! </p>
!
! <h5>Developers<br></h5>
!
! <p class="navi">
! <a href="developers.html">Getting Started</a><br>
! <a href="http://sourceforge.net/mail/?group_id=46652">Mailing
Lists</a><br>
! <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">Browse
Source</a><br>
! <a href="http://www.sourceforge.net/projects/freevo">SF Project
Page</a><br>
! </p>
! <h5>Misc.<br></h5>
! <p class="navi">
! <a href="links.html">Links</a><br>
! <a href="authors.html">Authors</a><br>
! </p>
! <br>
! <!-- Keep this line together to avoid a blank space being made part of
the link -->
! <center>
! <a href="http://www.linux.org" alt="Linux Logo" border="0"><img
src="images/tux.jpg" alt="Linux Logo" border="0"></a>
! <a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=46652&type=1" width="88"
height="31" border="0" alt="SourceForge.net Logo"/></a>
! <a href="http://www.opensource.org/"><img
src="images/osi-certified-90x75.jpg"></a>
! <!-- <img src="$(TRACKING_GIF)"> -->
! <br>
! </td>
! <!-- Some horizontal spacing between the sidebar and the main content -->
! <td valign="top" width="20"><br></td>
! <!-- The main content -->
! <td valign="top">
$(MAIN_CONTENT)
! </td>
!
! </tr>
!
!
! </tbody>
!
! </table>
!
!
! <!-- Footer stuff -->
! <br>
! <hr width="100%" size="2" noshade>
!
! <table width="100%"><tr valign="bottom">
! <!--
! <td align="left"><p class="copy">Created by <a
href="http://www.kmlager.com">Krister Lagerstr�m</a>.</p></td>
!
! <td align="center">Hosted by <a
href="http://sourceforge.net">Sourceforge</a>:</td>
! -->
! <!-- Keep this line together to avoid a blank space being made part of the link
-->
! <!-- <a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=46652" width="88"
! height="31" border="0" valign="center"
alt="SourceForge Logo"></a> -->
!
! <!-- This is a link to a 1-pixel transparent GIF on my personal webserver so
that I can get some quick stats on the usage -->
! <!-- <img src="$(TRACKING_GIF)"> -->
!
!
! <td align="right">Last update: $(TIMESTAMP)
! </tr></table>
!
! </body>
!
</html>
-
--- 1,84 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
! <title>Freevo | $(PAGE_TITLE)</title>
! <meta http-equiv="Content-Type" content=
! "text/html; charset=us-ascii">
! <link rel="shortcut icon" href="favicon2.ico" type=
! "image/x-icon">
! <meta http-equiv="Content-Type" content=
! "text/html; charset=us-ascii">
! <meta name="language" content="en">
! <meta name="keywords" content=
! "freevo, pvr, vdr, tivo, bttv, bt848, bt878, linux, video, capture, v4l, v4l2">
! <meta name="robots" content="index, follow">
! <link rel="stylesheet" type="text/css" href="freevo.css">
</head>
! <body>
! <div id="titlebar"></div>
! <div id="subtitle">
! <b>Stable Version:</b> <a href=
! "http://sourceforge.net/project/showfiles.php?group_id=46652">
! 1.4.1</a> // <a href=
! "/about.html#Status">Current
! Status</a> // <a href=
! "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">
! Browse Source</a>
! </div>
! <table id="content" summary="The main table row, containing the sidebar to the
left and the main content to the right.">
! <tr>
! <td id="sidebar">
! <h5>Users</h5>
! <p class="navi"><a href="index.html#News">News</a><br>
! <a href="about.html#About">About Freevo</a><br>
! <a href="screenshots.html">Screenshots</a><br>
! <a href="about.html#Status">Current Status</a><br>
! <a href="install.html#Download">Download</a><br>
! <a href="install.html#Installation">Installation</a><br>
! <a href="addons">Add-ons</a><br>
! <a href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a><br>
! <a href="hardware.html">Hardware</a><br>
! <a href=
! "http://sourceforge.net/mail/?group_id=46652">Mailing
! Lists</a><br>
! <a href="/cgi-bin/moin.cgi">Wiki</a></p>
! <h5>Developers</h5>
! <p class="navi"><a href="developers.html">Getting
! Started</a><br>
! <a href=
! "http://sourceforge.net/mail/?group_id=46652">Mailing
! Lists</a><br>
! <a href=
! "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">
! Browse Source</a><br>
! <a href="http://www.sourceforge.net/projects/freevo">SF
! Project Page</a></p>
! <h5>Misc.</h5>
! <p class="navi"><a href="links.html">Links</a><br>
! <a href="authors.html">Authors</a></p><br>
! <a href="http://www.linux.org">
! <img src="http://freevo.sourceforge.net/images/tux.jpg" alt="Linux Logo">
! </a> <a href="http://sourceforge.net"><img src=
! "http://sourceforge.net/sflogo.php?group_id=46652&type=1"
! width="88" height="31" alt=
! "SourceForge.net Logo"></a> <a href=
! "http://www.opensource.org/"><img alt="OSI Certified" src=
! "http://freevo.sourceforge.net/images/osi-certified-90x75.jpg"></a>
! </td>
! <td id="main">
$(MAIN_CONTENT)
! </td>
! </tr>
! </table>
! <div id="footer">
! Last update: $(TIMESTAMP)
! </div>
! </body>
</html>
--- notes.txt DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog