[Ida-cvs] htdocs downloads.php,1.5,1.6 forumlists.php,1.2,1.3 links.php,1.3,1.4 news.php,1.11,1.12 t
Status: Pre-Alpha
Brought to you by:
alexanderb
From: Michael R. <mic...@us...> - 2005-01-06 16:18:15
|
Update of /cvsroot/ida/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6403 Modified Files: downloads.php forumlists.php links.php news.php tutorials.php Log Message: added tutorials for ida-fscan, avapd and mDNSResponder. removed HowTos section added mailinglistsection for ida-fscan added News-entry Index: downloads.php =================================================================== RCS file: /cvsroot/ida/htdocs/downloads.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** downloads.php 24 Dec 2004 00:18:17 -0000 1.5 --- downloads.php 6 Jan 2005 16:18:00 -0000 1.6 *************** *** 6,13 **** <h1>Downloads</h1> <br> ! Stable realeases can be found on the <a href="http://sourceforge.net/project/showfiles.php?group_id=112400">Sourceforge-Mirrors</a>.<br> <br> Unstable Snapshots of any Sub-Project can be fetched using CVS (ano...@cv...:/cvsroot/ida).<br> ! A Ida CVS Tutorial can be found on the <a href="http://sourceforge.net/cvs/?group_id=112400">Sourceforge CVS Page</a>.<br> </p> --- 6,13 ---- <h1>Downloads</h1> <br> ! Stable realeases can be found on the <a href="http://sourceforge.net/project/showfiles.php?group_id=112400" target="_blank">Sourceforge-Mirrors</a>.<br> <br> Unstable Snapshots of any Sub-Project can be fetched using CVS (ano...@cv...:/cvsroot/ida).<br> ! A Ida CVS Tutorial can be found on the <a href="http://sourceforge.net/cvs/?group_id=112400" target="_blank">Sourceforge CVS Page</a>.<br> </p> Index: tutorials.php =================================================================== RCS file: /cvsroot/ida/htdocs/tutorials.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tutorials.php 9 Nov 2004 22:34:28 -0000 1.4 --- tutorials.php 6 Jan 2005 16:18:01 -0000 1.5 *************** *** 2,11 **** <body> ! <br><br> ! <h1>Tutorials</h1> ! <br> ! ! no tutorials yet, could you provide them? ! </body> <? include "footer.inc"; ?> --- 2,17 ---- <body> ! <br><br> ! <h1>Tutorials</h1> ! <br><br><br> ! <lu> ! <li><a href="documentation/fscantut.php">Ida file-scanning Tutorial</a></li> ! <br> ! <li><a href="documentation/avapdtut.php">Ida server daemon Tutorial</a></li> ! <br> ! <li><a href="documentation/daaptut.php">DAAP compatibility Tutorial</a></li> ! </lu> ! <br><br><br> ! <p>A Tutorial for the mod-avap will be added when this project gets a stable state.</p> </body> <? include "footer.inc"; ?> Index: news.php =================================================================== RCS file: /cvsroot/ida/htdocs/news.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** news.php 29 Dec 2004 02:18:47 -0000 1.11 --- news.php 6 Jan 2005 16:18:01 -0000 1.12 *************** *** 7,10 **** --- 7,13 ---- <h1>News</h1><br> <ul> + <li>06. January 2005: Tutorials for ida-fscan, avapd and mDSNResponder added</li> + </ul> + <ul> <li>29. December 2004: avapd-0.0.1 released!</li> </ul> Index: links.php =================================================================== RCS file: /cvsroot/ida/htdocs/links.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** links.php 15 Dec 2004 22:18:02 -0000 1.3 --- links.php 6 Jan 2005 16:18:01 -0000 1.4 *************** *** 29,32 **** --- 29,37 ---- <a href="http://www.opendaap.org/" target="_blank">http://www.opendaap.org/</a> </h3> + <h3> + Apple's iTunes Webpage: + </h3> + <h3> + <a href="http://www.apple.com/itunes/" target="_blank">http://www.apple.com/itunes/</a> </body> Index: forumlists.php =================================================================== RCS file: /cvsroot/ida/htdocs/forumlists.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forumlists.php 9 Nov 2004 22:27:18 -0000 1.2 --- forumlists.php 6 Jan 2005 16:18:00 -0000 1.3 *************** *** 34,37 **** --- 34,41 ---- <a href="http://lists.sourceforge.net/mailman/listinfo/ida-vdr-avap">Subscribe/Unsubscribe</a> <a href="http://sourceforge.net/mailarchive/forum.php?forum=ida-vdr-avap" target="_blank">Archiv</a> + <br> + Ida File Scanner: + <a href="http://lists.sourceforge.net/mailman/listinfo/ida-fscan">Subscribe/Unsubscribe</a> + <a href="http://sourceforge.net/mailarchive/forum.php?forum=ida-fscan" target="_blank">Archiv</a> </body> |