Thread: [Vim-latex-cvs] SF.net SVN: vim-latex: [1019] trunk/htdocs
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2008-05-06 15:06:16
|
Revision: 1019 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1019&view=rev Author: tmaas Date: 2008-05-06 07:56:14 -0700 (Tue, 06 May 2008) Log Message: ----------- -use link to svn webinterface to display packages instead of carrying a local copy Modified Paths: -------------- trunk/htdocs/head.inc Removed Paths: ------------- trunk/htdocs/packages/ trunk/htdocs/packages.inc Modified: trunk/htdocs/head.inc =================================================================== --- trunk/htdocs/head.inc 2008-05-06 14:34:12 UTC (rev 1018) +++ trunk/htdocs/head.inc 2008-05-06 14:56:14 UTC (rev 1019) @@ -30,7 +30,7 @@ href="index.php?subject=contact&title=Contact">Feature Requests <br/>Bug Reports <br/>Mailing List <br/></a><br> <p></p> - <a href="index.php?subject=packages&title=Package%20Files">Package files</a><br> + <a href="http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ftplugin/latex-suite/packages/">Package files</a><br> <a href="index.php?subject=templates&title=Templates">Templates</a><br> <p></p> <hr class=navig> Deleted: trunk/htdocs/packages.inc =================================================================== --- trunk/htdocs/packages.inc 2008-05-06 14:34:12 UTC (rev 1018) +++ trunk/htdocs/packages.inc 2008-05-06 14:56:14 UTC (rev 1019) @@ -1,23 +0,0 @@ -<table> -<tr> - <td><b>Name of the package:</b></td> - <td> </td> - <td><b>Last modified:</b></td> -</tr> -<? -$dir = getcwd()."/packages"; -$packdir = dir($dir); -while($file = $packdir->read()){ - if($file!="." && $file!=".." && strncmp($file,"CVS",3)){ - $filetable[] = $file; - } -} -$packdir->close(); -asort($filetable); -foreach($filetable as $packagefile){ - echo "<tr><td><a href='packages/".$packagefile."'>".$packagefile."</a></td>"; - echo "<td> </td>"; - echo "<td>".date("F j, Y", filemtime($dir."/".$packagefile))."</td></tr>\n"; -} -?> -</table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2008-05-06 15:10:50
|
Revision: 1021 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1021&view=rev Author: tmaas Date: 2008-05-06 08:08:47 -0700 (Tue, 06 May 2008) Log Message: ----------- remove unused files Removed Paths: ------------- trunk/htdocs/left_download.inc trunk/htdocs/left_features.inc trunk/htdocs/left_links.inc trunk/htdocs/left_main.inc trunk/htdocs/left_packages.inc trunk/htdocs/left_screenshots.inc trunk/htdocs/left_templates.inc trunk/htdocs/left_weare.inc Deleted: trunk/htdocs/left_download.inc =================================================================== Deleted: trunk/htdocs/left_features.inc =================================================================== Deleted: trunk/htdocs/left_links.inc =================================================================== Deleted: trunk/htdocs/left_main.inc =================================================================== Deleted: trunk/htdocs/left_packages.inc =================================================================== --- trunk/htdocs/left_packages.inc 2008-05-06 15:03:15 UTC (rev 1020) +++ trunk/htdocs/left_packages.inc 2008-05-06 15:08:47 UTC (rev 1021) @@ -1,4 +0,0 @@ -<p>LatexSuite has unique possiblity of recognizing declared packages and -supporting them in various ways.</p> -<p>Here is the list of currently supported packages. If you wrote one of package -files <a href="index.php?subject=weare">send please it to us</a>.</p> Deleted: trunk/htdocs/left_screenshots.inc =================================================================== --- trunk/htdocs/left_screenshots.inc 2008-05-06 15:03:15 UTC (rev 1020) +++ trunk/htdocs/left_screenshots.inc 2008-05-06 15:08:47 UTC (rev 1021) @@ -1,3 +0,0 @@ -<p>These screenshots attempt to show a typical working session with -Latex-Suite, showing the various features of latex-Suite at the appropriate -places.</p> Deleted: trunk/htdocs/left_templates.inc =================================================================== --- trunk/htdocs/left_templates.inc 2008-05-06 15:03:15 UTC (rev 1020) +++ trunk/htdocs/left_templates.inc 2008-05-06 15:08:47 UTC (rev 1021) @@ -1,4 +0,0 @@ -<p> -Templates for generating new LaTeX documents.<br/> If you wrote a -template <a href="index.php?subject=weare">please send it to us</a>. -</p> Deleted: trunk/htdocs/left_weare.inc =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2008-05-06 15:10:57
|
Revision: 1020 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1020&view=rev Author: tmaas Date: 2008-05-06 08:03:15 -0700 (Tue, 06 May 2008) Log Message: ----------- Use web-svn instead of local copy for templates Modified Paths: -------------- trunk/htdocs/head.inc Removed Paths: ------------- trunk/htdocs/templates.inc Modified: trunk/htdocs/head.inc =================================================================== --- trunk/htdocs/head.inc 2008-05-06 14:56:14 UTC (rev 1019) +++ trunk/htdocs/head.inc 2008-05-06 15:03:15 UTC (rev 1020) @@ -31,7 +31,7 @@ Requests <br/>Bug Reports <br/>Mailing List <br/></a><br> <p></p> <a href="http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ftplugin/latex-suite/packages/">Package files</a><br> - <a href="index.php?subject=templates&title=Templates">Templates</a><br> + <a href="http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ftplugin/latex-suite/templates/">Templates</a><br> <p></p> <hr class=navig> <div class=navheader>Developers</div> Deleted: trunk/htdocs/templates.inc =================================================================== --- trunk/htdocs/templates.inc 2008-05-06 14:56:14 UTC (rev 1019) +++ trunk/htdocs/templates.inc 2008-05-06 15:03:15 UTC (rev 1020) @@ -1,23 +0,0 @@ -<table> -<tr> - <td><b>Name of the template:</b></td> - <td> </td> - <td><b>Last modified:</b></td> -</tr> -<? -$dir = getcwd()."/templates"; -$tempdir = dir($dir); -while($file = $tempdir->read()){ - if($file!="." && $file!=".." && strncmp($file,"CVS",3)){ - $filetable[] = $file; - } -} -$tempdir->close(); -asort($filetable); -foreach ($filetable as $tempfile){ -echo "<tr><td><a href='templates/".$tempfile."'>".$tempfile."</a></td>"; -echo "<td> </td>"; -echo "<td>".date("F j, Y", filemtime($dir."/".$tempfile))."</td></tr>\n"; -} -?> -</table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2008-05-06 15:11:46
|
Revision: 1022 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1022&view=rev Author: tmaas Date: 2008-05-06 08:11:45 -0700 (Tue, 06 May 2008) Log Message: ----------- remove svn:executable from non-executable files Property Changed: ---------------- trunk/htdocs/blank.gif trunk/htdocs/branching.inc trunk/htdocs/coding-style.inc trunk/htdocs/download/RELEASE-1.5.txt trunk/htdocs/download.inc trunk/htdocs/screenshots/after-packages.png trunk/htdocs/screenshots/after-template.png trunk/htdocs/screenshots/compilation-error.png trunk/htdocs/screenshots/environments-menu.png trunk/htdocs/screenshots/folding.png trunk/htdocs/screenshots/formula-tex.png trunk/htdocs/screenshots/formula-typing.png trunk/htdocs/screenshots/starting-packages.png trunk/htdocs/screenshots/template-menu.png trunk/htdocs/screenshots.inc trunk/htdocs/style.css trunk/htdocs/vim-latex.gif trunk/htdocs/vim_created.gif trunk/htdocs/weare.inc Property changes on: trunk/htdocs/blank.gif ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/branching.inc ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/coding-style.inc ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/download/RELEASE-1.5.txt ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/download.inc ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/after-packages.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/after-template.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/compilation-error.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/environments-menu.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/folding.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/formula-tex.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/formula-typing.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/starting-packages.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots/template-menu.png ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/screenshots.inc ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/style.css ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/vim-latex.gif ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/vim_created.gif ___________________________________________________________________ Name: svn:executable - * Property changes on: trunk/htdocs/weare.inc ___________________________________________________________________ Name: svn:executable - * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |