|
From: <ho...@us...> - 2003-12-14 09:46:34
|
Update of /cvsroot/ganc/web
In directory sc8-pr-cvs1:/tmp/cvs-serv25017
Modified Files:
download.html index.html news.html screenshots.html
Log Message:
Some actualization of web page due to release of ganc-0.7
Index: download.html
===================================================================
RCS file: /cvsroot/ganc/web/download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** download.html 23 Nov 2003 23:59:04 -0000 1.2
--- download.html 14 Dec 2003 00:59:49 -0000 1.3
***************
*** 26,29 ****
--- 26,33 ----
</p>
<ul>
+ <li>Stable version <strong>0.7</strong>:
+ <ul>
+ <li>Source tarball: <a href="http://prdownloads.sourceforge.net/ganc/ganc-0.7.tar.gz?download">ganc-0.7.tar.gz</a></li>
+ </ul>
<li>Stable version <strong>0.6</strong>:
<ul>
***************
*** 50,54 ****
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.6.tar.gz?download">v0.60</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
--- 54,58 ----
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.7.tar.gz?download">v0.70</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
Index: index.html
===================================================================
RCS file: /cvsroot/ganc/web/index.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.html 23 Nov 2003 00:23:04 -0000 1.1.1.1
--- index.html 14 Dec 2003 00:59:49 -0000 1.2
***************
*** 20,29 ****
Have you ever done some simple calculation like adding a bunch of numbers.
Then you made a mistake and all the numbers you'd typed so far got lost.
! Or maybe when you finished and got your result you wondered if you made a mistake typing.
! Is the result correct? Well, I'm affraid there's no way to know but to do it again.
</p>
<p>
Or maybe you were programing and wanted to transform that ugly hexadecimal or binary number into
! something more meaningful.
</p>
<p>That's where ganc comes in. </p>
--- 20,30 ----
Have you ever done some simple calculation like adding a bunch of numbers.
Then you made a mistake and all the numbers you'd typed so far got lost.
! Or maybe you finished, got your result and wondered if you made a mistake typing.
! Is the result correct? Well, I'm affraid the only way to know is do it again and
! hope you get the same result.
</p>
<p>
Or maybe you were programing and wanted to transform that ugly hexadecimal or binary number into
! something more meaningful. Or viceversa.
</p>
<p>That's where ganc comes in. </p>
***************
*** 32,37 ****
you just type '2 + 2' and that's it!<br />
It can also handle more complicated stuff involving several expressions in the same line,
! functions, implicit product, variables and numbers in different bases. It also allows C-style in-line
! variable definition. Some examples of valid ganc expressions are:
<ul>
<li><span>2 + 2 * 3</span><em>precedence is handled adequately (= 8)</em></li>
--- 33,40 ----
you just type '2 + 2' and that's it!<br />
It can also handle more complicated stuff involving several expressions in the same line,
! functions, implicit product, variables, numbers in different bases, bitwise operations,
! logical operations, etc ... It even allows C-style in-line variable definition.<br />
!
! Some examples of valid ganc expressions are:
<ul>
<li><span>2 + 2 * 3</span><em>precedence is handled adequately (= 8)</em></li>
***************
*** 42,47 ****
<li><span>c= 2*b= a + 2a</span><em>in-line variable asignment (b=a + 2a and c= 2*(a + 2a))</em></li>
<li><span>2 + 3; b= 1 - 2; 2b</span><em>several expressions at the same time</em></li>
! <li><span>F2_h; 1b5_16</span><em>hexadecimal number (base 16)</em></li>
! <li><span>3vgt_32; 1001_b</span><em>base 32 and binary</em></li>
</ul>
</p>
--- 45,52 ----
<li><span>c= 2*b= a + 2a</span><em>in-line variable asignment (b=a + 2a and c= 2*(a + 2a))</em></li>
<li><span>2 + 3; b= 1 - 2; 2b</span><em>several expressions at the same time</em></li>
! <li><span>1b5_16</span><em>hexadecimal number (base 16)</em></li>
! <li><span>3vgt_32; 1001_2</span><em>base 32 and binary</em></li>
! <li><span>23 :: _16</span><em>number 23 expressed in base 16</em></li>
! <li><span>f_16 & 1101_2</span><em>bitwise 'and' operation</em></li>
</ul>
</p>
***************
*** 60,64 ****
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.6.tar.gz?download">v0.60</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
--- 65,69 ----
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.7.tar.gz?download">v0.70</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
Index: news.html
===================================================================
RCS file: /cvsroot/ganc/web/news.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** news.html 23 Nov 2003 00:23:05 -0000 1.1.1.1
--- news.html 14 Dec 2003 00:59:49 -0000 1.2
***************
*** 13,18 ****
<h2>News</h2>
<hr />
! <p class="date">The last stable version of ganc is 0.6</p>
<ul class="news">
<li>21st Nov 2003<span>ganc's web page got updated</span></li>
ganc's web page got a major makeover
--- 13,21 ----
<h2>News</h2>
<hr />
! <p class="date">Last stable version of ganc is 0.7</p>
<ul class="news">
+ <li>13th Dec 2003<span>ganc-0.7 released</span></li>
+ A new hot right out of the oven release is out. Check it out in
+ the download page.
<li>21st Nov 2003<span>ganc's web page got updated</span></li>
ganc's web page got a major makeover
***************
*** 28,32 ****
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.6.tar.gz?download">v0.60</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
--- 31,35 ----
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.7.tar.gz?download">v0.70</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
Index: screenshots.html
===================================================================
RCS file: /cvsroot/ganc/web/screenshots.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** screenshots.html 23 Nov 2003 00:23:04 -0000 1.1.1.1
--- screenshots.html 14 Dec 2003 00:59:49 -0000 1.2
***************
*** 29,33 ****
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.6.tar.gz?download">v0.60</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
--- 29,33 ----
<p>
Download<br />
! <small>[<a href="http://prdownloads.sourceforge.net/ganc/ganc-0.7.tar.gz?download">v0.70</a>]<br />
[<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small>
</p>
|