[cairo-commit] cairo-demo/cairo_snippets Makefile, 1.3, 1.4 cairo_snippets_png.c, 1.2, 1.3

OEyvind Kolaas commit at pdx.freedesktop.org
Tue May 18 08:06:16 PDT 2004


Committed by: pippin

Update of /cvs/cairo/cairo-demo/cairo_snippets
In directory pdx:/tmp/cvs-serv9914

Modified Files:
	Makefile cairo_snippets_png.c 
Log Message:
changed location the snippets are scp'd to


Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** a/Makefile	18 May 2004 02:36:38 -0000	1.3
--- b/Makefile	18 May 2004 15:06:14 -0000	1.4
***************
*** 23,28 ****
  
  scp: pngs
! 	scp *.png freedesktop.org:public_html/cairo/cairo_snippets/
! 	scp snippets.html freedesktop.org:public_html/cairo/cairo_snippets/index.html
  
  pngs: cairo_snippets_png
--- 23,28 ----
  
  scp: pngs
! 	scp *.png freedesktop.org:/home/www/cairo/samples/
! 	scp snippets.html freedesktop.org:/home/www/cairo/samples/index.html
  
  pngs: cairo_snippets_png

Index: cairo_snippets_png.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/cairo_snippets_png.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/cairo_snippets_png.c	18 May 2004 12:47:41 -0000	1.2
--- b/cairo_snippets_png.c	18 May 2004 15:06:14 -0000	1.3
***************
*** 83,91 ****
  "<div id='logo'><a href='http://cairographics.org/'><img border='0' src='http://cairographics.org/cairo/cairo_banner.png' alt='cairographics.org'/></a></div>\n"
  
! "<h1>cairo snippets</h1>"
! "<p>This page contains cairo code snippets and the corresponding rendered output\n"
! "the user space used is the unit square ( (0,0) - (1, 1) ).\n"
  "The snippets are meant to be short, and easy to understand</p>\n"
! "<p>cairo_snippets is available as part of the cairo-demo module in cairo CVS</p>\n"
  "<p>The snippet enviroment, and the original snippets were originally "
  "created for a paper submitted to <a href='http://2004.guadec.org/'>GUADEC 2004</a>.</p>";
--- 83,91 ----
  "<div id='logo'><a href='http://cairographics.org/'><img border='0' src='http://cairographics.org/cairo/cairo_banner.png' alt='cairographics.org'/></a></div>\n"
  
! "<h1>cairo samples</h1>"
! "<p>This page contains cairo code snippets and the corresponding rendered output.\n"
! "The <em>user space</em> is the unit square ( (0,0) - (1, 1) ).\n"
  "The snippets are meant to be short, and easy to understand</p>\n"
! "<p>cairo_snippets is available as part of the <a href='http://cvs.cairographics.org/cairo-demo/cairo_snippets/'>cairo-demo module in cairo CVS</a></p>\n"
  "<p>The snippet enviroment, and the original snippets were originally "
  "created for a paper submitted to <a href='http://2004.guadec.org/'>GUADEC 2004</a>.</p>";





More information about the cairo-commit mailing list