changeset 547:ce46ca8b7263

Added the images needed for the readme.html to the doc directory and adapted the paths in the html. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@787 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 29 Sep 2008 12:57:26 +0000
parents 2a9bb3774867
children 5f7fee0dc21a
files doc/images/banner.jpg doc/images/externallinks.png doc/images/screenshot6.jpg doc/images/screenshot8.jpg readme.html
diffstat 5 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
Binary file doc/images/banner.jpg has changed
Binary file doc/images/externallinks.png has changed
Binary file doc/images/screenshot6.jpg has changed
Binary file doc/images/screenshot8.jpg has changed
--- a/readme.html	Mon Sep 29 12:53:33 2008 +0000
+++ b/readme.html	Mon Sep 29 12:57:26 2008 +0000
@@ -16,7 +16,7 @@
 /*******************************/
 a.external
 {
-    background: url("homepage/images/externallinks.png") center right no-repeat;
+    background: url("doc/images/externallinks.png") center right no-repeat;
     padding-right: 13px;
 }
 -->
@@ -28,7 +28,7 @@
 <!--
     <h1>UniversalIndentGUI</h1>
 -->
-    <div align="center"><img src="homepage/images/banner.jpg" alt="UiGUI Screenshot"></div>
+    <div align="center"><img src="doc/images/banner.jpg" alt="UiGUI Screenshot"></div>
     <br clear="all" />
     <br />
     <p style="margin-left:40pt;">
@@ -59,7 +59,7 @@
         <ul>
             <li>Live Preview: change an indenter parameter and directly see how your formatted code will look like.</li>
             <li>Support for nearly any existing indenter possible. Currently supported are:</li>
-            <img width="400" align="right" vspace="10" src="homepage/images/screenshot8.jpg" alt="UiGUI Screenshot">
+            <img width="400" align="right" vspace="10" src="doc/images/screenshot8.jpg" alt="UiGUI Screenshot">
             <ul>
                 <li><a class="external" href="http://astyle.sourceforge.net/" target="_blank">Artistic Styler</a></li>
                 <li><a class="external" href="http://invisible-island.net/bcpp/" target="_blank">BCPP</a></li>
@@ -87,7 +87,7 @@
             <li>Load and save different indenter configurations.</li>
             <li>Reset to indenters default parameters.</li>
             <li>By the above named indenters currently supported programming languages:</li>
-            <img width="400" align="right" vspace="10" src="homepage/images/screenshot6.jpg" alt="UiGUI Screenshot">
+            <img width="400" align="right" vspace="10" src="doc/images/screenshot6.jpg" alt="UiGUI Screenshot">
             <ul>
                 <li>C, C++</li>
                 <li>C#</li>