├── 2010 └── events │ ├── friday.html │ ├── sunday.html │ └── saturday.html ├── CNAME ├── .gitignore ├── README.md ├── sites ├── default │ └── files │ │ ├── fever_logo.png │ │ ├── project │ │ ├── exo.png │ │ ├── olpc.png │ │ ├── xpud.png │ │ ├── yacy.png │ │ ├── debian.png │ │ ├── drupal.png │ │ ├── fedora.png │ │ ├── nosql.png │ │ ├── typo3.png │ │ ├── android.png │ │ ├── blackray.png │ │ ├── freifunk.png │ │ ├── lubuntu.png │ │ ├── mariadb.png │ │ ├── mozilla.png │ │ ├── statusnet.png │ │ ├── tomatocms.png │ │ ├── ubuntu_vn.png │ │ ├── joomla-logo.png │ │ ├── opendesign.png │ │ ├── sahana_eden.png │ │ ├── tiddlywiki.png │ │ └── libregraphics.png │ │ ├── fever_favicon.ico │ │ ├── avatar │ │ ├── picture-25.jpg │ │ ├── picture-30.jpg │ │ ├── picture-31.jpg │ │ ├── picture-32.jpg │ │ ├── picture-9.png │ │ ├── picture-131.jpg │ │ ├── picture-134.png │ │ └── picture-155.jpg │ │ ├── canthohotelmekong.png │ │ ├── seacem.png@1286513214 │ │ ├── minidebconf-vietnam.jpg │ │ ├── pictures │ │ ├── picture-37.png │ │ ├── picture-382.jpg │ │ ├── picture-398.jpg │ │ ├── picture-399.jpg │ │ ├── picture-408.jpg │ │ ├── picture-412.jpg │ │ ├── picture-419.jpg │ │ ├── picture-431.gif │ │ ├── picture-432.png │ │ └── picture-438.png │ │ ├── raffles.png@1286512248 │ │ ├── Lam Nguyen Hai Long_1.jpg │ │ ├── Raffles-College-HCMC_1.jpg │ │ ├── TGVT logo.gif@1289203299 │ │ ├── fedora-release-party.JPG │ │ ├── mbm_logo_0.png@1286509789 │ │ ├── mbm_logo_1.png@1286510326 │ │ ├── openoffice.png@1288920591 │ │ ├── webessentials.png@1287712884 │ │ ├── audience-at-fossasia-2010.jpg │ │ ├── qhoach-logo-en.png@1288928650 │ │ ├── qtsconline_logo_1.png@1286529128 │ │ ├── qtsconline_logo_1_1.png@1286529064 │ │ ├── imagecache │ │ └── sponsor_logo │ │ │ └── TGVT logo.gif │ │ ├── fossasia-2010-group-foto-contributors.JPG │ │ ├── pierros-papadeas-with-fossasia-participants.JPG │ │ ├── Debconf-Participants_Yukiharu-YABUKI-and-Arne-Goetje.JPG │ │ ├── Libre-Graphics-Jon-Phillips-Participants-fossasia2010.JPG │ │ ├── cambodia-vietnamese-malaysian-participants-fossasia-2010.jpg │ │ ├── women-panel-fossasia-2010-Hong-Phuc-Dang-middle-and-Lilly-Nguyen-right.jpg │ │ ├── languages │ │ └── vi_b5b82fad1ee13ff4ef44695087601230.js@e │ │ └── customcssjs │ │ └── css │ │ └── custom.css@e.css └── all │ ├── themes │ └── fever │ │ ├── images │ │ ├── main.png │ │ ├── page.png │ │ ├── header.png │ │ ├── makeup.png │ │ ├── navbar.png │ │ ├── primary.png │ │ ├── search.png │ │ ├── icon_date.png │ │ ├── icon_post.png │ │ ├── secondary.png │ │ ├── breadcrumb.png │ │ ├── button_left.png │ │ ├── button_right.png │ │ ├── list_square.png │ │ ├── primary_left.png │ │ ├── primary_sub.png │ │ ├── top_border.png │ │ ├── bottom_border.png │ │ ├── icon_comments.png │ │ ├── primary_right.png │ │ ├── secondary_left.png │ │ ├── list_arrow_point.png │ │ ├── primary_menu_left.png │ │ ├── secondary_right.png │ │ ├── showcase_header.png │ │ ├── primary_menu_expand.png │ │ ├── primary_menu_right.png │ │ └── sidebar_header_right.png │ │ └── css │ │ └── custom.css@e.css │ └── modules │ ├── views │ ├── images │ │ └── status-active.gif │ ├── css │ │ └── views.css@e.css │ └── js │ │ ├── base.js@e │ │ └── ajax_view.js@e │ ├── ctools │ ├── images │ │ └── status-active.gif │ └── css │ │ └── ctools.css@e.css │ ├── dhtml_menu │ ├── dhtml_menu.css@e.css │ └── dhtml_menu.js@e │ ├── cck │ ├── modules │ │ └── fieldgroup │ │ │ └── fieldgroup.css@e.css │ └── theme │ │ └── content-module.css@e.css │ ├── panels │ ├── js │ │ └── panels.js@e │ └── css │ │ └── panels.css@e.css │ └── filefield │ └── filefield.css@e.css ├── .travis.yml ├── cdn-cgi ├── scripts │ └── f2bf09f8 │ │ └── cloudflare-static │ │ └── email-decode.min.js └── l │ └── email-protection.html ├── robots.txt ├── vi ├── 2010 │ ├── events │ │ ├── friday.html │ │ └── sunday.html │ └── events.html └── rss.xml └── rss.xml /CNAME: -------------------------------------------------------------------------------- 1 | 2010.fossasia.org -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~* 2 | _site 3 | marked_down 4 | node_modules 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | FOSSASIA Summit 2010 2 | ============ 3 | 4 | https://2010.fossasia.org 5 | 6 | -------------------------------------------------------------------------------- /sites/default/files/fever_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/fever_logo.png -------------------------------------------------------------------------------- /sites/default/files/project/exo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/exo.png -------------------------------------------------------------------------------- /sites/default/files/project/olpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/olpc.png -------------------------------------------------------------------------------- /sites/default/files/project/xpud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/xpud.png -------------------------------------------------------------------------------- /sites/default/files/project/yacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/yacy.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/main.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/page.png -------------------------------------------------------------------------------- /sites/default/files/fever_favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/fever_favicon.ico -------------------------------------------------------------------------------- /sites/default/files/project/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/debian.png -------------------------------------------------------------------------------- /sites/default/files/project/drupal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/drupal.png -------------------------------------------------------------------------------- /sites/default/files/project/fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/fedora.png -------------------------------------------------------------------------------- /sites/default/files/project/nosql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/nosql.png -------------------------------------------------------------------------------- /sites/default/files/project/typo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/typo3.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/header.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/makeup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/makeup.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/navbar.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/search.png -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-25.jpg -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-30.jpg -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-31.jpg -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-32.jpg -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-9.png -------------------------------------------------------------------------------- /sites/default/files/canthohotelmekong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/canthohotelmekong.png -------------------------------------------------------------------------------- /sites/default/files/project/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/android.png -------------------------------------------------------------------------------- /sites/default/files/project/blackray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/blackray.png -------------------------------------------------------------------------------- /sites/default/files/project/freifunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/freifunk.png -------------------------------------------------------------------------------- /sites/default/files/project/lubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/lubuntu.png -------------------------------------------------------------------------------- /sites/default/files/project/mariadb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/mariadb.png -------------------------------------------------------------------------------- /sites/default/files/project/mozilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/mozilla.png -------------------------------------------------------------------------------- /sites/default/files/project/statusnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/statusnet.png -------------------------------------------------------------------------------- /sites/default/files/project/tomatocms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/tomatocms.png -------------------------------------------------------------------------------- /sites/default/files/project/ubuntu_vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/ubuntu_vn.png -------------------------------------------------------------------------------- /sites/default/files/seacem.png@1286513214: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/seacem.png@1286513214 -------------------------------------------------------------------------------- /sites/all/themes/fever/images/icon_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/icon_date.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/icon_post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/icon_post.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/secondary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/secondary.png -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-131.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-131.jpg -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-134.png -------------------------------------------------------------------------------- /sites/default/files/avatar/picture-155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/avatar/picture-155.jpg -------------------------------------------------------------------------------- /sites/default/files/minidebconf-vietnam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/minidebconf-vietnam.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-37.png -------------------------------------------------------------------------------- /sites/default/files/project/joomla-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/joomla-logo.png -------------------------------------------------------------------------------- /sites/default/files/project/opendesign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/opendesign.png -------------------------------------------------------------------------------- /sites/default/files/project/sahana_eden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/sahana_eden.png -------------------------------------------------------------------------------- /sites/default/files/project/tiddlywiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/tiddlywiki.png -------------------------------------------------------------------------------- /sites/default/files/raffles.png@1286512248: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/raffles.png@1286512248 -------------------------------------------------------------------------------- /sites/all/themes/fever/images/breadcrumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/breadcrumb.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/button_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/button_left.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/button_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/button_right.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/list_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/list_square.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_left.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_sub.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/top_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/top_border.png -------------------------------------------------------------------------------- /sites/default/files/Lam Nguyen Hai Long_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/Lam Nguyen Hai Long_1.jpg -------------------------------------------------------------------------------- /sites/default/files/Raffles-College-HCMC_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/Raffles-College-HCMC_1.jpg -------------------------------------------------------------------------------- /sites/default/files/TGVT logo.gif@1289203299: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/TGVT logo.gif@1289203299 -------------------------------------------------------------------------------- /sites/default/files/fedora-release-party.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/fedora-release-party.JPG -------------------------------------------------------------------------------- /sites/default/files/mbm_logo_0.png@1286509789: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/mbm_logo_0.png@1286509789 -------------------------------------------------------------------------------- /sites/default/files/mbm_logo_1.png@1286510326: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/mbm_logo_1.png@1286510326 -------------------------------------------------------------------------------- /sites/default/files/openoffice.png@1288920591: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/openoffice.png@1288920591 -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-382.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-382.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-398.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-398.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-399.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-399.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-408.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-408.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-412.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-412.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-419.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-419.jpg -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-431.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-431.gif -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-432.png -------------------------------------------------------------------------------- /sites/default/files/pictures/picture-438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pictures/picture-438.png -------------------------------------------------------------------------------- /sites/default/files/project/libregraphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/project/libregraphics.png -------------------------------------------------------------------------------- /sites/all/modules/views/images/status-active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/modules/views/images/status-active.gif -------------------------------------------------------------------------------- /sites/all/themes/fever/images/bottom_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/bottom_border.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/icon_comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/icon_comments.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_right.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/secondary_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/secondary_left.png -------------------------------------------------------------------------------- /sites/default/files/webessentials.png@1287712884: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/webessentials.png@1287712884 -------------------------------------------------------------------------------- /sites/all/modules/ctools/images/status-active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/modules/ctools/images/status-active.gif -------------------------------------------------------------------------------- /sites/all/themes/fever/images/list_arrow_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/list_arrow_point.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_menu_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_menu_left.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/secondary_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/secondary_right.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/showcase_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/showcase_header.png -------------------------------------------------------------------------------- /sites/default/files/audience-at-fossasia-2010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/audience-at-fossasia-2010.jpg -------------------------------------------------------------------------------- /sites/default/files/qhoach-logo-en.png@1288928650: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/qhoach-logo-en.png@1288928650 -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_menu_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_menu_expand.png -------------------------------------------------------------------------------- /sites/all/themes/fever/images/primary_menu_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/primary_menu_right.png -------------------------------------------------------------------------------- /sites/default/files/qtsconline_logo_1.png@1286529128: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/qtsconline_logo_1.png@1286529128 -------------------------------------------------------------------------------- /sites/all/themes/fever/images/sidebar_header_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/all/themes/fever/images/sidebar_header_right.png -------------------------------------------------------------------------------- /sites/default/files/qtsconline_logo_1_1.png@1286529064: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/qtsconline_logo_1_1.png@1286529064 -------------------------------------------------------------------------------- /sites/default/files/imagecache/sponsor_logo/TGVT logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/imagecache/sponsor_logo/TGVT logo.gif -------------------------------------------------------------------------------- /sites/default/files/fossasia-2010-group-foto-contributors.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/fossasia-2010-group-foto-contributors.JPG -------------------------------------------------------------------------------- /sites/default/files/pierros-papadeas-with-fossasia-participants.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/pierros-papadeas-with-fossasia-participants.JPG -------------------------------------------------------------------------------- /sites/all/modules/dhtml_menu/dhtml_menu.css@e.css: -------------------------------------------------------------------------------- 1 | .fake-leaf 2 | { 3 | font-size:8pt; 4 | font-style:italic; 5 | } 6 | 7 | li.start-collapsed ul 8 | { 9 | display:none; 10 | } 11 | 12 | -------------------------------------------------------------------------------- /sites/default/files/Debconf-Participants_Yukiharu-YABUKI-and-Arne-Goetje.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/Debconf-Participants_Yukiharu-YABUKI-and-Arne-Goetje.JPG -------------------------------------------------------------------------------- /sites/default/files/Libre-Graphics-Jon-Phillips-Participants-fossasia2010.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/Libre-Graphics-Jon-Phillips-Participants-fossasia2010.JPG -------------------------------------------------------------------------------- /sites/default/files/cambodia-vietnamese-malaysian-participants-fossasia-2010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/cambodia-vietnamese-malaysian-participants-fossasia-2010.jpg -------------------------------------------------------------------------------- /sites/default/files/women-panel-fossasia-2010-Hong-Phuc-Dang-middle-and-Lilly-Nguyen-right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossasia/2010.fossasia.org/gh-pages/sites/default/files/women-panel-fossasia-2010-Hong-Phuc-Dang-middle-and-Lilly-Nguyen-right.jpg -------------------------------------------------------------------------------- /sites/all/modules/cck/modules/fieldgroup/fieldgroup.css@e.css: -------------------------------------------------------------------------------- 1 | /* $Id: fieldgroup.css,v 1.2.2.2 2009/03/14 18:55:20 yched Exp $ */ 2 | 3 | div.fieldgroup { 4 | margin:.5em 0 1em 0; 5 | } 6 | div.fieldgroup .content { 7 | padding-left:1em;/*LTR*/ 8 | } 9 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | 3 | before_install: 4 | - gem install github-pages --no-rdoc --no-ri 5 | 6 | node_js: 7 | - "0.10" 8 | - "0.11" 9 | 10 | script: 11 | - ./node_modules/.bin/gulp default 12 | - jekyll build 13 | 14 | branches: 15 | only: 16 | - gh-pages 17 | 18 | env: 19 | global: 20 | - NOKOGIRI_USE_SYSTEM_LIBRARIES=true 21 | -------------------------------------------------------------------------------- /sites/all/modules/ctools/css/ctools.css@e.css: -------------------------------------------------------------------------------- 1 | .ctools-locked { 2 | color: red; 3 | border: 1px solid red; 4 | padding: 1em; 5 | } 6 | 7 | .ctools-owns-lock { 8 | background: #FFFFDD none repeat scroll 0 0; 9 | border: 1px solid #F0C020; 10 | padding: 1em; 11 | } 12 | 13 | a.ctools-ajaxing, 14 | input.ctools-ajaxing, 15 | button.ctools-ajaxing, 16 | select.ctools-ajaxing { 17 | padding-right: 18px !important; 18 | background: url(../images/status-active.gif) right center no-repeat; 19 | } 20 | 21 | div.ctools-ajaxing { 22 | float: left; 23 | width: 18px; 24 | background: url(../images/status-active.gif) center center no-repeat; 25 | } 26 | -------------------------------------------------------------------------------- /sites/all/modules/panels/js/panels.js@e: -------------------------------------------------------------------------------- 1 | 2 | (function ($) { 3 | Drupal.Panels = {}; 4 | 5 | Drupal.Panels.autoAttach = function() { 6 | if ($.browser.msie) { 7 | // If IE, attach a hover event so we can see our admin links. 8 | $("div.panel-pane").hover( 9 | function() { 10 | $('div.panel-hide', this).addClass("panel-hide-hover"); return true; 11 | }, 12 | function() { 13 | $('div.panel-hide', this).removeClass("panel-hide-hover"); return true; 14 | } 15 | ); 16 | $("div.admin-links").hover( 17 | function() { 18 | $(this).addClass("admin-links-hover"); return true; 19 | }, 20 | function(){ 21 | $(this).removeClass("admin-links-hover"); return true; 22 | } 23 | ); 24 | } 25 | }; 26 | 27 | $(Drupal.Panels.autoAttach); 28 | })(jQuery); 29 | -------------------------------------------------------------------------------- /sites/all/modules/panels/css/panels.css@e.css: -------------------------------------------------------------------------------- 1 | 2 | div.panel-pane div.admin-links { 3 | font-size: xx-small; 4 | margin-right: 1em; 5 | } 6 | 7 | div.panel-pane div.admin-links li a { 8 | color: #ccc; 9 | } 10 | 11 | div.panel-pane div.admin-links li { 12 | padding-bottom: 2px; 13 | background: white; 14 | z-index: 201; 15 | } 16 | 17 | div.panel-pane div.admin-links:hover a, 18 | div.panel-pane div.admin-links-hover a { 19 | color: #000; 20 | } 21 | 22 | div.panel-pane div.admin-links a:before { 23 | content: "["; 24 | } 25 | 26 | div.panel-pane div.admin-links a:after { 27 | content: "]"; 28 | } 29 | 30 | div.panel-pane div.panel-hide { 31 | display: none; 32 | } 33 | 34 | /** For IE we add the class via js; for other browsers we rely on :hover **/ 35 | div.panel-pane div.panel-hide-hover, 36 | div.panel-pane:hover div.panel-hide { 37 | display: block; 38 | position: absolute; 39 | z-index: 200; 40 | margin-top: -1.5em; 41 | } 42 | 43 | div.panel-pane div.node { 44 | margin: 0; 45 | padding: 0; 46 | } 47 | 48 | div.panel-pane div.feed a { 49 | float: right; 50 | } 51 | -------------------------------------------------------------------------------- /sites/all/themes/fever/css/custom.css@e.css: -------------------------------------------------------------------------------- 1 | /* $Id: custom.css,v 1.1 2010/08/05 07:51:40 antsin Exp $ */ 2 | 3 | /* 4 | +----------------------------------------------------------------+ 5 | | Fever for Dupal 6.x - Version 1.0 | 6 | | Copyright (C) 2010 Antsin.com All Rights Reserved. | 7 | | @license - GNU GENERAL PUBLIC LICENSE | 8 | |----------------------------------------------------------------| 9 | | Theme Name: Fever | 10 | | Description: Fever by Antsin | 11 | | Author: Antsin.com | 12 | | Date: 5th August 2010 | 13 | | Website: http://www.antsin.com/ | 14 | |----------------------------------------------------------------+ 15 | | WRITE YOUR OWN STYLE HERE FOR EASIER UPGRADE IN THE FUTURE | 16 | | | 17 | +----------------------------------------------------------------+ 18 | */ 19 | -------------------------------------------------------------------------------- /cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js: -------------------------------------------------------------------------------- 1 | !function(){"use strict";function e(e){try{if("undefined"==typeof console)return;"error"in console?console.error(e):console.log(e)}catch(e){}}function t(e){return i.innerHTML='',i.childNodes[0].getAttribute("href")||""}function r(e,t){var r=e.substr(t,2);return parseInt(r,16)}function n(n,c){for(var o="",a=r(n,c),i=c+2;i-1&&(o.href="mailto:"+n(o.href,a+c.length))}catch(i){e(i)}}(),function(){for(var t=document.querySelectorAll(o),r=0;r in default templates, 42 | but we don't want the 'form' styling it gets under .form-item 43 | */ 44 | .form-item #autocomplete .reference-autocomplete { 45 | white-space:normal; 46 | } 47 | 48 | .form-item #autocomplete .reference-autocomplete label { 49 | display:inline; 50 | font-weight:normal; 51 | } 52 | 53 | /* 'Manage fields' overview */ 54 | #content-field-overview-form .advanced-help-link, 55 | #content-display-overview-form .advanced-help-link { 56 | margin: 4px 4px 0 0;/*LTR*/ 57 | } 58 | #content-field-overview-form .label-group, 59 | #content-display-overview-form .label-group, 60 | #content-copy-export-form .label-group { 61 | font-weight: bold; 62 | } 63 | table#content-field-overview .label-add-new-field, 64 | table#content-field-overview .label-add-existing-field, 65 | table#content-field-overview .label-add-new-group { 66 | float: left;/*LTR*/ 67 | } 68 | table#content-field-overview tr.content-add-new .tabledrag-changed { 69 | display: none; 70 | } 71 | table#content-field-overview tr.content-add-new .description { 72 | margin-bottom: 0; 73 | } 74 | table#content-field-overview .content-new { 75 | font-weight: bold; 76 | padding-bottom: .5em; 77 | } 78 | 79 | /* 'Advanced help' pages */ 80 | .advanced-help-topic h3, 81 | .advanced-help-topic h4, 82 | .advanced-help-topic h5, 83 | .advanced-help-topic h6 { 84 | margin:1em 0 .5em 0; 85 | } 86 | .advanced-help-topic dd { 87 | margin-bottom: .5em; 88 | } 89 | .advanced-help-topic span.code { 90 | background-color:#EDF1F3; 91 | font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace; 92 | font-size:0.9em; 93 | padding:1px; 94 | } 95 | .advanced-help-topic .content-border { 96 | border:1px solid #AAA 97 | } -------------------------------------------------------------------------------- /sites/all/modules/views/js/base.js@e: -------------------------------------------------------------------------------- 1 | /** 2 | * @file base.js 3 | * 4 | * Some basic behaviors and utility functions for Views. 5 | */ 6 | 7 | Drupal.Views = {}; 8 | 9 | /** 10 | * jQuery UI tabs, Views integration component 11 | */ 12 | Drupal.behaviors.viewsTabs = function (context) { 13 | $('#views-tabset:not(.views-processed)').addClass('views-processed').each(function() { 14 | new Drupal.Views.Tabs($(this), {selectedClass: 'active'}); 15 | }); 16 | 17 | $('a.views-remove-link') 18 | .addClass('views-processed') 19 | .click(function() { 20 | var id = $(this).attr('id').replace('views-remove-link-', ''); 21 | $('#views-row-' + id).hide(); 22 | $('#views-removed-' + id).attr('checked', true); 23 | return false; 24 | }); 25 | } 26 | 27 | /** 28 | * For IE, attach some javascript so that our hovers do what they're supposed 29 | * to do. 30 | */ 31 | Drupal.behaviors.viewsHoverlinks = function() { 32 | if ($.browser.msie) { 33 | // If IE, attach a hover event so we can see our admin links. 34 | $("div.view:not(.views-hover-processed)").addClass('views-hover-processed').hover( 35 | function() { 36 | $('div.views-hide', this).addClass("views-hide-hover"); return true; 37 | }, 38 | function(){ 39 | $('div.views-hide', this).removeClass("views-hide-hover"); return true; 40 | } 41 | ); 42 | $("div.views-admin-links:not(.views-hover-processed)") 43 | .addClass('views-hover-processed') 44 | .hover( 45 | function() { 46 | $(this).addClass("views-admin-links-hover"); return true; 47 | }, 48 | function(){ 49 | $(this).removeClass("views-admin-links-hover"); return true; 50 | } 51 | ); 52 | } 53 | } 54 | 55 | /** 56 | * Helper function to parse a querystring. 57 | */ 58 | Drupal.Views.parseQueryString = function (query) { 59 | var args = {}; 60 | var pos = query.indexOf('?'); 61 | if (pos != -1) { 62 | query = query.substring(pos + 1); 63 | } 64 | var pairs = query.split('&'); 65 | for(var i in pairs) { 66 | if (typeof(pairs[i]) == 'string') { 67 | var pair = pairs[i].split('='); 68 | // Ignore the 'q' path argument, if present. 69 | if (pair[0] != 'q' && pair[1]) { 70 | args[pair[0]] = decodeURIComponent(pair[1].replace(/\+/g, ' ')); 71 | } 72 | } 73 | } 74 | return args; 75 | }; 76 | 77 | /** 78 | * Helper function to return a view's arguments based on a path. 79 | */ 80 | Drupal.Views.parseViewArgs = function (href, viewPath) { 81 | var returnObj = {}; 82 | var path = Drupal.Views.getPath(href); 83 | // Ensure we have a correct path. 84 | if (viewPath && path.substring(0, viewPath.length + 1) == viewPath + '/') { 85 | var args = decodeURIComponent(path.substring(viewPath.length + 1, path.length)); 86 | returnObj.view_args = args; 87 | returnObj.view_path = path; 88 | } 89 | return returnObj; 90 | }; 91 | 92 | /** 93 | * Strip off the protocol plus domain from an href. 94 | */ 95 | Drupal.Views.pathPortion = function (href) { 96 | // Remove e.g. http://example.com if present. 97 | var protocol = window.location.protocol; 98 | if (href.substring(0, protocol.length) == protocol) { 99 | // 2 is the length of the '//' that normally follows the protocol 100 | href = href.substring(href.indexOf('/', protocol.length + 2)); 101 | } 102 | return href; 103 | }; 104 | 105 | /** 106 | * Return the Drupal path portion of an href. 107 | */ 108 | Drupal.Views.getPath = function (href) { 109 | href = Drupal.Views.pathPortion(href); 110 | href = href.substring(Drupal.settings.basePath.length, href.length); 111 | // 3 is the length of the '?q=' added to the url without clean urls. 112 | if (href.substring(0, 3) == '?q=') { 113 | href = href.substring(3, href.length); 114 | } 115 | var chars = ['#', '?', '&']; 116 | for (i in chars) { 117 | if (href.indexOf(chars[i]) > -1) { 118 | href = href.substr(0, href.indexOf(chars[i])); 119 | } 120 | } 121 | return href; 122 | }; 123 | -------------------------------------------------------------------------------- /cdn-cgi/l/email-protection.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Email Protection | Cloudflare 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 |
28 |
29 |

