-- MySQL dump 10.9 -- -- Host: localhost Database: azembassy_ge -- ------------------------------------------------------ -- Server version 4.1.13 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_banner` -- /*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */; LOCK TABLES `jos_banner` WRITE; INSERT INTO `jos_banner` VALUES (1,1,'banner','OSM 1','osm-1',0,43,0,'osmbanner1.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00','','',13,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(2,1,'banner','OSM 2','osm-2',0,49,0,'osmbanner2.png','http://www.opensourcematters.org','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00','','',13,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(3,1,'','Joomla!','joomla',0,165,0,'','http://www.joomla.org','2006-05-29 14:21:28',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomla! The most popular and widely used Open Source CMS Project in the world.',14,'',0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(4,1,'','JoomlaCode','joomlacode',0,165,0,'','http://joomlacode.org','2006-05-29 14:19:26',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomlaCode, development and distribution made easy.',14,'',0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(5,1,'','Joomla! Extensions','joomla-extensions',0,160,0,'','http://extensions.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomla! Components, Modules, Plugins and Languages by the bucket load.',14,'',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(6,1,'','Joomla! Shop','joomla-shop',0,160,0,'','http://shop.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nFor all your Joomla! merchandise.',14,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(7,1,'','Joomla! Promo Shop','joomla-promo-shop',0,16,1,'shop-ad.jpg','http://shop.joomla.org','2007-09-19 17:26:24',1,0,'0000-00-00 00:00:00','','',33,'',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(8,1,'','Joomla! Promo Books','joomla-promo-books',0,13,0,'shop-ad-books.jpg','http://shop.joomla.org/amazoncom-bookstores.html','2007-09-19 17:28:01',1,0,'0000-00-00 00:00:00','','',33,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */; -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_bannerclient` -- /*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */; LOCK TABLES `jos_bannerclient` WRITE; INSERT INTO `jos_bannerclient` VALUES (1,'Open Source Matters','Administrator','admin@opensourcematters.org','',0,'00:00:00',NULL); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; -- -- Table structure for table `jos_bannertrack` -- DROP TABLE IF EXISTS `jos_bannertrack`; CREATE TABLE `jos_bannertrack` ( `track_date` date NOT NULL default '0000-00-00', `track_type` int(10) unsigned NOT NULL default '0', `banner_id` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_bannertrack` -- /*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */; LOCK TABLES `jos_bannertrack` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */; -- -- Table structure for table `jos_categories` -- DROP TABLE IF EXISTS `jos_categories`; CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_categories` -- /*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */; LOCK TABLES `jos_categories` WRITE; INSERT INTO `jos_categories` VALUES (1,0,'Latest','','latest-news','taking_notes.jpg','1','left','The latest news from the Joomla! Team',1,0,'0000-00-00 00:00:00','',1,0,1,''),(2,0,'Joomla! Specific Links','','joomla-specific-links','clock.jpg','com_weblinks','left','A selection of links that are all related to the Joomla! Project.',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(3,0,'Newsflash','','newsflash','','1','left','',1,0,'0000-00-00 00:00:00','',2,0,0,''),(4,0,'Joomla!','','joomla','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(5,0,'Free and Open Source Software','','free-and-open-source-software','','com_newsfeeds','left','Read the latest news about free and open source software from some of its leading advocates.',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(6,0,'Related Projects','','related-projects','','com_newsfeeds','left','Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(12,0,'Contacts','','contacts','','com_contact_details','left','Contact Details for this Web site',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(13,0,'Joomla','','joomla','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(14,0,'Text Ads','','text-ads','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''),(15,0,'Features','','features','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,6,0,0,''),(17,0,'Benefits','','benefits','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(18,0,'Platforms','','platforms','','com_content','left','',0,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(19,0,'Other Resources','','other-resources','','com_weblinks','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(29,0,'The CMS','','the-cms','','4','left','Information about the software behind Joomla!
',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(28,0,'Current Users','','current-users','','3','left','Questions that users migrating to Joomla! 1.5 are likely to raise
',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(25,0,'The Project','','the-project','','4','left','General facts about Joomla!
',1,65,'2007-06-28 14:50:15',NULL,1,0,0,''),(27,0,'New to Joomla!','','new-to-joomla','','3','left','Questions for new users of Joomla!',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(30,0,'The Community','','the-community','','4','left','About the millions of Joomla! users and Web sites
',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(31,0,'General','','general','','3','left','General questions about the Joomla! CMS',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(32,0,'Languages','','languages','','3','left','Questions related to localisation and languages',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(33,0,'Joomla! Promo','','joomla-promo','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(34,0,'The Republic of Azerbaijan','','azerbaijan','','5','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(36,0,'2010','','2010','','6','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */; -- -- Table structure for table `jos_components` -- DROP TABLE IF EXISTS `jos_components`; CREATE TABLE `jos_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_components` -- /*!40000 ALTER TABLE `jos_components` DISABLE KEYS */; LOCK TABLES `jos_components` WRITE; INSERT INTO `jos_components` VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n',1),(2,'Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,'',1),(3,'Clients','',0,1,'option=com_banners&c=client','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,'',1),(4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n',1),(5,'Links','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,'',1),(6,'Categories','',0,4,'option=com_categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,'',1),(7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(8,'Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/edit.png',1,'',1),(9,'Categories','',0,7,'option=com_categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n',1),(10,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,'',1),(11,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,'',1),(12,'Feeds','',0,11,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',1),(13,'Categories','',0,11,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,'',1),(14,'User','option=com_user',0,0,'','','com_user',0,'',1,'',1),(15,'Search','option=com_search',0,0,'option=com_search','Search Statistics','com_search',0,'js/ThemeOffice/component.png',1,'enabled=0\n\n',1),(16,'Categories','',0,1,'option=com_categories§ion=com_banner','Categories','',3,'',1,'',1),(17,'Wrapper','option=com_wrapper',0,0,'','Wrapper','com_wrapper',0,'',1,'',1),(18,'Mail To','',0,0,'','','com_mailto',0,'',1,'',1),(19,'Media Manager','',0,0,'option=com_media','Media Manager','com_media',0,'',1,'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n',1),(21,'Configuration Manager','',0,0,'','Configuration','com_config',0,'',1,'',1),(22,'Installation Manager','',0,0,'','Installer','com_installer',0,'',1,'',1),(23,'Language Manager','',0,0,'','Languages','com_languages',0,'',1,'',1),(24,'Mass mail','',0,0,'','Mass Mail','com_massmail',0,'',1,'mailSubjectPrefix=\nmailBodySuffix=\n\n',1),(25,'Menu Editor','',0,0,'','Menu Editor','com_menus',0,'',1,'',1),(27,'Messaging','',0,0,'','Messages','com_messages',0,'',1,'',1),(28,'Modules Manager','',0,0,'','Modules','com_modules',0,'',1,'',1),(29,'Plugin Manager','',0,0,'','Plugins','com_plugins',0,'',1,'',1),(30,'Template Manager','',0,0,'','Templates','com_templates',0,'',1,'',1),(31,'User Manager','',0,0,'','Users','com_users',0,'',1,'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n',1),(32,'Cache Manager','',0,0,'','Cache','com_cache',0,'',1,'',1),(33,'Control Panel','',0,0,'','Control Panel','com_cpanel',0,'',1,'',1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_components` ENABLE KEYS */; -- -- Table structure for table `jos_contact_details` -- DROP TABLE IF EXISTS `jos_contact_details`; CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_contact_details` -- /*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */; LOCK TABLES `jos_contact_details` WRITE; INSERT INTO `jos_contact_details` VALUES (1,'Name','name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','powered_by.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'show_name=1\r\nshow_position=1\r\nshow_email=0\r\nshow_street_address=1\r\nshow_suburb=1\r\nshow_state=1\r\nshow_postcode=1\r\nshow_country=1\r\nshow_telephone=1\r\nshow_mobile=1\r\nshow_fax=1\r\nshow_webpage=1\r\nshow_misc=1\r\nshow_image=1\r\nallow_vcard=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=\r\nshow_email_form=1\r\nemail_description=1\r\nshow_email_copy=1\r\nbanned_email=\r\nbanned_subject=\r\nbanned_text=',0,12,0,'',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content` -- /*!40000 ALTER TABLE `jos_content` DISABLE KEYS */; LOCK TABLES `jos_content` WRITE; INSERT INTO `jos_content` VALUES (1,'Welcome to Joomla!','welcome-to-joomla','','
Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications.


\"Joomla!Joomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media. Joomla! is used by organisations of all sizes for intranets and extranets and is supported by a community of tens of thousands of users.

','With a fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Web site including presentation, layout, administration, and the rapid integration with third-party applications.

Joomla! now provides more developer power while making the user experience all the more friendly. For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.

A new framework, ground-up refactoring, and a highly-active development team brings the excitement of \'the next generation CMS\' to your fingertips. Whether you are a systems architect or a complete \'noob\' Joomla! can take you to the next level of content delivery. \'More than a CMS\' is something we have been playing with as a catchcry because the new Joomla! API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla! can help you get there so much more easily than ever before.

Thinking Web publishing? Think Joomla!

',-2,1,0,1,'2008-08-12 10:00:00',62,'','2008-08-12 10:00:00',62,0,'0000-00-00 00:00:00','2006-01-03 01:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',29,0,0,'','',0,92,'robots=\nauthor='),(2,'Newsflash 1','newsflash-1','','

Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are building a large online community, Joomla! allows you to deploy a new site in minutes and add extra functionality as you need it. The hundreds of available Extensions will help to expand your site and allow you to deliver new services that extend your reach into the Internet.

','',-2,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,1,'robots=\nauthor='),(3,'Newsflash 2','newsflash-2','','

The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content, images, videos, and more. Site administrators can edit and manage content \'in-context\' by clicking the \'Edit\' link. Webmasters can also edit content through a graphical Control Panel that gives you complete control over your site.

','',-2,1,0,3,'2008-08-09 22:30:34',62,'','2008-08-09 22:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,0,'robots=\nauthor='),(4,'Newsflash 3','newsflash-3','','

With a library of thousands of free Extensions, you can add what you need as your site grows. Don\'t wait, look through the Joomla! Extensions library today.

','',-2,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,1,'robots=\nauthor='),(5,'Joomla! License Guidelines','joomla-license-guidelines','joomla-license-guidelines','

This Web site is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2008 Open Source Matters. The sample content distributed with Joomla! is licensed under the Joomla! Electronic Documentation License. All data entered into this Web site and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy, or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read \'How To Apply These Terms To Your Program\' and the \'GNU General Public License FAQ\'.

The Joomla! licence has always been GPL.

','',-2,4,0,25,'2008-08-20 10:11:07',62,'','2008-08-20 10:11:07',62,0,'0000-00-00 00:00:00','2004-08-19 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,105,'robots=\nauthor='),(6,'We are Volunteers','we-are-volunteers','','

The Joomla Core Team and Working Group members are volunteer developers, designers, administrators and managers who have worked together to take Joomla! to new heights in its relatively short life. Joomla! has some wonderfully talented people taking Open Source concepts to the forefront of industry standards. Joomla! 1.5 is a major leap forward and represents the most exciting Joomla! release in the history of the project.

','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,54,'robots=\nauthor='),(9,'Millions of Smiles','millions-of-smiles','','

The Joomla! team has millions of good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it\'s had millions of downloads, taking it to an unprecedented level of popularity. The new code base is almost an entire re-factor of the old code base. The user experience is still extremely slick but for developers the API is a dream. A proper framework for real PHP architects seeking the best of the best.

If you\'re a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons. It\'s more powerful, more flexible, more secure, and intuitive. Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.

Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project.

','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,23,'robots=\nauthor='),(10,'How do I localise Joomla! to my language?','how-do-i-localise-joomla-to-my-language','','

General

In Joomla! 1.5 all User interfaces can be localised. This includes the installation, the Back-end Control Panel and the Front-end Site.

The core release of Joomla! 1.5 is shipped with multiple language choices in the installation but, other than English (the default), languages for the Site and Administration interfaces need to be added after installation. Links to such language packs exist below.

','

Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the Joomla! Extensions Directory.

How do I install language packs?

How do I select languages?

Where can I find Language Packs and Localised Releases?

Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.

',-2,3,0,32,'2008-07-30 14:06:37',62,'','2008-07-30 14:06:37',62,0,'0000-00-00 00:00:00','2006-09-29 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',9,0,0,'','',0,10,'robots=\nauthor='),(11,'How do I upgrade to Joomla! 1.5 ?','how-do-i-upgrade-to-joomla-15','','

Joomla! 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla! 1.5 site requires creation of a new empty site using Joomla! 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.

There are two ways to perform the migration:

','
  • An automated method of migration has been provided which uses a migrator Component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla! 1.0.x) and a smart import facility in the Joomla! 1.5 Installation that performs required conversions and modifications during the installation process.
  • Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed.
  • Automated migration

    This is a two phased process using two tools. The first tool is a migration Component named com_migrator. This Component has been contributed by Harald Baer and is based on his eBackup Component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site\'s data. The second tool is built into the Joomla! 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed on-the-fly.

    Step 1 - Using com_migrator to export data from old site:

  • Install the com_migrator Component on the old site. It can be found at the JoomlaCode developers forge.
  • Select the Component in the Component Menu of the Control Panel.
  • Click on the Dump it icon. Three exported gzipped export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD Component tables.
  • Click on the download icon of the particular exports files needed and store locally.
  • Multiple export sets can be created.
  • The exported data is not modified in anyway and the original encoding is preserved. This makes the com_migrator tool a recommended tool to use for manual migration as well.
  • Step 2 - Using the migration facility to import and convert data during Joomla! 1.5 installation:

    Note: This function requires the use of the iconv function in PHP to convert encodings. If iconv is not found a warning will be provided.

  • In step 6 - Configuration select the \'Load Migration Script\' option in the \'Load Sample Data, Restore or Migrate Backed Up Content\' section of the page.
  • Enter the table prefix used in the content dump. For example: \'jos_\' or \'site2_\' are acceptable values.
  • Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source)
  • Browse the local host and select the migration export and click on Upload and Execute
  • A success message should appear or alternately a listing of database errors
  • Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)

  • ',-2,3,0,28,'2008-07-30 20:27:52',62,'','2008-07-30 20:27:52',62,0,'0000-00-00 00:00:00','2006-09-29 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,14,'robots=\nauthor='),(12,'Why does Joomla! 1.5 use UTF-8 encoding?','why-does-joomla-15-use-utf-8-encoding','','

    Well... how about never needing to mess with encoding settings again?

    Ever needed to display several languages on one page or site and something always came up in Giberish?

    With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting.

    ','',-2,3,0,31,'2008-08-05 01:11:29',62,'','2008-08-05 01:11:29',62,0,'0000-00-00 00:00:00','2006-10-03 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,29,'robots=\nauthor='),(13,'What happened to the locale setting?','what-happened-to-the-locale-setting','','This is now defined in the Language [lang].xml file in the Language metadata settings. If you are having locale problems such as dates do not appear in your language for example, you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.','',-2,3,0,28,'2008-08-06 16:47:35',62,'','2008-08-06 16:47:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,11,'robots=\nauthor='),(14,'What is the FTP layer for?','what-is-the-ftp-layer-for','','

    The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin\'s life a lot easier and increases security of the site.

    You can check the write status of relevent folders by going to \'\'Help->System Info\" and then in the sub-menu to \"Directory Permissions\". With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.

    NOTE: the FTP layer is not required on a Windows host/server.

    ','',-2,3,0,31,'2008-08-06 21:27:49',62,'','2008-08-06 21:27:49',62,0,'0000-00-00 00:00:00','2006-10-05 16:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',6,0,0,'','',0,23,'robots=\nauthor='),(15,'Can Joomla! 1.5 operate with PHP Safe Mode On?','can-joomla-15-operate-with-php-safe-mode-on','','

    Yes it can! This is a significant security improvement.

    The safe mode limits PHP to be able to perform actions only on files/folders who\'s owner is the same as PHP is currently using (this is usually \'apache\'). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP Layer allows Joomla! to operate in PHP Safe Mode.

    ','',-2,3,0,31,'2008-08-06 19:28:35',62,'','2008-08-06 19:28:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,8,'robots=\nauthor='),(16,'Only one edit window! How do I create \"Read more...\"?','only-one-edit-window-how-do-i-create-read-more','','

    This is now implemented by inserting a Read more... tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more.... A new Plugin takes care of the rest.

    It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

    ','',-2,3,0,28,'2008-08-06 19:29:28',62,'','2008-08-06 19:29:28',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,20,'robots=\nauthor='),(17,'My MySQL database does not support UTF-8. Do I have a problem?','my-mysql-database-does-not-support-utf-8-do-i-have-a-problem','','No you don\'t. Versions of MySQL lower than 4.1 do not have built in UTF-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use UTF-8 on older databases. Let the installer take care of all the settings and there is no need to make any changes to the database (charset, collation, or any other).','',-2,3,0,31,'2008-08-07 09:30:37',62,'','2008-08-07 09:30:37',62,0,'0000-00-00 00:00:00','2006-10-05 20:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,9,'robots=\nauthor='),(18,'Joomla! Features','joomla-features','','

    Joomla! features:

    Extensive Administration:

    ',-2,4,0,29,'2008-08-08 23:32:45',62,'','2008-08-08 23:32:45',62,0,'0000-00-00 00:00:00','2006-10-07 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,59,'robots=\nauthor='),(19,'Joomla! Overview','joomla-overview','','

    If you\'re new to Web publishing systems, you\'ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level Web site, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that\'s simple to deploy and use. We do content right.

    So what\'s the catch? How much does this system cost?

    Well, there\'s good news ... and more good news! Joomla! 1.5 is free, it is released under an Open Source license - the GNU/General Public License v 2.0. Had you invested in a mainstream, commercial alternative, there\'d be nothing but moths left in your wallet and to add new functionality would probably mean taking out a second mortgage each time you wanted something adding!

    Joomla! changes all that ...
    Joomla! is different from the normal models for content management software. For a start, it\'s not complicated. Joomla! has been developed for everybody, and anybody can develop it further. It is designed to work (primarily) with other Open Source, free, software such as PHP, MySQL, and Apache.

    It is easy to install and administer, and is reliable.

    Joomla! doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.

    To get the perfect Web site with all the functionality that you require for your particular application may take additional time and effort, but with the Joomla! Community support that is available and the many Third Party Developers actively creating and releasing new Extensions for the 1.5 platform on an almost daily basis, there is likely to be something out there to meet your needs. Or you could develop your own Extensions and make these available to the rest of the community.

    ','',-2,4,0,29,'2008-08-09 07:49:20',62,'','2008-08-09 07:49:20',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,154,'robots=\nauthor='),(20,'Support and Documentation','support-and-documentation','','

    Support

    Support for the Joomla! CMS can be found on several places. The best place to start would be the Joomla! Official Documentation Wiki. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too!

    Of course you should not forget the Help System of the CMS itself. On the topmenu in the Back-end Control panel you find the Help button which will provide you with lots of explanation on features.

    Another great place would of course be the Forum . On the Joomla! Forum you can find help and support from Community members as well as from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ\'s, just about anything you are looking for in terms of support.

    Two other resources for Support are the Joomla! Developer Site and the Joomla! Extensions Directory (JED). The Joomla! Developer Site provides lots of technical information for the experienced Developer as well as those new to Joomla! and development work in general. The JED whilst not a support site in the strictest sense has many of the Extensions that you will need as you develop your own Web site.

    The Joomla! Developers and Bug Squad members are regularly posting their blog reports about several topics such as programming techniques and security issues.

    Documentation

    Joomla! Documentation can of course be found on the Joomla! Official Documentation Wiki. You can find information for beginners, installation, upgrade, Frequently Asked Questions, developer topics, and a lot more. The Documentation Team helps oversee the wiki but you are invited to contribute content, as well.

    There are also books written about Joomla! You can find a listing of these books in the Joomla! Shop.

    ','',-2,4,0,25,'2008-08-09 08:33:57',62,'','2008-08-09 08:33:57',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,6,'robots=\nauthor='),(21,'Joomla! Facts','joomla-facts','','

    Here are some interesting facts about Joomla!

    ','',-2,4,0,30,'2008-08-09 16:46:37',62,'','2008-08-09 16:46:37',62,0,'0000-00-00 00:00:00','2006-10-07 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',13,0,0,'','',0,50,'robots=\nauthor='),(22,'What\'s New in 1.5?','whats-new-in-15','','

    As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for Web sites of all kinds. To support the changing nature of the Internet and emerging Web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.

    ','

    In Joomla! 1.5, you\'ll notice:

    ',-2,4,0,29,'2008-08-11 22:13:58',62,'','2008-08-11 22:13:58',62,0,'0000-00-00 00:00:00','2006-10-10 18:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',10,0,0,'','',0,93,'robots=\nauthor='),(23,'Platforms and Open Standards','platforms-and-open-standards','','

    Joomla! runs on any platform including Windows, most flavours of Linux, several Unix versions, and the Apple OS/X platform. Joomla! depends on PHP and the MySQL database to deliver dynamic content.

    The minimum requirements are:

    It will also run on alternative server platforms such as Windows IIS - provided they support PHP and MySQL - but these require additional configuration in order for the Joomla! core package to be successful installed and operated.','',-2,4,0,25,'2008-08-11 04:22:14',62,'','2008-08-11 04:22:14',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,11,'robots=\nauthor='),(24,'Content Layouts','content-layouts','','

    Joomla! provides plenty of flexibility when displaying your Web content. Whether you are using Joomla! for a blog site, news or a Web site for a company, you\'ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla! calls how a page is laid out a layout. Use the guide below to understand which layouts are available and how you might use them.

    Content

    Joomla! makes it extremely easy to add and display content. All content is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the Menu Item used to display the content your working on. You create these layouts by creating a Menu Item and choosing how you want the content to display.

    Blog Layout

    Blog layout will show a listing of all Articles of the selected blog type (Section or Category) in the mainbody position of your template. It will give you the standard title, and Intro of each Article in that particular Category and/or Section. You can customise this layout via the use of the Preferences and Parameters, (See Article Parameters) this is done from the Menu not the Section Manager!

    Blog Archive Layout

    A Blog Archive layout will give you a similar output of Articles as the normal Blog Display but will add, at the top, two drop down lists for month and year plus a search button to allow Users to search for all Archived Articles from a specific month and year.

    List Layout

    Table layout will simply give you a tabular list of all the titles in that particular Section or Category. No Intro text will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter Section so that Users can reorder, filter, and set how many titles are listed on a single page (up to 50)

    Wrapper

    Wrappers allow you to place stand alone applications and Third Party Web sites inside your Joomla! site. The content within a Wrapper appears within the primary content area defined by the \"mainbody\" tag and allows you to display their content as a part of your own site. A Wrapper will place an IFRAME into the content Section of your Web site and wrap your standard template navigation around it so it appears in the same way an Article would.

    Content Parameters

    The parameters for each layout type can be found on the right hand side of the editor boxes in the Menu Item configuration screen. The parameters available depend largely on what kind of layout you are configuring.

    ','',-2,4,0,29,'2008-08-12 22:33:10',62,'','2008-08-12 22:33:10',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',11,0,0,'','',0,71,'robots=\nauthor='),(25,'What are the requirements to run Joomla! 1.5?','what-are-the-requirements-to-run-joomla-15','','

    Joomla! runs on the PHP pre-processor. PHP comes in many flavours, for a lot of operating systems. Beside PHP you will need a Web server. Joomla! is optimized for the Apache Web server, but it can run on different Web servers like Microsoft IIS it just requires additional configuration of PHP and MySQL. Joomla! also depends on a database, for this currently you can only use MySQL.

    Many people know from their own experience that it\'s not easy to install an Apache Web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP, WAMP, and MAMP are easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.
    The minimum version requirements are:
    For the latest minimum requirements details, see Joomla! Technical Requirements.','',-2,3,0,31,'2008-08-11 00:42:31',62,'','2008-08-11 00:42:31',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,26,'robots=\nauthor='),(26,'Extensions','extensions','','

    Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all around the world to create powerful add-ons that are called Extensions. An Extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available Extensions:

    You can find more examples over at our ever growing Joomla! Extensions Directory. Prepare to be amazed at the amount of exciting work produced by our active developer community!

    A useful guide to the Extension site can be found at:
    http://extensions.joomla.org/content/view/15/63/

    Types of Extensions

    There are five types of extensions:

    You can read more about the specifics of these using the links in the Article Index - a Table of Contents (yet another useful feature of Joomla!) - at the top right or by clicking on the Next link below.


    \"Component Components

    A Component is the largest and most complex of the Extension types. Components are like mini-applications that render the main body of the page. An analogy that might make the relationship easier to understand would be that Joomla! is a book and all the Components are chapters in the book. The core Article Component (com_content), for example, is the mini-application that handles all core Article rendering just as the core registration Component (com_user) is the mini-application that handles User registration.

    Many of Joomla!\'s core features are provided by the use of default Components such as:

    A Component will manage data, set displays, provide functions, and in general can perform any operation that does not fall under the general functions of the core code.

    Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard Article and content display. They make it possible to completely transform Joomla! and greatly expand its capabilities.


    \"Module Modules

    A more lightweight and flexible Extension used for page rendering is a Module. Modules are used for small bits of the page that are generally less complex and able to be seen across different Components. To continue in our book analogy, a Module can be looked at as a footnote or header block, or perhaps an image/caption block that can be rendered on a particular page. Obviously you can have a footnote on any page but not all pages will have them. Footnotes also might appear regardless of which chapter you are reading. Simlarly Modules can be rendered regardless of which Component you have loaded.

    Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with Components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.

    Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. For example, \"left\" and \"right\" are common for a 3 column layout.

    Displaying Modules

    Each Module is assigned to a Module position on your site. If you wish it to display in two different locations you must copy the Module and assign the copy to display at the new location. You can also set which Menu Items (and thus pages) a Module will display on, you can select all Menu Items or you can pick and choose by holding down the control key and selecting multiple locations one by one in the Modules [Edit] screen

    Note: Your Main Menu is a Module! When you create a new Menu in the Menu Manager you are actually copying the Main Menu Module (mod_mainmenu) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.

    Newsflash Example

    Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles to highlight to Users. It will display as much of an Article as you set, and will show a Read more... link to take the User to the full Article.

    The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.


    \"Plugin Plugins

    One of the more advanced Extensions for Joomla! is the Plugin. In previous versions of Joomla! Plugins were known as Mambots. Aside from changing their name their functionality has been expanded. A Plugin is a section of code that runs when a pre-defined event happens within Joomla!. Editors are Plugins, for example, that execute when the Joomla! event onGetEditorArea occurs. Using a Plugin allows a developer to change the way their code behaves depending upon which Plugins are installed to react to an event.


    \"Language Languages

    New to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language en-GB - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles.

    More information on languages is available from the
    http://community.joomla.org/translations.html

    ','',-2,4,0,29,'2008-08-11 06:00:00',62,'','2008-08-11 06:00:00',62,0,'0000-00-00 00:00:00','2006-10-10 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',24,0,0,'About Joomla!, General, Extensions','',0,105,'robots=\nauthor='),(27,'The Joomla! Community','the-joomla-community','','

    Got a question? With more than 210,000 members, the Joomla! Discussion Forums at forum.joomla.org are a great resource for both new and experienced users. Ask your toughest questions the community is waiting to see what you\'ll do with your Joomla! site.

    Do you want to show off your new Joomla! Web site? Visit the Site Showcase section of our forum.

    Do you want to contribute?

    If you think working with Joomla is fun, wait until you start working on it. We\'re passionate about helping Joomla users become contributors. There are many ways you can help Joomla\'s development:

    These are just a few ways you can contribute. See Contribute to Joomla for many more ways.

    ','',-2,4,0,30,'2008-08-12 16:50:48',62,'','2008-08-12 16:50:48',62,0,'0000-00-00 00:00:00','2006-10-11 02:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,0,'','',0,53,'robots=\nauthor='),(28,'How do I install Joomla! 1.5?','how-do-i-install-joomla-15','','

    Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser.

    Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start.

    For full details on the installation processes check out the Installation Manual on the Joomla! Help Site where you will also find download instructions for a PDF version too.

    ','',-2,3,0,31,'2008-08-11 01:10:59',62,'','2008-08-11 01:10:59',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,5,'robots=\nauthor='),(29,'What is the purpose of the collation selection in the installation screen?','what-is-the-purpose-of-the-collation-selection-in-the-installation-screen','','The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don\'t know which collation you need, select the \"utf8_general_ci\" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that \"utf8_general_ci is suitable.','',-2,3,0,32,'2008-08-11 03:11:38',62,'','2008-08-11 03:11:38',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=',4,0,0,'','',0,6,'robots=\nauthor='),(30,'What languages are supported by Joomla! 1.5?','what-languages-are-supported-by-joomla-15','','Within the Installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay, Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added all the time.
    By default the English language is installed for the Back and Front-ends. You can download additional language files from the Joomla!Extensions Directory. ','',-2,3,0,32,'2008-08-11 01:12:18',62,'','2008-08-11 01:12:18',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,8,'robots=\nauthor='),(31,'Is it useful to install the sample data?','is-it-useful-to-install-the-sample-data','','Well you are reading it right now! This depends on what you want to achieve. If you are new to Joomla! and have no clue how it all fits together, just install the sample data. If you don\'t like the English sample data because you - for instance - speak Chinese, then leave it out.','',-2,3,0,27,'2008-08-11 09:12:55',62,'','2008-08-11 09:12:55',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,3,'robots=\nauthor='),(32,'Where is the Static Content Item?','where-is-the-static-content','','

    In Joomla! versions prior to 1.5 there were separate processes for creating a Static Content Item and normal Content Items. The processes have been combined now and whilst both content types are still around they are renamed as Articles for Content Items and Uncategorized Articles for Static Content Items.

    If you want to create a static item, create a new Article in the same way as for standard content and rather than relating this to a particular Section and Category just select Uncategorized as the option in the Section and Category drop down lists.

    ','',-2,3,0,28,'2008-08-10 23:13:33',62,'','2008-08-10 23:13:33',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,5,'robots=\nauthor='),(33,'What is an Uncategorised Article?','what-is-uncategorised-article','','Most Articles will be assigned to a Section and Category. In many cases, you might not know where you want it to appear so put the Article in the Uncategorized Section/Category. The Articles marked as Uncategorized are handled as static content.','',-2,3,0,31,'2008-08-11 15:14:11',62,'','2008-08-11 15:14:11',62,0,'0000-00-00 00:00:00','2006-10-10 12:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,6,'robots=\nauthor='),(34,'Does the PDF icon render pictures and special characters?','does-the-pdf-icon-render-pictures-and-special-characters','','Yes! Prior to Joomla! 1.5, only the text values of an Article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete Article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.','',-2,3,0,32,'2008-08-11 17:14:57',62,'','2008-08-11 17:14:57',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,6,'robots=\nauthor='),(35,'Is it possible to change A Menu Item\'s Type?','is-it-possible-to-change-the-types-of-menu-entries','','

    You indeed can change the Menu Item\'s Type to whatever you want, even after they have been created.

    If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel->Menus Menu->[menuname]->Menu Item Manager and edit the Menu Item. Select the Change Type button and choose the new style of Menu Item Type from the available list. Thereafter, alter the Details and Parameters to reconfigure the display for the new selection as you require it.

    ','',-2,3,0,31,'2008-08-10 23:15:36',62,'','2008-08-10 23:15:36',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,18,'robots=\nauthor='),(36,'Where did the Installers go?','where-did-the-installer-go','','The improved Installer can be found under the Extensions Menu. With versions prior to Joomla! 1.5 you needed to select a specific Extension type when you wanted to install it and use the Installer associated with it, with Joomla! 1.5 you just select the Extension you want to upload, and click on install. The Installer will do all the hard work for you.','',-2,3,0,28,'2008-08-10 23:16:20',62,'','2008-08-10 23:16:20',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(37,'Where did the Mambots go?','where-did-the-mambots-go','','

    Mambots have been renamed as Plugins.

    Mambots were introduced in Mambo and offered possibilities to add plug-in logic to your site mainly for the purpose of manipulating content. In Joomla! 1.5, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.

    ','',-2,3,0,28,'2008-08-11 09:17:00',62,'','2008-08-11 09:17:00',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(38,'I installed with my own language, but the Back-end is still in English','i-installed-with-my-own-language-but-the-back-end-is-still-in-english','','

    A lot of different languages are available for the Back-end, but by default this language may not be installed. If you want a translated Back-end, get your language pack and install it using the Extension Installer. After this, go to the Extensions Menu, select Language Manager and make your language the default one. Your Back-end will be translated immediately.

    Users who have access rights to the Back-end may choose the language they prefer in their Personal Details parameters. This is of also true for the Front-end language.

    A good place to find where to download your languages and localised versions of Joomla! is Translations for Joomla! on JED.

    ','',-2,3,0,32,'2008-08-11 17:18:14',62,'','2008-08-11 17:18:14',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'','',0,7,'robots=\nauthor='),(39,'How do I remove an Article?','how-do-i-remove-an-article','','

    To completely remove an Article, select the Articles that you want to delete and move them to the Trash. Next, open the Article Trash in the Content Menu and select the Articles you want to delete. After deleting an Article, it is no longer available as it has been deleted from the database and it is not possible to undo this operation.

    ','',-2,3,0,27,'2008-08-11 09:19:01',62,'','2008-08-11 09:19:01',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',6,0,0,'','',0,4,'robots=\nauthor='),(40,'What is the difference between Archiving and Trashing an Article?','what-is-the-difference-between-archiving-and-trashing-an-article','','

    When you Archive an Article, the content is put into a state which removes it from your site as published content. The Article is still available from within the Control Panel and can be retrieved for editing or republishing purposes. Trashed Articles are just one step from being permanently deleted but are still available until you Remove them from the Trash Manager. You should use Archive if you consider an Article important, but not current. Trash should be used when you want to delete the content entirely from your site and from future search results.

    ','',-2,3,0,27,'2008-08-11 05:19:43',62,'','2008-08-11 05:19:43',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',8,0,0,'','',0,5,'robots=\nauthor='),(41,'Newsflash 5','newsflash-5','','Joomla! 1.5 - \'Experience the Freedom\'!. It has never been easier to create your own dynamic Web site. Manage all your content from the best CMS admin interface and in virtually any language you speak.','',-2,1,0,3,'2008-08-12 00:17:31',62,'','2008-08-12 00:17:31',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,4,'robots=\nauthor='),(42,'Newsflash 4','newsflash-4','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, buses will be told to slow down in residential motherboards.','',-2,1,0,3,'2008-08-12 00:25:50',62,'','2008-08-12 00:25:50',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,0,'','',0,5,'robots=\nauthor='),(43,'Example Pages and Menu Links','example-pages-and-menu-links','','

    This page is an example of content that is Uncategorized; that is, it does not belong to any Section or Category. You will see there is a new Menu in the left column. It shows links to the same content presented in 4 different page layouts.

    Follow the links in the Example Pages Menu to see some of the options available to you to present all the different types of content included within the default installation of Joomla!.

    This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the Menu Manager->[menuname]->Menu Items Manager.

    ','',-2,0,0,0,'2008-08-12 09:26:52',62,'','2008-08-12 09:26:52',62,0,'0000-00-00 00:00:00','2006-10-11 10:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',7,0,0,'Uncategorized, Uncategorized, Example Pages and Menu Links','',0,46,'robots=\nauthor='),(44,'Joomla! Security Strike Team','joomla-security-strike-team','','

    The Joomla! Project has assembled a top-notch team of experts to form the new Joomla! Security Strike Team. This new team will solely focus on investigating and resolving security issues. Instead of working in relative secrecy, the JSST will have a strong public-facing presence at the Joomla! Security Center.

    ','

    The new JSST will call the new Joomla! Security Center their home base. The Security Center provides a public presence for security issues and a platform for the JSST to help the general public better understand security and how it relates to Joomla!. The Security Center also offers users a clearer understanding of how security issues are handled. There\'s also a news feed, which provides subscribers an up-to-the-minute notification of security issues as they arise.

    ',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',1,0,0,'','',0,0,'robots=\nauthor='),(45,'Joomla! Community Portal','joomla-community-portal','','

    The Joomla! Community Portal is now online. There, you will find a constant source of information about the activities of contributors powering the Joomla! Project. Learn about Joomla! Events worldwide, and see if there is a Joomla! User Group nearby.

    The Joomla! Community Magazine promises an interesting overview of feature articles, community accomplishments, learning topics, and project updates each month. Also, check out JoomlaConnect™. This aggregated RSS feed brings together Joomla! news from all over the world in your language. Get the latest and greatest by clicking here.

    ','',-2,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,0,'','',0,5,'robots=\nauthor='),(46,'Welcome from Ambassador','welcome-from-ambassador','','

    Чрезвычайный и Полномочный Посол Азербайджанской Республики
    Проф. Др. Намик Гасан оглу Алиев

    \r\n

    Родился 19 мая 1956 года в городе Баку

    \r\n

    Образование

    \r\n

    1973-1978 - Азербайджанский Государственный Университет, юридический факультет

    \r\n

    1984 - Кандидат юридических наук (Москва)

    \r\n

    1989 - Доцент (Москва)

    \r\n

    1992 - Доктор философии (Москва)

    \r\n

    2004 - Доктор юридических наук (Тбилиси, Баку)

    \r\n

    Трудовая деятельность

    \r\n

    1978-1979 - Прокуратура Азербайджанской Республики, следователь,

    \r\n

    1979-1992 - Бакинская высшая партийная школа / Бакинский институт социального управления и политологии, научный сотрудник, преподаватель, старший преподаватель, доцент, декан, заведующий кафедрой

    \r\n

    1992-1993 - Верховный Совет (Парламент), руководитель Отдела правоохранительных органов и обороны;

    \r\n

    1993-1997 - Милли Меджлис (Парламент), руководитель Отдела Конституционного законодательства;

    \r\n

    1997-2000 - Милли Меджлис (Парламент), руководитель Отдела законодательства по государственному строительству,

    \r\n

    2000-2002 - Бакинский Государственный Университет, декан юридического факультета

    \r\n

    2002-2004 - Министерство Юстиции Азербайджанской Республики, руководитель Центра по работе с муниципалитетами

    \r\n

    2004-2006 - Милли Меджлис (Парламент), руководитель Отдела международных отношений

    \r\n

     2006 - Милли Меджлис (Парламент), руководитель Отдела постоянных комиссий

    \r\n

     с 2006 - Чрезвычайный и Полномочный посол Азербайджанской Республики в Грузии

    \r\n

    Общественная деятельность и звания

    \r\n

    с 1998 - Президент Союза филателистов Азербайджана 

    \r\n

    с 2004- Государственный советник второго класса (Азербайджанская Республика)

    \r\n

    с 2006 - Чрезвычайный и Полномочный Посол (Азербайджанская Республика)

    \r\n

    с 2003 - действительный член МеждународнойАкадемии Экологии и природопользования им. академика В.Алтунина (Москва, Россия)

    \r\n

    с 2004 - действительный член Международной Академии Наук Международного совета по развитию науки (Инсбрук, Австрия)

    \r\n

    с 2006 - действительный член Национальной Академии Грузии (Тбилиси, Грузия)

    \r\n

    с 2006 - действительный член Международной Академии социально -экономических наук (Тбилиси, Грузия)

    \r\n

    с 2006 года - действительный член Академии политических наук (Тбилиси, Грузия)

    \r\n

    с 2008 года - действительный член Нью-Йоркской Академии Наук (США)

    \r\n

     

    \r\n

    Иностранные языки - русский, немецкий, английский

    \r\n

    Женат, имеет двух детей.

    \r\n

     

    ','',1,0,0,0,'2010-03-14 21:53:58',62,'','2010-03-14 22:23:53',62,0,'0000-00-00 00:00:00','2010-03-14 21:53:58','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,6,'','',0,44,'robots=\nauthor='),(47,'General Information','general-information','','

    \r\n

    Location: The Republic of Azerbaijan lies in the borderlands of Asia and Europe. It is situated in the south-eastern part of the Southern Caucasus and shares borders in the north with the Russian Federation, in the south with the Islamic Republic of Iran, in the west with Turkey, Georgia and Armenia, and in the east its neighbors across the Caspian Sea are Kazakhstan and Turkmenistan.

    \r\n','\r\n

     

    \r\n

    Country name: The Republic of Azerbaijan.

    \r\n

    Capital: Bakı (in USSR Baku) with a population of 1,807,300 (according to 2005 census).

    \r\n

    State Language: Azerbaijani.

    \r\n

    State Religion: Religion is separated from the State and all religions are equal before the law.

    \r\n

    Population: The population is 8 347 000 people (January, 2005).

    \r\n

    Monetary Unit: Manat, (1 US $ = 4900 manat as at January, 2005)

    \r\n

    \r\n

    President of the Republic of Azerbaijan Ilham Aliyev\r\n


    Ilham Heydar ogli Aliyev was born in December 24, 1961 in the city of Baku.
    From 1967 till 1977 he studied in elementary and secondary schools in the city of Baku.
    After graduating from secondary school in 1977, he entered Moscow State University of International Relations (MSUIR).
    Upon graduation in 1982, he entered a post-graduate course at MSUIR.
    After graduating from the University in 1985, he received a Master\'s degree in History and International Relations.
    From 1985 till 1990 he was a teacher at MSUIR.
    From 1991 to 1994 he was engaged in private commercial activity in Moscow and Istanbul.
    In May 1994 he became first vice-president of State Oil Company of the Azerbaijan Republic (SOCAR).
    From 1995 until the present time he has been a member of the parliament of the Republic of Azerbaijan.
    In December 1999 he was elected to the post of Deputy Chairman, then in 2001 - First Deputy Chairman, of the \"Yeni Azerbaijan\" party. (governing political party of the Republic).
    From 1997 he has been president of National Olympic Committee of the Republic of Azerbaijan, a post that he continues to hold.
    In January 2003 he was elected vice-president of the Parliamentary Assembly of the Council of Europe and Bureau member.
    In accordance with Milli Majlis decree dated August 4, 2003, he was appointed to the post of Prime Minister of the Republic of Azerbaijan.
    Elected as President of the Republic of Azerbaijan on October 15, 2003.
    He is fluent in Azerbaijani, Russian, English and French.
    He has a son and two daughters.

    \r\n

    \r\n

    Flag and Emblem 
     

    \r\n

    The Flag contains three horizontal stripes of equal width. The upper stripe is of blue color, the middle one is red and the lower is green. The blue color is the color of Turkic (Azerbaijani) ethnos, red color symbolizes the adherence to freedom, democracy and human rights, and the green is the color of Islam. There is a white crescent and eight-pointed star in the middle of the red stripe. The star is the reflection of the eight different branches of the Turkic people. The ratio of the height of the flag to its length is 1 to 2.

    ',1,5,0,34,'2010-03-14 22:10:02',62,'','2010-03-17 17:51:02',62,62,'2010-03-17 18:49:16','2010-03-14 22:10:02','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',12,0,1,'','',0,26,'robots=\nauthor='),(48,'Background of the conflict','background-of-the-conflict','','

    Armenia-Azerbaijan conflict:
    Background (1989-present)

    \r\n

    The conflict is rooted in expansionism and a policy of aggression aimed at expanding the territory of Armenia by force at the expense of the territory of another sovereign state.

    \r\n

    Separatists in the local council of the Mountainous (Nagorno) Karabakh Autonomous Region (MKAR) of the Azerbaijan Soviet Socialist Republic adopted a unilateral decision to secede from Azerbaijan in February 1988. (According to the population census of 1989, the population of the MKAR was 186,100, of which 138,600 were Armenians (73.5%) and 47,500 Azerbaijanis (25,3%). In December 1989 the Parliament of Armenia decided to annex Mountainous Karabakh, an integral part of neighboring Azerbaijan, in a move grossly violating international laws and norms of conduct. By doing so, Armenia has clearly followed an example set by Nazi Germany in annexing German-populated areas of the neighboring countries on the eve of the World War II.

    \r\n

    Armenia started to establish unconstitutional structures in the Mountainous Karabakh (MK) region of Azerbaijan. The military formations as well as a huge amount of weapons and ammunition were shipped on the territory of Azerbaijan. A military bridgehead was set up to conduct an armed aggression against Azerbaijan.

    \r\n

    Full-scale hostilities in the zone of the Armenia-Azerbaijan conflict escalated at the end of 1991-early 1992. Ethnic cleansing, conducted by the Armenian armed forces on the territory of the Mountainous Karabakh region, reached its climax during the massacre of Khojaly, an Azerbaijani town in the region, in February 1992. More than 800 peaceful residents, including women and children, were slaughtered in what Human Rights Watch called «the largest massacre of the conflict.» The Armenian aggression spread far beyond the administrative boundaries of the region to the rest of Azerbaijan. Between May 1992 and May 1994, six districts of Azerbaijan outside MKAR were occupied.

    \r\n

    Thus, as a result of aggression against the Republic of Azerbaijan, more than 17.000 km2 (approximately 20% of the territory) were occupied, more than 18.000 persons were killed, over 50.000 left wounded or maimed, and almost 900 settlements, 100 thousand dwellings, more than 600 schools, and 250 medical institutions were looted or ruined. The number of internally displaced persons (IDP) from the occupied Azerbaijani lands and refugees from Armenia reached about 1 million people. In a country of 8 million people, this represents the highest per capita number of IDP in the world.

    \r\n

    With 20% of its territory seized, Azerbaijan is facing a humanitarian disaster. Limited humanitarian aid coming to Azerbaijan falls short of the basic needs of the people affected by the conflict.

    \r\n

    Aghdere and Aghdam districts of Azerbaijan were seized by Armenian armed forces following the adoption of UN Security Council Resolution 822 (1993) of 30 April 1993,which condemned occupation of the Kelbajar district; the Fizuli district was seized after the adoption of Security Council Resolution 853 (1993) of 29 July 1993, condemning the seizure of the Aghdam district; and the Djebrail and Kubatly districts were seized after the adoption of Security Council Resolution 874 (1993) of 14 October 1993. In its resolution 884(1993) of 11 November 1993, the Security Council condemned the occupation of the Zangelan district and the town of Horadiz, attacks on civilians, and bombardments of the territory of Azerbaijan.

    \r\n

    In its resolutions, the UNSC underscored respect for the sovereignty, territorial integrity and inviolability of the borders of Azerbaijan, and the inadmissibility of using force to annex territories. It also demanded the immediate cessation of armed hostilities and hostile acts, and the immediate, full and unconditional withdrawal of all occupying forces from the occupied areas of Azerbaijan. Despite the unequivocal demands of the Security Council, the Republic of Armenia still occupies Azerbaijani territory and increases its military presence there.

    \r\n

    Illegal supplies of the Russian arms and equipment to Armenia from 1994 to 1996 greatly facilitated the Armenian aggression. A military cooperation agreement between the Russian Federation and the Republic of Armenia, signed on August 29, 1997, finalized the military alliance between the two states. By signing the agreement, the Russian Federation compromised its position as a Co-Chair of the OSCE Minsk Process, which mediates the conflict.

    \r\n

    Azerbaijan considers that this agreement aggravates the situation in the region, and undermines efforts to reach a peaceful settlement of the Armenia-Azerbaijan conflict and to strengthen security in the region.

    \r\n

    Despite the above, the cease-fire regime, negotiated on May 12, 1994, has been generally observed. Efforts aimed at releasing POWs and hostages are continuing under the aegis ICRC. From 1993 to 1998, 357 persons were released. However, there are reports about Azerbaijanis still detained in Armenia and on the occupied territories.

    \r\n

    The negotiation process - International mediation on settlement of the conflict started in February 1992, within the framework of the Organization for Security and Cooperation in Europe (OSCE) Minsk process. The Minsk group was established to negotiate political settlement of the conflict.

    \r\n

    After occupation of the Azerbaijani territories, the UN Security Council adopted Resolutions 822, 853, 874, 884 that demand immediate and unconditional withdrawal of Armenian armed forces from the territory of Azerbaijan and return of refugees and internally displaced persons to their homes.

    \r\n

    In accordance with decisions of the OSCE Budapest Summit (1994) the institute of Co-Chairs, of the Minsk conference was established «to conduct speedy negotiations for the conclusion of a political agreement on the cessation of the armed conflict («Political Agreement»), the implementation of which would have eliminated major consequences of the conflict for all parties and permit the convening of the Minsk Conference.»

    \r\n

    Thereby, the Budapest Summit adopted a legal two-stage framework of the conflict settlement process:

    \r\n

    1) First stage - elimination of consequences of the armed conflict by implementation of the agreement, i.e., full liberation of all occupied territories and ensuring return or IDP\'s to their homes:

    \r\n

    2) Second stage - elaboration and adoption of a comprehensive peace settlement at the Minsk conference.

    \r\n

    The Budapest Summit also adopted a decision to establish an OSCE peacekeeping operation after the conclusion of the political agreement.

    \r\n

    Later three main principles of the settlement of the Armenia-Azerbaijan conflict were formulated in the Statement of the OSCE Chairman-in-Office at Lisbon Summit, 1996.

    \r\n

    They are the following:

    \r\n

    - Territorial integrity of Armenia and Azerbaijan;

    \r\n

    - Legal status of Mountainous Karabakh defined in an agreement based on self-determination, which confers on Mountainous Karabakh the highest degree of self-rule within Azerbaijan;

    \r\n

    - Guaranteed security for Mountainous Karabakh and its whole population, including mutual obligations to ensure compliance by all the Parties with the provisions of the settlement.

    \r\n

    These principles were supported by all 53 OSCE state-participants except Armenia. Since November 1996, Armenia has unilaterally ceased direct consultations between the two countries and only recently consultations were restored.

    \r\n

    After the Lisbon Summit and establishment of an institute of the triple Co-Chairmanship (Russia-France-USA), only one round of negotiations has taken place, in April 1997.

    \r\n

    Further, the process of settlement was developing as follows:

    \r\n

    June-September, 1997, the Co-Chairs elaborated and submitted a new document for consideration of the Parties, envisaging a two-staged conflict settlement according to the following scheme:

    \r\n

    First stage:

    \r\n

    - Liberation of 6 occupied districts, outside MKAR (except Lachin district),

    \r\n

    - Return of civilians and restoration of communication links.

    \r\n

    Second stage:

    \r\n

    - Reaching solution on Lachin and Shusha districts and adoption of the main principles of the status of the Mountainous Karabakh region.

    \r\n

    October 1, 1997, Azerbaijan officially informed Co-Chairs on its consent to the document at the basis for the upcoming negotiations.

    \r\n

    October 1997, in Strasbourg the Presidents of Azerbaijan and Armenia made a joint statement on readiness to resume negotiations on the basis of Co-Chairmen\'s proposals.

    \r\n

    December 1997, in Copenhagen, a report of the Co-Chairs, emphasizing the need to continue efforts on settlement of the conflict on the basis of Lisbon principles and proposals of Co-Chairs, was distributed at the OSCE Ministerial Council\'s meeting.

    \r\n

    May 13-17, 1998, during a visit of the Co-Chair\'s to the region, Armenia, under new president Robert Kocharyan officially recalled the early consent of former President of Armenia (L. Ter-Petrosyan) to stage-by-stage proposals.

    \r\n

    November 9, 1998, the Co-Chairs introduced new proposal based on a Russian-designed concept of «common state». Azerbaijan from the very beginning refused to accept this proposal, and on November 19 officially informed the mediators of the unacceptability of this proposals. Azerbaijan confirmed its readiness to resume negotiations within the OSCE Minsk Group on the basis of the Co-Chairs\' proposals of September 19, 1997.

    \r\n

    November 20, 1998, the delegation of the Azeri community of MK officially rejected proposals of November 9, and on November 25, Armenia and the Armenian community of MK stated the agreement with these proposals.

    \r\n

    December 2-3, 1998, during the OSCE ministerial meeting in Oslo, the Chairman-in-Office appealed to the parties to the conflict to resume negotiations immediately in the framework of the Minsk Group and to Co-Chairs to continue their efforts.

    \r\n

    On April 2, 1999, a meeting of the presidents of Azerbaijan and Armenia during the CIS Summit in Moscow was held at which an agreement was reached on undertaking a series of meetings for discussing the problems of the peaceful settlement of Armenian-Azerbaijani conflict.

    \r\n

    An exchange of views and positions of the parties was continues at the meetings of the presidents on April 24 in Washington, on August 16 and 22 in Geneva, on September 10 in Yalta and on October 11 in the village of Sadarak. During the meetings an agreement was reached on the consultations between MFA and MoD of Azerbaijan and Armenia on the problems of enforcement of the cease-fire rejime, confidence-building measures, procedures of preventing and settlement of the border incidents, as well as the development of the agreed basis for the resumption of the negotiations process within the framework of the OSCE Minsk Group. As an implementation of the agreement meetings and consultations of defence ministers (September 14 and October 11) and of foreign ministers (Seprtember 10, September 30 and October 12) of Azerbaijan and Armenia were held.

    \r\n

    On September 18, 1999, during the visit of the OSCE Chairman-in-Office K.Vollebaek to Baku it was declared that the meetings and consultations of the presidents of Azerbaijan and Armenia did not substitute the OSCE Minsk process and the Co-Chairmen of the OSCE Minsk Group was called to speed up their activities and make a new proposal acceptable to both parties.

    \r\n

    On November 18-19, 1999, in the Final Document of the OSCE Istanbul Summit and in the report of the OSCE Chairman-in-Office it was once again underlined that the Minsk Group was the most suitable format for the settlement of the Nagorno Karabakh problem, the continuation of the dialogue of two presidents which is to complement the Minsk process was welcomed, and the parties were called to resume as soon as possible the negotiations on the conflict settlement. The European Security Charter was adopted at the OSCE Istanbul Summit. It is a legally-binding document that confirms the OSCE principles and norms and the resulting commitments of the states on the observance of the sovereignty and territorial integrity.

    \r\n

    On December 13-15, 1999, the first visit of new Co-Chairmen of the OSCE Minsk Group to the region was held. The Co-Chairmen of the Minsk Group declared that they would begin the work on new proposals that would be based on the elements on which the agreement had been reached at the meetings of the presidents of Azerbaijan and Armenia. In its actiities on the settlement of the conflict the Co-Chairmanship of the OSCE Minsk Group will pay a considerable attention to the economic development of the region. On this purpose the Co-Chairmanship of the OSCE Minsk Group expressed their intention to appeal to the world financial institutions, public and non-governmental organizations to send experts to the region in order to carry out the works on estimating the costs of the reconstruction of the region.

    \r\n

    On January 24, 2000, during the Summit of the CIS member-states in Moscow a separate meeting of the presidents of Azerbaijan and Armenia, and on January 25 a quadripartite meeting with the participation of presidents of Azerbaijan, Armenia, Georgia and the Acting President of the Russian Federation V.Putin were held. Consultations between presidents of Azerbaijan and Armenia were resumde during the meetings and it was declared that the policy of the \"Four\" in the region will be based on the principles of the international law and, first of all, on the absolute acknowledgement of the principle of territorial integrity of the sovereign states.

    \r\n

    On January 28, 2000, at the World Economic Forum in Davos the consultations between presidents of Azerbaijan and Armenia on searching the ways of peacefull settlement of the conflict. The foreign ministers of the two countries took part in the meeting.

    \r\n

    On July 20, 2000, during the Summit of the CIS member-states in Moscow a quadripartite meeting with the participation of the presidents of Azerbaijan, Armenia, Georgia and the Russian Federation was held. The questions of peaceful settlement of conflicts in South Caucasus, the problem of consolidation of regional security, including the cooperation in the struggle against international terrorism as well as in humanitarian and other fields. The text of joint statement signed as a result of the meeting of three presidents was also circulated. The statement says that the sides expressed their adherence to the continuation of meetings in this format, welcomed the initiative of the world community and international organisations, which assist the acceleration of settlement of conflicts in South Caucasus. Heads of states agreed that such meetings will be held not less than two times a year and as a rule will be held during CIS summits.

    \r\n

    On July 2-5, 2000, the visit by the Co-Chairmen of the OSCE Minsk Group to the region was held. In their activities on the settlement of the conflict a great attention was paid to the economic development of the region. With this aim the Co-Chairmen of the OSCE Minsk Group appealed to the world financial institutes, social non-governmental organisations to send experts to the region to estimate the possibilities of its economic reconstruction. During the visit, the Co-Chairmen of the OSCE Minsk Group made a statement that they would search the methods of modifying the plan of the Karabakh conflict settlement.

    \r\n

    On November 30, 2000 in Minsk during the Summit of the heads of the countries of CIS the bilateral meeting of the President of Azerbaijan H.Aliyev and of Armenia R.Kocharyan took place. After the ending of the meeting the President of Azerbaijan Heydar Aliyev declared that he was satisfied on the whole with last negotiations.The President H.Aliyev justified his satisfaction by unofficial feature of the meeting but that the Presidents of these two countries are in the process of the search of the ways of the solution of Nagorniy Karabakh problem. As the President of Armenia R.Kocharyan noticed in his turn, the agreement about the intensification of the meetings was achieved at the meeting.

    \r\n

    On January 25, 2001 in Paris negotiations of the Presidents of Armenia and Azerbaijan Robert Kocharyan and Heydar Aliyev in the presence of the President of Republic of France Jacques Chiraq. In the briefing after the negotiations, which took place in Paris in Yelisey Palace in the presence of the President of the Republic of France Jacques Chiraq, the President of Armenia Robert Kocharyan noticed, that \"the complete solution of the problem was maybe achieved at the attraction to the negotiations of the representatives of Nagorniy Karabakh\". The President of Azerbaijan Heydar Aliyev said in his turn that \"as soon as we come to something concrete at the bilateral negotiations with the leader of Armenia, perhaps the third part may appear \". Both Presidents characterized their bilateral negotiations in Paris as \"rather positive\", having informed, that they outlined the plan of the following meeting in the very near future.

    \r\n

    May 31, 2001 - At the CIS Summit in Minsk the trilateral meeting among President of Azerbaijan Heydar Aliyev, President of Armenia Robert Kocharyan and President of Russia Vladimir Putin was held. During the meeting the three presidents discussed the problem of the peaceful settlement of Armenian-Azerbaijani, Nagorno-Karabakh conflict.

    \r\n

    August 1, 2001 - At the informal Summit of the CIS countries in Sochi President of Azerbaijan Heydar Aliyev and President of Armenia Robert Kocharyan held a bilateral meeting. During the meeting they had a wide discussion on the problem of the peaceful settlement of Armenian-Azerbaijani conflict.

    \r\n

    Currently the Co-Chairs are pursuing their objective to present a compromise settlement plan to the conflict based on the principles of international law.

    \r\n

     

    \r\n

    The Legal Aspects of the Conflict

    \r\n

    1. Based on the laws and Constitution of the former USSR.
    On February 20 1988, a session of the Supreme Soviet of the Mountainous Karabakh Autonomous Region (Mountainous Karabakh region) appealed to the Supreme Soviet of Armenia, Azerbaijan and the USSR to allow it to be joined to Armenia. The Azerbaijani government quickly rejected this request on the basis of the USSR Constitution of 1977, Article 78 which provides that «The territory of Union Republics may be altered by mutual agreement of the Republics concerned, subject to ratification by the Union of Soviet Socialist Republics». This constitutional act of Azerbaijan was received in Mountainous Karabakh and in Armenia with hostilities against Azeris. Strikes and mass demonstrations were organized in order to exert pressure on the central government.

    \r\n

    However, on July 18, 1988, a special session of the Presidium of the Supreme Soviet of the USSR discussed the resolution of the Supreme Soviet of the Mountainous Karabakh region on secession from Azerbaijan and incorporation into Armenia and adopted a decision confirming that Mountainous Karabakh remains an Autonomous Region within Azerbaijan. The response to this decision in Mountainous Karabakh was again strikes and mass protests.

    \r\n

    All attempts of Azeri authorities to discuss possible solutions to existing problems in the Region with local Armenian authorities of Mountainous Karabakh were rejected. Representatives of the Azeri government visiting Stepanakert to hold negotiations were attacked and beaten.

    \r\n

    On December 1, 1989, the Supreme Soviet of Armenia adopted a resolution on unification of Mountainous Karabakh with Armenia. Such a resolution violates Azerbaijani territorial integrity and makes the territorial claims official.

    \r\n

    The Autonomous Regions in the former USSR did not have constitutions as did Autonomous Republics, neither had the right of secession as did the Union Republics. The principles of granting autonomous status (Region or Republic) to the national minorities in the former USSR did not have any logical basis and their creation had more political aims rooted in imperialistic rule, than desire for protection of minorities’ rights.

    \r\n

    2. Based on the Treaty of the Commonwealth of Independent States.
    After the coup d\'etat failure and the USSR\'s collapse, Armenia and Azerbaijan as independent states entered the Commonwealth of Independent States. One of the major principles of the Commonwealth Treaty is inviolability of the borders of the constituent sovereign states, that is, territorial integrity. However, the Armenian population in Mountainous Karabakh held a referendum, declared the establishment of the «Mountainous Karabakh Republic» as an «independent» state and appealed to the Commonwealth for membership. This separatist action contradicts to the principles of the Treaty, signed by 11 sovereign republics, the Helsinki Final Act and International Law, and was not recognized by the Commonwealth or any other states of the world.

    \r\n

    \r\n\r\n;3. Based on International Law, OSCE and U.N. principles
    At the present time Armenia has changed its policy towards the Mountainous Karabakh problem. Former Armenian president Ter-Petrosyan and other officials stated that Armenia had no territorial claims to Azerbaijan and Mountainous Karabakh was the internal matter of Azerbaijan and the problem of self-determination of the Armenian population there. Even the official approach of the Armenian government changed, but the resolution on incorporation of Mountainous Karabakh still exists. Armenian officials say that it is not valid, but it was not annulled and officially still on the book. The deputies elected in Mountainous-Karabakh are still members of the Armenian Parliament and the Armenian soldiers are fighting on the territory of Azerbaijan and killing its citizens. Though Armenia\'s authorities changed their strategy and stance on the problem, the facts show the volume of political and military interference of Armenia into internal affairs of the Republic of Azerbaijan.

    \r\n

    Armenians of Mountainous-Karabakh also changed their position at present stage of the conflict. At present time they do not voice their desire to join Armenia, but declare their goal to establish an independent state based on the principle of the people’s right to self-determination. In that case, it is very important to differ between the rights of «people» and the rights of «minorities». Armenians living in Azerbaijan are national minority, which has a mother-nation in Armenia. Karabakh Armenians have the right to internal self-determination, meaning the right to determine their status for effective participation in political, social, economic, cultural, religious and public life in Azerbaijan in a manner, which is not threatening the territorial integrity of Azerbaijan and its sovereignty. After the collapse of Russian Empire the Armenian people exercised their right to self-determination on the territory of present Armenia plus Zangesur, given to it by the Bolshevik government after the occupation of the two republics in 1920-21. The Armenian people achieved independence and their right to self-determination on the territory of the present Armenia again after the collapse of the Soviet Union in 1991.

    \r\n

    Strictly legal arguments against secession were summarized by Lee C. Buchheit and include the following:

    \r\n

    1. That the right of self-determination of people can only be exercised once on the basis of the maxim pacta sunt servanda;
    2. International Law is the law of states and not of peoples or individuals. States are the subject of international law and peoples are the objects of that law;
    3. The so-called principle of mutuality; as states cannot oust a part of them, equally a part of a State cannot forcefully secede.

    \r\n

    How many times will the Armenian people exercise its right to self-determination by building independent states? Today they plan to do it on the territory of Azerbaijan; by this logic in the future it can took place in Georgia, Russia, even California as well. Armenian scholars emphasize that Mountainous Karabakh is a special case and Karabakh Armenians differ from the other Armenian communities outside of Armenia, as they had autonomous status, which is the starting point for self-determination and as a result of it, for secession. But the Autonomous Region of Mountainous Karabakh did not have the right of secession on the basis of the Constitutions of the former USSR and Azerbaijan. So, there is no legitimate difference in terms of secession, between Armenians of Mountainous Karabakh and Armenians living in compact communities in other countries. No doubt that Armenians living in Mountainous Karabakh in Azerbaijan or in the territory of other states are national minority and have the right to determine their status inside the states they inhabit, but should not take measures for its dismemberment.

    \r\n

    «Nothing in the foregoing paragraphs (the principle of equal rights and self-determination of peoples) shall be construed as authorizing or encouraging any action which would dismember or impair, totally or it part, the territorial integrity or political unity of sovereign and independent States conducting themselves in compliance with the principle of equal rights and self-determination of peoples as described above and thus possessed of a government representing the whole people belonging to the territory without distinction as to race, creed or color»
    (UN resolution 2625 (XXV) adopted at 24 October 1970)

    \r\n

    Armenians in Azerbaijan as a national minority have the right to internal self-determination which enable their free participation in the political life of Azerbaijan, pursue their economic, social and cultural development, to establish and maintain, without discrimination, free and peaceful contacts across frontiers with citizens of Armenia to whom they are related by national,
    religious and linguistic ties. Self-determination does not necessarily mean secession, particularly by the use of force.

    \r\n

    The problem of self-determination, and as result of it secession, is a very complicated question, especially, in such area as the Caucasus, where the state borders don\'t coincide with the ethnic ones. The secessionist approach in this area will lead to instability, confrontation, and bloodshed. It will not serve the purposes of friendly relations between the Caucasian peoples. The present situation in Caucasus proves it, particularly, Mountainous Karabakh in Azerbaijan, South Ossetia and Abkhazia in Georgia. The demands for the secession of Mountainous Karabakh from Azerbaijan after the deportation of all Azeris from Armenia and later from Mountainous Karabakh, flagrant violation of their right to self-determination seems to be not only illegal, on the basis of the existing international norms, the principles of the OSCE and UN, but also immoral.

    \r\n

    So, the solution of minorities’ problem in the framework of the present borders and on the basis of Art 27 of the Covenant on Civil and Political Rights are more constructive than secession, which was always the factor of destabilization in the Caucasus.

    \r\n

    The express acceptance in the relevant UN resolutions of the principles of the national unity and the territorial integrity of the State implies non-recognition of the right of forceful secession.

    \r\n

    «The right of peoples to self-determination, as it emerges from the United Nations, exists for peoples under colonial and alien domination, that is to say, who are not living under the legal form of a state. The right to secession from an existing State Member of the United Nations does not exist as such in the instrument or in the practice followed by the Organization, since to seek to invoke it in order to disrupt the national unity and the territorial integrity of a State would be a misapplication of the principle of self-determination contrary to the purposes of the United Nations Charter».
    (G. Espiell, The Right to Self-Determination, supra note 151, para. 90)

    \r\n

    This is how a prominent expert on international law and the problems of self-determination Antonio Cassese describes the issue in his article «Self-Determination of Peoples»: «The right to self-determination, I have said, belongs also to «national» peoples in a multi-national state like the federated republics of the USSR. Unlike ethnic minorities in unitary states who are not «peoples» for purposes of Article 1, national peoples, federated in a sovereign state and enjoying distinct constitutional status, enjoy the right of external self-determination. This includes the right to independence, which the central sovereign, if a party to the Covenant, is bound to honor». Armenians living in Azerbaijan and Georgia, Georgians living in Azerbaijan and Azeris who lived in Armenia and are living in Georgia are considered to be ethnic minorities who have the rights formulated in Art 27 of the Covenant on Civil and Political rights, but not in Art 1 of the same Covenant.

    \r\n

    The free interpretation of Art 1 of the Covenant on Civil and Political Rights, due to the self-determination of peoples with regard to the Armenian population of Mountainous Karabakh, used by Armenian side, is nothing more than the speculation on UN documents in order to justify the military occupation of Azerbaijani territory, inhabited predominantly by Armenians. Commenting UN practice, Professor Van Dyke wrote that the UN would be in an extremely difficult position if it had to interpret the right to self-determination in such a way as to invite or justify attacks on the territorial integrity of its own members.
    (V.Van Dyke, Human Rights, the United States and the World Community 102,1971 )

    \r\n

    Armenia and Azerbaijan became the members of the OSCE and the United Nations, objects of International Law, and thus are obligated to follow its principles. However, Armenia violates the territorial integrity of Azerbaijan, as well as the principles of the United Nations, by sending armed forces into Mountainous Karabakh. Such use of force is prohibited, according to Art 2 (4), unless the UN Security Council authorizes Armenia’s use of force, which is irrelevant in this case. Armenia\'s invasion of the part of Azerbaijani territory is therefore, a violation of the prohibition of the use of intend-state force in the UN Charter Art 2 (4) and inconsistent with Art 2 (3) of the UN Charter which states that the conflicts, between states shall be settled in a peaceful manner.

    \r\n

    «In accordance with our obligations under the Charter of the United Nations and commitments under the Helsinki Final Act we renew our pledge to refrain from the threat or use force against the territorial integrity or political independence of any State, or from action in any other manner inconsistent with the principles or purposes of those documents. We recall that non-compliance with obligations under the Charter of the United Nations constitutes a violation of international low»
    (Charter of Paris For a New Europe, Paris, 1990 )

    \r\n

    Armenia denies the presence of its troops in Mountainous Karabakh, trying to convince the international community that it does not violate the territorial integrity of Azerbaijan and norms of the international law. However, there are many facts showing the participation of the Armenian Army soldiers in military and terrorist actions in the territory of Azerbaijan. All these facts are based on investigations, photo and video materials. The presence of Armenian military troops on the territory of Azerbaijan is said to be for «self-defense» purposes. In that case, it is not clear, why Armenian «self-defenders» attacked the Azeri towns and villages, burnt their houses, killed civilians and evicted the Azeri population from Mountainous Karabakh. The reference to self-defense is an attempt to justify the undeclared war against Azerbaijan over five years, during which the international community was mostly misinformed by USSR information agencies and the Armenian propaganda machine. But, from the beginning of 1992 several CSCE, UN fact-finding missions visited the area and gathered more detailed and objective information about the conflict over Mountainous Karabakh. On February 27-28 the first CSCE fact-finding mission presented its report on the conflict between Azerbaijan and Armenia over Mountainous Karabakh to the Committee of Senior Officials of the CSCE. The members of the Committee adopted the recommendations to conflicting sides, which was based on the principle of inviolability of the borders (one of the basic principles of CSCE) and human and minority rights protection. Azerbaijani government stated that local and cultural autonomy can be given to Armenians in Mountainous Karabakh and they are ready to negotiate on that matter with the participation of international mediators. Unfortunately, the Armenian side is opposing the recommendation of the Committee of Senior Officials of the CSCE relevant to the inviolability of the borders between Azerbaijan and Armenia. The Armenian side considers that secess on of Mountainous Karabakh from Azerbaijan and establishment of independent Mountainous Karabakh republic is the only resolution of the conflict. Such an option is not acceptable to Azerbaijan as it violates its territorial integrity and sovereignty and contradicts to OSCE and UN principles:

    \r\n

    «Any attempt aimed at the partial or total disruption of the national unity and the territorial integrity of a country is incompatible with the purposes and principles of the Charter of the United Nations» - says UN Charter.

    \r\n

    But Armenia is continuing the forcible occupation of the territories of Azerbaijan, planning to annex the territory of Azerbaijan and link Mountainous Karabakh with Armenia. Such actions by Armenia will escalate the tension and the war between Azerbaijan and Armenia, and will threaten the stability of the whole region.

    \r\n

    «No State or group of States has the right to intervene, directly or indirectly, for any reason whatever, in the internal or external affairs of any other State. Consequently, aimed intervention and all other forms of interference or attempted threats against the personality of the State or against its political, economic and cultural elements are in violation of international law».
    (XXV) Declaration on Principles of International Law concerning Friendly Relations and Co-operation among states in accordance with the Charter of the United Nations, 20.10.1970

    \r\n

     

    \r\n

    Economic damage to Azerbaijan inflicted by the aggression of Armenia

    \r\n

    As the result of aggression of the Republic of Armenia against the Republic of Azerbaijan, during the 1988-1994 period, serious material damage has been caused to Azerbaijan.

    \r\n

    Overall area of the occupied territories of the Republic of Azerbaijan includes:

    \r\n

    - the territory of the Mountainous Karabakh Region;
    - the Territories of 7 regions bordering with Mountainous Karabakh (Aghdam, Fizuli, Djabrayil, Zangelan, Kubatly, Lachin and Kelbajar);
    - the territories of 4 regions bordering with Armenia (Gazakh, Agstafa, Tovuz and Gedabey);
    - the territories of 4 regions bordering with the Line of Contact (Ter-Ter, Goranboy,Agdjabedi and Beylagan);
    - and the territories of the administrative regions of the Nakhichevan Autonomous Republic. This area constitutes 17,000 square miles.

    \r\n

    Occupied regions of Azerbaijan have been almost totally destroyed and looted. Great economic damage has been inflicted also to 4 regions of Azerbaijan bordering with Armenia, 4 regions bordering with the line of contact, and the territories of the administrative regions of the Nakhichevan Autonomous Republic.

    \r\n

    From the beginning of the aggression against Azerbaijan, more than 877 settlements have been burned and destroyed.

    \r\n

    The Armenian aggressors have pursued the policy of «burned-land and ethnic cleansing» on all captured territories. As a result of such actions, more than 150 thousand houses and apartments (9.1 million square miles) have been destroyed and robbed and 1 million people were forced to leave their homes and became refugees.

    \r\n

    In the occupied zones, about 6.000 manufacturing, agricultural and other kinds of factories and plants were fully plundered and exterminated. More than 1 million hectares of agricultural sowing lands, including 127,700 hectares of irrigated lands and 34,600 hectares of vineyards and orchards have been damaged. A 1,200 km2 irrigation system has been totally destroyed. This irrigation system has been partly removed to Armenia.

    \r\n

    The damage only to Azerbaijani agricultural lands inflicted by the Armenian aggression is $472 million.

    \r\n

    Some 244 thousand flocks and herds and 69,000 cattle were driven from the occupied territories out of Azerbaijan. Some 70% of summer pastures of Azerbaijan remain in the occupied zone.

    \r\n

    Some 4,366 social and medical establishments, including 690 secondary schools, 855 kindergardens, 4 sanatorium complexes, 490 hospitals and other structures of public health have been crippled and fallen into decay.

    \r\n

    A number of historical and cultural monuments of the Azerbaijani cultural legacy have been eliminated wild great cynicism by the Armenian aggressors. In all, 22 museums, 4 picture galleries and 9 historical palaces have been burned and devastated by the Armenian barbarians. Some 40 thousand museum pieces and exhibits, which represent great historical meaning, gold and silver, very rare and precious jewelry stones, carpets and other handmade and applied goods, have been robbed. About 44 temples and 9 mosques were desecrated. Some 4.6 mill ion books and inestimable manuscripts have been burned and 927 libraries looted.

    \r\n

    A number of cultural and art establishments including 6 state theatres and concert organizations, 386 clubs and 85 musical schools have been destroyed.

    \r\n

    The infrastructure of all the 7 occupied regions has been destroyed. Telephone exchanges for 35 thousand subscribers, 2,500 transformer stations and 14,500 km of electric lines have been looted and stolen. More than 160 bridges (3,834 m), 800 km of roads, and 2,300 km of water pipelines, 2 thousand gas pipelines and 35 gas distribution stations have also been destroyed.

    \r\n

    The combat activities and following occupation caused a serious environmental damage. As a result, 280 thousand hectares of forest (or 25% of Azerbaijan\'s forests), 6 major national parks, as well as more than 200 paleontology and geological sites remain under occupation. In 1993 alone 206,6 thousand m3 of valuable types of timber were taken to Armenia.

    \r\n

    Biological diversity of the region occupied by the Armenian aggressors is under threat, because its unique ecosystem is being uncontrollably exterminated. By exploiting mineral resources of the occupied regions, including 2 gold, 4 mercury, 2 chromium, 1 zinc, 1 copper and oilier deposits, Armenia has cynically claimed to be one the world\'s leading exporters of rare, precious and non-ferrous metals. The conclusion of an agreement between Armenia and a Canadian company «First Dynasty Mines» on a joint development and exploitation of the Soyudly (Zod) gold deposit, located in the occupied Kelbajar region of Azerbaijan, is an outrageous violation of all international norms.

    \r\n

    Uncontrolled mass looting and removal of valuable construction materials to Armenia is shamelessly used in Armenia\'s construction industry and has become a significant export item for Armenia.

    \r\n

    Annually, vast amounts of natural mineral water from Isti-Su mineral spring and other mineral water springs are being transported from the occupied territories of Azerbaijan and form a significant share of currency earnings for Armenia.

    \r\n

    Overall, damage inflicted as a result of aggression of the Republic of Armenia against the Republic of Azerbaijan, according to preliminary data, exceeds more than $22 billion.

    \r\n

     

    \r\n

    Chronology of the Armenian aggression

    \r\n

    1987

    \r\n

    October - First meeting in Yerevan (Armenia) took place with challenges to annex the Nagorno-Karabakh Autonomous region (NKAR) of the Azerbaijan Soviet Socialist Republic to the Armenian Soviet Socialist Republic (SSR).

    \r\n

    1988

    \r\n

    January 25 - Exodus of Azerbaijanis living in the Armenian SSR began.

    \r\n

    February 22-23 - The first meetings in Baku and Sumgait took place with a slogan: «NKAR is the integral part of Azerbaijan».

    \r\n

    February 24 - For the first time, in the course of the Armenian-Azerbaijani conflict blood was shed: in NKAR two Azerbaijanis were killed.

    \r\n

    February 27 - Strikes started in NKAR with the demand to be separated from Azerbaijan.

    \r\n

    February 28-29 - Pogroms and massive disorders in Sumgait took place. There were people, among the organisers of pogroms, of Armenian Nationality.

    \r\n

    March 18 - Plenary Session of NKAR\'s regional Committee adopted a decision on annexation of NKAR to Armenia.

    \r\n

    March 24 - Central Committee of the Soviet Communist Party and Council of Ministers adopted a resolution «On measures for speeding up the social-economic development of NKAR of the Azerbaijan SSR in 1988-1995».

    \r\n

    The first decade of May - More than one thousand Azerbaijani refugees, deported from Armenia, came to Azerbaijan.

    \r\n

    May 18 - Meetings took place in Baku as a sign of protest against ejection of Azerbaijanis from Armenia.

    \r\n

    The first decade of June - Discrimination acts against Azerbaijanis in NKAR broke out. In a few days about 2.000 people were ejected.

    \r\n

    June 14 - According to State Committee on Statistics of Azerbaijan four more thousand refugees fled to the Republic.

    \r\n

    The last decade of June - Ejection of Azerbaijanis from Armenia is going on.

    \r\n

    July 12 - The Session of People\'s Deputies of the Regional Soviet in NKAR adopted an anti-constitutional decision on separation from the Azerbaijani SSR.

    \r\n

    July 13 - Presidium of the Supreme Soviet of the Azerbaijani SSR considered the decision of the session of the Regional Soviet from July 12, 1988, as an illicit act.

    \r\n

    July 18 - The enlarged meeting of the Presidium of the USSR\'s Supreme Soviet endorsed NKAR as belonging to the Azerbaijani SSR.

    \r\n

    September 3-21 - Series of terrorist acts against Azerbaijanis in NKAR, setting out fire to houses and killing peaceful Azerbaijani population in Stepanakert.

    \r\n

    November 18 - December 5 - Meetings took place in Baku with the demand to put an end to terrorist acts against Azerbaijanis in NKAR.

    \r\n

    November 24 - The State of Emergency was announced in Baku, Nakhchivan, Ganja.

    \r\n

    November 27-29 - As a result of anti-Azerbaijani massacres 33 Azerbaijanis were killed in the cities of Gugark, Spitak and Stepanavan of the Armenian SSR.

    \r\n

    The second part of December - Exodus of Azerbaijanis from Armenia. More than 105 thousand refugees fled to Azerbaijan from the Armenian SSR.

    \r\n

    1989

    \r\n

    January 12 - In the territory of NKAR of Azerbaijan SSR a form of ruling was applied: Committee of special ruling was set up.

    \r\n

    May-June - The First Congress of the People\'s Deputies decided to form a Commission of the Supreme Soviet of the USSR on Nagorny Karabakh

    \r\n

    July 7 - The Azerbaijani village of Karkijahan in NKAR was fired.

    \r\n

    July 11 - The escalation of the situation in NKAR. An armed assault on Azerbaijanis in Stepanakert. People were killed.

    \r\n

    July 29 - The traffic of trains from Azerbaijan to Armenia was cut short because of the attacks to the trains in the territory of Armenia. The beginning of the blockade of Nakhchivan Autonomous Republic of Azerbaijan by Armenia.

    \r\n

    August 16 - There was the congress of the authoritative representatives of Armenian population of NKAR in Stepanakert, those refused to recognise the status of NKAR, as an autonomous region of Azerbaijan.

    \r\n

    August 27 - The Presidium of the Supreme Soviet of the Azerbaijani Republic declared as illegal the decision of the congress of authoritative representatives of the Armenian population of NKAR from August 16, 1989.

    \r\n

    The last decade of September - Strikes of the Azerbaijani railroaders in connection with the attacks to the trains in the territory of Armenia.

    \r\n

    The second decade of October - The beginning of the blockade of Shusha region of NKAR, majority of the population of which is Azerbaijanis (91,7%).

    \r\n

    The second decade of November - Assaults on Azerbaijani trains in the territory of the Armenian SSR, caused the stopping rail road traffic between the Azerbaijani SSR and the Armenian SSR.

    \r\n

    November 28 - The Supreme Soviet of the USSR passed a resolution «on measures for normalising the situation in NKAR». It was decided to form the republican organisational committee on NKAR and to restore the activity of the regional council of the people\'s deputies, by abolishing the Committee of special rule of NKAR.

    \r\n

    December 1 - The Supreme Soviet of the Armenian SSR passed an anti-constitutional resolution «On reunification of the Armenian SSR and Nagorny Karabakh».

    \r\n

    The first and second decades of December - Number of attacks from the territory of Armenia to the border villages of Azerbaijan were registered. The Infantry brigands from the territory of Armenia were landed in the regions of Khanlar and Shaumyan of Azerbaijan.

    \r\n

    December 7 - The Presidium of the Supreme Soviet of the Azerbaijani SSR assessed this resolution of the Armenian Supreme Soviet from December 1, 1989 as inadmissible interference in the affairs of the Azerbaijani SSR, encroachment on its territorial integrity.

    \r\n

    1990

    \r\n

    January 9 - The session of the Armenian Supreme Soviet, considering the issues of planning and budget for 1990, included in its sphere of influence the plans of social-economic development of NKAR.

    \r\n

    January 9 - Seizure of the Azerbaijani hostages by Armenians in the region of Shaumyan of Azerbaijan SSR.

    \r\n

    January 4-10 - An illegal supply of about 100 tanks, artillery and anti-aircraft weapons by the Soviet Army to Armenia.

    \r\n

    January 11 - The Azerbaijani Supreme Soviet condemned the decision of the Armenian Supreme Soviet to include NKAR in its economic sphere and assessed it as a grave violation of the sovereignty of the Azerbaijan Republic.

    \r\n

    January 13 - As a result of the armed attacks Armenians occupied the village of Karki in Nakhchivan AR.

    \r\n

    January 15 - An armed Armenian infantry were landed in the village of Gushchu of Khanlar region.

    \r\n

    January 19 - Armenians assaulted on the settlement of Sadarak in Nakhchivan AR.

    \r\n

    January 20 - The Soviet troops entered Baku, as a result 124 people were killed, 737 people were wounded. The State of emergency was declared in Baku and in other cities of Azerbaijan.

    \r\n

    January 21 - The Supreme Soviet of the Azerbaijani SSR demanded the immediate withdrawal of the Soviet troops from Baku

    \r\n

    February 13 - The Supreme Soviet of the Armenian SSR passed a resolution «On admission as illegal the decision of the Caucasian Bureau of the Central Committee of the Russian Communist Party of July 5, 1921», which left NKAR as part of the Azerbaijani SSR.

    \r\n

    March 6 - The Presidium of the Supreme Soviet of the Azerbaijani SSR passed a resolution «On inadmissibility of territorial claims by the Armenian SSR».

    \r\n

    March 7 - The Supreme Soviet of the USSR passed a resolution «On the situation in the Azerbaijani SSR and Armenian SSR and on the measures for normalising the situation in this region».

    \r\n

    March 24 - The attack of the armed thugs of the Armenian SSR to the villages of the Gazakh region of the Azerbaijani SSR. All civilians of these villages were killed.

    \r\n

    May 22 - The attempts to organise elections of the people\'s deputies of the Armenian SSR in the territory of the NKAR failed.

    \r\n

    May 25 - The resolution of the Supreme Soviet of the Azerbaijan SSR «On anti-constitutional decision of the Supreme Soviet of the Armenian SSR and its Presidium concerning NKAR of the Azerbaijani SSR».

    \r\n

    June 25 - Decree of the President of the USSR «On prohibition to form armed forces which are not envisaged in the legislation of the USSR and confiscation of illegally kept weapons».

    \r\n

    June 29 - The Council of Ministers of the Azerbaijani SSR passed a resolution «On resumption of sovereign rights of the Azerbaijani SSR in NKAR and measures for social economical development of the region».

    \r\n

    September 23 - The People\'s deputies of the USSR from Azerbaijan appealed the Supreme Soviet of the USSR «On forcible deportation of the Azerbaijani population of Armenia».

    \r\n

    1991

    \r\n

    January-May - The Armenian thugs committed terrorist acts against the leadership of the Committee of the special directorate of NKAR, the armed attacks and firing of the Azerbaijani villages.

    \r\n

    May 9 - The USSR Ministry of the Internal Affairs, KGB and Ministry of Defence take measures for disarmament of the illegal Armenian armed forces and confiscation of weapons in the districts near the border of Azerbaijan and Armenia, as well as in NKAR of the Azerbaijani SSR.

    \r\n

    June 29 - The Session of the Supreme Soviet of the Azerbaijani Republic draws the attention of the USSR President and the Supreme Soviet of the USSR to the new stage of escalation of Armenian thugs groups attacks in NKAR, as well as passes a decision to mom up the territory of NKAR from the thugs groups dispatched from Armenia and finish the measures of the USSR presidential decree banning the formation of armed forces.

    \r\n

    September 2 - The Armenian separatists declared the establishment of so called «Nagorno-Karabakh Republic (NKR)» in the territory of Nagorny Karabakh region of the Azerbaijani Republic. All the armed groups of about 15.000 were formed as «self-defence forces of NKR» and subordinated to the Committee of Defence.

    \r\n

    The middle of September - The Armenian armed forces began attacks the western part of Goranboy district of Azerbaijan and occupied number of inhabited settlements.

    \r\n

    September 23 - Meeting of Presidents of Azerbaijan and Armenia in Zheleznovodsk (Russia) mediated by the Russian and Kazakhstan Presidents. There was reached an agreement on peaceful settlement of the conflict.

    \r\n

    October-November - The Armenian armed forces launched hostilities to drive the Azerbaijani population out from the territories of Martuni and Hadrut districts of the NKAR. The USSR air forces took part in the hostilities supporting the Armenian forces. The Armenian forces occupied about 30 settlements.

    \r\n

    November 20 - Near the village of Garakend of the Khojavand district of the Azerbaijan Republic the helicopter «MI-8» was shot down, in which there was the peacemaking group of the Russian, Kazakhstan representatives and the senior leadership of Azerbaijan. The murder of 22 people, including the state figures of the 3 countries put an end the first attempt for peaceful settlement of the Armenian-Azerbaijani conflict, undertaken in Zheleznovodsk and gave an impetus to the escalation of violence in the region.

    \r\n

    The middle of December - The forces of the Ministry of Internal Affairs of the USSR were withdrawn from the territory of Nagorny Karabakh. Illegal transfer of weapons to Armenia by the Ministry of Internal Affairs of the USSR.

    \r\n

    December 30 - The leaders of CIS countries called on Azerbaijan and Armenia to resume the negotiation process.

    \r\n

    1992

    \r\n

    January - The armed forces of Armenia relying on the support of rifle regiment 366 of the Russian armed forces, launched the occupation of the last Azerbaijani settlements of Karabakh which were in a complete isolation.

    \r\n

    January 30-31 - The second meeting of the Council of CSCE (Prague). Azerbaijan and Armenia got the membership of CSCE. It was decided to send a mission of rapporteurs to the region of conflict.

    \r\n

    The first half of February - Occupation of the suburb of Stepanakert (Karkijahan), as well as the Azerbaijani settlements along the road of Shusha-Khojaly and around Shusha.

    \r\n

    February 12-18 - First visit of the CSCE mission of rapporteur to the region.

    \r\n

    February 25-26 - Assault and seizure of the city of Khojaly (Nagorno-Karabakh region, Azerbaijan) by military forces of Armenia and with the participation of 366 Infantry regiment of the Russian military forces, as a result 800 civilians were brutally killed.

    \r\n

    The end of February - Evacuation of the staff of the 366 Infantry regiment of the Russian military forces from Stepanakert and illegal transfer of 25 tanks, 87 armoured infantry fighting vehicles, 28 armoured vehicles, 45 artillery mortar systems to Armenians.

    \r\n

    March 24 - Additional Helsinki meeting of the CSCE Council, decision to convene a conference on Nagorny Karabakh under the aegis of the CSCE. Chairman-in-Office designated Mr. Rafaelli as a Chairman of the Minsk Conference.

    \r\n

    April - Beginning of the activity of Russia as mediator.

    \r\n

    May 7 - Meeting of the Heads of Armenia and Azerbaijan in Tehran through the mediation of Iran (meeting was devoted to the normalisation of the situation in Nagorny Karabakh and to the peaceful settlement of the conflict).

    \r\n

    May 8 - Military Forces of the Russian Army occupied azerbaijani city Shusha and Shusha region (Nagorny Karabakh) that led to the breakdown of agreements reached in Tehran. As the result of the occupation of Shusha region 23156 Azerbaijanis were driven out from their permanent residences. Thus, there was finished ethnic cleansing in Nagorny Karabakh.

    \r\n

    May 18-19 - Military forces of the Republic of Armenia occupied Lachin region, which was outside Nagorny Karabakh. As the result of this occupation 63341 Azerbaijanis were banished from their homes. At the same time military forces of the Russian Army attacked strategically important part of the Azerbaijani-Turkish border in Sadarak region (Nakhchivan).

    \r\n

    May 18-19 - In connection with the occupation of Lachin district of Azerbaijan decision making on an extraordinary preparing meeting of the CSCE participating states at the Conference on Nagorny Karabakh which was held under the aegis of CSCE was failed.

    \r\n

    June-September - Rounds of negotiations were held within the framework of the CSCE Minsk group on the cessation of the offensive operations, de-escalation of the conflict and normalisation of the life of ordinary citizens.

    \r\n

    September 19 - Agreements on cessation of all military actions in 2 months period reached by Defence Ministers of Armenia and Azerbaijan with the participation of the Ministers of defence and Security of Russia (Sochi).

    \r\n

    September-November - Visits and consultations of the Russian mediator mission in the region.

    \r\n

    November 26-December 1 - Meeting of the CSCE Ad-hoc group with the competence of advanced group of observes (Vienna).

    \r\n

    December 7-9 - Unofficial meeting of the personal representatives of the Presidents of Azerbaijan, Armenia, Russia, USA and Turkey (Geneva).

    \r\n

    December 9-12 - Violation of the agreement reached between Defence Ministers of Armenia and Azerbaijan in Sochi, Armenia occupied 8 villages of Zangelan district of Azerbaijan.

    \r\n

    1993

    \r\n

    February 5 - Beginning of the large-scale attacks of the military forces of the Russian Army in the northern part of the front.

    \r\n

    March 17-21 - Meeting of Personal Representatives of Armenia, Azerbaijan, Russia, USA, Turkey and chairman of the CSCE Minsk group.

    \r\n

    March 27-April 3 - Occupation of Kalbadjar district of Azerbaijan by the armed forces of Armenia, which is situated outside of Nagorny Karabakh, as a result of this 60698 Azerbaijanis were driven out from their permanent residences.

    \r\n

    March 31 - Resumption of the meeting in Geneva. Personal Representative of the President of USA is breaking off the negotiations because of the occupation of Kalbadjar district of Azerbaijan by Armenia.

    \r\n

    April 6 - The Statement of the Chairman of the UN Security Council, condemning the occupation of the district of Kalbadjar.

    \r\n

    April 30 - The adoption of the resolution 822 by UN Security Council, demanding «the immediate withdrawal of all occupying forces from the district of Kalbadjar and other recently occupied districts of Azerbaijan».

    \r\n

    June 3-4 - The Consultations of «the Minsk Nine». Adoption of «Schedule of urgent measures on implementation of the resolution 822 of the UN Security Council».

    \r\n

    June 17 - The arrangement through the mediation of Russia on ceasing of bombardment of Aghdam and Stepanakert.

    \r\n

    June 26-28 - The armed forces of the Republic of Armenia captured the city of Aghdara of the Republic of Azerbaijan.

    \r\n

    June 27 - The arrangement through mediation of Russia on ceasing hostilities, shelling and air bombardment for one week in the districts of Mardakert and Aghdam.

    \r\n

    July 12 - The visit of Mr. Rafaelli to Baku, Yerevan and Stepanakert aiming at adoption of the schedule of the Minsk Group.

    \r\n

    July 18-20 - The visit of the mediator mission of Russia to Baku.

    \r\n

    July 23-24 - The occupation of the district of Aghdam of Azerbaijan, which is situated outside of Nagorny Karabakh, by the armed forces of Armenia, as a result 158000 Azerbaijanis were driven out from their permanent residences.

    \r\n

    July 29 - The adoption of the resolution 853 by the UN Security Council, demanding the immediate, complete and unconditional withdrawal of occupation forces involved in the conflict from the district of Aghdam and all other recently occupied districts of the Azerbaijan Republic.

    \r\n

    July 21-August 12 - Consultations of OSCE Minsk Group. It was adopted «the schedule of urgent measures for implementing of the resolution 822 and 853 of the UN Security Council».

    \r\n

    August 11 - Beginning of attacks of the Armenian armed forces to the district centers of Fizuli and Jabrail of Azerbaijan.

    \r\n

    August 18 - The statement of the UN Security Council\'s Chairman on immediate, complete and unconditional withdrawal of the occupation forces from the districts of Fizuli, as well as Kalbadjar and Aghdam and other recently occupied districts of the Azerbaijan Republic.

    \r\n

    August 23 - The occupation of the district of Fizuli of Azerbaijan, situated outside of Nagorny Karabakh by the Armenian armed forces, as a result 152860 Azerbaijanis were driven out from their permanent residences.

    \r\n

    August 25-26 - The Armenian armed forces occupied the district of Jabrail, situated outside of Nagorny Karabakh, as a result 57125 Azerbaijanis were driven out from their permanent residences.

    \r\n

    August 31 - The Armenian armed forces occupied the district of Gubadly of Azerbaijan, situated outside of Nagorny Karabakh, as a result 31364 Azerbaijanis were driven out from their permanent residences.

    \r\n

    September 21-28 - Negotiations within the OSCE Minsk Group were held in Paris.

    \r\n

    October 14 - The UN SC passed a resolution 874, calling on the parties «to abstain from any hostile acts and any interference or invasion, which could led to escalation of the conflict and undermine peace and security in the region».

    \r\n

    October 18-21 - Negotiations within the framework of the Minsk Group.

    \r\n

    October 23 - Part of the military forces of the Armenian Republic assaulted the settlement of Horadiz with tanks. Having occupied this important transport unit, the Armenians cut off the district of Zangelan and part of none-occupied territory of Jabrail and Gubadly from the remaining part of the Republic.

    \r\n

    October 28 - The military forces of the Armenian Republic occupied the rail road station of Minjivan.

    \r\n

    October 28-November 1 - The occupation of the district of Zangelan, Azerbaijan, situated outside of Nagorny Karabakh, as a result, 34924 Azerbaijanis were driven out by the armed forces of Armenia from their permanent residences.

    \r\n

    November 11 - The UN SC passed a resolution 884, demanding «immediate cease fire and hostility, unilateral withdrawal of occupation forces from the district of Zangelan and the city of Horadiz and withdrawal of occupation forces from other districts of Azerbaijan, captured recently».

    \r\n

    November 20 - Firing of the mediator mission of Russia by the Armenian side. The statement of the former Russian Foreign Minister A.Kozirev on this matter.

    \r\n

    December 10 -The Armenian military forces launched an assault in the direction of district center of Beylagan.

    \r\n

    1994

    \r\n

    January-March - Series of negotiations and consultations to reach an agreement on cease fire through the mediation of Russia and CSCE.

    \r\n

    March 3 - Having broken off the next cease fire agreement, the Armenian troops resumed the hostilities.

    \r\n

    March 31-April 3 - Visit of the peacemaker group of the Inter-parliamentary Assembly of CIS headed by Speaker of Kyrgizstan Supreme Council, together with Russian President\'s representative, to Baku, Yerevan, and Nagorny Karabakh.

    \r\n

    April 9-10 - The command of the Armenian Military Forces launched large scale assault in the direction of Terter during 33 days.

    \r\n

    May 4-5 - The Bishkek meeting of the parliamentary leaders of Azerbaijan and Armenia and the representatives of the both communities from Nagorny Karabakh. The «Bishkek protocol» was adopted.

    \r\n

    May 9 - The defence ministers of Azerbaijan, Armenia and the representatives of the Armenian separatist regime from Nagorny Karabakh signed a cease fire agreement.

    \r\n

    May 12 - In the zone of conflict the regime of cease fire started functioning. Active hostilities on the line of the front came to an end.

    \r\n

    May 19 - The CSCE Permanent Committee. It was passed a statement as a support for the agreement to strengthening of the cease fire regime.

    \r\n

    June 27 - An agreement was signed by the parties as confirmation of their commitments on cease fire regime up to conclusion of the political agreement. The joint statement for to support this agreement was made by the leader of mediator mission of Russia and the chairman of the Minsk Conference.

    \r\n

    August 28 - Unilateral statement of all sides involved in the conflict and confirmation of the commitments on observation of cease fire regime until the political agreement to be concluded.

    \r\n

    September-November - Continuation of the negotiations between the competent representatives of the leaders of sides involved in the conflict in Moscow.

    \r\n

    December 5-6 - Meeting of Heads of CSCE member states and governments in Budapest («Budapest Decision»). In accordance with the decision of the summit, it was established an institute of Co-Chairmen of the Minsk Conference; two stage structuring of the settlement process was completed; decision was taken on the OSCE peacekeeping operations after achievement of the political agreement.

    \r\n

    1995

    \r\n

    May-December - Series of negotiations within the framework of OSCE Minsk Group on elaboration of agreement for cession of the military conflict.

    \r\n

    1996

    \r\n

    January-November - Series of negotiations within the framework of OSCE Minsk Group on elaboration of agreement for cessation of the military conflict.

    \r\n

    December 2-3 - Meeting of the Heads of OSCE States and governments in Lisbon. In the statement of the OSCE Chairman-in-Office three principles of the settlement of the Armenian-Azerbaijani conflict were formulated: - territorial integrity of the Republic of Armenia and the Republic of Azerbaijan; - legal status of Nagorny Karabakh defined in the agreement based on self-determination which confers on Nagorny Karabakh the highest degree of self rule within Azerbaijan; - guaranteed security for Nagorny Karabakh and its whole population, including mutual commitments to ensure compliance by all parties with the provisions of the settlement. These principles were supported by 53 OSCE participating states, except Armenia.

    \r\n

    1997

    \r\n

    February 13 - A. Tuleyev, the Minister on cooperation with CIS states made a statement on the facts of illegal supply of the Russian weapons to Armenia worth of 270 billion of rubles

    \r\n

    February 14 - An institute of «triple» Co-Chairmanship of the OSCE Minsk Conference (Russia, USA and France) was established.

    \r\n

    March 4-7 - The Azerbaijani parliamentary delegation headed by Arif Rahimzadeh, the first deputy chairman of the Azerbaijani Milli Majlis (Parliament) stayed in Moscow in order to find out the circumstances on the fact of supply of the Russian weapons to the Republic of Armenia.

    \r\n

    March 14 - Appeal of the Azerbaijani Milli Majlis to B.Yeltsin, the President of Russia, E.Stroyev, the Chairman of the Council of Federation of the Federal Assembly of the Russian Federation, G.Seleznyev, the Chairman of the State Duma of the Federal Assembly of the Russian Federation.

    \r\n

    April 2 - The report of Lev Rokhlin, the Chairman of the Defence Committee of the State Duma, on delivery of the Russian weapons to the Republic of Armenia worth of one billion US dollars.

    \r\n

    April 4 - Appeal of the Azerbaijani Milli Majlis to B.Yeltsin, E.Stroyev and G.Seleznyev.

    \r\n

    April 1-5 - The next round of the negotiations within the framework of OSCE Minsk Group was held, after it the Armenian side refused to hold further negotiations on the basis of proposals made by the Co-Chairmen, worked out according to the principles of the OSCE Lisbon Summit.

    \r\n

    April 4-8 - The Azerbaijani parliamentary delegation headed by Arif Rahimzadeh, the first deputy Chairman of the Azerbaijani Milli Majlis (Parliament) stayed in Moscow in order to find out the circumstances on the facts of supply of the Russian weapons to the Republic of Armenia.

    \r\n

    April 15 - The OSCE delegation headed by A.Kasprzyk, the Personal Representative of the Chairman-in-Office of OSCE, was fired by the Armenian side.

    \r\n

    April 24 - The statement of the OSCE Chairman-in-Office in connection with the fire of A.Kasprzyk, the Personal Representative of the Chairman-in-Office in the zone of conflict.

    \r\n

    June 23 - The Denver Statement of the Presidents of the US, Russia and France, supporting the search of ways for the settlement on the basis of the Lisbon principles.

    \r\n

    September 1 - Illegal so-called «presidential elections» in Nagorny Karabakh, which was condemned by the world Community.

    \r\n

    September 23-24 - Visit of the delegation of Co-Chairmen of the OSCE Minsk Group to Baku. Proposal on the stage-by-stage settlement.

    \r\n

    October 10 - Strasbourg Joint Statement of the Presidents of Azerbaijan and Armenia on supporting plan of the stage-by-stage settlement of the conflict.

    \r\n

    December 17-19 - The Meeting of the OSCE Ministers of Foreign Affairs in Copenhagen. The Chairman-in-Office requested the Co-Chairmen of Minsk Group «to continue their work and urged all sides to resume the negotiations without delay on the basis of the proposal of the Co-Chairmen».

    \r\n

    1998

    \r\n

    April - The refusal of Armenia from the early reached agreements on the stage-by-stage settlement of the conflict.

    \r\n

    May 13-17 - Visit of the Co-Chairmen to the region. Armenia officially declared about the renunciation of the consent of the former President of the Republic of Armenia with the proposal on the stage-by-stage settlement and supported the package settlement without any preliminary conditions.

    \r\n

    July 14-15 - Visit of I.Sergeyev, the Russian Defence Minister, to Armenia, in the course of which an agreement on supply of anti-aircraft weapons S-300 was reached.

    \r\n

    November 8-10 - The OSCE Minsk Group Co-Chairmen offered a new plan of settlement of the conflict, based on the principle of «common state». The Azerbaijani side refused to accept this proposal as a basis of resumption of negotiations. Azerbaijan confirmed its readiness to resume negotiations within the framework of the OSCE Minsk Group on the basis of the proposals of the Co-Chairmen of September 19, 1997, on the stage-by-stage settlement of the conflict.

    \r\n

    December 2-3 - The meeting of the OSCE Ministers of Foreign Affairs in Oslo, where the Chairman-in-Office called upon the sides involved in the conflict to resume the negotiations within the framework of the Minsk Group without delay.

    \r\n

    December 16 - Deliver of 5 Russian MiG-29 fighter aircrafts to Armenia.

    \r\n

    1999

    \r\n

    February 26 - Additional deliver of 5 MiG-29 fighter aircrafts and surface-to-air missile systems S-300 to Armenia.

    \r\n

    March 11 - It was adopted the resolution on «Support of peace process in Caucasus» on the plenary meeting of the European Parliament for supporting of the peace plan offered by Minsk Group and continuation of the efforts for long-termed settlement of the conflict.

    \r\n

    March 19 - Milli Majlis (Parliament) of the Republic of Azerbaijan appealed to the European Parliament, criticizing some provisions of the resolution on «Support of peace process in Caucasus».

    \r\n

    April, 2 - Meeting between the presidents of Azerbaijan and Armenia H. Aliyev and R. Kocharian was held in Moscow. The arrangement about intensification of contacts and opinion exchange for seeking of ways for conflict settlement was reached between the presidents.

    \r\n

    April, 24 - Meeting between the presidents of Azerbaijan and Armenia H. Aliyev and R. Kocharian was held in Washington through mediation M. Albright. There was put proposals for development of regional cooperation and measures for strengthening of confidence. As a result, Washington declaration was adopted.

    \r\n

    May, 25 - Hearings on Armenian-Azerbaijani conflict settlement at the meeting of EC PA Commission on political issues. Speaker of Azerbaijan parliament M. Aleskerov and leader of Azerbaijani population of Nagorniy Karabakh N. Bakhmanov addressed the meeting, stating position of Azerbaijan.

    \r\n

    June, 14 - Units of armed forces of Armenia violated cease-fire regime and attacked positions of Azerbaijani troops along the Contact line in Negorno-Karabakh region. In connection with this incident UN Secretary-General, OSCE Chairman-in-Office, US State Department and Foreign Ministry of Russian Federation issued statements.

    \r\n

    June, 18 - Additional delivery of 4 fighters MiG-29 by Russia to Armenia. Foreign Ministry of Georgia made a protest in connection with violation of airspace of the country by these fighters.

    \r\n

    June, 28 - July, 1 - There was adopted two statements at the XXVI conference of foreign ministries of OIC member-states: 1. About aggression of Republic of Armenia against Republic of Azerbaijan 2. About demolition and destruction of Islamic historic and cultural monuments in the occupied territories of the Azerbaijan Republic as a result of aggression of the Republic of Armenia against the Republic of Azerbaijan

    \r\n

    July, 16 - Meeting of the presidents of Azerbaijan and Armenia in Geneva. Opinion exchange on conflict settlement.

    \r\n

    August, 22 - Meeting between the presidents of Azerbaijan and Armenia in Geneva. Consultations for seeking of ways for the conflict settlement were contiued. As a result of negotiations, instructions on providing the measures for strengthening of cease-fire regime and resumption of negotiations within the frames of OSCE Minsk Group was given to foreign and defense ministries of two countries.

    \r\n

    September, 1-2 - Visit of OSCE Minsk Group co-chairmen representing USA and Russian Federation K. Kavanaugh and N. Gribkov to Baku with the aim to study the situation in the region.

    \r\n

    September, 10 - During the international conference «Baltic-Black Sea Cooperation: Towards an Integrated 21st Century Europe Without Dividing Lines» in Yalta, meeting between the presidents of Azerbaijan and Armenia was held, and opinion exchange on issues of strengthening of existing cease-fire regime and seeking of the ways of peace settlement conflict was continued. The parties agreed to resume negotiation process within the framework of OSCE Minsk Group.

    \r\n

    September, 14 - The meeting of the Ministers of Defence of Armenia and Azerbaijan took place on the border of two countries. The questions on the consolidation of the regime of fire cessation and formation of the measures of confidence, decision of the procedures on the prevention and solution of the incidents along the line of contact were discussed.

    \r\n

    September, 17 - The visit of the Chairman in Office of OSCE K.Vollebek to Baku. OSCE greets the direct negotiations between the Presidents and calls the parts to come to the positive decisions to the beginning of the Summit of OSCE in Istanbul.

    \r\n

    September, 30 - On the USA State Secretary M.Olbright s initiative the meeting of the Ministers of Foreign Affairs of Azerbaijan and Armenia took place in New-York. The consultations on the search of the ways for the renewal of the negotiations in the limits of Minsk group OSCE.

    \r\n

    October, 9 - 50000 meeting of the oppositional forces of Azerbaijan under the slogan. \"Freedom for Karabakh\" took place in Baku.

    \r\n

    October, 11 - The meeting of the Presidents of Azerbaijan and Armenia in Sadarak of the Autonomic Republic of Nakhchivan. The exchange of opinions on the complex of the questions of the settling of the conflict. At the same day the meeting of the Ministers of Armenia and Azerbaijan took place.

    \r\n

    October, 12 - In the course of the session of the Council on the co-operation of EU and Transcaucasian Republics the meeting of the Ministers of Foreign Affairs of Azerbaijan and Armenia took place in Luxemburg. The consultations on the decisions of the methods of the removal of the conflict and of the condition of the settlement were held.

    \r\n

    October, 20-21 - The visit of the Special Adviser of the USA State Secretary on the questions of NIS S.Sistanovich to the region. The aim of the visit is the discussion of the questions of economical development of the region and of the perspectives of the settlement of the conflict.

    \r\n

    October, 22 - Additional supplying of 4 MiG-29 to Armenia.The total quantity of the warplanes MiG-29 and MiG-25 supplied by Russia was 18. Also 2 tons of the spare parts for RLS equipments and of the equipments of the communication.

    \r\n

    October, 26-27 - The visit of the First Deputy of the USA State Secretary S. Telbott to the region.The aim of the visit is the acquaintance with the situation in the region and with the discussion of the perspective of the conclusion of an agreement in Istanbul Summit of OSCE with the aim of the renewal of the negotiations on the peace settlement of the conflict.

    \r\n

    November, 18-19 - The meeting of the Heads of the States and of the Heads of the Governments of the States members of OSCE in Istanbul.It was underlined once more in the total document of the Istanbul Summit of OSCE and in the report of the Chairman in Office that Minsk group was the most suitable organization for the settlement of Karabakh problem and greeted the continuation of the dialogue of two Presidents,called to add the Minsk process. In the course of the Summit activity the meeting of the Presidents of Azerbaijan and Armenia in the presence of of OSCE and the Ministers of Foreign Affairs of the countries-co-chairman of MG of OSCE took place.

    \r\n

    November, 24 - The meeting of the Ministers of Defence of Azerbaijan and Armenia took place in Moscow.In the course of the meeting the measures on the consolidation of the existing regime of fire cessation and of the weakening of the tension in the line of contact were discussed.

    \r\n

    December, 13-15 - The first visit of the new body of Co-presidency of OSCE to the region took place.It was declared by the Co-presidency of MG about the beginning of the work at new suggestions and that they would pay important attention to the reconstraction and to the economic development of the region in the their activity.

    \r\n

    December, 14-15 - The meeting of the Speakers of the Parliaments of the states of South Caucasus took place in Paris. The perspectives of the economic co-operation and of the settlement of the conflicts in the region were discussed.

    \r\n

    2000

    \r\n

    January, 24-28 - In the course of the Summit of the Heads of the countries and of the Heads of the Governments of the countries of CIS in Moscow and in the World Economic Forum in Davos the meetings of the Presidents of Azerbaijan and Armenia took place. The consultations on the search of the peace settlement of the conflict were continued at the meetings.

    \r\n

    February, 18 - The consultations of the Co-chairmen of MG of OSCE with the leadership of, and with the representatives of the International Financial Institutions at which the agreementfor their participation in the program on after the conflict rehabilitation of the region and on the return of the refugees after the signing of the peace treaty took place in Geneva.

    \r\n

    June, 20 - In Moscow in the course of the Summit of the Heads of the countries of CIS the meetings of the Presidents of Azerbaijan,Armenia,Georgia and of the RF took place. The consultations on the search of the peace settlement of the conflict in the South Caucasus were continued at the meetings.

    \r\n

    July, 3-5 - The visit of the Co-presidency of MG ofOSCE to the region took place. In the course of the visit it was declared that to its activity on the settlement of the conflict by the Co-presidency of MG of OSCE would be paid important attention to the economic attention.

    \r\n

    November, 30 - In Minsk in the course of the Summit of the Heads of the countries of CIS the meeting of the President of Azerbaijan H. Aliyev and of the President of Armenia R. Kocharyan took place. The understanding about the intensification of the meetings was attained at the meeting. As the President of Armenia R. Kocharyan noticed,the Presidential elections must be held in 2003 in both states. In connection with it, it is necessary to attain the certain result at the negotiations till the beginning of the pre-election campaign.

    \r\n

    2001

    \r\n

    January 26 - At the President Jacques Chiraq\'s initiative the meeting of the Presidents of Azerbaijan H. Aliyev and Armenia R. Kocharyan took place in Paris. Both Presidents characterized their bilateral negotiations in Paris as \"rather positive\",having informed,that they outlined the plan of the following meetings in the very near future. They also thanked the President of the Republic of France for the constructive mediation at the negotiations. Paris meeting became the important stimulus in the making more active of the bilateral dialogue -thus was the common opinion of the Heads of Azerbaijan and Armenia.

    \r\n

    March, 4 - The meeting between President of Azerbaijan Heydar Aliyev and President of Armenia Robert Kocharyan took place in Paris in palace \"Marini\". The presidents of the two countries had a wide-range discussion on the settlement of the Armenian-Azerbaijani, Nagorno-Karabakh conflict. They stated that it was necessary to continue the dialog\r\n\r\nue in order to find compromise options. President of Azerbaijan Heydar Aliyev, who discussed with President of Armenia Robert Kocharyan the problems of direct negotiations, underlined the importance of increasing the efforts of the Co-chairs of the OSCE Minsk Group - the USA, Russia and France. The presidents of both countries drew attention to the importance of increasing the efforts and activity of the OSCE aimed at the peaceful settlement of the Armenian-Azerbaijani conflict. They unanimously confirmed their adherence to negotiations within the OSCE Minsk Group as well as to direct negotiations between presidents of Armenia and Azerbaijan.

    \r\n

    April, 3-7 - At the invitation of the OSCE Minsk Group Co-chairmen President of Azerbaijan Heydar Aliyev and President of Armenia Robert Kocharyan met in Key West (USA, Florida) in order to participate in the peaceful negotiations on the settlement of the Nagorno-Karabakh conflict.

    \r\n

    The concrete work here was based on the talks between the two presidents in Paris on January 25 held at the initiative of the President of France Jacques Chiraq. During 4 days of work there were serious and intensive discussions within new framework. The full cooperation between American, Russian and French Co-chairmen, as active mediators, contributed to this framework. The Co-chairmen began to prepare a new comprehensive proposal, which addresses all problems and needs identified by both presidents for the achievement of peace. During the negotiations the Co-chairmen continued their work on the elaboration of the peaceful proposal directly with Presidents of the two countries. The US Secretary of State Colin Powell took part in the first day of negotiations.

    \r\n

    May, 31 - At the CIS Summit in Minsk the trilateral meeting among President of Azerbaijan Heydar Aliyev, President of Armenia Robert Kocharyan and President of Russia Vladimir Putin was held. During the meeting the three presidents discussed the problem of the peaceful settlement of Armenian-Azerbaijani, Nagorno-Karabakh conflict.

    \r\n

    August, 1 - At the informal Summit of the CIS countries in Sochi President of Azerbaijan Heydar Aliyev and President of Armenia Robert Kocharyan held a bilateral meeting. During the meeting they had a wide discussion on the problem of the peaceful settlement of Armenian-Azerbaijani conflict.




    ','',1,0,0,0,'2010-03-15 11:23:41',62,'','2010-03-15 22:22:17',62,0,'0000-00-00 00:00:00','2010-03-15 11:23:41','0000-00-00 00:00:00','','','show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,5,'','',0,4,'robots=\nauthor='),(49,'Embassy','embassy-of-the-republic-of-azerbaijan-in-georgia','','

     

    \r\n

     

    \r\n

    Embassy

    \r\n

    of the Republic of Azerbaijan in Georgia

    \r\n

     

    \r\n

     

    \r\n

    Dr. of Law, Professor Namig Aliyev – Ambassador Extraordinary and Plenipotentiary of the Republic of Azerbaijan in Georgia

    \r\n

     

    \r\n

    Shovgi Mehtizade – Counsellor and Press-secretary

    \r\n

    Major-General Elbrus Orudjev – Military Attaché

    \r\n

    Adil Efendiyev– 1st Secretary

    \r\n

    Parviz Enverli - 1st Secretary on customs issues

    \r\n

    Farhad Mammedov– Consul

    \r\n

    Vasif Badalov – Attaché

    \r\n

    Samir Ahmedli – Attaché

    \r\n

    Fakhri Hagiyev – Attaché on Cultural and Humanitarian issues

    \r\n

    Riyad Mukhtarov – Chief of administration

    \r\n

    Nihad Rahimov – Accountant

    \r\n

     

    ','',1,0,0,0,'2010-03-15 20:18:37',62,'','2010-03-15 20:20:14',62,0,'0000-00-00 00:00:00','2010-03-15 20:18:37','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,4,'','',0,19,'robots=\nauthor='),(50,'Azerbaijan-Georgia Relationship','azerbaijan-georgian','','

     

    \r\n

    Azerbaijan - Georgia Relationships

    \r\n

     

    \r\n

    Establishment of diplomatic relations - November 18, 1992

    \r\n

     

    \r\n

    Azerbaijani official’s visits to Georgia

    \r\n

    Visits of President

    \r\n

    March 8-10, 1996
    Official visit of Mr. H.Aliyev

    \r\n

    January, 1998
    Participation of Mr H.Aliyev at the 70-th anniversary of President Mr. E.Shevardnadze

    \r\n

    March 22-23, 2000
    Official visit of President Mr. H.Aliyev

    \r\n

    June 14-15, 2004
    Official visit of President Mr. I.Aliyev

    \r\n

    Visits of President of Azerbaijan Parliament

    \r\n

    May 5-6, 1998
    Visit of Mr. M.Aleskerov, President of Milli Majlis on the occasion of celebration of 80th nniversary of Azerbaijan Republic

    \r\n

    September 14-15, 1999
    Participation of Mr. M.Aleskerov, President of Milli Majlis at the seminar organized by Parlament Assambly of Council of Europe at Tbilisi

    \r\n

    October 13-14, 2000
    Participation of Mr. M.Aleskerov, President of Milli Majlis in Tbilisi at the seminar “South Caucasus in the big Europe” organized by R.Schuman Fondation and Council of Europe

    \r\n

    October 22-24, 2001
    Participation of Mr. M.Aleskerov, President of Milli Medjlis in Tbilisi at the meeting of Azerbaijan, Georgian and Armenian Parlament’s Presidents organized by President of Senat of France Mr. K.Poncelet

    \r\n

    Visit of Prime-Minister

    \r\n

    December 26-27, 1997
    Visit of Prime-Minister Mr. A.Rasi-zade

    \r\n

    Visits of Minister of Foreign Affairs

    \r\n

    December 25-26, 1996
    Official visit of Mr. H.Hasanov, Minister of Foreign Affairs

    \r\n

    August 29-30, 1999
    Official visit of Mr.T.Zulfuqarov, Minister of Foreign Affairs

    \r\n

    October 5-6, 2000
    Visit of Mr. V.Quliyev in the frame of International conference “Georgia and its partners: the directions of a new millennium”

    \r\n

    September 28-29, 2004
    official visit of Mr.E.Mammadyarov, Minister of Foreign Affairs

    \r\n

     

    \r\n

    Georgian leadership’s visits to Azerbaijan

    \r\n

    Visits of President

    \r\n

    February 3-4, 1993
    Offcial visit of Mr E.Shevardnadze President of Georgian Parliament, Head of State

    \r\n

    February 18-20, 1997
    Official visit of President Mr E.Shevardnadze

    \r\n

    September 7-8, 1998
    Participation of President Mr. E.Shevardadze at an Intenational Conference on restoration of historic silk road

    \r\n

    September 29, 2001
    Official visit of President E.Shevardnadze

    \r\n

    September 17-18, 2002
    Visit of President Mr. E.Shevardnadze on the occasion of groundbreaking of the BTC pipeline

    \r\n

    October 31, 2003
    Visit of President Mr E.Shevardnadze on the occasion of President I.Aliyev’s inauguration

    \r\n

    March 04-05, 2004
    visit of Mr. M.Saakashvili, President of Georgia

    \r\n

    Visits of President of Parlament

    \r\n

    April 11-13, 1996
    Visit of Mr. Z.Jvaniya, President of Georgian Parlament

    \r\n

    July 12-13, 1996
    Visit of Mr. Z.Jvaniya, President of Georgian Parlament

    \r\n

    November 8, 1996
    Visit of Mr. Z.Jvaniya, President of Georgian Parlament

    \r\n

    May 18-19, 1998
    Visit of Mr. Z.Jvaniya, President of Georgian Parlament

    \r\n

    Visits of Prime-Minister

    \r\n

    November 9-10, 1998
    Visit of Prime-Minister V.Lordkipanidze

    \r\n

    December 27, 2003
    Visit of Prime Minister Z.Jvaniya

    \r\n

    September 20, 2004
    Visit of Prime Minister Z.Jvaniya on occasion of 10 anniversary of Contract of the Century

    \r\n

    Security Council Secretary

    \r\n

    October 29, 2004
    Visit of Q.Bejuasvili, Security Council Secretary

    \r\n

    Visits of Minister of Foreign Affairs

    \r\n

    February, 1994
    Visit of Mr. A.Tchiklaidze, Minister of Foreign Affairs

    \r\n

    January 6, 1996
    Official visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    July 22-23, 1996
    Visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    February 8-10, 1997
    Visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    April 8-9, 1997
    Official visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    May 20-21, 1997
    Official visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    July 6-8, 1998
    Official visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    February 14-22, 2000
    Foreign Minister I.Minagarishvili’s in the frames of negotiations on the BTC pipeline

    \r\n

    February 12-14, 2001
    Official visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    August 13-16, 2001
    Visit of Mr. I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    September 21, 2001
    Visit of Mr I.Minagarishvili, Minister of Foreign Affairs

    \r\n

    May 01-02, 2004

    isit of Mr S.Zurabishvili, Minister of Foreign Affairs

    \r\n

     

    \r\n

    Trade Turnover

    \r\n

    Volume of trade turnover between Azerbaijan and Georgia was $139,305,8 in january-september 2004. Trade links (data given in figures) between two countries were as follow:
    Import: $10,142,1
    Export: $129,163,7
    Balance: $119021,7



    \r\n

     

    ','',1,0,0,0,'2010-03-15 20:44:53',62,'','2010-03-15 22:18:15',62,0,'0000-00-00 00:00:00','2010-03-15 20:44:53','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',5,0,3,'','',0,17,'robots=\nauthor='),(51,'Consulate Issues','consulate-issues','','

     

    \r\n

     

    \r\n

    Consulate

    \r\n

    of the Republic of Azerbaijan in Georgia

    \r\n

     

    \r\n

    Visa requirements

    \r\n

    The period of its validity is established for the single entry-exit visa from three days to three months, and for multiple entry-exit visas up to one year. If the visa is not used within this period it becomes invalid.

    \r\n

    A return visa might be given to foreigners who have a personal passport if they apply for it when leaving the Republic of Azerbaijan to return for a period of up to one month. This visa becomes invalid if not used within six months from the date of exit from the Republic of Azerbaijan.

    \r\n

    A single or multiple transit visa is granted to foreigners going to other countries but passing through the territory of Republic of Azerbaijan. If the transit visa has no notes or seals about non-stop passage, the bearer has the right to stay in the Republic of Azerbaijan for not longer than five days.

    \r\n

    An exit visa is issued to foreigners after they have complied with the appropriate rules on residency in the Republic of Azerbaijan. An exit visa is given without the payment of any state duty.

    \r\n

    Foreigners wishing to prolong their visas in order to stay longer in the Republic of Azerbaijan, must do so in advance, before the expiration of the period indicated in their current visa.

    \r\n

     

    \r\n

    The following documents must be submitted to obtain a visa from the Consular Department of the Embassy of the Republic of Azerbaijan:

    \r\n

    - one copy of the completed visa application form (application forms may be photocopied);
    - original passport or re-entry permit (no copies accepted);
    - one passport-size photograph attached to the application form;
    - receipt for the payment of duty;
    - a letter of invitation from the receiving Party

    \r\n

    Foreign citizens arriving by aircraft without an entry visa to the Republic of Azerbaijan can obtain a single-entry visa for a short period of time at \"Heydar Aliyev\" International airport in Baku.

    \r\n

    The following documents are required in addition to payment of the duty:
    a) one copy of the completed visa application form (application forms may be photocopied) one
    b) one passport-size photograph or a photocopy of the passport data.

    \r\n

     

    ','',1,0,0,0,'2010-03-15 20:57:47',62,'','2010-03-15 21:01:44',62,0,'0000-00-00 00:00:00','2010-03-15 20:57:47','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',2,0,2,'','',0,13,'robots=\nauthor='),(52,'Useful links','useful-links','','

     

    \r\n

    Useful links

    \r\n

    Goverment

    \r\n

     

    \r\n

    President of the Republic of Azerbaijan

    \r\n

    Milli Majlis of the Republic of Azerbaijan

    \r\n

    Ministry of Economic Development

    \r\n

    Ministry of Youth, Sport and Tourism

    \r\n

    Ministry of Labor and Social Protection of Population

    \r\n

    Ministry of Taxes

    \r\n

    Ministry of Justice

    \r\n

    Ministry of Finance

    \r\n

    Ministry of Communication and Information Technologies

    \r\n

    State Customs Committee

    \r\n

    State Committee on the Work with Azerbaijanians Living in the Foreign Countries

    \r\n

    State Commission on Prisoners of War, Hostages and Missing Persons

    \r\n

    State Committee on the Work with Religious Associations

    \r\n

    State Students Admission Commission

    \r\n

    State Statistics Committee

    \r\n

    State Oil Fund

    \r\n

    Central Election Committee

    \r\n

    National Bank

    \r\n

     

    \r\n

     

    \r\n

     

    \r\n

    Diplomatic Missions of Azerbaijan

    \r\n

     

    \r\n

    Embassy in Austria (also accredited to OSCE, UNOV, UNIDO, IAEA, CTBTO)

    \r\n

    Embassy in Belgium (also accredited in Netherlands and Luxemburg)

    \r\n

    Embassy in Canada

    \r\n

    Embassy in China (also accredited in Mongolia, North Korea, South Korea and Vietnam)

    \r\n

    Embassy in Egypt (also accredited in Lebanon and Syria)

    \r\n

    Embassy in France

    \r\n

    Embassy in Georgia

    \r\n

    Embassy in Germany

    \r\n

    Embassy in Greece

    \r\n

    Embassy in Hungary

    \r\n

    Embassy in Iran (also accredited to ECO)

    \r\n

    Embassy in Italy

    \r\n

    Embassy in Kazakhstan

    \r\n

    Embassy in Kuwait

    \r\n

    Embassy in Pakistan

    \r\n

    Embassy in Romania

    \r\n

    Embassy in Russia

    \r\n

    Embassy in Saudi Arabia

    \r\n

    Embassy in Switzerland (also accredited to UNOG)

    \r\n

    Embassy in Turkey

    \r\n

    Embassy in Turkmenistan

    \r\n

    Embassy in UAE

    \r\n

    Embassy in USA (also accredited in Canada and Mexico)

    \r\n

    Embassy in Uzbekistan

    \r\n

    Mission to United Nations

    \r\n

    Mission to NATO (also accredited to OPCW)

    \r\n

    Consulate General in Istanbul


    \r\n

     

    ','',1,0,0,0,'2010-03-15 21:02:07',62,'','2010-03-15 21:14:28',62,0,'0000-00-00 00:00:00','2010-03-15 21:02:07','0000-00-00 00:00:00','','','show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=0\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',4,0,1,'','',0,13,'robots=\nauthor='),(53,'В ночь с 25 на 26 февраля 1992 года','1','','

     

    \r\n

    В ночь с 25 на 26 февраля 1992 года армянские оккупационные войска совместно с 366-м мотострелковым полком советских войск, дислоцированным в Ханкенди (в то время Степанакерт) подвергли окруженный со всех сторон азербайджанский город Ходжалы массированному обстрелу из всех видов артиллерийских систем, а затем оккупировали и этот город в Нагорном Карабахе Азербайджана, который находился на расстоянии 23 км от Ханкенди.

    \r\n

    \r\n

    \r\n','\r\n

    \r\n

     

    \r\n

     

    \r\n

     

    \r\n

    Мирное население города, которое составляло большинство находившихся в городе, пыталось ночью покинуть город и в темноте пробраться к другим азербайджанским населенным пунктам. В результате атак армянских бандформирований на мирное население 613 невинных людей были зверски убиты, 487 тяжело ранены, 1275 взяты в плен и затем пропали без вести, целых 8 семей были специально полностью уничтожены. Среди убитых было 106 женщин, 83 ребенка, 70 стариков, 25 детей потеряли обоих родителей, 130 - одного родителя.

    \r\n

    Операцией по уничтожению азербайджанского города лично руководил действующий президент Армении Серж Саргсян, командиром 2-го батальона, отличившегося особой жестокостью, был нынешний министр обороны Армении Сейран Оганян, общее руководство военными действиями в Карабахе осуществлял бывший президент Армении Роберт Кочарян. Также особым зверством при захвате мирного города отличился полевой командир Монте Мелконян, бывший руководитель международной армянской террористической организации АСАЛА.

    \r\n

    Предисторию оккупации Карабаха и геноцида в Ходжалы следует искать в событиях 200 вековой давности, когда армяне начали массово заселяться на землях, где проживали азербайджанцы, грузины, абхазы и другие народы Кавказа. Авторы так называемого «права народа Карабаха на самоопределение» не указывают, почему во время предоккупационной подготовки армяне разрушили монумент, установленный недалеко от Ханкенди в советское время в честь 150-летия переселения армян в Карабах царской Россией. Авторы сценария не пожалели собственный народ ради достижения своих целей. Основной целью и философией такого рода расселения в регионе является создание моноэтнических регионов на Кавказе, примером чего уже является Армения, Нагорная часть Карабаха, Абхазский регион Грузии и другие известные регионы, где они компактно проживают.

    \r\n

    В отличие от Армении все страны региона являются полиэтническими, самой важной особенностью наших стран является этническая и религиозная толерантность. В Баку до сих пор живут более 35 тыс. армян, в то время как Армения выдавила из страны все другие народы.

    \r\n

    Азербайджан всегда был сторонником мирного решения конфликта, до конца будет требовать справедливой оценки геноциду в Ходжалы, где людей убивали только потому, что они – азербайджанцы. Эта трагедия показала истинное лицо тех, кто по всему миру пытается добиться признания так называемого «геноцида 1915-го года».

    \r\n

    Сегодня Азербайджан в лице жертв Ходжалы чтит память всех своих граждан разных национальностей, которые были убиты только за то, что хотели жить в многонациональной процветающей стране.

    \r\n

    Светлая память погибших побудила молодежь Азербайджана начать кампанию под девизом «Справедливость для Ходжалы - Свобода для Карабаха». Компания начата в феврале 2009-го года и проводится во всех странах мира по инициативе и поддержке национального координатора Азербайджана по межкультурному диалогу среди молодежи госпожи Лейлы Алиевой. В рамках кампании принята декларация и осуществляется сбор подписей в поддержку справедливой политической и правовой оценки Ходжалинского геноцида. Наибольшую поддержку компании оказывают братские и дружеские для Азербайджана страны. С февраля 2010-го года компания будет проводиться и в Грузии, которая сегодня, страдая от сепаратизма и этнических чисток, фактически делит с Азербайджаном одинаковую судьбу. В компании по сбору подписей участвуют представители интеллигенции и представители других слоев Грузинского общества различных национальностей и конфессий. Координатором компании в Грузии является культурный центр азербайджанцев “Varlıq” (Достояние).

    \r\n

    В этой связи при поддержке Посольства Азербайджанской Республики в Грузии и офиса Губернатора Квемо Картли будут проведены презентации компании в Дманиси и Марнеули 23 февраля 2010-го года. Главные мероприятия пройдут 24 февраля 2010-го года в г.Тбилиси, которые начнутся с возложения цветов к бюсту общенационального лидера Азербайджанского народа и искренного друга Грузии Гейдара Алиева в парке, носящем его имя. Затем будет проведена презентация компании по сбору подписей и официального веб сайта www.justiceforkhojaly.ge в культурном центре азербайджанцев “Varlıq”, после чего азербайджанские бизнесмены проведут встречу в поддержку компании. Завершающим мероприятием станет симфонический концерт в память жертвам геноцида в Ходжалы в исполнении азербайджанского оркестра, состоящего из произведений азербайджанских и грузинских композиторов. Перед концертом со вступительным словом выступит Посол Азербайджанской Республики в Грузии Намик Алиев.

    \r\n

     

    \r\n

     

    ',1,6,0,36,'2010-03-16 22:20:47',62,'','2010-03-16 22:24:22',62,0,'0000-00-00 00:00:00','2010-03-16 22:20:47','0000-00-00 00:00:00','','','show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=',3,0,1,'','',0,0,'robots=\nauthor='); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content` ENABLE KEYS */; -- -- Table structure for table `jos_content_frontpage` -- DROP TABLE IF EXISTS `jos_content_frontpage`; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content_frontpage` -- /*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */; LOCK TABLES `jos_content_frontpage` WRITE; INSERT INTO `jos_content_frontpage` VALUES (45,1),(6,2),(44,3),(5,4),(9,5),(30,6),(16,7); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */; -- -- Table structure for table `jos_content_rating` -- DROP TABLE IF EXISTS `jos_content_rating`; CREATE TABLE `jos_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content_rating` -- /*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */; LOCK TABLES `jos_content_rating` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro` -- DROP TABLE IF EXISTS `jos_core_acl_aro`; CREATE TABLE `jos_core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_aro` -- /*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro` WRITE; INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_groups` -- DROP TABLE IF EXISTS `jos_core_acl_aro_groups`; CREATE TABLE `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_aro_groups` -- /*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_groups` WRITE; INSERT INTO `jos_core_acl_aro_groups` VALUES (17,0,'ROOT',1,22,'ROOT'),(28,17,'USERS',2,21,'USERS'),(29,28,'Public Frontend',3,12,'Public Frontend'),(18,29,'Registered',4,11,'Registered'),(19,18,'Author',5,10,'Author'),(20,19,'Editor',6,9,'Editor'),(21,20,'Publisher',7,8,'Publisher'),(30,28,'Public Backend',13,20,'Public Backend'),(23,30,'Manager',14,19,'Manager'),(24,23,'Administrator',15,18,'Administrator'),(25,24,'Super Administrator',16,17,'Super Administrator'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_aro_map`; CREATE TABLE `jos_core_acl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(230) NOT NULL default '0', `value` varchar(100) NOT NULL default '', PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_aro_map` -- /*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_map` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_aro_sections` -- DROP TABLE IF EXISTS `jos_core_acl_aro_sections`; CREATE TABLE `jos_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_aro_sections` -- /*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */; LOCK TABLES `jos_core_acl_aro_sections` WRITE; INSERT INTO `jos_core_acl_aro_sections` VALUES (10,'users',1,'Users',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */; -- -- Table structure for table `jos_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`; CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */; LOCK TABLES `jos_core_acl_groups_aro_map` WRITE; INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_log_items` -- /*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */; LOCK TABLES `jos_core_log_items` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */; -- -- Table structure for table `jos_core_log_searches` -- DROP TABLE IF EXISTS `jos_core_log_searches`; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_log_searches` -- /*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */; LOCK TABLES `jos_core_log_searches` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */; -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_groups` -- /*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */; LOCK TABLES `jos_groups` WRITE; INSERT INTO `jos_groups` VALUES (0,'Public'),(1,'Registered'),(2,'Special'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */; -- -- Table structure for table `jos_menu` -- DROP TABLE IF EXISTS `jos_menu`; CREATE TABLE `jos_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(75) default NULL, `name` varchar(255) default NULL, `alias` varchar(255) NOT NULL default '', `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL default '0', `rgt` int(11) unsigned NOT NULL default '0', `home` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_menu` -- /*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */; LOCK TABLES `jos_menu` WRITE; INSERT INTO `jos_menu` VALUES (1,'mainmenu','Welcome from Ambassador','home','index.php?option=com_content&view=article&id=46','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=0\nfeed_summary=\npage_title=\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,1),(2,'mainmenu','Embassy','emb','index.php?option=com_content&view=article&id=49','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(41,'mainmenu','Photo Gallery','photo','index.php?option=com_content&view=section&id=3','component',1,0,20,0,6,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\norderby=\norderby_sec=\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(11,'othermenu','Press Release 2010','press','index.php?option=com_content&view=category&id=36','component',1,0,20,0,1,62,'2010-03-16 22:27:14',0,0,0,3,'display_num=10\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\nshow_noauth=\nshow_title=1\nlink_titles=1\nshow_intro=1\nshow_section=1\nlink_section=1\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(12,'othermenu','Press Release 2009','press-r','','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(13,'othermenu','Press Release 2008','pressre','','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(14,'othermenu','Press Release 2007','pr','','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(15,'othermenu','Press Release 2006','pr6','','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(16,'othermenu','Press Release 2005','pr5','','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,6,'menu_image=-1\n\n',0,0,0),(17,'othermenu','Articles and Interviews','administrator','administrator/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(18,'topmenu','Consulate Issues','consulate','index.php?option=com_content&view=article&id=51','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'show_noauth=\nshow_title=0\nlink_titles=\nshow_intro=\nshow_section=0\nlink_section=\nshow_category=0\nlink_category=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(20,'usermenu','Your Details','your-details','index.php?option=com_user&view=user&task=edit','component',1,0,14,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(24,'usermenu','Logout','logout','index.php?option=com_user&view=login','component',1,0,14,0,4,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(38,'conflict','UN Resolutions','un','index.php?option=com_content&view=article&id=24','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(27,'mainmenu','Azerbaijan-Georgian Relationship','relationship','index.php?option=com_content&view=article&id=50','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(28,'topmenu','Home','home','index.php?option=com_content&view=article&id=46','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(29,'topmenu','Embassy','embassy','index.php?option=com_content&view=article&id=49','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(30,'topmenu','Contact','contact','index.php?option=com_content&view=article&id=27','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(34,'mainmenu','What\'s New in 1.5?','what-is-new-in-1-5','index.php?option=com_content&view=article&id=22','component',0,27,20,1,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(40,'conflict','Background of the conflict','background','index.php?option=com_content&view=article&id=48','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(37,'mainmenu','Consulate Issues','conculate','index.php?option=com_content&view=article&id=51','component',1,0,20,0,5,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(43,'conflict','Annex to the OSCE','annex','index.php?option=com_content&view=article&id=43','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(44,'ExamplePages','Section Blog','section-blog','index.php?option=com_content&view=section&layout=blog&id=3','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(45,'ExamplePages','Section Table','section-table','index.php?option=com_content&view=section&id=3','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nnlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(46,'ExamplePages','Category Blog','categoryblog','index.php?option=com_content&view=category&layout=blog&id=31','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(47,'ExamplePages','Category Table','category-table','index.php?option=com_content&view=category&id=32','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n',0,0,0),(48,'mainmenu','Contact Information','contact','index.php?option=com_weblinks&view=categories','component',1,0,4,0,8,0,'0000-00-00 00:00:00',0,0,0,0,'image=-1\nimage_align=right\nshow_feed_link=1\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\ntarget=\nlink_icons=\npage_title=Weblinks\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(49,'mainmenu','News Feeds','news-feeds','index.php?option=com_newsfeeds&view=categories','component',0,0,11,0,9,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(50,'mainmenu','Useful Links','links','index.php?option=com_content&view=article&id=52','component',1,0,20,0,7,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(51,'usermenu','Submit an Article','submit-an-article','index.php?option=com_content&view=article&layout=form','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(52,'usermenu','Submit a Web Link','submit-a-web-link','index.php?option=com_weblinks&view=weblink&layout=form','component',1,0,4,0,3,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(53,'conflict','Statements','statements','index.php?option=com_content&view=article&id=43','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(57,'azerbaijan','General Information','general-information','index.php?option=com_content&view=article&id=47','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(56,'mainmenu','The Republic of Azerbaijan','republic','index.php?option=com_content&view=category&layout=blog&id=34','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=1\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=1\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */; -- -- Table structure for table `jos_menu_types` -- DROP TABLE IF EXISTS `jos_menu_types`; CREATE TABLE `jos_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(75) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_menu_types` -- /*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */; LOCK TABLES `jos_menu_types` WRITE; INSERT INTO `jos_menu_types` VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(2,'usermenu','User Menu','A Menu for logged in Users'),(3,'topmenu','Top Menu','Top level navigation'),(4,'othermenu','Resources','Additional links'),(5,'ExamplePages','Example Pages','Example Pages'),(6,'conflict','Armenia-Azerbaijan conflict','This describes some critical information for new Users.'),(8,'azerbaijan','The Republic of Azerbaijan',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */; -- -- Table structure for table `jos_messages` -- DROP TABLE IF EXISTS `jos_messages`; CREATE TABLE `jos_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_messages` -- /*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */; LOCK TABLES `jos_messages` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */; -- -- Table structure for table `jos_messages_cfg` -- DROP TABLE IF EXISTS `jos_messages_cfg`; CREATE TABLE `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_messages_cfg` -- /*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */; LOCK TABLES `jos_messages_cfg` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */; -- -- Table structure for table `jos_migration_backlinks` -- DROP TABLE IF EXISTS `jos_migration_backlinks`; CREATE TABLE `jos_migration_backlinks` ( `itemid` int(11) NOT NULL default '0', `name` varchar(100) NOT NULL default '', `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_migration_backlinks` -- /*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */; LOCK TABLES `jos_migration_backlinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */; -- -- Table structure for table `jos_modules` -- DROP TABLE IF EXISTS `jos_modules`; CREATE TABLE `jos_modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_modules` -- /*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */; LOCK TABLES `jos_modules` WRITE; INSERT INTO `jos_modules` VALUES (1,'Main Menu','',0,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu\nmoduleclass_sfx=_menu\n',1,0,''),(2,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Recent added Articles','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Polls','',1,'right',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'id=14\ncache=1',0,0,''),(17,'User Menu','',3,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,1,1,'menutype=usermenu\nmoduleclass_sfx=_menu\ncache=1',1,0,''),(18,'Login Form','',8,'left',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'greeting=1\nname=0',1,0,''),(19,'Latest News','',4,'user1',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'cache=1',1,0,''),(20,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0,''),(21,'Who\'s Online','',1,'right',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0,''),(22,'Popular','',6,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'cache=1',0,0,''),(23,'Archive','',9,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'cache=1',1,0,''),(24,'Sections','',10,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'cache=1',1,0,''),(25,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0,''),(26,'Related Items','',11,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0,''),(27,'Search','',1,'user4',0,'0000-00-00 00:00:00',0,'mod_search',0,0,0,'cache=1',0,0,''),(28,'Random Image','',9,'right',0,'0000-00-00 00:00:00',0,'mod_random_image',0,0,1,'',0,0,''),(29,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'cache=1\nmenutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0,''),(30,'Banners','',1,'footer',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,0,'target=1\ncount=1\ncid=1\ncatid=33\ntag_search=0\nordering=random\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n',1,0,''),(31,'Media','',0,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=othermenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(32,'Wrapper','',12,'left',0,'0000-00-00 00:00:00',0,'mod_wrapper',0,0,1,'',0,0,''),(33,'Footer','',2,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,0,'cache=1\n\n',1,0,''),(34,'Feed Display','',13,'left',0,'0000-00-00 00:00:00',0,'mod_feed',0,0,1,'',1,0,''),(35,'Breadcrumbs','',1,'breadcrumb',0,'0000-00-00 00:00:00',1,'mod_breadcrumbs',0,0,1,'moduleclass_sfx=\ncache=0\nshowHome=1\nhomeText=Home\nshowComponent=1\nseparator=\n\n',1,0,''),(36,'Syndication','',3,'syndicate',0,'0000-00-00 00:00:00',1,'mod_syndicate',0,0,0,'',1,0,''),(38,'Advertisement','',3,'right',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,1,'target=1\ncount=4\ncid=0\ncatid=14\ntag_search=0\nordering=0\nheader_text=Featured Links:\nfooter_text=Ads by Joomla!\nmoduleclass_sfx=_text\ncache=0\ncache_time=900\n\n',0,0,''),(39,'Example Pages','',5,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=ExamplePages\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n',0,0,''),(40,'Armenia-Azerbaijan conflict','',0,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=conflict\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''),(41,'Welcome to Joomla!','

    Congratulations on choosing Joomla! as your content management system. To help you get started, check out these excellent resources for securing your server and pointers to documentation and other helpful resources.

    Security

    On the Internet, security is always a concern. For that reason, you are encouraged to subscribe to the Joomla! Security Announcements for the latest information on new Joomla! releases, emailed to you automatically.

    If this is one of your first Web sites, security considerations may seem complicated and intimidating. There are three simple steps that go a long way towards securing a Web site: (1) regular backups; (2) prompt updates to the latest Joomla! release; and (3) a good Web host. There are many other important security considerations that you can learn about by reading the Joomla! Security Checklist.

    If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the Joomla! Security Task Force.

    Learning Joomla!

    A good place to start learning Joomla! is the \"Absolute Beginner\'s Guide to Joomla!.\" There, you will find a Quick Start to Joomla! guide and video, amongst many other tutorials. The Joomla! Community Magazine also has articles for new learners and experienced users, alike. A great place to look for answers is the Frequently Asked Questions (FAQ). If you are stuck on a particular screen in the Administrator (which is where you are now), try clicking the Help toolbar button to get assistance specific to that page.

    If you still have questions, please feel free to use the Joomla! Forums. The forums are an incredibly valuable resource for all levels of Joomla! users. Before you post a question, though, use the forum search (located at the top of each forum page) to see if the question has been asked and answered.

    Getting Involved

    If you want to help make Joomla! better, consider getting involved. There are many ways you can make a positive difference. Have fun using Joomla!.

    ',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_custom',0,2,1,'moduleclass_sfx=\n\n',1,1,''),(42,'Joomla! Security Newsfeed','',6,'cpanel',62,'2008-10-25 20:15:17',1,'mod_feed',0,0,1,'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n',0,1,''),(44,'The Republic of Azerbaijan','',0,'right',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=azerbaijan\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n',0,0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */; -- -- Table structure for table `jos_modules_menu` -- DROP TABLE IF EXISTS `jos_modules_menu`; CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_modules_menu` -- /*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */; LOCK TABLES `jos_modules_menu` WRITE; INSERT INTO `jos_modules_menu` VALUES (1,0),(16,1),(17,0),(18,1),(19,1),(19,2),(19,4),(19,27),(19,36),(21,1),(22,1),(22,2),(22,4),(22,27),(22,36),(25,0),(27,0),(29,0),(30,0),(31,0),(32,0),(33,0),(34,0),(35,0),(36,0),(38,0),(39,44),(39,45),(39,46),(39,47),(40,0),(43,0),(44,56),(44,57); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */; -- -- Table structure for table `jos_newsfeeds` -- DROP TABLE IF EXISTS `jos_newsfeeds`; CREATE TABLE `jos_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_newsfeeds` -- /*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */; LOCK TABLES `jos_newsfeeds` WRITE; INSERT INTO `jos_newsfeeds` VALUES (4,1,'Joomla! Announcements','joomla-official-news','http://feeds.joomla.org/JoomlaAnnouncements','',1,5,3600,0,'0000-00-00 00:00:00',1,0),(4,2,'Joomla! Core Team Blog','joomla-core-team-blog','http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog','',1,5,3600,0,'0000-00-00 00:00:00',2,0),(4,3,'Joomla! Community Magazine','joomla-community-magazine','http://feeds.joomla.org/JoomlaMagazine','',1,20,3600,0,'0000-00-00 00:00:00',3,0),(4,4,'Joomla! Developer News','joomla-developer-news','http://feeds.joomla.org/JoomlaDeveloper','',1,5,3600,0,'0000-00-00 00:00:00',4,0),(4,5,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews','',1,5,3600,0,'0000-00-00 00:00:00',5,0),(5,6,'Free Software Foundation Blogs','free-software-foundation-blogs','http://www.fsf.org/blogs/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0),(5,7,'Free Software Foundation','free-software-foundation','http://www.fsf.org/news/RSS',NULL,1,5,3600,62,'2008-09-14 00:24:25',3,0),(5,8,'Software Freedom Law Center Blog','software-freedom-law-center-blog','http://www.softwarefreedom.org/feeds/blog/',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(5,9,'Software Freedom Law Center News','software-freedom-law-center','http://www.softwarefreedom.org/feeds/news/',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(5,10,'Open Source Initiative Blog','open-source-initiative-blog','http://www.opensource.org/blog/feed',NULL,1,5,3600,0,'0000-00-00 00:00:00',5,0),(6,11,'PHP News and Announcements','php-news-and-announcements','http://www.php.net/feed.atom',NULL,1,5,3600,62,'2008-09-14 00:25:37',1,0),(6,12,'Planet MySQL','planet-mysql','http://www.planetmysql.org/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:25:51',2,0),(6,13,'Linux Foundation Announcements','linux-foundation-announcements','http://www.linuxfoundation.org/press/rss20.xml',NULL,1,5,3600,62,'2008-09-14 00:26:11',3,0),(6,14,'Mootools Blog','mootools-blog','http://feeds.feedburner.com/mootools-blog',NULL,1,5,3600,62,'2008-09-14 00:26:51',4,0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */; -- -- Table structure for table `jos_plugins` -- DROP TABLE IF EXISTS `jos_plugins`; CREATE TABLE `jos_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_plugins` -- /*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */; LOCK TABLES `jos_plugins` WRITE; INSERT INTO `jos_plugins` VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','mode=advanced\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */; -- -- Table structure for table `jos_poll_data` -- DROP TABLE IF EXISTS `jos_poll_data`; CREATE TABLE `jos_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_poll_data` -- /*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */; LOCK TABLES `jos_poll_data` WRITE; INSERT INTO `jos_poll_data` VALUES (1,14,'Community Sites',2),(2,14,'Public Brand Sites',3),(3,14,'eCommerce',1),(4,14,'Blogs',0),(5,14,'Intranets',0),(6,14,'Photo and Media Sites',2),(7,14,'All of the Above!',3),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */; -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; CREATE TABLE `jos_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_poll_date` -- /*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */; LOCK TABLES `jos_poll_date` WRITE; INSERT INTO `jos_poll_date` VALUES (1,'2006-10-09 13:01:58',1,14),(2,'2006-10-10 15:19:43',7,14),(3,'2006-10-11 11:08:16',7,14),(4,'2006-10-11 15:02:26',2,14),(5,'2006-10-11 15:43:03',7,14),(6,'2006-10-11 15:43:38',7,14),(7,'2006-10-12 00:51:13',2,14),(8,'2007-05-10 19:12:29',3,14),(9,'2007-05-14 14:18:00',6,14),(10,'2007-06-10 15:20:29',6,14),(11,'2007-07-03 12:37:53',2,14); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */; -- -- Table structure for table `jos_poll_menu` -- DROP TABLE IF EXISTS `jos_poll_menu`; CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_poll_menu` -- /*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */; LOCK TABLES `jos_poll_menu` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */; -- -- Table structure for table `jos_polls` -- DROP TABLE IF EXISTS `jos_polls`; CREATE TABLE `jos_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_polls` -- /*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */; LOCK TABLES `jos_polls` WRITE; INSERT INTO `jos_polls` VALUES (14,'Joomla! is used for?','joomla-is-used-for',11,0,'0000-00-00 00:00:00',1,0,86400); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */; -- -- Table structure for table `jos_sections` -- DROP TABLE IF EXISTS `jos_sections`; CREATE TABLE `jos_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_sections` -- /*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */; LOCK TABLES `jos_sections` WRITE; INSERT INTO `jos_sections` VALUES (1,'News','','news','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',3,0,2,''),(3,'FAQs','','faqs','key.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',5,0,23,''),(4,'About Joomla!','','about-joomla','','content','left','',1,0,'0000-00-00 00:00:00',2,0,17,''),(5,'The Republic of Azerbaijan','','azerbaijan','','content','left','',1,0,'0000-00-00 00:00:00',6,0,2,''),(6,'Press Release','','press-release','','content','left','',1,0,'0000-00-00 00:00:00',7,0,1,''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */; -- -- Table structure for table `jos_session` -- DROP TABLE IF EXISTS `jos_session`; CREATE TABLE `jos_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_session` -- /*!40000 ALTER TABLE `jos_session` DISABLE KEYS */; LOCK TABLES `jos_session` WRITE; INSERT INTO `jos_session` VALUES ('admin','1268853437','noth0fl4ovkk2s4v95it7vf2q0',0,62,'Super Administrator',25,1,'__default|a:8:{s:15:\"session.counter\";i:17;s:19:\"session.timer.start\";i:1268851266;s:18:\"session.timer.last\";i:1268852597;s:17:\"session.timer.now\";i:1268853437;s:22:\"session.client.browser\";s:65:\"Opera/9.80 (Windows NT 6.1; U; en-GB) Presto/2.2.15 Version/10.10\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:3:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}s:11:\"application\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:4:\"lang\";s:0:\"\";}}s:9:\"com_menus\";a:1:{s:4:\"data\";O:8:\"stdClass\":1:{s:8:\"menutype\";s:8:\"mainmenu\";}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";s:2:\"62\";s:4:\"name\";s:13:\"Administrator\";s:8:\"username\";s:5:\"admin\";s:5:\"email\";s:17:\"info@azembassy.ge\";s:8:\"password\";s:65:\"6e7720c6f3087e2790a0c795c73b33a6:wfGGU8sK5ovFX8MWBdUEjPPH039pFgBm\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:3:\"gid\";s:2:\"25\";s:12:\"registerDate\";s:19:\"2010-03-12 01:04:08\";s:13:\"lastvisitDate\";s:19:\"2010-03-17 18:13:27\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:0:\"\";s:3:\"aid\";i:2;s:5:\"guest\";i:0;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:74:\"/home/azembassy.ge/public_html/111/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:13:\"session.token\";s:32:\"42dd2226d54d2dfb989b5898068dd3d8\";}'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_session` ENABLE KEYS */; -- -- Table structure for table `jos_stats_agents` -- DROP TABLE IF EXISTS `jos_stats_agents`; CREATE TABLE `jos_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_stats_agents` -- /*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */; LOCK TABLES `jos_stats_agents` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */; -- -- Table structure for table `jos_templates_menu` -- DROP TABLE IF EXISTS `jos_templates_menu`; CREATE TABLE `jos_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_templates_menu` -- /*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */; LOCK TABLES `jos_templates_menu` WRITE; INSERT INTO `jos_templates_menu` VALUES ('siteground-j15-101',0,0),('khepri',0,1); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */; -- -- Table structure for table `jos_users` -- DROP TABLE IF EXISTS `jos_users`; CREATE TABLE `jos_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_users` -- /*!40000 ALTER TABLE `jos_users` DISABLE KEYS */; LOCK TABLES `jos_users` WRITE; INSERT INTO `jos_users` VALUES (62,'Administrator','admin','info@azembassy.ge','6e7720c6f3087e2790a0c795c73b33a6:wfGGU8sK5ovFX8MWBdUEjPPH039pFgBm','Super Administrator',0,1,25,'2010-03-12 01:04:08','2010-03-17 18:41:21','',''); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_users` ENABLE KEYS */; -- -- Table structure for table `jos_weblinks` -- DROP TABLE IF EXISTS `jos_weblinks`; CREATE TABLE `jos_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_weblinks` -- /*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */; LOCK TABLES `jos_weblinks` WRITE; INSERT INTO `jos_weblinks` VALUES (1,2,0,'Joomla!','joomla','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',3,1,0,'0000-00-00 00:00:00',1,0,1,'target=0'),(2,2,0,'php.net','php','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',6,1,0,'0000-00-00 00:00:00',3,0,1,''),(3,2,0,'MySQL','mysql','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',1,1,0,'0000-00-00 00:00:00',5,0,1,''),(4,2,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',11,1,0,'0000-00-00 00:00:00',2,0,1,'target=0'),(5,2,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',4,1,0,'0000-00-00 00:00:00',4,0,1,'target=0'),(6,2,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.','2007-07-19 09:28:31',1,1,0,'0000-00-00 00:00:00',6,0,1,'target=0\n\n'); UNLOCK TABLES; /*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;