[Rezilla-commits] RezillaExtras/Aida RezillaHome.aida, 1.29, 1.30 RezillaReadme.aida, 1.25, 1.26
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-11-25 12:05:39
|
Update of /cvsroot/rezilla/RezillaExtras/Aida In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32105 Modified Files: RezillaHome.aida RezillaReadme.aida Log Message: Ultimate 1.1 corrs Index: RezillaReadme.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/RezillaReadme.aida,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- RezillaReadme.aida 1 Nov 2006 16:59:36 -0000 1.25 +++ RezillaReadme.aida 25 Nov 2006 12:05:33 -0000 1.26 @@ -19,14 +19,14 @@ :Source: ../Tcl/RezillaCommon.tcl :Source: RezillaAidaMacros.tcl :TclCmd: set releaseNumber [rzil::getVersion] -:TclCmd: set releaseNumber 1.1 +!! !! :TclCmd: set releaseNumber 1.1 ((b Rezilla b)) ((b Rezilla b)) is a resource forks editor for the Macintosh. This is version ((s [rzil::getVersion] s)). -This new version brings the following features: +This new version is a major upgrade and brings the following new features: ((inp WhatsNew/NewFeatures_$releaseNumber.aida Previous versions already implemented the following features: @@ -40,8 +40,8 @@ Please read the doc contained in the help files. It is accessible via the ((i Rezilla Help i)) command in the ((i Help i)) menu when Rezilla is running. You can also read it online -((lk http://webperso.easyconnect.fr/bdesgraupes/DocHTML/EN/RezillaHelp/index.html )) in english lk)) or -((lk http://webperso.easyconnect.fr/bdesgraupes/DocHTML/FR/RezillaHelp/index.html )) in french lk)). +((lk http://perso.orange.fr/bdesgraupes/DocHTML/EN/RezillaHelp/index.html )) in english lk)) or +((lk http://perso.orange.fr/bdesgraupes/DocHTML/FR/RezillaHelp/index.html )) in french lk)). ((b Rezilla b)) is a free software. Index: RezillaHome.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/RezillaHome.aida,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- RezillaHome.aida 18 Nov 2006 07:00:23 -0000 1.29 +++ RezillaHome.aida 25 Nov 2006 12:05:33 -0000 1.30 @@ -65,7 +65,7 @@ ((lk rzil_utxt_editor_img.html )) the Unicode editor lk)), ((lk rzil_icns_editor_img.html )) the Icns editor lk)), ((lk rzil_icns_picker_img.html )) a resource picker lk)), -and a few more images of Rezilla's interface can also be found in the +((nl A few more images of Rezilla's interface can also be found in the ((lk http://sourceforge.net/project/screenshots.php?group_id=83267 )) screenshots area lk)) at SourceForge. @@ -88,7 +88,7 @@ !! !! versions were in beta testing stage) and is also the last of the 1.0.x !! !! series: next version will be 1.1 and will implement a plugin architecture !! !! in order to support third party editors. -As usual, it comes without any warranty (see the license terms). That said, it +It comes without any warranty (see the license terms). That said, it has been thoroughly tested and has proven quite stable and reliable. @@ -125,7 +125,7 @@ ((s1 Source Code -((b Rezilla b)) is an Open Source Project. Its source code is public and can +((b Rezilla b)) is an ((i Open Source Project i)). Its source code is public and can be found on the SourceForge site at the following address: <http://sourceforge.net/projects/rezilla> @@ -136,8 +136,8 @@ ((nl You can ((lk http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rezilla )) browse the cvs repository lk)) online. -((nl You can also get -((lk http://cvs.sourceforge.net/cvstarballs/rezilla-cvsroot.tar.bz2 )) nightly tarballs lk)). +!! !! ((nl You can also get +!! !! ((lk http://cvs.sourceforge.net/cvstarballs/rezilla-cvsroot.tar.bz2 )) nightly tarballs lk)). Rezilla is built with ((lk www.metrowerks.com )) Metrowerks CodeWarrior lk)) and relies on their @@ -145,8 +145,8 @@ source files. Starting with version 1.0.7, project files for XCode 1.5 and XCode 2.1 have been added for those who prefer using ((lk http://developer.apple.com )) Apple's Developer Tools lk)). In any -case, you will need the PowerPlant library if you want to build Rezilla -from source. +case, you will need the ((lk http://sourceforge.net/projects/open-powerplant )) PowerPlant library lk)) if you want to build Rezilla +from source (PowerPlant is open source since January 2006)). Detailed ((b compiling notes b)) and instructions can be found on this site ((lk http://perso.orange.fr/bdesgraupes/DocHTML/EN/CompilingNotes.html )) in english lk)) or @@ -163,7 +163,8 @@ kind. ((li ((i extensible i)) means that it offers a plugin architecture -(introduced in version 1.1) to support the addition of external editors. +(introduced in version 1.1) to support the addition of external editors. +See the ((i Plugins i)) section below. lu)) @@ -174,7 +175,7 @@ should start reading the ((b Rezilla Plugins Howto b)) document which gives all the necessary informations, and get the Rezilla SDK which is part of the -((lk http://sourceforge.net/project/showfiles.php?group_id=83267 ))sources distribution lk)) +((lk http://sourceforge.net/project/showfiles.php?group_id=83267 ))source distribution lk)) and has a ((b Sample plugin b)) which can be used as a template to create a new one. The ((b Rezilla Plugins Howto b)) can be found on this site |