|
More detailed information about Locana can be found at http://www.sevasoftware.com/locana.
Locana requires the Ruby programming language.
Download Release 0.83 for unix - the latest release
- See the Release Notes for a description of what's included in this release.
- Installation procedures (you will likely need super access for this):
tar -zvxf locana_0_83.tar.gz
cd locana_0_83
ruby install.rb
- You may want to add a MYDOCUMENTFOLDERS environment variable to tell the Locana applets where you want to store data files.
- The documentation is supplied with this release in the doc directory.
Download Release 0.83 for Windows - the latest release
This includes a Windows based installer and a pre-built DLL needed to work with Windows. Successfully tested with XP, 2000, 95 using cygwin and Ruby for Windows
- See the Release Notes for a description of what's included in this release.
- Installation procedures:
run locana_0_83.exe and follow the prompts
- Added SevaSoftware/Locana and SevaSoftware/Applets to the Start Button under Programs for easy access to the documentation, the GUI Builder, and the Applets supplied with Locana.
- You may want to add a MYDOCUMENTFOLDERS environment variable to tell the Locana applets where you want to store data files.
- The documentation is supplied with this release and can be views using the Start Button in Programs/SevaSoftware/Locana/Documentation.
Download Release 0.82
- See the Release Notes for a description of what's included in this release.
- Installation procedures:
tar -zvxf locana_0_82.tar.gz
cd locana_0_82
ruby install.rb
Download Release 0.81
- See the Release Notes for a description of what's included in this release.
- Installation procedures:
tar -zvxf locana_0_81.tar.gz
cd locana_0_81
ruby install.rb
Download Release 0.80
- Installation procedures:
tar -zvxf locana_0_80.tar.gz
cd locana_0_80
ruby install.rb
Quick test:
Create the documentation (this creates locana_0_81/doc/index.html):
rdoc.rb --template kilmer locana.rb locana_colors.rb locana_combobox.rb locana_databox.rb locana_event.rb locana_fonts.rb locana_object.rb locana_prepare.rb locana_tabgroup.rb locana_themes.rb locana_bindings.rb debug.rb locana_template.rb locana_builder.rb tst/tst_locana.rb screen_shots/overview.rb screen_shots/mswin32.rb screen_shots/tk.rb screen_shots/html.rb locana_mswin32.rb locana_tk.rb locana_html.rb locana_server.rb Support History FAQ
FYI, you will have to install rdoc first. See http://rdoc.sourceforge.net/doc/index.html.
|