Email Protection

30 |

You are unable to access this email address fossasia.org

31 |
32 | 33 |
34 |
35 |
36 |

The website from which you got to this page is protected by Cloudflare. Email addresses on that page have been hidden in order to keep them from being accessed by malicious bots. You must enable Javascript in your browser in order to decode the e-mail address.

37 |

If you have a website and are interested in protecting it in a similar way, you can sign up for Cloudflare.

38 |
39 | 40 | 52 |
53 |
54 | 55 | 65 | 66 | 67 |
68 |
69 | 70 | 75 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /sites/all/modules/dhtml_menu/dhtml_menu.js@e: -------------------------------------------------------------------------------- 1 | // $Id: dhtml_menu.js,v 1.18.2.10 2009/01/12 10:13:30 arancaytar Exp $ 2 | 3 | /** 4 | * @file dhtml_menu.js 5 | * The Javascript code for DHTML Menu 6 | */ 7 | 8 | Drupal.dhtmlMenu = {}; 9 | 10 | /** 11 | * Initialize the module's JS functions 12 | */ 13 | Drupal.behaviors.dhtmlMenu = function() { 14 | // Do not run this function more than once. 15 | if (Drupal.dhtmlMenu.init) { 16 | return; 17 | } 18 | else { 19 | Drupal.dhtmlMenu.init = true; 20 | } 21 | 22 | // Get the settings. 23 | var effects = Drupal.settings.dhtmlMenu; 24 | 25 | $('.collapsed').removeClass('expanded'); 26 | 27 | // Get cookie 28 | if (!effects.siblings) { 29 | var cookie = Drupal.dhtmlMenu.cookieGet(); 30 | for (var i in cookie) { 31 | // If the cookie was not applied to the HTML code yet, do so now. 32 | var li = $('#dhtml_menu-' + cookie[i]).parents('li:first'); 33 | if ($(li).hasClass('collapsed')) { 34 | Drupal.dhtmlMenu.toggleMenu(li); 35 | } 36 | } 37 | } 38 | 39 | /* Add jQuery effects and listeners to all menu items. 40 | * The ~ (sibling) selector is unidirectional and selects 41 | * only the latter element, so we must use siblings() to get 42 | * back to the link element. 43 | */ 44 | $('ul.menu li.dhtml-menu:not(.leaf,.no-dhtml)').each(function() { 45 | var li = this; 46 | if (effects.clone) { 47 | var ul = $(li).find('ul:first'); 48 | if (ul.length) { 49 | $(li).find('a:first').clone().prependTo(ul).wrap('
  • '); 50 | } 51 | } 52 | 53 | if (effects.doubleclick) { 54 | $(li).find('a:first').dblclick(function(e) { 55 | window.location = this.href; 56 | }); 57 | } 58 | 59 | $(li).find('a:first').click(function(e) { 60 | Drupal.dhtmlMenu.toggleMenu($(li)); 61 | return false; 62 | }); 63 | }); 64 | } 65 | 66 | /** 67 | * Toggles the menu's state between open and closed. 68 | * 69 | * @param li 70 | * Object. The
  • element that will be expanded or collapsed. 71 | */ 72 | Drupal.dhtmlMenu.toggleMenu = function(li) { 73 | var effects = Drupal.settings.dhtmlMenu; 74 | 75 | // If the menu is expanded, collapse it. 76 | if($(li).hasClass('expanded')) { 77 | if (effects.slide) { 78 | $(li).find('ul:first').animate({height: 'hide', opacity: 'hide'}, '1000'); 79 | } 80 | else $(li).find('ul:first').css('display', 'none'); 81 | 82 | // If children are closed automatically, find and close them now. 83 | if (effects.children) { 84 | if (effects.slide) { 85 | $(li).find('li.expanded').find('ul:first').animate({height: 'hide', opacity: 'hide'}, '1000'); 86 | } 87 | else $(li).find('li.expanded').find('ul:first').css('display', 'none'); 88 | 89 | $(li).find('li.expanded').removeClass('expanded').addClass('collapsed') 90 | } 91 | 92 | $(li).removeClass('expanded').addClass('collapsed'); 93 | } 94 | 95 | // Otherwise, expand it. 96 | else { 97 | if (effects.slide) { 98 | $(li).find('ul:first').animate({height: 'show', opacity: 'show'}, '1000'); 99 | } 100 | else $(li).find('ul:first').css('display', 'block'); 101 | $(li).removeClass('collapsed').addClass('expanded'); 102 | 103 | // If the siblings effect is on, close all sibling menus. 104 | if (effects.siblings) { 105 | var id = $(li).find('a:first').attr('id'); 106 | 107 | // Siblings are all open menus that are neither parents nor children of this menu. 108 | $(li).find('li').addClass('own-children-temp'); 109 | 110 | // If the relativity option is on, select only the siblings that have the same parent 111 | if (effects.relativity) { 112 | var siblings = $(li).parent().find('li.expanded').not('.own-children-temp').not(':has(#' + id + ')'); 113 | } 114 | // Otherwise, select all menus of the same level 115 | else { 116 | var siblings = $('ul.menu li.expanded').not('.own-children-temp').not(':has(#' + id + ')'); 117 | } 118 | 119 | // If children should not get closed automatically... 120 | if (!effects.children) { 121 | // Remove items that are currently hidden from view (do not close these). 122 | $('li.collapsed li.expanded').addClass('sibling-children-temp'); 123 | // Only close the top-most open sibling, not its children. 124 | $(siblings).find('li.expanded').addClass('sibling-children-temp'); 125 | siblings = $(siblings).not('.sibling-children-temp'); 126 | } 127 | 128 | $('.own-children-temp, .sibling-children-temp').removeClass('own-children-temp').removeClass('sibling-children-temp'); 129 | 130 | if (effects.slide) { 131 | $(siblings).find('ul:first').animate({height: 'hide', opacity: 'hide'}, '1000'); 132 | } 133 | else $(siblings).find('ul:first').css('display', 'none'); 134 | 135 | $(siblings).removeClass('expanded').addClass('collapsed'); 136 | } 137 | } 138 | 139 | // Save the current state of the menus in the cookie. 140 | Drupal.dhtmlMenu.cookieSet(); 141 | } 142 | 143 | /** 144 | * Reads the dhtml_menu cookie. 145 | */ 146 | Drupal.dhtmlMenu.cookieGet = function() { 147 | var c = /dhtml_menu=(.*?)(;|$)/.exec(document.cookie); 148 | if (c) { 149 | return c[1]; 150 | } 151 | else return ''; 152 | } 153 | 154 | /** 155 | * Saves the dhtml_menu cooki. 156 | */ 157 | Drupal.dhtmlMenu.cookieSet = function() { 158 | var expanded = new Array(); 159 | $('li.expanded').each(function() { 160 | expanded.push($(this).find('a:first').attr('id').substr(5)); 161 | }); 162 | document.cookie = 'dhtml_menu=' + expanded.join(',') + ';path=/'; 163 | } 164 | 165 | -------------------------------------------------------------------------------- /sites/all/modules/views/js/ajax_view.js@e: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * @file ajaxView.js 4 | * 5 | * Handles AJAX fetching of views, including filter submission and response. 6 | */ 7 | 8 | Drupal.Views.Ajax = Drupal.Views.Ajax || {}; 9 | 10 | /** 11 | * An ajax responder that accepts a packet of JSON data and acts appropriately. 12 | * 13 | * The following fields control behavior. 14 | * - 'display': Display the associated data in the view area. 15 | */ 16 | Drupal.Views.Ajax.ajaxViewResponse = function(target, response) { 17 | 18 | if (response.debug) { 19 | alert(response.debug); 20 | } 21 | 22 | var $view = $(target); 23 | 24 | // Check the 'display' for data. 25 | if (response.status && response.display) { 26 | var $newView = $(response.display); 27 | $view.replaceWith($newView); 28 | $view = $newView; 29 | Drupal.attachBehaviors($view.parent()); 30 | } 31 | 32 | if (response.messages) { 33 | // Show any messages (but first remove old ones, if there are any). 34 | $view.find('.views-messages').remove().end().prepend(response.messages); 35 | } 36 | }; 37 | 38 | /** 39 | * Ajax behavior for views. 40 | */ 41 | Drupal.behaviors.ViewsAjaxView = function() { 42 | if (Drupal.settings && Drupal.settings.views && Drupal.settings.views.ajaxViews) { 43 | var ajax_path = Drupal.settings.views.ajax_path; 44 | // If there are multiple views this might've ended up showing up multiple times. 45 | if (ajax_path.constructor.toString().indexOf("Array") != -1) { 46 | ajax_path = ajax_path[0]; 47 | } 48 | $.each(Drupal.settings.views.ajaxViews, function(i, settings) { 49 | if (settings.view_dom_id) { 50 | var view = '.view-dom-id-' + settings.view_dom_id; 51 | if (!$(view).size()) { 52 | // Backward compatibility: if 'views-view.tpl.php' is old and doesn't 53 | // contain the 'view-dom-id-#' class, we fall back to the old way of 54 | // locating the view: 55 | view = '.view-id-' + settings.view_name + '.view-display-id-' + settings.view_display_id; 56 | } 57 | } 58 | 59 | 60 | // Process exposed filter forms. 61 | $('form#views-exposed-form-' + settings.view_name.replace(/_/g, '-') + '-' + settings.view_display_id.replace(/_/g, '-')) 62 | .filter(':not(.views-processed)') 63 | .each(function () { 64 | // remove 'q' from the form; it's there for clean URLs 65 | // so that it submits to the right place with regular submit 66 | // but this method is submitting elsewhere. 67 | $('input[name=q]', this).remove(); 68 | var form = this; 69 | // ajaxSubmit doesn't accept a data argument, so we have to 70 | // pass additional fields this way. 71 | $.each(settings, function(key, setting) { 72 | $(form).append(''); 73 | }); 74 | }) 75 | .addClass('views-processed') 76 | .submit(function () { 77 | $('input[type=submit], button', this).after(' '); 78 | var object = this; 79 | $(this).ajaxSubmit({ 80 | url: ajax_path, 81 | type: 'GET', 82 | success: function(response) { 83 | // Call all callbacks. 84 | if (response.__callbacks) { 85 | $.each(response.__callbacks, function(i, callback) { 86 | eval(callback)(view, response); 87 | }); 88 | $('.views-throbbing', object).remove(); 89 | } 90 | }, 91 | error: function(xhr) { Drupal.Views.Ajax.handleErrors(xhr, ajax_path); $('.views-throbbing', object).remove(); }, 92 | dataType: 'json' 93 | }); 94 | 95 | return false; 96 | }); 97 | 98 | $(view).filter(':not(.views-processed)') 99 | // Don't attach to nested views. Doing so would attach multiple behaviors 100 | // to a given element. 101 | .filter(function() { 102 | // If there is at least one parent with a view class, this view 103 | // is nested (e.g., an attachment). Bail. 104 | return !$(this).parents('.view').size(); 105 | }) 106 | .each(function() { 107 | // Set a reference that will work in subsequent calls. 108 | var target = this; 109 | $(this) 110 | .addClass('views-processed') 111 | // Process pager, tablesort, and attachment summary links. 112 | .find('ul.pager > li > a, th.views-field a, .attachment .views-summary a') 113 | .each(function () { 114 | var viewData = { 'js': 1 }; 115 | // Construct an object using the settings defaults and then overriding 116 | // with data specific to the link. 117 | $.extend( 118 | viewData, 119 | Drupal.Views.parseQueryString($(this).attr('href')), 120 | // Extract argument data from the URL. 121 | Drupal.Views.parseViewArgs($(this).attr('href'), settings.view_base_path), 122 | // Settings must be used last to avoid sending url aliases to the server. 123 | settings 124 | ); 125 | $(this).click(function () { 126 | $.extend(viewData, Drupal.Views.parseViewArgs($(this).attr('href'), settings.view_base_path)); 127 | $(this).addClass('views-throbbing'); 128 | $.ajax({ 129 | url: ajax_path, 130 | type: 'GET', 131 | data: viewData, 132 | success: function(response) { 133 | $(this).removeClass('views-throbbing'); 134 | // Scroll to the top of the view. This will allow users 135 | // to browse newly loaded content after e.g. clicking a pager 136 | // link. 137 | var offset = $(target).offset(); 138 | // We can't guarantee that the scrollable object should be 139 | // the body, as the view could be embedded in something 140 | // more complex such as a modal popup. Recurse up the DOM 141 | // and scroll the first element that has a non-zero top. 142 | var scrollTarget = target; 143 | while ($(scrollTarget).scrollTop() == 0 && $(scrollTarget).parent()) { 144 | scrollTarget = $(scrollTarget).parent() 145 | } 146 | // Only scroll upward 147 | if (offset.top - 10 < $(scrollTarget).scrollTop()) { 148 | $(scrollTarget).animate({scrollTop: (offset.top - 10)}, 500); 149 | } 150 | // Call all callbacks. 151 | if (response.__callbacks) { 152 | $.each(response.__callbacks, function(i, callback) { 153 | eval(callback)(target, response); 154 | }); 155 | } 156 | }, 157 | error: function(xhr) { $(this).removeClass('views-throbbing'); Drupal.Views.Ajax.handleErrors(xhr, ajax_path); }, 158 | dataType: 'json' 159 | }); 160 | 161 | return false; 162 | }); 163 | }); // .each function () { 164 | }); // $view.filter().each 165 | }); // .each Drupal.settings.views.ajaxViews 166 | } // if 167 | }; 168 | -------------------------------------------------------------------------------- /sites/default/files/customcssjs/css/custom.css@e.css: -------------------------------------------------------------------------------- 1 | .print-content { font-family: Tahoma; font-size: 11px; line-height: 1.5; } 2 | .print-content a { text-decoration: none; } 3 | .print-breadcrumb { display: none; height: 0px; } 4 | 5 | .print-content th, .print-content td { padding: 0.5em; } 6 | 7 | .schedule-table tr th, .schedule-table-friday tr th { height: 60px; text-align: center; } 8 | 9 | .schedule-table tr, .schedule-table-friday tr { border-left: 1px solid #CCCCCC; } 10 | 11 | #logo-title { width: 500px; } 12 | #site-slogan { /*float: left; */font-size: 1.9em; margin: 32px 0px 0px 0px; font-weight: normal; } 13 | #logo-image { padding-top: 30px; } 14 | #header-blocks { padding-top: 0px; } 15 | 16 | .speaker-list .item-list ul { padding: 0px; margin: 0px; list-style: none; } 17 | .speaker-list .item-list ul li { float: left; display: block; margin: 5px 10px; padding: 7px 2px 2px 2px; border: 1px solid #BBBBBB; background-color: #FFFFFF; width: 130px; height: 205px; } 18 | .speaker-list .item-list ul li:hover { border: 1px solid #FFFFFF; background-color: #BE7300; } 19 | .speaker-list .item-list ul li:hover a { color: #FFFFFF; } 20 | .speaker-list .item-list ul li .views-field-title { text-align: center; font-weight: bold; } 21 | .speaker-list .item-list ul li .field-content { text-align: center; display: block; } 22 | .speaker-list .item-list ul li img { border: 1px solid #BBBBBB; background: none; padding: 0px; } 23 | .speaker-list .item-list ul li:hover img { border: 1px solid #FFFFFF; } 24 | 25 | .block-speaker-list .item-list ul { padding: 0px; margin: 0px; list-style: none; } 26 | .block-speaker-list .item-list ul li { float: left; display: block; margin: 5px 12px; padding: 0px 0px 0px 0px; border: none; background: none; width: 102px; } 27 | .block-speaker-list .item-list ul li img { border: 1px solid #BBBBBB; background-color: #FFFFFF; padding: 4px; float: left; margin: 0px 5px; } 28 | .block-speaker-list .item-list ul li:hover img { border: 1px solid #FFFFFF; background-color: #BE7300; } 29 | .block-speaker-list .item-list ul li:hover a { text-decoration: underline; } 30 | .block-speaker-list .item-list ul li .field-content { text-align: center; display: block; font-size: 0.95em; } 31 | .block-speaker-list .more-link { float: none; clear: both; } 32 | 33 | .block-views .views-field-field-sponsor-logo-fid { text-align: center; } 34 | .view-sponsor-list .views-row { margin: 10px 0px 0px 0px; } 35 | 36 | .project-list ul { padding: 0px; margin: 0px; } 37 | .project-list ul li { background: none; border: none; display: block; float: left; padding: 5px; overflow: hidden; padding: 2px 0px 3px 0px; text-align: center; width: 110px; } 38 | .project-list ul li img { vertical-align: middle; padding: 2px; border: 2px solid #F2F2F2; } 39 | .project-list ul li a:hover img { border: 2px solid #BE7300; } 40 | 41 | .clearfix { float: none; clear: both; } 42 | img.imagefield-field_speaker_avatar, img.imagecache-speaker_avatar { border: 1px solid #BBBBBB; padding: 4px; background-color: #FFFFFF; } 43 | #content-bottom #content-bottom-five .region-count-2 { margin-top: 10px; } 44 | #closure .block { float: left; } 45 | #content-top-block .block 46 | { 47 | background-color:#F2F2F2; 48 | border-color:/*-moz-use-text-color*/#222222 #FFFFFF #FFFFFF; 49 | border-right:1px solid #FFFFFF; 50 | border-style:none solid solid; 51 | border-width:medium 1px 1px; 52 | margin-bottom:10px; 53 | } 54 | #content-top-block .block-inner 55 | { 56 | border-color:#999999 #C4C4C4 /*-moz-use-text-color*/#222222; 57 | border-left:1px solid #C4C4C4; 58 | border-right:1px solid #C4C4C4; 59 | border-style:solid solid none; 60 | border-width:1px 1px medium; 61 | padding:30px 10px 10px; 62 | position:relative; 63 | } 64 | #content-top-block h2.title 65 | { 66 | background:url("../../../../all/themes/fever/images/sidebar_header_right.png") no-repeat scroll right top transparent; 67 | display:inline-block; 68 | height:20px; 69 | left:-2px; 70 | padding:5px 20px 5px 10px; 71 | position:absolute; 72 | top:-1px; 73 | } 74 | 75 | .view-user-coming table tr:hover , 76 | .view-user-coming-2011 table tr:hover 77 | { background-color: #DDDDDD; } 78 | .view-user-coming table thead tr , 79 | .view-user-coming-2011 table thead tr 80 | { background-color: #DDDDDD; } 81 | #designed-by { color: #EDEDED; } 82 | #designed-by a { color: #BE7300; } 83 | .view-user-coming .views-field-value, .view-user-coming .views-field-value-3 , 84 | .view-user-coming-2011 .views-field-value, .view-user-coming .views-field-value-3 85 | { width: 150px; } 86 | 87 | table.schedule-table tr td { padding: 0px; } 88 | table.schedule-table tr td .time-block { display: block; margin-bottom: -1px; margin-right: -1px; padding: 0px; height: 90px; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } 89 | table.schedule-table tr td .time-block a, table.schedule-table-friday a, table.schedule-table-minidebconf a { display: block; font-weight: bold; } 90 | .time-block-content { display: block; padding: 5px 10px; } 91 | table.schedule-table tr td .time-block:hover { } 92 | table.schedule-table tr td .time-block .view-schedule-detail, table.schedule-table-friday .view-schedule-detail { float: right; } 93 | 94 | .schedule-table tr th { padding: 0px; } 95 | .schedule-table tr th .tb-title { border-right: 1px solid #CCCCCC; margin: 0px -1px 0px 0px; height: 60px; display: block; } 96 | 97 | div.hide { visibility: hidden; height: 0px; display: absolute; margin: 0px; padding: 0px; } 98 | 99 | div.relax { text-align: center; font-weight: bold; } 100 | 101 | table.schedule-table-friday tr td { border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; } 102 | table.schedule-table tr td .time-block .view-schedule-detail a, table.schedule-table-friday .view-schedule-detail a, table.schedule-table-minidebconf .view-schedule-detail a, 103 | table.schedule-table tr td .time-block .view-schedule-detail a:link, table.schedule-table-friday .view-schedule-detail a:link, table.schedule-table-minidebconf .view-schedule-detail a:link, 104 | table.schedule-table tr td .time-block .view-schedule-detail a:visited, table.schedule-table-friday .view-schedule-detail a:visited, table.schedule-table-minidebconf .view-schedule-detail a:visited { color: #222222; font-style: italic; font-weight: normal; } 105 | table.schedule-table tr td .time-block .view-schedule-detail a:hover, table.schedule-table-friday .view-schedule-detail a:hover, table.schedule-table-minidebconf .view-schedule-detail a:hover { color: #BE7300; } 106 | 107 | table.schedule-table-friday tr th { border-right: 1px solid #CCCCCC; } 108 | 109 | .noderelationships-backref-view { margin: 0px; } 110 | .noderelationships-backref-view dt { display: none; } 111 | .noderelationships-backref-view dd { padding: 0px; margin: 0px; } 112 | 113 | .sidebar-left #sidebar-left, .two-sidebars #sidebar-left, .two-sidebars #content { float: none; display: block; width: 100%; } 114 | 115 | .schedule-table-minidebconf tr td { padding: 5px; margin: 0px; border-bottom: 1px solid #CCCCCC; } 116 | .schedule-table-minidebconf .view-schedule-detail .views-row { display: inline-block; padding: 0px 0px 0px 10px; } 117 | 118 | .view-field-topic-speaker-ref table { width: 100%; } 119 | .view-field-topic-speaker-ref table tr td { text-align: center; } 120 | 121 | .view-topic-views h3, 122 | .view-topic-views-2011 h3 123 | { font-size: 11px; font-weight: bold; margin: 10px 0px 0px 0px; } 124 | .view-topic-views h3 a , 125 | .view-topic-views-2011 h3 a 126 | { color: #BE7300; } 127 | .view-topic-views .views-row , 128 | .view-topic-views-2011 .views-row 129 | { display: inline-block; padding: 3px 0px 0px 10px; } 130 | .view-topic-views .views-row a , 131 | .view-topic-views-2011 .views-row a 132 | { color: #222222; font-style: italic; } 133 | .view-topic-views .views-row a:hover , 134 | .view-topic-views-2011 .views-row a:hover 135 | { color: #BE7300; } 136 | 137 | a.block-link { display: block; } 138 | .print-syslink { text-align: right; display: block; margin: 5px 15px; } 139 | 140 | .profile .picture {margin:30px 0 0 0;} 141 | 142 | #block-block-11 div.content { 143 | padding: 0; 144 | } 145 | 146 | #block-block-16 div.content { 147 | padding: 5px; 148 | } 149 | 150 | #block-views-sponsor_list-block_9 div.content { 151 | padding: 5px; 152 | } 153 | 154 | -------------------------------------------------------------------------------- /vi/rss.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FOSSASIA 5 | https://2010.fossasia.org 6 | 7 | vi 8 | 9 | Chương trình 10 | https://2010.fossasia.org/vi/2010/ch%C6%B0%C6%A1ng-tr%C3%ACnh 11 | <p>Chủ đề chính của hội thảo năm nay là "Lightweight computing" và "Phụ nữ và CNTT". Chúng tôi rất hoan nghênh mọi đóng góp và sự góp mặt của mọi người trong hội nghị Châu Á OpenOffice và Debian Mini-Debconf.</p><table class="zeroBorder" border="0" cellpadding="4" cellspacing="0" width="597"><tbody><tr valign="top"><td bgcolor="#ffffcc"><strong>Ngày</strong></td><td bgcolor="#ffffcc"><strong>Thời gian</strong></td><td bgcolor="#ffffcc"><strong>Sự kiện</strong></td><td bgcolor="#ffffcc"><strong>Địa điểm</strong></td></tr><tr valign="top"><td><strong>Thứ năm</strong></td><td>19.00<br></td><td>Họp mặt trước sự kiện</td><td>The Spotted Cow Bar111 Bui Vien, dist 1. HCMC(opposite to Happy Inn, closed to Pham Ngu Lao &amp; De Tham)&nbsp;<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=111+Bui+Vien,+Ho+Chi+Minh+City,+Vietnam&amp;sll=37.0625,-95.677068&amp;sspn=27.284961,56.513672&amp;ie=UTF8&amp;hq=&amp;hnear=111+Bui+Vien,+ph%C6%B0%E1%BB%9Dng+Ph%E1%BA%A1m+Ng%C5%A9+L%C3%A3o,+District+1,+Ho+Chi+Minh+City,+Vietnam&amp;ll=10.765331,106.686237&amp;spn=0.008242,0.021973&amp;z=16">Google Maps</a></td></tr><tr valign="top"><td bgcolor="#ccccff"><strong>Thứ sáu</strong></td><td bgcolor="#ccccff">9.00-16.00<br></td><td bgcolor="#ccccff">Ngày thông tin &nbsp;(Mỗi diễn giả có 15-20 phút trình bày về các dự án của họ và điền vào bảng thông tin)<br></td><td bgcolor="#ccccff">Học viện Raffles<br>&nbsp;(Hội trường)<br></td></tr><tr><td bgcolor="#ccccff"><strong><br></strong></td><td bgcolor="#ccccff">Buổi tối</td><td bgcolor="#ccccff">Chuyên đề Hack</td><td bgcolor="#ccccff">Quán cafe trong tp hoặc &nbsp;Văn phòng Hack của Qhoach.com<br></td></tr><tr valign="top"><td><strong>Thứ bảy</strong></td><td>9.00-17.15<br></td><td>Ngày cộng đồng (vấn đề trọng tâm, các bài nói và workshops)<br></td><td>Học viện Raffles (Hội trường và 5 phòng Workshop)<br></td></tr><tr><td><strong><br></strong></td><td>Evening<br></td><td>Giao lưu, tham quan</td><td>Trong TP.HCM, địa điểm cụ thể thông báo sau</td></tr><tr valign="top"><td bgcolor="#ccccff"><strong>Chủ nhật</strong></td><td bgcolor="#ccccff">9.00-15.30<br></td><td bgcolor="#ccccff">Các workshops tiếp theo</td><td bgcolor="#ccccff">Học viện Raffles (5 phòng Workshop)<br></td></tr><tr><td><strong>Thứ hai</strong></td><td>8.00<br></td><td>Tham quan ĐBSCL&nbsp;</td><td>ĐBSCL</td></tr><tr><td bgcolor="#ccccff"><strong>Thứ hai - Thứ sau<br></strong></td><td bgcolor="#ccccff">Thông báo sau</td><td bgcolor="#ccccff">Thuyết trình và họp mặt với sinh viên, giảng viên các trường đại học</td><td bgcolor="#ccccff">TP HCM</td></tr></tbody></table><p><!--break--></p><p><strong>Chương trình Hội Nghị</strong></p> <p><strong>a) Các ứng dụng gọn nhẹ đang là trọng tâm của thị trường công nghệ:</strong></p> <p>* Các ứng dụng trên thiết bị di động: Android, MeeGo, Chrome OS, Symbian, Bada, OpenWrt và Debian</p> <p>* Các dòng ứng dụng trên desktop: KDE, GNOME, LXDE và XFCE của Ubuntu hay các đạo hàm như lubuntu, phiên bản Fedora, OpenSuse ...</p> <p>* Các giải pháp trình duyệt, web chuẩn và gọn nhẹ với HTML5</p> <p>* Xu hướng giải pháp NoSQL gọn nhẹ cho server và công nghệ đám mây, thích hợp cho cơ sở dữ liệu khổng lồ</p> <p>* Và xu hướng Phần cứng mở</p> <p><strong>b) Khuyến khích sự phát triển của cộng đồng Châu Á và Nữ giới trong CNTT</strong></p> <p style="text-align: justify;">Tuy đa phần các đề án phần mềm tự do đều xuất phát từ các nước phương Tây nhưng hiện nay cũng xuất hiện nhiều đề án của các quốc gia Châu Á. Một đề án thành công vang dội của cộng đồng Á Đông là LXDE, một cộng đồng đối tác của FOSSASIA. Tuy nhiên lượng lập trình viên người Á vẫn còn là thiểu số dù dân số thế giới tập trung nhiều nhất trên châu lục này. Và vai trò của phụ nữ trong lĩnh vực IT vẫn bị xem nhẹ trong các cộng đồng này. Chúng tôi vô cùng hoan nghênh sự có mặt của các bạn nữ trẻ tuổi và đã thu hút được gần 700 bạn nữ tham gia vào sự kiện năm ngoái. Sự kiện năm 2010 này vẫn với tiêu chí ủng hộ sự tham dự học hỏi và đóng góp của giới nữ trong lĩnh vực Open Source và Free Software sẽ có các chương trình đặc biệt:</p> <p>* Hội thảo Linux cho nữ giới</p> <p>* Hội thảo đồ họa với các công cụ GIMP và Inkscape</p> <p>* Thảo luận chuyên đề hợp tác đa giới tính và văn hóa dành cho nữ giới</p> <p><strong>c) Hội thảo Châu Á OpenOffice</strong></p> <p><strong>d) Debian Châu Á Mini-DebConf</strong></p> <table border="0" cellpadding="4" cellspacing="0" width="597"><tbody><tr valign="top"><td bgcolor="#ffffcc" width="158"><span><strong>Track</strong></span></td> <td bgcolor="#ffffcc" width="423"><span><strong>Chủ đề</strong></span></td></tr> <tr valign="top"><td width="158"><span><strong>Track 1: Công nghệ gọn nhẹ</strong></span></td> <td width="423"><ul> <li><span>Công nghệ máy để bàn gọn nhẹ và lập trình</span></li> <li><span>HTML5 và công nghệ Web</span></li> <li><span>OSS &amp; Thiết bị di động, nền tảng cho thiết bị di động (Android, Chrome OS, Maemo, Symbian, Moblin, Bada) phần mềm ứng dụng cho Tablets / Smartbooks</span></li> <li><span>Quản lý cơ sở dữ liệu lớn hơn với “Not only SQL” gọn nhẹ</span></li> </ul></td></tr> <tr valign="top"><td bgcolor="#ccccff" width="158"><span><strong>Track 2: Phát triển cộng đồng, nâng tầm Tự do</strong></span></td> <td bgcolor="#ccccff" width="423"><ul> <li><span>Phần cứng nguồn mở (Thin clients, Routers,Mini-Computers)</span></li> <li><span>Libre Graphics, Creative Commons</span></li> <li><span>Cộng đồng tự do văn hóa </span></li> </ul></td></tr> <tr valign="top"><td width="158"><span><strong>Track 3: OpenOffice.org</strong></span></td> <td width="423"><ul> <li><span>OpenOffice.org và tương lai của Office</span></li> </ul></td></tr> <tr valign="top"><td bgcolor="#ccccff" width="158"><span><strong>Track 4: Debconf</strong></span></td> <td bgcolor="#ccccff" width="423"><ul> <li><span>Hội nghị Debian, Mini-Debconf Asia</span></li> </ul></td></tr></tbody></table> <p>&nbsp;</p> 12 | Sun, 31 Oct 2010 05:30:16 +0000 13 | Hong Phuc 14 | 48 at https://2010.fossasia.org 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /vi/2010/events/friday.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 |
    27 | 39 | 51 |
    52 |
    53 |
    54 | 55 |
    56 |
    57 |
    58 |
    59 |
    60 |
    61 |

    Topics

    62 |
    63 |
    64 |
    65 |
    66 |
    67 | 214 |
    215 |
    216 |
    217 |
    218 | 236 |
    237 |
    238 |
    239 |
    240 |

    Face Book

    241 |
    242 |
    243 |
    244 |
    245 |
    246 |
    247 |
    248 |

    FOSSASIA

    249 |
    250 |
    251 |
    254 |
    255 |
    256 |
    257 |
    258 |
    259 |
    260 |
    Site by MBM
    261 |
    262 |
    263 |
    264 | Google+
    265 |
    266 |
    267 |
    268 |
    269 |
    270 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    271 |
    272 |
    273 |
    274 | 275 | 276 | -------------------------------------------------------------------------------- /vi/2010/events/sunday.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 |
    27 | 39 | 51 |
    52 |
    53 |
    54 | 55 |
    56 |
    57 |
    58 |
    59 |
    60 |
    61 |

    Topics

    62 |
    63 |
    64 |
    65 |
    66 |
    67 | 214 |
    215 |
    216 |
    217 |
    218 | 236 |
    237 |
    238 |
    239 |
    240 |

    Face Book

    241 |
    242 |
    243 |
    244 |
    245 |
    246 |
    247 |
    248 |

    FOSSASIA

    249 |
    250 |
    251 |
    254 |
    255 |
    256 |
    257 |
    258 |
    259 |
    260 |
    Site by MBM
    261 |
    262 |
    263 |
    264 | Google+
    265 |
    266 |
    267 |
    268 |
    269 |
    270 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    271 |
    272 |
    273 |
    274 | 275 | 276 | -------------------------------------------------------------------------------- /2010/events/friday.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 23 | 24 | 25 |
    26 | 38 | 59 |
    60 |
    61 |
    62 | 63 |
    64 |
    65 |
    66 |
    67 |
    68 |
    69 |

    Topics

    70 |
    71 |
    72 |
    73 |
    74 |
    75 | 206 |
    207 |
    208 |
    209 |
    210 | 228 |
    229 |
    230 |
    231 |
    232 |

    Face Book

    233 |
    234 |
    235 |
    236 |
    237 |
    238 |
    239 |
    240 |

    FOSSASIA

    241 |
    242 |
    243 |
    246 |
    247 |
    248 |
    249 |
    250 |
    251 |
    252 |
    Site by MBM
    253 |
    254 |
    255 |
    256 | Google+
    257 |
    258 |
    259 |
    260 |
    261 |
    262 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    263 |
    264 |
    265 |
    266 | 267 | 268 | -------------------------------------------------------------------------------- /2010/events/sunday.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 23 | 24 | 25 |
    26 | 38 | 59 |
    60 |
    61 |
    62 | 63 |
    64 |
    65 |
    66 |
    67 |
    68 |
    69 |

    Topics

    70 |
    71 |
    72 |
    73 |
    74 |
    75 | 206 |
    207 |
    208 |
    209 |
    210 | 228 |
    229 |
    230 |
    231 |
    232 |

    Face Book

    233 |
    234 |
    235 |
    236 |
    237 |
    238 |
    239 |
    240 |

    FOSSASIA

    241 |
    242 |
    243 |
    246 |
    247 |
    248 |
    249 |
    250 |
    251 |
    252 |
    Site by MBM
    253 |
    254 |
    255 |
    256 | Google+
    257 |
    258 |
    259 |
    260 |
    261 |
    262 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    263 |
    264 |
    265 |
    266 | 267 | 268 | -------------------------------------------------------------------------------- /2010/events/saturday.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 23 | 24 | 25 |
    26 | 38 | 59 |
    60 |
    61 |
    62 | 63 |
    64 |
    65 |
    66 |
    67 |
    68 |
    69 |

    Topics

    70 |
    71 |
    72 |
    73 |
    74 |
    75 | 206 |
    207 |
    208 |
    209 |
    210 | 228 |
    229 |
    230 |
    231 |
    232 |

    Face Book

    233 |
    234 |
    235 |
    236 |
    237 |
    238 |
    239 |
    240 |

    FOSSASIA

    241 |
    242 |
    243 |
    246 |
    247 |
    248 |
    249 |
    250 |
    251 |
    252 |
    Site by MBM
    253 |
    254 |
    255 |
    256 | Google+
    257 |
    258 |
    259 |
    260 |
    261 |
    262 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    263 |
    264 |
    265 |
    266 | 267 | 268 | -------------------------------------------------------------------------------- /rss.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FOSSASIA 5 | https://2010.fossasia.org 6 | 7 | en 8 | 9 | FOSSASIA 2010: Bridge to Asia 10 | https://2010.fossasia.org/fossasia-2010-bridge-asia 11 | <p><img src="/sites/default/files/fossasia-2010-group-foto-contributors.JPG" alt="" height="351" width="640"></p><p><a href="http://fossasia.org">FOSSASIA</a> 2010 took place at the <a href="http://www.raffles-international-college-hcm.edu.vn">Raffles College</a> campus in Ho Chi Minh City (Saigon), Vietnam from November 12th to 14th. This inaugural event brought together over 350 international and local developers and users in 62 presentations and panels. An amazing crowd of 90 enthusiastic volunteers supported participants. FOSSASIA attendees came from 30 countries including Cambodia, Singapore, Indonesia, Japan, India, Taiwan, Malaysia, Germany, France, England, Australia, and the US.<br><br>The goal of FOSSASIA is to provide knowledge of free and open source software and to offer the community a place to meet and share ideas. The annual conference brings together members of the Asian FOSS community along with the international community, thus fostering cooperation across projects and across borders. <strong></strong></p><p><strong>Special Tracks: Women in IT and Lightweight Computing</strong></p><p>The 2010 event offered 5 tracks including the two special theme tracks "Women in IT" and "Lightweight Computing". <br><br>Hong Phuc Dang from <a href="http://mbm.vn">MBM</a> Vietnam said of the Women in IT panel:</p><p style="padding-left: 30px;">"It is fascinating to see so many girls participating. I am very happy that we have chosen 'Women in IT' as a theme as it attracted many students to join us."</p><p>Other participants of the women panel were Lilly Nguyen (UCLA, US), Van Thi Bich Ty (<a href="http://www.pcworld.com.vn">PCWorld, Vietnam</a>), Mary Agnes James (<a href="http://www.seacem.com">Seacem</a>), <a href="http://chenglita.wordpress.com">Lita Cheng</a> (Community Cambodia) and <a href="http://blueladyblog.com">Kounila Keo</a> (ICT4D Cambodia).</p><p style="padding-left: 30px;">The heated debate during the panel definitely portrayed some of the issues and challenges young female developers face. I hope that it made many of the younger women more interested in participating in the community. I am excited to see more involvement of women in IT in Asia in the near future" said <a href="http://www.deuxlits.com">Lilly Nguyen </a>from the US.</p><p><img src="/sites/default/files/women-panel-fossasia-2010-Hong-Phuc-Dang-middle-and-Lilly-Nguyen-right.jpg" alt="" height="360" width="640"></p><p>The "Lightweight Computing" track also generated a lot of interest. <a href="http://lubuntu.net">Lubuntu, the lightweight version of Ubuntu</a>, attracted the attention of local developers. Additionally, mobile solutions such as <a href="http://android.com">Android</a> and <a href="http://xpud.org">Xpad/Xpud</a> were covered in several presentations by <a href="http://penkia.net">Ping-Hsun Chen</a> (Taiwan), Pham Huu Ngon (Vietnam) and Tan Quang Sang (Vietnam).</p><p><img src="/sites/default/files/cambodia-vietnamese-malaysian-participants-fossasia-2010.jpg" alt=""></p><p><strong>OpenOffice.org Asia Meet Up</strong></p><p>FOSSASIA was particularly happy to welcome the <a href="http://openoffice.org">OpenOffice.org</a> community who sponsored the event. As head of the <a href="http://openoffice.vn">Vietnamese OOo localization team</a>, Vu Do Quynh from <a href="http://blog.hanoilug.org/">Hanoilug</a> presented on the various ways that people could contribute to the OOo community while <a href="http://www.gniibe.org/log/">Yutaka Niibe</a> and <a href="http://www.netfort.gr.jp/%7Eyabuki/">Yukiharu Yabuki</a> presented on OOo's use by the Japenese government in the Osaka Prefecture.</p><p><strong>Mini-Debconf, Fedora Release Party and Mozilla</strong></p><p>FOSSASIA 2010 was also an opportunity for the Debian community to organize a <a href="http://debian.org">Mini-Debconf</a>. Debian <a href="http://wiki.debian.org/DebianVietnam/MiniDebConf2010">developers present</a> included among others <a href="http://dr.jones.dk">Jonas Smedegaard</a> (Denmark), <a href="http://wiki.debian.org/PaulWise">Paul Wise</a> (Australia) and <a href="http://thomas.goirand.fr">Thomas Goirand </a>(France/China).</p><p><img src="/sites/default/files/Debconf-Participants_Yukiharu-YABUKI-and-Arne-Goetje.JPG" alt="" height="423" width="640"></p><p>To celebrate the release of <a href="http://fedoraproject.org">Fedora</a> 14, Ambassador <a href="http://blog.iwayvietnam.com/tuanta/">Anh Tuan Truong</a> (Vietnam) and <a href="http://pierros.papadeas.gr/?p=186">Pierros Papadeas</a> (Greece) hosted the world's largest release party. The even took place at the Ho Chi Minh City University of Pedagogy. Pierros--an active Mozilla contributor---had&nbsp; this to say about the release event:</p><p style="padding-left: 30px;">"It was AWESOME. At first I thought most of them were there due to their teachers, but&nbsp; when we started a Q&amp;A session I realized I was so wrong… they were&nbsp; asking about PAE kernels, broadcom drivers, dual boot and LVM etc! By the end of the party we gave out T-shirts, LiveCDs and stickers to everyone, all 134 people where there! I believe that sets a new fedora record! The local Vietnamese community was introduced and many people are already starting to send emails wanting to start translating."</p><p><img src="/sites/default/files/fedora-release-party.JPG" alt="" height="345" width="640"></p><p><strong>The FOSS Bridge to Asia</strong></p><p>Projects also used the event as an opportunity to showcase new tools and devices like the <a href="http://fdmbx.net">Freedombox</a> project of the <a href="http://freifunk.net">Freifunk</a> community and the latest version of the <a href="http://crypto-stick.org">Crypto-Stick</a>. Jan Suhr (Germany/Singapore) showed the device as a combination of both open hardware and open software.</p><p>In the web track, <a href="http://www.bytebot.net">Colin Charles</a> (Malaysia) presented the newest improvements of <a href="http://mariadb.org">MariaDB</a>. In addition, <a href="http://www.aidiq.com/blog/michael-howden">Michael Howden</a> (New Zealand) conducted a workshop for <a href="http://sahanafoundation.org">Sahane Eden</a>, a platform to provide support in the case of disasters. The workshop gave students a chance understand the information needs of disaster scenarios and they were able to contribute to the localization of the software.</p><p>Several web content management systems set-up information booths at the event. These included: <a href="http://typo3.org">TYPO3</a> with a booth organized by Dominik Stankowski from <a href="http://www.web-essentials.asia">Web Essentials</a> Cambodia and <a href="http://drupal.org">Drupal</a> (Virak Hor, Cambodia and Quang Thong Tran, Vietnam). The event also introduced other tools such as <a href="http://www.zabbix.com">Zabbix</a>, a monitoring software (<a href="http://www.walterheck.com">Walter Heck</a>, Netherlands). One more hot topic was the enterprise p2p search engine <a href="http://yacy.net">YaCy.net</a> of Michael Christen (Germany). A number of more established projects had the opportunity to share their news at the event including the desktop environments <a href="http://kde.org">KDE</a> with a presentation about Qt (Gregory Schlomoff, France), <a href="http://gnome.org">GNOME</a> (Kien Truc Le, Vietnam), and <a href="http://lxde.org">LXDE</a> (<a href="http://nguyentieuhau.wordpress.com">Duy Hung Tran</a>, Vietnam).</p><p><img src="/sites/default/files/audience-at-fossasia-2010.jpg" alt="" height="359" width="640"></p><p><strong>Unconference</strong></p><p>Taking a cue from previous <a href="http://barcamp.vn">barcamps</a> and 'unconferences,' many attendees presented lightning talks. <a href="http://preetam.net">Preetam Rai</a>, an Android App inventor, shared photos and tales about other barcamps throughout Southeast Asia. Mary Agnes James from <a href="http://www.seacem.com">Seacem</a> spoke about todays chances to connect and share with e-media and social networks. Seacem also graciously sponsored this event.</p><p><strong>Libre Graphics and Open Design</strong></p><p>During the final day of the event, FOSSASIA held it's first <a href="http://libregraphicsmeeting.org">Libre Graphics Day</a>. Arne Goetje (Germany/Taiwan) introduced his new approach for a pan-Asian fonts library. Jon Philips (US) from Status.net and Dave Crossland (UK) from the <a href="http://www.google.com/webfonts">Google Fonts project</a> conducted an Open Design Workshop. The workshops brought curious crowds and has ultimately seeded plans for the <a href="http://opendesign.asia">Open Design Weeks</a>.</p><p><img src="/sites/default/files/Libre-Graphics-Jon-Phillips-Participants-fossasia2010.JPG" alt="" height="411" width="640"></p><p><strong>See you in Vietnam</strong></p><p>Thanks again to the amazing crowd at FOSSASIA - developers, translators, event organizers, bloggers, teachers, students, designers and lost but not least our enthusiastic volunteers! See you all in 2011!<br><br>* <a href="http://fossasia.org">FOSSASIA</a> 2011 will take place in Ho Chi Minh City (Saigon) on November 11-12<br>* The <a href="http://opendesign.asia">Open Design Weeks</a> will be celebrated from in Ho Chi Minh City and Can Tho in the Mekong Delta.</p><p><img src="/sites/default/files/pierros-papadeas-with-fossasia-participants.JPG" alt="" height="409" width="640"></p><p><strong>Links:</strong></p><p>* FOSSASIA <a href="http://fossasia.org" title="http://fossasia.org">http://fossasia.org</a><br>* Open Design Weeks Asia, <a href="http://opendesign.asia" title="http://opendesign.asia">http://opendesign.asia</a></p><p><!--break--></p> 12 | Wed, 24 Nov 2010 18:49:08 +0000 13 | Hong Phuc 14 | 274 at https://2010.fossasia.org 15 | 16 | 17 | Schedule 18 | https://2010.fossasia.org/schedule 19 | <p>The main topics of FOSSASIA 2010 are <strong>Lightweight Computing</strong> and <strong>Women in IT</strong>. We also have sessions dedicated to <strong>OpenOffice.org</strong> and will host a Debian <strong>Mini-Debconf</strong>.&nbsp;</p><table class="zeroBorder" border="0" cellspacing="0" cellpadding="4" width="597"><tbody><tr valign="top"><td bgcolor="#ffffcc"><strong>Day<br> </strong></td><td bgcolor="#ffffcc"><strong>Time<br> </strong></td><td bgcolor="#ffffcc"><strong>Event<br> </strong></td><td bgcolor="#ffffcc"><strong>Location</strong></td></tr><tr valign="top"><td><strong>Thursday, Nov. 11<br> </strong></td><td>20.00<br></td><td>Pre-Meeting<br></td><td><p>The Spotted Cow Bar111 Bui Vien, dist 1. HCMC(opposite to Happy Inn, closed to Pham Ngu Lao &amp; De Tham) <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=111+Bui+Vien,+Ho+Chi+Minh+City,+Vietnam&amp;sll=37.0625,-95.677068&amp;sspn=27.284961,56.513672&amp;ie=UTF8&amp;hq=&amp;hnear=111+Bui+Vien,+ph%C6%B0%E1%BB%9Dng+Ph%E1%BA%A1m+Ng%C5%A9+L%C3%A3o,+District+1,+Ho+Chi+Minh+City,+Vietnam&amp;ll=10.765331,106.686237&amp;spn=0.008242,0.021973&amp;z=16">Google Maps</a></p></td></tr><tr valign="top"><td bgcolor="#ccccff"><strong>Friday, Nov. 12<br></strong></td><td bgcolor="#ccccff">9.00-16.00<br></td><td bgcolor="#ccccff">Info Day (15-20 min presentations about projects and set up of info tables)<br></td><td bgcolor="#ccccff">Raffles Institute (Theatre Hall)<br></td></tr><tr><td bgcolor="#ccccff"><strong><br> </strong></td><td bgcolor="#ccccff">Evening<br></td><td bgcolor="#ccccff">Hack Sessions<br></td><td bgcolor="#ccccff">City Cafe or Hack Office of Qhoach.com to be decided adhoc<br></td></tr><tr valign="top"><td><strong>Saturday, Nov.13<br> </strong></td><td>9.00-17.15<br></td><td>Community Day (keynotes, talks, workshops)<br></td><td>Raffles Institute (Theatre Hall and 5 Rooms)<br></td></tr><tr><td><strong><br> </strong></td><td>Evening<br></td><td>Social Meet Up<br></td><td>Location in the city to be announced<br></td></tr><tr valign="top"><td bgcolor="#ccccff"><strong>Sunday, Nov. 14<br> </strong></td><td bgcolor="#ccccff">9.00-15.30<br></td><td bgcolor="#ccccff">Workshops and Follow ups<br></td><td bgcolor="#ccccff">Raffles Institute (5 Workshop Rooms)<br></td></tr><tr><td><strong>Monday, Nov. 15<br> </strong></td><td>8.00<br></td><td>Mekong Excursion organized by tour company<br></td><td>Mekong Delta<br></td></tr><tr><td bgcolor="#ccccff"><strong>Monday-Friday<br> </strong></td><td bgcolor="#ccccff">To be decided<br></td><td bgcolor="#ccccff">Presentations and Meetings with students and professors in universities<br></td><td bgcolor="#ccccff">Locations in Ho Chi Minh City<br></td></tr></tbody></table><p><!--break--></p><p><strong>FOSSASIA 2010 Tracks</strong></p> <p><strong>a) Lightweight solutions</strong></p> <p>Lightweight solutions are currently a strong focus in all major IT markets be it<br> * in the mobile device sector with solutions like Android, MeeGo, Chrome OS, Symbian, Bada, OpenWrt and embedded Debian<br> * in the desktop market with lightweight trends with KDE, GNOME, LXDE and XFCE in Ubuntu and derivates like lubuntu, lightweights spins of Fedora, OpenSuse and others<br> * in the web/browser market offering lighter and standard compliant solutions with HTML5<br> * or in the server and cloud market with the trend to lighter NoSQL solutions which are more suitable for large data structures<br> * and in the emerging Open Hardware sector</p> <p><strong>b) Fostering the Asian community and Women in IT</strong></p> <p style="text-align: justify;">While most Open Source and Free Software projects are based in Western countries there is an increasing number of projects from Asia. One very successful project with a strong Asian community is LXDE, which is a community partner of FOSSASIA. Nevertheless, the number of Asian developers in Open Source is still limited even though the largest part of the human population lives in Asia. Women are also underrepresented in the IT community. The FOSSASIA team strongly encourages the participation of young women and achieved this goal with an astounding participation of women in 2009 – more than half of all attendees. The 2010 event will continue to support women to become contributors and learn about using Open Source and Free Software with offering additional track space for:</p> <p>* Linux workshops for women<br> * Design workshops with open tools like GIMP and Inkscape<br> * A womens panel on how to collaborate across genders and cultures</p> <p><strong>c) OpenOffice.org and Open Document Formats Key Focus<br></strong></p> <p><strong>d) Debian Mini-Debconf Asia</strong> (Debian Wiki page: <a href="http://wiki.debian.org/DebianVietnam/MiniDebConf2010" title="http://wiki.debian.org/DebianVietnam/MiniDebConf2010">http://wiki.debian.org/DebianVietnam/MiniDebConf2010</a>)<strong><br></strong></p> <h3>Tracks</h3> <p>We plan to have up to 4 sessions in parallel with approximately 65 talks and workshops in total for FOSSASIA 2010.</p> <p>Based on our vision of fostering “Lightweight Computing and Women in IT”, FOSSASIA 2010 will cover the following topics:</p> <table border="0" cellspacing="0" cellpadding="4" width="597"><tbody><tr valign="top"><td width="158" bgcolor="#ffffcc"><span style="font-size: x-small;"><strong>Track</strong></span></td> <td width="423" bgcolor="#ffffcc"><span style="font-size: x-small;"><strong>Topics</strong></span></td></tr> <tr valign="top"><td width="158"><span style="font-size: x-small;"><strong>Track 1: Lightweight Technologies</strong></span></td> <td width="423"><ul><li><span style="font-size: x-small;">Lightweight desktop technologies and coding</span></li><li><span style="font-size: x-small;">HTML5 and the Web Technologies </span></li><li><span style="font-size: x-small;">OSS &amp; Mobile Devices , platform for Mobile devices (Android, Chrome OS, Maemo, Symbian, Moblin, Bada) and software solution for Tablets / Smartbook s</span></li><li><span style="font-size: x-small;">Handling larger data structures with lighter “Not only SQL”</span></li></ul></td></tr> <tr valign="top"><td width="158" bgcolor="#ccccff"><span style="font-size: x-small;"><strong>Track 2: Growing the community, expanding Openness</strong></span></td> <td width="423" bgcolor="#ccccff"><ul><li><span style="font-size: x-small;">Open source hardware (Thin clients, Routers,Mini-Computers)</span></li><li><span style="font-size: x-small;">Libre Graphics, Creative Commons</span></li><li><span style="font-size: x-small;">Free culture communities </span></li></ul></td></tr> <tr valign="top"><td width="158"><span style="font-size: x-small;"><strong>Track 3: OpenOffice.org/ODF<br></strong></span></td> <td width="423"><ul><li><span style="font-size: x-small;">OpenOffice.org, Open Document Format and the future of Office</span></li></ul></td></tr> <tr valign="top"><td width="158" bgcolor="#ccccff"><span style="font-size: x-small;"><strong>Track 4: Debconf</strong></span></td> <td width="423" bgcolor="#ccccff"><ul><li><span style="font-size: x-small;">Debian Conference, Mini-Debconf Asia</span></li></ul></td></tr></tbody></table> 20 | Fri, 22 Oct 2010 03:22:25 +0000 21 | Hong Phuc 22 | 7 at https://2010.fossasia.org 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /vi/2010/events.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Topics | FOSSASIA 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 24 | 25 | 26 |
    27 | 39 | 51 |
    52 |
    53 |
    54 | 55 |
    56 |
    57 |
    58 |
    59 |
    60 |
    61 |

    Topics

    62 |
    63 |
    64 |
    65 |
    66 |
    67 | 232 |
    233 |
    234 |
    235 |
    236 | 254 |
    255 |
    256 |
    257 |
    258 |

    Face Book

    259 |
    260 |
    261 |
    262 |
    263 |
    264 |
    265 |
    266 |

    FOSSASIA

    267 |
    268 |
    269 |
    272 |
    273 |
    274 |
    275 |
    276 |
    277 |
    278 |
    Site by MBM
    279 |
    280 |
    281 |
    282 | Google+
    283 |
    284 |
    285 |
    286 |
    287 |
    288 |

    Creative Commons License Site under Creative Commons Attribution-Share Alike »  Substance: Drupal

    289 |
    290 |
    291 |
    292 | 293 | 294 | --------------------------------------------------------------------------------