# Copyright (c) 2001 bivio Software Artisans, Inc. All rights reserved. # $Id: index.bview,v 1.16 2004/08/17 05:29:34 dobbs Exp $ # # Home page # view_parent('/article'); view_put( base_title => 'Home', # We don't want a heading on the page article_want_heading => 0, article_synopsis => Prose(<<'EOF'), We deliver comprehensive solutions that work, on time, and within your budget. Our 100% in use track record means that your project will be a success. EOF article_content => Grid({ expand => 1, pad => 0, values => [[ # One row, three cells Join([ # vs_bullets_compact is defined in Artisans::UI::ViewShortcuts vs_bullets_compact('Services', [ 'Web-delivered applications', 'Information Systems', 'Database Design and Implementation', 'Network infrastructure', 'Legacy and Multi-platform Integration', 'Extreme Programming Coaching', 'Technical Due Diligence', ]), vs_bullets_compact('Technologies', [ 'Systems: Unix, Windows, RTOS, Palm', 'Middleware: Apache, EJB, CORBA, COM', 'Languages: Perl, Python, Java, C/C++, Tcl, HTML, JavaScript, XML, XSLT, XSD', 'Databases: Oracle, mySQL, Postgres, Documentum', 'Methodologies: Extreme Programming (XP), UML, Use Case', ]), ])->put( cell_width => '50%', cell_align => 'nw', ), vs_space(), Join([ vs_bullets_compact('Download', [ Link('bOP: bivio OLTP Platform', 'download-bOP'), ]), vs_bullets_compact('Documentation', [ Link('Extreme Perl', 'http://www.extremeperl.org'), Link('Why bOP?', 'why-bOP'), Link("Extreme Programming: A Programmer's Perspective", 'csci3308-xp-intro/intro'), Link("bOP: A Declarative Web Framework", 'csci7818-bop-intro/intro'), Link("Continuous Design (examples in Java)", '/f/continuous-design.pdf'), ]), vs_bullets_compact('Demos', [ Link('The bOP Pet Shop', 'http://petshop.bivio.biz'), Link( 'Investment Club Demo', 'http://www.bivio.com/demo_club', ), vs_view_as_plain_text('See bOP view source for this page'), ]), vs_bullets_compact('About', [ Link('Mission and History', 'history'), Link('Team', 'team'), Link('Recent Projects', 'projects'), ]), ])->put( cell_width => '50%', cell_align => 'nw', ), ]], }), );