Update of /cvsroot/freevo/website
In directory sc8-pr-cvs1:/tmp/cvs-serv2303
Modified Files:
content_install.html content_screenshots.html gensite.py
news.txt template_main.html
Log Message:
update
Index: content_install.html
===================================================================
RCS file: /cvsroot/freevo/website/content_install.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** content_install.html 2 Nov 2003 13:04:33 -0000 1.14
--- content_install.html 21 Nov 2003 11:21:29 -0000 1.15
***************
*** 5,113 ****
<a href="http://sourceforge.net/project/showfiles.php?group_id=46652">download
page</a>.
</p><p>
! <b>You only need Mplayer and (optionaly) Xine if you use the freevo-runtime
! (~12 MB)!</b> This means that you will not have to waste any
! time downloading many other RPMs, libs etc to run Freevo. We don't include the
! player anymore because of legal issues. 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>.
!
</p><p>
! You can also update the binary version of <tt>freevo</tt> from CVS:
- <pre>
- cd /usr/local/freevo (cd to Freevo, depending on where you put it)
- cvs update
- </pre>
- <p>
- This can be helpful to get the latest bug-fixes and new features
- before they are released. It is not needed if you just want to test Freevo.
</p>
-
<h2><a name="Installation">Installation</h2>
<p>
! Quick install:
! </p>
<p>
! <ul>
! <li>Save and un-tar somewhere.
! <pre>
! cd /tmp
! tar xvzf freevo-1.4rc2.tar.gz
! cd freevo-1.4rc2</pre>
! </li>
! <li>
! Read INSTALL. If you don't have all dependencies and you only want to
! test Freevo, you need to download the runtime package and install it.
! <pre>
! ./freevo install freevo-runtime-0.1.tgz</pre>
! </li>
! <li>
! If you have all dependencies installed, you can install Freevo into your
! system (this doesn't work when you use the runtime). It's also possible
! to start Freevo directly were it's unpacked.
! <pre>
! python setup.py install</pre>
! </li>
! <li> Run <tt>freevo setup</tt> in the Freevo directory. This will create
freevo.conf
! which contains settings for your system such as screen size, video devices,
! etc. The default configuration is screensize 800x600, NTSC video input/output.
! <pre>
! freevo setup</pre>
! <li> <b>Optional:</b> Update <tt>local_conf.py</tt>
! to suit your system. The settings that are in <tt>local_conf.py</tt>
! will override <tt>freevo_config.py</tt>.
- <pre>
- $EDITOR local_conf.py
- </pre>
! <li> Run Freevo:
! <pre>./freevo</pre>
! </ul>
<p>
! Detailed instructions can be found on the
! <a
! href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a>
! page of the Freevo Wiki and in the INSTALL file.
</p>
<p>
! If you have problems with Freevo, don't suffer in silence.
! <a href="http://sourceforge.net/mail/?group_id=46652">Mail</a> us.
! It's under active development, and we'll do what we can to help you get started.
</p>
<p>
! There is also an IRC channel at <tt>irc://irc.gnu.org/freevo</tt>.
! <h2><a name="Distributions">Distributions</a></h2>
<p>
! We now have Distribution specific packages available for most major distributions.
! </p><p>
! <li><a href="http://www.rpm.org/">RedHat, Mandrake, and other RPM-based
distributions</a></li>
! <ul>Fetch RPM packages from <a
href="http://sourceforge.net/project/showfiles.php?group_id=46652">Sourceforge</A></ul>
! <li><a href="http://www.gentoo.org">Gentoo</a></li>
! <ul>A Gentoo <a href="http://www.gentoo.org/doc/en/faq.xml#doc_chap3">ebuild</A> is
available via this <a href="gentoo/rsync-freevo">rsync-freevo</A> script.</ul>
! </p><p>
! <li><a href="http://www.debian.org/">Debian</a></li>
! <ul>A Debian apt source is available and includes all the dependencies you'll need.
! <br/>
! 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>
! <i>(The second source provides mplayer and other multimedia packages)</i>
</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>
- </ul>
--- 5,137 ----
<a href="http://sourceforge.net/project/showfiles.php?group_id=46652">download
page</a>.
</p><p>
! Besides Freevo itself, you need Mplayer and (optionaly) Xine for video
! playback. Please read the installation informations below to save you some
! time and trouble.
</p><p>
! You can 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>.
</p>
<h2><a name="Installation">Installation</h2>
<p>
! Please read this section very carefully. There are two ways of installing
! Freevo. This first one is the binary distribution. This contains Freevo
! itself and a runtime with Python and all needed Python modules. This works
! for most distributions (Debian Woddy is making problems here, sorry). The
! installation will put everything needed in one directory.
! </p>
<p>
! The second way is to install Freevo directly into your system. This also
! requires the installation of all dependencies. The installation process
! depends on your distribution if you don't want to compile everything
! yourself.
! </p>
! <h4><a>Quick install</a></h4>
! <p>
! The first and easy way is to use our installer. Yust run the following line
! in a terminal:
! <pre>lynx http://freevo.sf.net/install.sh -dump | bash</pre>
! </p>
! <p>
! This will install Freevo into /usr/local/freevo if you run this as root or
! into $HOME/freevo if you run it as normal user. You are free to move this
! directory around and if you want to delete Freevo, just delete this
! directory.
! </p>
! <h4><a>Installation from source</a></h4>
! <p>
! Download Freevo and read the INSTALL file in the package for details. You
! should be familiar with Linux to do this.
! </p>
! <h4><a name="Distributions">Distributions</a></h4>
! <p>
! We now have Distribution specific packages available for some major
! distributions. After a new release is out, it may take some time until each
! distribution packages are updated.
! </p>
! <h5>Redhat</h5>
<p>
! There are rpms for Freevo, but no apt-get support to help you install it. If
! you have problems, please use the installer above.
</p>
<p>
+ You can download rpms needed for Freevo on the <a
+ href="http://sourceforge.net/project/showfiles.php?group_id=46652">download
+ page</a>. A good and easy howto for RedHat is still missing. If you have
+ access to a apt-get site for Redhat rpms, please contact us.
+ </p>
! <h5>SuSE</h5>
! <p>
! We have rpms for SuSE 9.0 using apt-get. Please read the <a
! href="http://freevo.sourceforge.net/cgi-bin/moin.cgi/AptGet">AptGet site at
! the WiKi</a> for more details.
</p>
+
+ <h5>Mandrake</h5>
<p>
+ There are no Mandrake specific rpms. Just use the installer, it's reported to
+ work fine. If you have access to a site with Mandrake packages, please
+ contact us to make rpms for Mandrake in the future.
! It's recommend that Mandrake users use "xine" and "mplayer" versions from
! "plf" (penguin liberation front), use google to find the plf.
! </p>
! <p>
! There is a <a
! href="http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation">
! Mandrake page in our WiKi</a>. Please update it to help other Mandrake
! users.
! </p>
! <h5>Gentoo</h5>
<p>
! A Gentoo <a href="http://www.gentoo.org/doc/en/faq.xml#doc_chap3">ebuild</A>
! is available via this <a href="gentoo/rsync-freevo">rsync-freevo</A>
! script. There is also a Freevo ebuild (masked) in the Gentoo portage tree. It
! will be updated soon after a new release is out.
! </p>
!
! <h5>Debian</h5>
! <p>
! A Debian apt source is available and includes all the dependencies you'll need.
! </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>
! <i>(The second source provides mplayer and other multimedia packages)</i>
</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</h2>
!
! If you have problems with Freevo, don't suffer in silence.
! <a href="http://sourceforge.net/mail/?group_id=46652">Mail</a> us.
! It's under active development, and we'll do what we can to help you get started.
! </p>
! <p>
! There is also an IRC channel at <tt>irc://irc.gnu.org/freevo</tt>.
! </p>
!
! <p>
! More help can be found at the online <a
! href="/cgi-bin/moin.cgi/DocumentationPage">Documentation</a> page of the
! Freevo Wiki and inside Freevo when you start the Freevo webserver.
</p>
Index: content_screenshots.html
===================================================================
RCS file: /cvsroot/freevo/website/content_screenshots.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** content_screenshots.html 2 Nov 2003 13:04:33 -0000 1.7
--- content_screenshots.html 21 Nov 2003 11:21:30 -0000 1.8
***************
*** 66,132 ****
<br><br>
! <!-- <h2>Screenshots (skin grey1)</h2> -->
! <!-- These screenshots are from the <tt>grey1</tt> skin. -->
! <!-- Click on the images to see larger versions.<p> -->
! <!-- <center> -->
! <!-- <table cellpadding="5"> -->
! <!-- <tr> -->
! <!-- <th>Main menu -->
! <!-- <th>TV Guide -->
! <!-- <th>Movie Browsing -->
! <!-- <tr> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss1"><img
src="ss/grey1/freevo_ss1_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss2"><img
src="ss/grey1/freevo_ss2_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss3"><img
src="ss/grey1/freevo_ss3_160.jpg" width="160" height="120"></a> -->
! <!-- </table> -->
! <!-- </center><p> -->
! <!-- <center> -->
! <!-- <table cellpadding="5"> -->
! <!-- <tr> -->
! <!-- <th>Music Browsing -->
! <!-- <th>Playing Music -->
! <!-- <th>Image Browsing -->
! <!-- <tr> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss4"><img
src="ss/grey1/freevo_ss4_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss5"><img
src="ss/grey1/freevo_ss5_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_grey1.html#freevo_ss6"><img
src="ss/grey1/freevo_ss6_160.jpg" width="160" height="120"></a> -->
! <!-- </table> -->
! <!-- </center><p> -->
! <!-- <br><br> -->
! <!-- <h2>Screenshots (skin web)</h2> -->
! <!-- These screenshots are from the <tt>web</tt> skin. -->
! <!-- Click on the images to see larger versions.<p> -->
! <!-- <center> -->
! <!-- <table cellpadding="5"> -->
! <!-- <tr> -->
! <!-- <th>Main menu -->
! <!-- <th>TV Guide -->
! <!-- <th>Movie Browsing -->
! <!-- <tr> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss1"><img
src="ss/web/freevo_ss1_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss2"><img
src="ss/web/freevo_ss2_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss3"><img
src="ss/web/freevo_ss3_160.jpg" width="160" height="120"></a> -->
! <!-- </table> -->
! <!-- </center><p> -->
! <!-- <center> -->
! <!-- <table cellpadding="5"> -->
! <!-- <tr> -->
! <!-- <th>Music Browsing -->
! <!-- <th>Playing Music -->
! <!-- <th>Image Browsing -->
! <!-- <tr> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss4"><img
src="ss/web/freevo_ss4_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss5"><img
src="ss/web/freevo_ss5_160.jpg" width="160" height="120"></a> -->
! <!-- <td><a href="screenshots_web.html#freevo_ss6"><img
src="ss/web/freevo_ss6_160.jpg" width="160" height="120"></a> -->
! <!-- </table> -->
! <!-- </center><p> -->
<br><br>
--- 66,132 ----
<br><br>
! <h2>Screenshots (skin grey1)</h2>
! These screenshots are from the <tt>grey1</tt> skin.
! Click on the images to see larger versions.<p>
! <center>
! <table cellpadding="5">
! <tr>
! <th>Main menu
! <th>TV Guide
! <th>Movie Browsing
! <tr>
! <td><a href="screenshots_grey1.html#freevo_ss1"><img
src="ss/grey1/freevo_ss1_160.jpg" width="160" height="120"></a>
! <td><a href="screenshots_grey1.html#freevo_ss2"><img
src="ss/grey1/freevo_ss2_160.jpg" width="160" height="120"></a>
! <td><a href="screenshots_grey1.html#freevo_ss3"><img
src="ss/grey1/freevo_ss3_160.jpg" width="160" height="120"></a>
! </table>
! </center><p>
! <center>
! <table cellpadding="5">
! <tr>
! <th>Music Browsing
! <th>Playing Music
! <th>Image Browsing
! <tr>
! <td><a href="screenshots_grey1.html#freevo_ss4"><img
src="ss/grey1/freevo_ss4_160.jpg" width="160" height="120"></a>
! <td><a href="screenshots_grey1.html#freevo_ss5"><img
src="ss/grey1/freevo_ss5_160.jpg" width="160" height="120"></a>
! <td><a href="screenshots_grey1.html#freevo_ss6"><img
src="ss/grey1/freevo_ss6_160.jpg" width="160" height="120"></a>
! </table>
! </center><p>
! <br><br>
! <h2>Screenshots (skin web)</h2>
! These screenshots are from the <tt>web</tt> skin.
! Click on the images to see larger versions.<p>
! <center>
! <table cellpadding="5">
! <tr>
! <th>Main menu
! <th>TV Guide
! <th>Movie Browsing
! <tr>
! <td><a href="screenshots_web.html#freevo_ss1"><img src="ss/web/freevo_ss1_160.jpg"
width="160" height="120"></a>
! <td><a href="screenshots_web.html#freevo_ss2"><img src="ss/web/freevo_ss2_160.jpg"
width="160" height="120"></a>
! <td><a href="screenshots_web.html#freevo_ss3"><img src="ss/web/freevo_ss3_160.jpg"
width="160" height="120"></a>
! </table>
! </center><p>
! <center>
! <table cellpadding="5">
! <tr>
! <th>Music Browsing
! <th>Playing Music
! <th>Image Browsing
! <tr>
! <td><a href="screenshots_web.html#freevo_ss4"><img src="ss/web/freevo_ss4_160.jpg"
width="160" height="120"></a>
! <td><a href="screenshots_web.html#freevo_ss5"><img src="ss/web/freevo_ss5_160.jpg"
width="160" height="120"></a>
! <td><a href="screenshots_web.html#freevo_ss6"><img src="ss/web/freevo_ss6_160.jpg"
width="160" height="120"></a>
! </table>
! </center><p>
<br><br>
Index: gensite.py
===================================================================
RCS file: /cvsroot/freevo/website/gensite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gensite.py 22 Jun 2003 16:34:15 -0000 1.6
--- gensite.py 21 Nov 2003 11:21:30 -0000 1.7
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.7 2003/11/21 11:21:30 dischi
+ # update
+ #
# Revision 1.6 2003/06/22 16:34:15 outlyer
# Move more stuff into CSS... new news items.
***************
*** 109,113 ****
# Add the generated screenshot pages
try:
! skins = os.listdir('ss_raw')
for skin in skins:
page = [ 'screenshots_%s.html' % skin, 'Screenshots for skin %s' % skin,
--- 112,116 ----
# Add the generated screenshot pages
try:
! skins = os.listdir('ss')
for skin in skins:
page = [ 'screenshots_%s.html' % skin, 'Screenshots for skin %s' % skin,
Index: news.txt
===================================================================
RCS file: /cvsroot/freevo/website/news.txt,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** news.txt 10 Nov 2003 19:44:44 -0000 1.35
--- news.txt 21 Nov 2003 11:21:30 -0000 1.36
***************
*** 1,2 ****
--- 1,16 ----
+ 20-Nov-2003: Finally: Freevo 1.4 is out
+ Only some small bugfixes between rc4 and this release. Please read the
+ new <a href="install.html">installation help site</a> how to install
+ Freevo.
+
+ And we now also have a <a href="addons">plugin and skin download
+ page</a>. Feel free to upload your own plugins and skins here (big
+ thanks to Jan Grewe for setting this up). Please make sure you have
+ permission to upload the skin/plugin if you use images and something
+ else from other people.
+
+ Dischi
+
+ ---
10-Nov-2003: Last call before 1.4: Freevo 1.4rc4 is out
This is only a bugfix release, no big new features. Last chance to
Index: template_main.html
===================================================================
RCS file: /cvsroot/freevo/website/template_main.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** template_main.html 3 Nov 2003 19:20:18 -0000 1.10
--- template_main.html 21 Nov 2003 11:21:30 -0000 1.11
***************
*** 24,28 ****
<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.4rc3</a>
// <a
href="/about.html#Status">Current
Status</a> // <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">Browse
--- 24,28 ----
<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</a>
// <a
href="/about.html#Status">Current
Status</a> // <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freevo/freevo/">Browse
***************
*** 49,52 ****
--- 49,53 ----
<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>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog