├── .gitignore ├── README.md ├── application ├── .htaccess ├── cache │ ├── .htaccess │ └── index.html ├── config │ ├── autoload.php │ ├── constants.php │ ├── doctypes.php │ ├── foreign_chars.php │ ├── hooks.php │ ├── index.html │ ├── migration.php │ ├── mimes.php │ ├── profiler.php │ ├── routes.php │ ├── smileys.php │ └── user_agents.php ├── controllers │ ├── .htaccess │ ├── about.php │ ├── admin.php │ ├── api.php │ ├── contact.php │ ├── homes.php │ ├── index.html │ ├── index.php │ ├── posts.php │ ├── projects.php │ ├── trees.php │ ├── user.php │ └── welcome.php ├── core │ └── index.html ├── errors │ ├── error_404.php │ ├── error_db.php │ ├── error_general.php │ ├── error_php.php │ └── index.html ├── helpers │ ├── index.html │ ├── opencalais_helper.php │ ├── saaspose_helper.php │ └── tesseract_helper.php ├── hooks │ └── index.html ├── index.html ├── language │ └── english │ │ └── index.html ├── libraries │ ├── index.html │ └── jquery.js ├── logs │ └── index.html ├── models │ ├── admin_model.php │ ├── api_m.php │ ├── home.php │ ├── index.html │ ├── index.php │ ├── post.php │ ├── project.php │ ├── tree.php │ └── user_model.php ├── third_party │ └── index.html └── views │ ├── about.php │ ├── admin.php │ ├── api │ ├── api.php │ ├── documentation.php │ ├── footer.php │ ├── header.php │ └── request_key.php │ ├── contact.php │ ├── entity.php │ ├── footer.php │ ├── footer_entity.php │ ├── header.php │ ├── header_entity.php │ ├── home.php │ ├── index.html │ ├── index.php │ ├── post.php │ ├── project.php │ ├── registration_view.php │ ├── test.php │ ├── thank_view.php │ ├── tree.php │ └── welcome_message.php ├── assets ├── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.min.css │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── chronoline.css │ ├── custom.css │ ├── d3.css │ ├── docs.css │ ├── jquery.ias.css │ ├── jquery.qtip.min.css │ ├── sprites.png │ ├── styles.css │ └── wysiwyg.css ├── flare.json ├── ico │ ├── favicon-114.png │ ├── favicon-144.png │ ├── favicon-16.png │ ├── favicon-32.png │ ├── favicon-57.png │ └── favicon-72.png ├── icons │ ├── backcolor.gif │ ├── backcolor_on.gif │ ├── background_silver.jpg │ ├── bold.gif │ ├── bold_on.gif │ ├── copy.gif │ ├── copy_on.gif │ ├── cut.gif │ ├── cut_on.gif │ ├── forecolor.gif │ ├── forecolor_on.gif │ ├── help.gif │ ├── help_on.gif │ ├── indent_left.gif │ ├── indent_left_on.gif │ ├── indent_right.gif │ ├── indent_right_on.gif │ ├── insert_hyperlink.gif │ ├── insert_hyperlink_on.gif │ ├── insert_picture.gif │ ├── insert_picture_on.gif │ ├── insert_table.gif │ ├── insert_table_on.gif │ ├── italics.gif │ ├── italics_on.gif │ ├── justify_center.gif │ ├── justify_center_on.gif │ ├── justify_left.gif │ ├── justify_left_on.gif │ ├── justify_right.gif │ ├── justify_right_on.gif │ ├── list_ordered.gif │ ├── list_ordered_on.gif │ ├── list_unordered.gif │ ├── list_unordered_on.gif │ ├── logo.gif │ ├── paste.gif │ ├── paste_on.gif │ ├── redo.gif │ ├── redo_on.gif │ ├── select_font.gif │ ├── select_font_on.gif │ ├── select_size.gif │ ├── select_size_on.gif │ ├── seperator.gif │ ├── seperator2.gif │ ├── strikethrough.gif │ ├── strikethrough_on.gif │ ├── subscript.gif │ ├── subscript_on.gif │ ├── superscript.gif │ ├── superscript_on.gif │ ├── underline.gif │ ├── underline_on.gif │ ├── undo.gif │ ├── undo_on.gif │ ├── view_source.gif │ ├── view_source_on.gif │ ├── view_text.gif │ └── view_text_on.gif ├── img │ ├── CityScape - MutuaMatheka.png │ ├── NairobiSkyline-MutuaMatheka.jpg │ ├── atti-logo.jpg │ ├── bikenews.jpg │ ├── bootstrap-docs-readme.png │ ├── bootstrap-mdo-sfmoma-01.jpg │ ├── bootstrap-mdo-sfmoma-02.jpg │ ├── bootstrap-mdo-sfmoma-03.jpg │ ├── bs-docs-bootstrap-features.png │ ├── bs-docs-masthead-pattern.png │ ├── bs-docs-responsive-illustrations.png │ ├── bs-docs-twitter-github.png │ ├── cases.png │ ├── escheresque_ste.png │ ├── example-sites │ │ ├── 8020select.png │ │ ├── adoptahydrant.png │ │ ├── breakingnews.png │ │ ├── fleetio.png │ │ ├── gathercontent.png │ │ ├── jshint.png │ │ ├── kippt.png │ │ └── soundready.png │ ├── examples │ │ ├── bootstrap-example-carousel.png │ │ ├── bootstrap-example-fluid.png │ │ ├── bootstrap-example-justified-nav.png │ │ ├── bootstrap-example-marketing-narrow.png │ │ ├── bootstrap-example-marketing.png │ │ ├── bootstrap-example-signin.png │ │ ├── bootstrap-example-starter.png │ │ ├── bootstrap-example-sticky-footer.png │ │ ├── browser-icon-chrome.png │ │ ├── browser-icon-firefox.png │ │ ├── browser-icon-safari.png │ │ ├── slide-01.jpg │ │ ├── slide-02.jpg │ │ └── slide-03.jpg │ ├── fabric_of_squares_gray.png │ ├── facebook.png │ ├── furley_bg.png │ ├── furley_bg_@2X.png │ ├── github.png │ ├── glyphicons-halflings-white.png │ ├── glyphicons-halflings.png │ ├── googleplus.png │ ├── grants.png │ ├── grid-baseline-20px.png │ ├── klr-logo.jpg │ ├── klr-logo.png │ ├── land.png │ ├── less-logo-large.png │ ├── less.png │ ├── loader.gif │ ├── loading.gif │ ├── more.png │ ├── nbi.jpg │ ├── od-beta-teal.png │ ├── od-beta.png │ ├── od-logo.png │ ├── od-temp-dark.png │ ├── od-temp-orange.png │ ├── od-temp.png │ ├── od-temp150h-dark.png │ ├── od-temp150h-orange.png │ ├── od-temp150h.png │ ├── odlogo-200x45.png │ ├── odlogo-200x50.png │ ├── off.png │ ├── oi-grey-lg.png │ ├── on.png │ ├── openduka-activecircle.png │ ├── openduka-dashed.png │ ├── openduka-inactivecircle.png │ ├── openduka-masthead.png │ ├── openduka-resultbtn.png │ ├── openduka-searchbtn.png │ ├── openduka.png │ ├── organisations-dark.png │ ├── organisations.png │ ├── overlay.png │ ├── people-dark.png │ ├── people.png │ ├── pw_pattern.png │ ├── responsive-illustrations.png │ ├── satinweave.png │ ├── tenders.png │ ├── ticks.png │ └── twitter.png ├── js │ ├── README.md │ ├── ajaxfileupload.js │ ├── application.js │ ├── arbor-tween.js │ ├── arbor.js │ ├── bootstrap-affix.js │ ├── bootstrap-alert.js │ ├── bootstrap-button.js │ ├── bootstrap-carousel.js │ ├── bootstrap-collapse.js │ ├── bootstrap-contact.js │ ├── bootstrap-dropdown.js │ ├── bootstrap-modal.js │ ├── bootstrap-popover.js │ ├── bootstrap-scrollspy.js │ ├── bootstrap-tab.js │ ├── bootstrap-tooltip.js │ ├── bootstrap-transition.js │ ├── bootstrap-typeahead.js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── chronoline.js │ ├── d3.footer.js │ ├── d3.js │ ├── d3.layout.js │ ├── google-code-prettify │ │ ├── prettify.css │ │ └── prettify.js │ ├── graphics.js │ ├── holder │ │ └── holder.js │ ├── html5shiv.js │ ├── jquery-ias.js │ ├── jquery-ias.min.js │ ├── jquery.js │ ├── jquery.min.js │ ├── jquery.qtip.min.js │ ├── jquery.validate.js │ ├── raphael-min.js │ ├── renderer.js │ ├── renderer_entity.js │ ├── twitterFetcher_v10_min.js │ └── wysiwyg.js ├── popups │ ├── about.html │ ├── about_license.html │ ├── create_table.html │ ├── insert_hyperlink.html │ ├── insert_image.html │ ├── license.html │ └── select_color.html ├── sample.php ├── styles.css └── whatthe.php ├── images ├── blank.gif ├── clear_pixel.gif ├── ed_about.gif ├── ed_align_center.gif ├── ed_align_left.gif ├── ed_align_right.gif ├── ed_blank.gif ├── ed_charmap.gif ├── ed_color_bg.gif ├── ed_color_fg.gif ├── ed_copy.gif ├── ed_custom.gif ├── ed_cut.gif ├── ed_delete.gif ├── ed_format_bold.gif ├── ed_format_italic.gif ├── ed_format_strike.gif ├── ed_format_sub.gif ├── ed_format_sup.gif ├── ed_format_underline.gif ├── ed_help.gif ├── ed_hr.gif ├── ed_html.gif ├── ed_image.gif ├── ed_indent_less.gif ├── ed_indent_more.gif ├── ed_link.gif ├── ed_list_bullet.gif ├── ed_list_num.gif ├── ed_redo.gif ├── ed_undo.gif ├── fullscreen_maximize.gif ├── fullscreen_minimize.gif ├── icon_bmp.gif ├── icon_doc.gif ├── icon_exe.gif ├── icon_folder.gif ├── icon_gif.gif ├── icon_htm.gif ├── icon_jpg.gif ├── icon_png.gif ├── icon_txt.gif ├── icon_unknown.gif ├── icon_up_folder.gif ├── icon_zip.gif ├── insert_table.gif ├── post_button_about.gif ├── post_button_bold.gif ├── post_button_centre.gif ├── post_button_colour_pallete.gif ├── post_button_copy.gif ├── post_button_cut.gif ├── post_button_email.gif ├── post_button_file_upload.gif ├── post_button_fill.gif ├── post_button_font.gif ├── post_button_format.gif ├── post_button_h_rule.gif ├── post_button_html.gif ├── post_button_hyperlink.gif ├── post_button_image.gif ├── post_button_image_upload.gif ├── post_button_indent.gif ├── post_button_italic.gif ├── post_button_justify.gif ├── post_button_left_just.gif ├── post_button_list.gif ├── post_button_new.gif ├── post_button_open.gif ├── post_button_or_list.gif ├── post_button_outdent.gif ├── post_button_paste.gif ├── post_button_preview.gif ├── post_button_print.gif ├── post_button_redo.gif ├── post_button_right_just.gif ├── post_button_save.gif ├── post_button_size.gif ├── post_button_smiley.gif ├── post_button_sp_char.gif ├── post_button_spell_check.gif ├── post_button_strike.gif ├── post_button_subscript.gif ├── post_button_superscript.gif ├── post_button_underline.gif ├── post_button_undo.gif ├── post_button_word.gif ├── post_insert_table.gif ├── smiley1.gif ├── smiley10.gif ├── smiley11.gif ├── smiley12.gif ├── smiley13.gif ├── smiley14.gif ├── smiley15.gif ├── smiley16.gif ├── smiley17.gif ├── smiley18.gif ├── smiley19.gif ├── smiley2.gif ├── smiley20.gif ├── smiley21.gif ├── smiley22.gif ├── smiley23.gif ├── smiley24.gif ├── smiley25.gif ├── smiley26.gif ├── smiley27.gif ├── smiley28.gif ├── smiley29.gif ├── smiley3.gif ├── smiley30.gif ├── smiley31.gif ├── smiley32.gif ├── smiley33.gif ├── smiley34.gif ├── smiley35.gif ├── smiley36.gif ├── smiley4.gif ├── smiley5.gif ├── smiley6.gif ├── smiley7.gif ├── smiley8.gif ├── smiley9.gif └── toolbar_separator.gif ├── index.php └── system ├── .htaccess ├── core ├── Benchmark.php ├── CodeIgniter.php ├── Common.php ├── Config.php ├── Controller.php ├── Exceptions.php ├── Hooks.php ├── Input.php ├── Lang.php ├── Loader.php ├── Model.php ├── Output.php ├── Router.php ├── Security.php ├── URI.php ├── Utf8.php └── index.html ├── database ├── DB.php ├── DB_active_rec.php ├── DB_cache.php ├── DB_driver.php ├── DB_forge.php ├── DB_result.php ├── DB_utility.php ├── drivers │ ├── cubrid │ │ ├── cubrid_driver.php │ │ ├── cubrid_forge.php │ │ ├── cubrid_result.php │ │ ├── cubrid_utility.php │ │ └── index.html │ ├── index.html │ ├── mssql │ │ ├── index.html │ │ ├── mssql_driver.php │ │ ├── mssql_forge.php │ │ ├── mssql_result.php │ │ └── mssql_utility.php │ ├── mysql │ │ ├── index.html │ │ ├── mysql_driver.php │ │ ├── mysql_forge.php │ │ ├── mysql_result.php │ │ └── mysql_utility.php │ ├── mysqli │ │ ├── index.html │ │ ├── mysqli_driver.php │ │ ├── mysqli_forge.php │ │ ├── mysqli_result.php │ │ └── mysqli_utility.php │ ├── oci8 │ │ ├── index.html │ │ ├── oci8_driver.php │ │ ├── oci8_forge.php │ │ ├── oci8_result.php │ │ └── oci8_utility.php │ ├── odbc │ │ ├── index.html │ │ ├── odbc_driver.php │ │ ├── odbc_forge.php │ │ ├── odbc_result.php │ │ └── odbc_utility.php │ ├── pdo │ │ ├── index.html │ │ ├── pdo_driver.php │ │ ├── pdo_forge.php │ │ ├── pdo_result.php │ │ └── pdo_utility.php │ ├── postgre │ │ ├── index.html │ │ ├── postgre_driver.php │ │ ├── postgre_forge.php │ │ ├── postgre_result.php │ │ └── postgre_utility.php │ ├── sqlite │ │ ├── index.html │ │ ├── sqlite_driver.php │ │ ├── sqlite_forge.php │ │ ├── sqlite_result.php │ │ └── sqlite_utility.php │ └── sqlsrv │ │ ├── index.html │ │ ├── sqlsrv_driver.php │ │ ├── sqlsrv_forge.php │ │ ├── sqlsrv_result.php │ │ └── sqlsrv_utility.php └── index.html ├── fonts ├── index.html └── texb.ttf ├── helpers ├── array_helper.php ├── captcha_helper.php ├── cookie_helper.php ├── date_helper.php ├── directory_helper.php ├── download_helper.php ├── email_helper.php ├── file_helper.php ├── form_helper.php ├── html_helper.php ├── index.html ├── inflector_helper.php ├── language_helper.php ├── number_helper.php ├── path_helper.php ├── security_helper.php ├── smiley_helper.php ├── string_helper.php ├── text_helper.php ├── typography_helper.php ├── url_helper.php └── xml_helper.php ├── index.html ├── language ├── english │ ├── calendar_lang.php │ ├── date_lang.php │ ├── db_lang.php │ ├── email_lang.php │ ├── form_validation_lang.php │ ├── ftp_lang.php │ ├── imglib_lang.php │ ├── index.html │ ├── migration_lang.php │ ├── number_lang.php │ ├── profiler_lang.php │ ├── unit_test_lang.php │ └── upload_lang.php └── index.html └── libraries ├── Cache ├── Cache.php └── drivers │ ├── Cache_apc.php │ ├── Cache_dummy.php │ ├── Cache_file.php │ └── Cache_memcached.php ├── Calendar.php ├── Cart.php ├── Driver.php ├── Email.php ├── Encrypt.php ├── Form_validation.php ├── Ftp.php ├── Image_lib.php ├── Javascript.php ├── Log.php ├── Migration.php ├── Pagination.php ├── Parser.php ├── Profiler.php ├── Session.php ├── Sha1.php ├── Table.php ├── Trackback.php ├── Typography.php ├── Unit_test.php ├── Upload.php ├── User_agent.php ├── Xmlrpc.php ├── Xmlrpcs.php ├── Zip.php ├── index.html └── javascript └── Jquery.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/README.md -------------------------------------------------------------------------------- /application/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/.htaccess -------------------------------------------------------------------------------- /application/cache/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /application/cache/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/cache/index.html -------------------------------------------------------------------------------- /application/config/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/autoload.php -------------------------------------------------------------------------------- /application/config/constants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/constants.php -------------------------------------------------------------------------------- /application/config/doctypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/doctypes.php -------------------------------------------------------------------------------- /application/config/foreign_chars.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/foreign_chars.php -------------------------------------------------------------------------------- /application/config/hooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/hooks.php -------------------------------------------------------------------------------- /application/config/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/index.html -------------------------------------------------------------------------------- /application/config/migration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/migration.php -------------------------------------------------------------------------------- /application/config/mimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/mimes.php -------------------------------------------------------------------------------- /application/config/profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/profiler.php -------------------------------------------------------------------------------- /application/config/routes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/routes.php -------------------------------------------------------------------------------- /application/config/smileys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/smileys.php -------------------------------------------------------------------------------- /application/config/user_agents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/config/user_agents.php -------------------------------------------------------------------------------- /application/controllers/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/.htaccess -------------------------------------------------------------------------------- /application/controllers/about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/about.php -------------------------------------------------------------------------------- /application/controllers/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/admin.php -------------------------------------------------------------------------------- /application/controllers/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/api.php -------------------------------------------------------------------------------- /application/controllers/contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/contact.php -------------------------------------------------------------------------------- /application/controllers/homes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/homes.php -------------------------------------------------------------------------------- /application/controllers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/index.html -------------------------------------------------------------------------------- /application/controllers/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/index.php -------------------------------------------------------------------------------- /application/controllers/posts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/posts.php -------------------------------------------------------------------------------- /application/controllers/projects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/projects.php -------------------------------------------------------------------------------- /application/controllers/trees.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/trees.php -------------------------------------------------------------------------------- /application/controllers/user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/user.php -------------------------------------------------------------------------------- /application/controllers/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/controllers/welcome.php -------------------------------------------------------------------------------- /application/core/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/core/index.html -------------------------------------------------------------------------------- /application/errors/error_404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/errors/error_404.php -------------------------------------------------------------------------------- /application/errors/error_db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/errors/error_db.php -------------------------------------------------------------------------------- /application/errors/error_general.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/errors/error_general.php -------------------------------------------------------------------------------- /application/errors/error_php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/errors/error_php.php -------------------------------------------------------------------------------- /application/errors/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/errors/index.html -------------------------------------------------------------------------------- /application/helpers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/helpers/index.html -------------------------------------------------------------------------------- /application/helpers/opencalais_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/helpers/opencalais_helper.php -------------------------------------------------------------------------------- /application/helpers/saaspose_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/helpers/saaspose_helper.php -------------------------------------------------------------------------------- /application/helpers/tesseract_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/helpers/tesseract_helper.php -------------------------------------------------------------------------------- /application/hooks/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/hooks/index.html -------------------------------------------------------------------------------- /application/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/index.html -------------------------------------------------------------------------------- /application/language/english/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/language/english/index.html -------------------------------------------------------------------------------- /application/libraries/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/libraries/index.html -------------------------------------------------------------------------------- /application/libraries/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/libraries/jquery.js -------------------------------------------------------------------------------- /application/logs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/logs/index.html -------------------------------------------------------------------------------- /application/models/admin_model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/admin_model.php -------------------------------------------------------------------------------- /application/models/api_m.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/api_m.php -------------------------------------------------------------------------------- /application/models/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/home.php -------------------------------------------------------------------------------- /application/models/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/index.html -------------------------------------------------------------------------------- /application/models/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/index.php -------------------------------------------------------------------------------- /application/models/post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/post.php -------------------------------------------------------------------------------- /application/models/project.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/project.php -------------------------------------------------------------------------------- /application/models/tree.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/tree.php -------------------------------------------------------------------------------- /application/models/user_model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/models/user_model.php -------------------------------------------------------------------------------- /application/third_party/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/third_party/index.html -------------------------------------------------------------------------------- /application/views/about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/about.php -------------------------------------------------------------------------------- /application/views/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/admin.php -------------------------------------------------------------------------------- /application/views/api/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/api/api.php -------------------------------------------------------------------------------- /application/views/api/documentation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/api/documentation.php -------------------------------------------------------------------------------- /application/views/api/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/api/footer.php -------------------------------------------------------------------------------- /application/views/api/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/api/header.php -------------------------------------------------------------------------------- /application/views/api/request_key.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/api/request_key.php -------------------------------------------------------------------------------- /application/views/contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/contact.php -------------------------------------------------------------------------------- /application/views/entity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/entity.php -------------------------------------------------------------------------------- /application/views/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/footer.php -------------------------------------------------------------------------------- /application/views/footer_entity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/footer_entity.php -------------------------------------------------------------------------------- /application/views/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/header.php -------------------------------------------------------------------------------- /application/views/header_entity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/header_entity.php -------------------------------------------------------------------------------- /application/views/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/home.php -------------------------------------------------------------------------------- /application/views/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/index.html -------------------------------------------------------------------------------- /application/views/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/index.php -------------------------------------------------------------------------------- /application/views/post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/post.php -------------------------------------------------------------------------------- /application/views/project.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/project.php -------------------------------------------------------------------------------- /application/views/registration_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/registration_view.php -------------------------------------------------------------------------------- /application/views/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/test.php -------------------------------------------------------------------------------- /application/views/thank_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/thank_view.php -------------------------------------------------------------------------------- /application/views/tree.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/tree.php -------------------------------------------------------------------------------- /application/views/welcome_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/application/views/welcome_message.php -------------------------------------------------------------------------------- /assets/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/bootstrap-theme.css -------------------------------------------------------------------------------- /assets/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /assets/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/bootstrap.css -------------------------------------------------------------------------------- /assets/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/css/chronoline.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/chronoline.css -------------------------------------------------------------------------------- /assets/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/custom.css -------------------------------------------------------------------------------- /assets/css/d3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/d3.css -------------------------------------------------------------------------------- /assets/css/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/docs.css -------------------------------------------------------------------------------- /assets/css/jquery.ias.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/jquery.ias.css -------------------------------------------------------------------------------- /assets/css/jquery.qtip.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/jquery.qtip.min.css -------------------------------------------------------------------------------- /assets/css/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/sprites.png -------------------------------------------------------------------------------- /assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/styles.css -------------------------------------------------------------------------------- /assets/css/wysiwyg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/css/wysiwyg.css -------------------------------------------------------------------------------- /assets/flare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/flare.json -------------------------------------------------------------------------------- /assets/ico/favicon-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-114.png -------------------------------------------------------------------------------- /assets/ico/favicon-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-144.png -------------------------------------------------------------------------------- /assets/ico/favicon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-16.png -------------------------------------------------------------------------------- /assets/ico/favicon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-32.png -------------------------------------------------------------------------------- /assets/ico/favicon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-57.png -------------------------------------------------------------------------------- /assets/ico/favicon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/ico/favicon-72.png -------------------------------------------------------------------------------- /assets/icons/backcolor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/backcolor.gif -------------------------------------------------------------------------------- /assets/icons/backcolor_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/backcolor_on.gif -------------------------------------------------------------------------------- /assets/icons/background_silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/background_silver.jpg -------------------------------------------------------------------------------- /assets/icons/bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/bold.gif -------------------------------------------------------------------------------- /assets/icons/bold_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/bold_on.gif -------------------------------------------------------------------------------- /assets/icons/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/copy.gif -------------------------------------------------------------------------------- /assets/icons/copy_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/copy_on.gif -------------------------------------------------------------------------------- /assets/icons/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/cut.gif -------------------------------------------------------------------------------- /assets/icons/cut_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/cut_on.gif -------------------------------------------------------------------------------- /assets/icons/forecolor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/forecolor.gif -------------------------------------------------------------------------------- /assets/icons/forecolor_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/forecolor_on.gif -------------------------------------------------------------------------------- /assets/icons/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/help.gif -------------------------------------------------------------------------------- /assets/icons/help_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/help_on.gif -------------------------------------------------------------------------------- /assets/icons/indent_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/indent_left.gif -------------------------------------------------------------------------------- /assets/icons/indent_left_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/indent_left_on.gif -------------------------------------------------------------------------------- /assets/icons/indent_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/indent_right.gif -------------------------------------------------------------------------------- /assets/icons/indent_right_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/indent_right_on.gif -------------------------------------------------------------------------------- /assets/icons/insert_hyperlink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_hyperlink.gif -------------------------------------------------------------------------------- /assets/icons/insert_hyperlink_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_hyperlink_on.gif -------------------------------------------------------------------------------- /assets/icons/insert_picture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_picture.gif -------------------------------------------------------------------------------- /assets/icons/insert_picture_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_picture_on.gif -------------------------------------------------------------------------------- /assets/icons/insert_table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_table.gif -------------------------------------------------------------------------------- /assets/icons/insert_table_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/insert_table_on.gif -------------------------------------------------------------------------------- /assets/icons/italics.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/italics.gif -------------------------------------------------------------------------------- /assets/icons/italics_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/italics_on.gif -------------------------------------------------------------------------------- /assets/icons/justify_center.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_center.gif -------------------------------------------------------------------------------- /assets/icons/justify_center_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_center_on.gif -------------------------------------------------------------------------------- /assets/icons/justify_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_left.gif -------------------------------------------------------------------------------- /assets/icons/justify_left_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_left_on.gif -------------------------------------------------------------------------------- /assets/icons/justify_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_right.gif -------------------------------------------------------------------------------- /assets/icons/justify_right_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/justify_right_on.gif -------------------------------------------------------------------------------- /assets/icons/list_ordered.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/list_ordered.gif -------------------------------------------------------------------------------- /assets/icons/list_ordered_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/list_ordered_on.gif -------------------------------------------------------------------------------- /assets/icons/list_unordered.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/list_unordered.gif -------------------------------------------------------------------------------- /assets/icons/list_unordered_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/list_unordered_on.gif -------------------------------------------------------------------------------- /assets/icons/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/logo.gif -------------------------------------------------------------------------------- /assets/icons/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/paste.gif -------------------------------------------------------------------------------- /assets/icons/paste_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/paste_on.gif -------------------------------------------------------------------------------- /assets/icons/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/redo.gif -------------------------------------------------------------------------------- /assets/icons/redo_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/redo_on.gif -------------------------------------------------------------------------------- /assets/icons/select_font.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/select_font.gif -------------------------------------------------------------------------------- /assets/icons/select_font_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/select_font_on.gif -------------------------------------------------------------------------------- /assets/icons/select_size.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/select_size.gif -------------------------------------------------------------------------------- /assets/icons/select_size_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/select_size_on.gif -------------------------------------------------------------------------------- /assets/icons/seperator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/seperator.gif -------------------------------------------------------------------------------- /assets/icons/seperator2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/seperator2.gif -------------------------------------------------------------------------------- /assets/icons/strikethrough.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/strikethrough.gif -------------------------------------------------------------------------------- /assets/icons/strikethrough_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/strikethrough_on.gif -------------------------------------------------------------------------------- /assets/icons/subscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/subscript.gif -------------------------------------------------------------------------------- /assets/icons/subscript_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/subscript_on.gif -------------------------------------------------------------------------------- /assets/icons/superscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/superscript.gif -------------------------------------------------------------------------------- /assets/icons/superscript_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/superscript_on.gif -------------------------------------------------------------------------------- /assets/icons/underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/underline.gif -------------------------------------------------------------------------------- /assets/icons/underline_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/underline_on.gif -------------------------------------------------------------------------------- /assets/icons/undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/undo.gif -------------------------------------------------------------------------------- /assets/icons/undo_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/undo_on.gif -------------------------------------------------------------------------------- /assets/icons/view_source.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/view_source.gif -------------------------------------------------------------------------------- /assets/icons/view_source_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/view_source_on.gif -------------------------------------------------------------------------------- /assets/icons/view_text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/view_text.gif -------------------------------------------------------------------------------- /assets/icons/view_text_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/icons/view_text_on.gif -------------------------------------------------------------------------------- /assets/img/CityScape - MutuaMatheka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/CityScape - MutuaMatheka.png -------------------------------------------------------------------------------- /assets/img/NairobiSkyline-MutuaMatheka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/NairobiSkyline-MutuaMatheka.jpg -------------------------------------------------------------------------------- /assets/img/atti-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/atti-logo.jpg -------------------------------------------------------------------------------- /assets/img/bikenews.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bikenews.jpg -------------------------------------------------------------------------------- /assets/img/bootstrap-docs-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bootstrap-docs-readme.png -------------------------------------------------------------------------------- /assets/img/bootstrap-mdo-sfmoma-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bootstrap-mdo-sfmoma-01.jpg -------------------------------------------------------------------------------- /assets/img/bootstrap-mdo-sfmoma-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bootstrap-mdo-sfmoma-02.jpg -------------------------------------------------------------------------------- /assets/img/bootstrap-mdo-sfmoma-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bootstrap-mdo-sfmoma-03.jpg -------------------------------------------------------------------------------- /assets/img/bs-docs-bootstrap-features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bs-docs-bootstrap-features.png -------------------------------------------------------------------------------- /assets/img/bs-docs-masthead-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bs-docs-masthead-pattern.png -------------------------------------------------------------------------------- /assets/img/bs-docs-responsive-illustrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bs-docs-responsive-illustrations.png -------------------------------------------------------------------------------- /assets/img/bs-docs-twitter-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/bs-docs-twitter-github.png -------------------------------------------------------------------------------- /assets/img/cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/cases.png -------------------------------------------------------------------------------- /assets/img/escheresque_ste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/escheresque_ste.png -------------------------------------------------------------------------------- /assets/img/example-sites/8020select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/8020select.png -------------------------------------------------------------------------------- /assets/img/example-sites/adoptahydrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/adoptahydrant.png -------------------------------------------------------------------------------- /assets/img/example-sites/breakingnews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/breakingnews.png -------------------------------------------------------------------------------- /assets/img/example-sites/fleetio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/fleetio.png -------------------------------------------------------------------------------- /assets/img/example-sites/gathercontent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/gathercontent.png -------------------------------------------------------------------------------- /assets/img/example-sites/jshint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/jshint.png -------------------------------------------------------------------------------- /assets/img/example-sites/kippt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/kippt.png -------------------------------------------------------------------------------- /assets/img/example-sites/soundready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/example-sites/soundready.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-carousel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-carousel.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-fluid.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-justified-nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-justified-nav.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-marketing-narrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-marketing-narrow.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-marketing.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-signin.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-starter.png -------------------------------------------------------------------------------- /assets/img/examples/bootstrap-example-sticky-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/bootstrap-example-sticky-footer.png -------------------------------------------------------------------------------- /assets/img/examples/browser-icon-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/browser-icon-chrome.png -------------------------------------------------------------------------------- /assets/img/examples/browser-icon-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/browser-icon-firefox.png -------------------------------------------------------------------------------- /assets/img/examples/browser-icon-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/browser-icon-safari.png -------------------------------------------------------------------------------- /assets/img/examples/slide-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/slide-01.jpg -------------------------------------------------------------------------------- /assets/img/examples/slide-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/slide-02.jpg -------------------------------------------------------------------------------- /assets/img/examples/slide-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/examples/slide-03.jpg -------------------------------------------------------------------------------- /assets/img/fabric_of_squares_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/fabric_of_squares_gray.png -------------------------------------------------------------------------------- /assets/img/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/facebook.png -------------------------------------------------------------------------------- /assets/img/furley_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/furley_bg.png -------------------------------------------------------------------------------- /assets/img/furley_bg_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/furley_bg_@2X.png -------------------------------------------------------------------------------- /assets/img/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/github.png -------------------------------------------------------------------------------- /assets/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /assets/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /assets/img/googleplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/googleplus.png -------------------------------------------------------------------------------- /assets/img/grants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/grants.png -------------------------------------------------------------------------------- /assets/img/grid-baseline-20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/grid-baseline-20px.png -------------------------------------------------------------------------------- /assets/img/klr-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/klr-logo.jpg -------------------------------------------------------------------------------- /assets/img/klr-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/klr-logo.png -------------------------------------------------------------------------------- /assets/img/land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/land.png -------------------------------------------------------------------------------- /assets/img/less-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/less-logo-large.png -------------------------------------------------------------------------------- /assets/img/less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/less.png -------------------------------------------------------------------------------- /assets/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/loader.gif -------------------------------------------------------------------------------- /assets/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/loading.gif -------------------------------------------------------------------------------- /assets/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/more.png -------------------------------------------------------------------------------- /assets/img/nbi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/nbi.jpg -------------------------------------------------------------------------------- /assets/img/od-beta-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-beta-teal.png -------------------------------------------------------------------------------- /assets/img/od-beta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-beta.png -------------------------------------------------------------------------------- /assets/img/od-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-logo.png -------------------------------------------------------------------------------- /assets/img/od-temp-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp-dark.png -------------------------------------------------------------------------------- /assets/img/od-temp-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp-orange.png -------------------------------------------------------------------------------- /assets/img/od-temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp.png -------------------------------------------------------------------------------- /assets/img/od-temp150h-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp150h-dark.png -------------------------------------------------------------------------------- /assets/img/od-temp150h-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp150h-orange.png -------------------------------------------------------------------------------- /assets/img/od-temp150h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/od-temp150h.png -------------------------------------------------------------------------------- /assets/img/odlogo-200x45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/odlogo-200x45.png -------------------------------------------------------------------------------- /assets/img/odlogo-200x50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/odlogo-200x50.png -------------------------------------------------------------------------------- /assets/img/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/off.png -------------------------------------------------------------------------------- /assets/img/oi-grey-lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/oi-grey-lg.png -------------------------------------------------------------------------------- /assets/img/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/on.png -------------------------------------------------------------------------------- /assets/img/openduka-activecircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-activecircle.png -------------------------------------------------------------------------------- /assets/img/openduka-dashed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-dashed.png -------------------------------------------------------------------------------- /assets/img/openduka-inactivecircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-inactivecircle.png -------------------------------------------------------------------------------- /assets/img/openduka-masthead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-masthead.png -------------------------------------------------------------------------------- /assets/img/openduka-resultbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-resultbtn.png -------------------------------------------------------------------------------- /assets/img/openduka-searchbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka-searchbtn.png -------------------------------------------------------------------------------- /assets/img/openduka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/openduka.png -------------------------------------------------------------------------------- /assets/img/organisations-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/organisations-dark.png -------------------------------------------------------------------------------- /assets/img/organisations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/organisations.png -------------------------------------------------------------------------------- /assets/img/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/overlay.png -------------------------------------------------------------------------------- /assets/img/people-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/people-dark.png -------------------------------------------------------------------------------- /assets/img/people.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/people.png -------------------------------------------------------------------------------- /assets/img/pw_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/pw_pattern.png -------------------------------------------------------------------------------- /assets/img/responsive-illustrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/responsive-illustrations.png -------------------------------------------------------------------------------- /assets/img/satinweave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/satinweave.png -------------------------------------------------------------------------------- /assets/img/tenders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/tenders.png -------------------------------------------------------------------------------- /assets/img/ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/ticks.png -------------------------------------------------------------------------------- /assets/img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/img/twitter.png -------------------------------------------------------------------------------- /assets/js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/README.md -------------------------------------------------------------------------------- /assets/js/ajaxfileupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/ajaxfileupload.js -------------------------------------------------------------------------------- /assets/js/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/application.js -------------------------------------------------------------------------------- /assets/js/arbor-tween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/arbor-tween.js -------------------------------------------------------------------------------- /assets/js/arbor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/arbor.js -------------------------------------------------------------------------------- /assets/js/bootstrap-affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-affix.js -------------------------------------------------------------------------------- /assets/js/bootstrap-alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-alert.js -------------------------------------------------------------------------------- /assets/js/bootstrap-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-button.js -------------------------------------------------------------------------------- /assets/js/bootstrap-carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-carousel.js -------------------------------------------------------------------------------- /assets/js/bootstrap-collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-collapse.js -------------------------------------------------------------------------------- /assets/js/bootstrap-contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-contact.js -------------------------------------------------------------------------------- /assets/js/bootstrap-dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-dropdown.js -------------------------------------------------------------------------------- /assets/js/bootstrap-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-modal.js -------------------------------------------------------------------------------- /assets/js/bootstrap-popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-popover.js -------------------------------------------------------------------------------- /assets/js/bootstrap-scrollspy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-scrollspy.js -------------------------------------------------------------------------------- /assets/js/bootstrap-tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-tab.js -------------------------------------------------------------------------------- /assets/js/bootstrap-tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-tooltip.js -------------------------------------------------------------------------------- /assets/js/bootstrap-transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-transition.js -------------------------------------------------------------------------------- /assets/js/bootstrap-typeahead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap-typeahead.js -------------------------------------------------------------------------------- /assets/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap.js -------------------------------------------------------------------------------- /assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /assets/js/chronoline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/chronoline.js -------------------------------------------------------------------------------- /assets/js/d3.footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/d3.footer.js -------------------------------------------------------------------------------- /assets/js/d3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/d3.js -------------------------------------------------------------------------------- /assets/js/d3.layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/d3.layout.js -------------------------------------------------------------------------------- /assets/js/google-code-prettify/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/google-code-prettify/prettify.css -------------------------------------------------------------------------------- /assets/js/google-code-prettify/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/google-code-prettify/prettify.js -------------------------------------------------------------------------------- /assets/js/graphics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/graphics.js -------------------------------------------------------------------------------- /assets/js/holder/holder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/holder/holder.js -------------------------------------------------------------------------------- /assets/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/html5shiv.js -------------------------------------------------------------------------------- /assets/js/jquery-ias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery-ias.js -------------------------------------------------------------------------------- /assets/js/jquery-ias.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery-ias.min.js -------------------------------------------------------------------------------- /assets/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery.js -------------------------------------------------------------------------------- /assets/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery.min.js -------------------------------------------------------------------------------- /assets/js/jquery.qtip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery.qtip.min.js -------------------------------------------------------------------------------- /assets/js/jquery.validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/jquery.validate.js -------------------------------------------------------------------------------- /assets/js/raphael-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/raphael-min.js -------------------------------------------------------------------------------- /assets/js/renderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/renderer.js -------------------------------------------------------------------------------- /assets/js/renderer_entity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/renderer_entity.js -------------------------------------------------------------------------------- /assets/js/twitterFetcher_v10_min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/twitterFetcher_v10_min.js -------------------------------------------------------------------------------- /assets/js/wysiwyg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/js/wysiwyg.js -------------------------------------------------------------------------------- /assets/popups/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/about.html -------------------------------------------------------------------------------- /assets/popups/about_license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/about_license.html -------------------------------------------------------------------------------- /assets/popups/create_table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/create_table.html -------------------------------------------------------------------------------- /assets/popups/insert_hyperlink.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/insert_hyperlink.html -------------------------------------------------------------------------------- /assets/popups/insert_image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/insert_image.html -------------------------------------------------------------------------------- /assets/popups/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/license.html -------------------------------------------------------------------------------- /assets/popups/select_color.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/popups/select_color.html -------------------------------------------------------------------------------- /assets/sample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/sample.php -------------------------------------------------------------------------------- /assets/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/styles.css -------------------------------------------------------------------------------- /assets/whatthe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/assets/whatthe.php -------------------------------------------------------------------------------- /images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/blank.gif -------------------------------------------------------------------------------- /images/clear_pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/clear_pixel.gif -------------------------------------------------------------------------------- /images/ed_about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_about.gif -------------------------------------------------------------------------------- /images/ed_align_center.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_align_center.gif -------------------------------------------------------------------------------- /images/ed_align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_align_left.gif -------------------------------------------------------------------------------- /images/ed_align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_align_right.gif -------------------------------------------------------------------------------- /images/ed_blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_blank.gif -------------------------------------------------------------------------------- /images/ed_charmap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_charmap.gif -------------------------------------------------------------------------------- /images/ed_color_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_color_bg.gif -------------------------------------------------------------------------------- /images/ed_color_fg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_color_fg.gif -------------------------------------------------------------------------------- /images/ed_copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_copy.gif -------------------------------------------------------------------------------- /images/ed_custom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_custom.gif -------------------------------------------------------------------------------- /images/ed_cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_cut.gif -------------------------------------------------------------------------------- /images/ed_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_delete.gif -------------------------------------------------------------------------------- /images/ed_format_bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_bold.gif -------------------------------------------------------------------------------- /images/ed_format_italic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_italic.gif -------------------------------------------------------------------------------- /images/ed_format_strike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_strike.gif -------------------------------------------------------------------------------- /images/ed_format_sub.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_sub.gif -------------------------------------------------------------------------------- /images/ed_format_sup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_sup.gif -------------------------------------------------------------------------------- /images/ed_format_underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_format_underline.gif -------------------------------------------------------------------------------- /images/ed_help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_help.gif -------------------------------------------------------------------------------- /images/ed_hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_hr.gif -------------------------------------------------------------------------------- /images/ed_html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_html.gif -------------------------------------------------------------------------------- /images/ed_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_image.gif -------------------------------------------------------------------------------- /images/ed_indent_less.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_indent_less.gif -------------------------------------------------------------------------------- /images/ed_indent_more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_indent_more.gif -------------------------------------------------------------------------------- /images/ed_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_link.gif -------------------------------------------------------------------------------- /images/ed_list_bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_list_bullet.gif -------------------------------------------------------------------------------- /images/ed_list_num.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_list_num.gif -------------------------------------------------------------------------------- /images/ed_redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_redo.gif -------------------------------------------------------------------------------- /images/ed_undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/ed_undo.gif -------------------------------------------------------------------------------- /images/fullscreen_maximize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/fullscreen_maximize.gif -------------------------------------------------------------------------------- /images/fullscreen_minimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/fullscreen_minimize.gif -------------------------------------------------------------------------------- /images/icon_bmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_bmp.gif -------------------------------------------------------------------------------- /images/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_doc.gif -------------------------------------------------------------------------------- /images/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_exe.gif -------------------------------------------------------------------------------- /images/icon_folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_folder.gif -------------------------------------------------------------------------------- /images/icon_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_gif.gif -------------------------------------------------------------------------------- /images/icon_htm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_htm.gif -------------------------------------------------------------------------------- /images/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_jpg.gif -------------------------------------------------------------------------------- /images/icon_png.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_png.gif -------------------------------------------------------------------------------- /images/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_txt.gif -------------------------------------------------------------------------------- /images/icon_unknown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_unknown.gif -------------------------------------------------------------------------------- /images/icon_up_folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_up_folder.gif -------------------------------------------------------------------------------- /images/icon_zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/icon_zip.gif -------------------------------------------------------------------------------- /images/insert_table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/insert_table.gif -------------------------------------------------------------------------------- /images/post_button_about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_about.gif -------------------------------------------------------------------------------- /images/post_button_bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_bold.gif -------------------------------------------------------------------------------- /images/post_button_centre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_centre.gif -------------------------------------------------------------------------------- /images/post_button_colour_pallete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_colour_pallete.gif -------------------------------------------------------------------------------- /images/post_button_copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_copy.gif -------------------------------------------------------------------------------- /images/post_button_cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_cut.gif -------------------------------------------------------------------------------- /images/post_button_email.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_email.gif -------------------------------------------------------------------------------- /images/post_button_file_upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_file_upload.gif -------------------------------------------------------------------------------- /images/post_button_fill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_fill.gif -------------------------------------------------------------------------------- /images/post_button_font.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_font.gif -------------------------------------------------------------------------------- /images/post_button_format.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_format.gif -------------------------------------------------------------------------------- /images/post_button_h_rule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_h_rule.gif -------------------------------------------------------------------------------- /images/post_button_html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_html.gif -------------------------------------------------------------------------------- /images/post_button_hyperlink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_hyperlink.gif -------------------------------------------------------------------------------- /images/post_button_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_image.gif -------------------------------------------------------------------------------- /images/post_button_image_upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_image_upload.gif -------------------------------------------------------------------------------- /images/post_button_indent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_indent.gif -------------------------------------------------------------------------------- /images/post_button_italic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_italic.gif -------------------------------------------------------------------------------- /images/post_button_justify.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_justify.gif -------------------------------------------------------------------------------- /images/post_button_left_just.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_left_just.gif -------------------------------------------------------------------------------- /images/post_button_list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_list.gif -------------------------------------------------------------------------------- /images/post_button_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_new.gif -------------------------------------------------------------------------------- /images/post_button_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_open.gif -------------------------------------------------------------------------------- /images/post_button_or_list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_or_list.gif -------------------------------------------------------------------------------- /images/post_button_outdent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_outdent.gif -------------------------------------------------------------------------------- /images/post_button_paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_paste.gif -------------------------------------------------------------------------------- /images/post_button_preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_preview.gif -------------------------------------------------------------------------------- /images/post_button_print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_print.gif -------------------------------------------------------------------------------- /images/post_button_redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_redo.gif -------------------------------------------------------------------------------- /images/post_button_right_just.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_right_just.gif -------------------------------------------------------------------------------- /images/post_button_save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_save.gif -------------------------------------------------------------------------------- /images/post_button_size.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_size.gif -------------------------------------------------------------------------------- /images/post_button_smiley.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_smiley.gif -------------------------------------------------------------------------------- /images/post_button_sp_char.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_sp_char.gif -------------------------------------------------------------------------------- /images/post_button_spell_check.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_spell_check.gif -------------------------------------------------------------------------------- /images/post_button_strike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_strike.gif -------------------------------------------------------------------------------- /images/post_button_subscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_subscript.gif -------------------------------------------------------------------------------- /images/post_button_superscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_superscript.gif -------------------------------------------------------------------------------- /images/post_button_underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_underline.gif -------------------------------------------------------------------------------- /images/post_button_undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_undo.gif -------------------------------------------------------------------------------- /images/post_button_word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_button_word.gif -------------------------------------------------------------------------------- /images/post_insert_table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/post_insert_table.gif -------------------------------------------------------------------------------- /images/smiley1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley1.gif -------------------------------------------------------------------------------- /images/smiley10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley10.gif -------------------------------------------------------------------------------- /images/smiley11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley11.gif -------------------------------------------------------------------------------- /images/smiley12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley12.gif -------------------------------------------------------------------------------- /images/smiley13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley13.gif -------------------------------------------------------------------------------- /images/smiley14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley14.gif -------------------------------------------------------------------------------- /images/smiley15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley15.gif -------------------------------------------------------------------------------- /images/smiley16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley16.gif -------------------------------------------------------------------------------- /images/smiley17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley17.gif -------------------------------------------------------------------------------- /images/smiley18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley18.gif -------------------------------------------------------------------------------- /images/smiley19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley19.gif -------------------------------------------------------------------------------- /images/smiley2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley2.gif -------------------------------------------------------------------------------- /images/smiley20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley20.gif -------------------------------------------------------------------------------- /images/smiley21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley21.gif -------------------------------------------------------------------------------- /images/smiley22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley22.gif -------------------------------------------------------------------------------- /images/smiley23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley23.gif -------------------------------------------------------------------------------- /images/smiley24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley24.gif -------------------------------------------------------------------------------- /images/smiley25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley25.gif -------------------------------------------------------------------------------- /images/smiley26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley26.gif -------------------------------------------------------------------------------- /images/smiley27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley27.gif -------------------------------------------------------------------------------- /images/smiley28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley28.gif -------------------------------------------------------------------------------- /images/smiley29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley29.gif -------------------------------------------------------------------------------- /images/smiley3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley3.gif -------------------------------------------------------------------------------- /images/smiley30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley30.gif -------------------------------------------------------------------------------- /images/smiley31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley31.gif -------------------------------------------------------------------------------- /images/smiley32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley32.gif -------------------------------------------------------------------------------- /images/smiley33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley33.gif -------------------------------------------------------------------------------- /images/smiley34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley34.gif -------------------------------------------------------------------------------- /images/smiley35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley35.gif -------------------------------------------------------------------------------- /images/smiley36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley36.gif -------------------------------------------------------------------------------- /images/smiley4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley4.gif -------------------------------------------------------------------------------- /images/smiley5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley5.gif -------------------------------------------------------------------------------- /images/smiley6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley6.gif -------------------------------------------------------------------------------- /images/smiley7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley7.gif -------------------------------------------------------------------------------- /images/smiley8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley8.gif -------------------------------------------------------------------------------- /images/smiley9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/smiley9.gif -------------------------------------------------------------------------------- /images/toolbar_separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/images/toolbar_separator.gif -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/index.php -------------------------------------------------------------------------------- /system/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all -------------------------------------------------------------------------------- /system/core/Benchmark.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Benchmark.php -------------------------------------------------------------------------------- /system/core/CodeIgniter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/CodeIgniter.php -------------------------------------------------------------------------------- /system/core/Common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Common.php -------------------------------------------------------------------------------- /system/core/Config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Config.php -------------------------------------------------------------------------------- /system/core/Controller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Controller.php -------------------------------------------------------------------------------- /system/core/Exceptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Exceptions.php -------------------------------------------------------------------------------- /system/core/Hooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Hooks.php -------------------------------------------------------------------------------- /system/core/Input.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Input.php -------------------------------------------------------------------------------- /system/core/Lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Lang.php -------------------------------------------------------------------------------- /system/core/Loader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Loader.php -------------------------------------------------------------------------------- /system/core/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Model.php -------------------------------------------------------------------------------- /system/core/Output.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Output.php -------------------------------------------------------------------------------- /system/core/Router.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Router.php -------------------------------------------------------------------------------- /system/core/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Security.php -------------------------------------------------------------------------------- /system/core/URI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/URI.php -------------------------------------------------------------------------------- /system/core/Utf8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/Utf8.php -------------------------------------------------------------------------------- /system/core/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/core/index.html -------------------------------------------------------------------------------- /system/database/DB.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB.php -------------------------------------------------------------------------------- /system/database/DB_active_rec.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_active_rec.php -------------------------------------------------------------------------------- /system/database/DB_cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_cache.php -------------------------------------------------------------------------------- /system/database/DB_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_driver.php -------------------------------------------------------------------------------- /system/database/DB_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_forge.php -------------------------------------------------------------------------------- /system/database/DB_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_result.php -------------------------------------------------------------------------------- /system/database/DB_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/DB_utility.php -------------------------------------------------------------------------------- /system/database/drivers/cubrid/cubrid_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/cubrid/cubrid_driver.php -------------------------------------------------------------------------------- /system/database/drivers/cubrid/cubrid_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/cubrid/cubrid_forge.php -------------------------------------------------------------------------------- /system/database/drivers/cubrid/cubrid_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/cubrid/cubrid_result.php -------------------------------------------------------------------------------- /system/database/drivers/cubrid/cubrid_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/cubrid/cubrid_utility.php -------------------------------------------------------------------------------- /system/database/drivers/cubrid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/cubrid/index.html -------------------------------------------------------------------------------- /system/database/drivers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/index.html -------------------------------------------------------------------------------- /system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mssql/index.html -------------------------------------------------------------------------------- /system/database/drivers/mssql/mssql_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mssql/mssql_driver.php -------------------------------------------------------------------------------- /system/database/drivers/mssql/mssql_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mssql/mssql_forge.php -------------------------------------------------------------------------------- /system/database/drivers/mssql/mssql_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mssql/mssql_result.php -------------------------------------------------------------------------------- /system/database/drivers/mssql/mssql_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mssql/mssql_utility.php -------------------------------------------------------------------------------- /system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysql/index.html -------------------------------------------------------------------------------- /system/database/drivers/mysql/mysql_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysql/mysql_driver.php -------------------------------------------------------------------------------- /system/database/drivers/mysql/mysql_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysql/mysql_forge.php -------------------------------------------------------------------------------- /system/database/drivers/mysql/mysql_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysql/mysql_result.php -------------------------------------------------------------------------------- /system/database/drivers/mysql/mysql_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysql/mysql_utility.php -------------------------------------------------------------------------------- /system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysqli/index.html -------------------------------------------------------------------------------- /system/database/drivers/mysqli/mysqli_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysqli/mysqli_driver.php -------------------------------------------------------------------------------- /system/database/drivers/mysqli/mysqli_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysqli/mysqli_forge.php -------------------------------------------------------------------------------- /system/database/drivers/mysqli/mysqli_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysqli/mysqli_result.php -------------------------------------------------------------------------------- /system/database/drivers/mysqli/mysqli_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/mysqli/mysqli_utility.php -------------------------------------------------------------------------------- /system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/oci8/index.html -------------------------------------------------------------------------------- /system/database/drivers/oci8/oci8_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/oci8/oci8_driver.php -------------------------------------------------------------------------------- /system/database/drivers/oci8/oci8_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/oci8/oci8_forge.php -------------------------------------------------------------------------------- /system/database/drivers/oci8/oci8_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/oci8/oci8_result.php -------------------------------------------------------------------------------- /system/database/drivers/oci8/oci8_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/oci8/oci8_utility.php -------------------------------------------------------------------------------- /system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/odbc/index.html -------------------------------------------------------------------------------- /system/database/drivers/odbc/odbc_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/odbc/odbc_driver.php -------------------------------------------------------------------------------- /system/database/drivers/odbc/odbc_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/odbc/odbc_forge.php -------------------------------------------------------------------------------- /system/database/drivers/odbc/odbc_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/odbc/odbc_result.php -------------------------------------------------------------------------------- /system/database/drivers/odbc/odbc_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/odbc/odbc_utility.php -------------------------------------------------------------------------------- /system/database/drivers/pdo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/pdo/index.html -------------------------------------------------------------------------------- /system/database/drivers/pdo/pdo_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/pdo/pdo_driver.php -------------------------------------------------------------------------------- /system/database/drivers/pdo/pdo_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/pdo/pdo_forge.php -------------------------------------------------------------------------------- /system/database/drivers/pdo/pdo_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/pdo/pdo_result.php -------------------------------------------------------------------------------- /system/database/drivers/pdo/pdo_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/pdo/pdo_utility.php -------------------------------------------------------------------------------- /system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/postgre/index.html -------------------------------------------------------------------------------- /system/database/drivers/postgre/postgre_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/postgre/postgre_driver.php -------------------------------------------------------------------------------- /system/database/drivers/postgre/postgre_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/postgre/postgre_forge.php -------------------------------------------------------------------------------- /system/database/drivers/postgre/postgre_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/postgre/postgre_result.php -------------------------------------------------------------------------------- /system/database/drivers/postgre/postgre_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/postgre/postgre_utility.php -------------------------------------------------------------------------------- /system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlite/index.html -------------------------------------------------------------------------------- /system/database/drivers/sqlite/sqlite_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlite/sqlite_driver.php -------------------------------------------------------------------------------- /system/database/drivers/sqlite/sqlite_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlite/sqlite_forge.php -------------------------------------------------------------------------------- /system/database/drivers/sqlite/sqlite_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlite/sqlite_result.php -------------------------------------------------------------------------------- /system/database/drivers/sqlite/sqlite_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlite/sqlite_utility.php -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlsrv/index.html -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/sqlsrv_driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlsrv/sqlsrv_driver.php -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/sqlsrv_forge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlsrv/sqlsrv_forge.php -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/sqlsrv_result.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlsrv/sqlsrv_result.php -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/sqlsrv_utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/drivers/sqlsrv/sqlsrv_utility.php -------------------------------------------------------------------------------- /system/database/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/database/index.html -------------------------------------------------------------------------------- /system/fonts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/fonts/index.html -------------------------------------------------------------------------------- /system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/fonts/texb.ttf -------------------------------------------------------------------------------- /system/helpers/array_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/array_helper.php -------------------------------------------------------------------------------- /system/helpers/captcha_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/captcha_helper.php -------------------------------------------------------------------------------- /system/helpers/cookie_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/cookie_helper.php -------------------------------------------------------------------------------- /system/helpers/date_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/date_helper.php -------------------------------------------------------------------------------- /system/helpers/directory_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/directory_helper.php -------------------------------------------------------------------------------- /system/helpers/download_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/download_helper.php -------------------------------------------------------------------------------- /system/helpers/email_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/email_helper.php -------------------------------------------------------------------------------- /system/helpers/file_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/file_helper.php -------------------------------------------------------------------------------- /system/helpers/form_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/form_helper.php -------------------------------------------------------------------------------- /system/helpers/html_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/html_helper.php -------------------------------------------------------------------------------- /system/helpers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/index.html -------------------------------------------------------------------------------- /system/helpers/inflector_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/inflector_helper.php -------------------------------------------------------------------------------- /system/helpers/language_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/language_helper.php -------------------------------------------------------------------------------- /system/helpers/number_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/number_helper.php -------------------------------------------------------------------------------- /system/helpers/path_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/path_helper.php -------------------------------------------------------------------------------- /system/helpers/security_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/security_helper.php -------------------------------------------------------------------------------- /system/helpers/smiley_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/smiley_helper.php -------------------------------------------------------------------------------- /system/helpers/string_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/string_helper.php -------------------------------------------------------------------------------- /system/helpers/text_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/text_helper.php -------------------------------------------------------------------------------- /system/helpers/typography_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/typography_helper.php -------------------------------------------------------------------------------- /system/helpers/url_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/url_helper.php -------------------------------------------------------------------------------- /system/helpers/xml_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/helpers/xml_helper.php -------------------------------------------------------------------------------- /system/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/index.html -------------------------------------------------------------------------------- /system/language/english/calendar_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/calendar_lang.php -------------------------------------------------------------------------------- /system/language/english/date_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/date_lang.php -------------------------------------------------------------------------------- /system/language/english/db_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/db_lang.php -------------------------------------------------------------------------------- /system/language/english/email_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/email_lang.php -------------------------------------------------------------------------------- /system/language/english/form_validation_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/form_validation_lang.php -------------------------------------------------------------------------------- /system/language/english/ftp_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/ftp_lang.php -------------------------------------------------------------------------------- /system/language/english/imglib_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/imglib_lang.php -------------------------------------------------------------------------------- /system/language/english/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/index.html -------------------------------------------------------------------------------- /system/language/english/migration_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/migration_lang.php -------------------------------------------------------------------------------- /system/language/english/number_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/number_lang.php -------------------------------------------------------------------------------- /system/language/english/profiler_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/profiler_lang.php -------------------------------------------------------------------------------- /system/language/english/unit_test_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/unit_test_lang.php -------------------------------------------------------------------------------- /system/language/english/upload_lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/english/upload_lang.php -------------------------------------------------------------------------------- /system/language/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/language/index.html -------------------------------------------------------------------------------- /system/libraries/Cache/Cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cache/Cache.php -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/Cache_apc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cache/drivers/Cache_apc.php -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/Cache_dummy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cache/drivers/Cache_dummy.php -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/Cache_file.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cache/drivers/Cache_file.php -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/Cache_memcached.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cache/drivers/Cache_memcached.php -------------------------------------------------------------------------------- /system/libraries/Calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Calendar.php -------------------------------------------------------------------------------- /system/libraries/Cart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Cart.php -------------------------------------------------------------------------------- /system/libraries/Driver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Driver.php -------------------------------------------------------------------------------- /system/libraries/Email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Email.php -------------------------------------------------------------------------------- /system/libraries/Encrypt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Encrypt.php -------------------------------------------------------------------------------- /system/libraries/Form_validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Form_validation.php -------------------------------------------------------------------------------- /system/libraries/Ftp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Ftp.php -------------------------------------------------------------------------------- /system/libraries/Image_lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Image_lib.php -------------------------------------------------------------------------------- /system/libraries/Javascript.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Javascript.php -------------------------------------------------------------------------------- /system/libraries/Log.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Log.php -------------------------------------------------------------------------------- /system/libraries/Migration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Migration.php -------------------------------------------------------------------------------- /system/libraries/Pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Pagination.php -------------------------------------------------------------------------------- /system/libraries/Parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Parser.php -------------------------------------------------------------------------------- /system/libraries/Profiler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Profiler.php -------------------------------------------------------------------------------- /system/libraries/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Session.php -------------------------------------------------------------------------------- /system/libraries/Sha1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Sha1.php -------------------------------------------------------------------------------- /system/libraries/Table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Table.php -------------------------------------------------------------------------------- /system/libraries/Trackback.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Trackback.php -------------------------------------------------------------------------------- /system/libraries/Typography.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Typography.php -------------------------------------------------------------------------------- /system/libraries/Unit_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Unit_test.php -------------------------------------------------------------------------------- /system/libraries/Upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Upload.php -------------------------------------------------------------------------------- /system/libraries/User_agent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/User_agent.php -------------------------------------------------------------------------------- /system/libraries/Xmlrpc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Xmlrpc.php -------------------------------------------------------------------------------- /system/libraries/Xmlrpcs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Xmlrpcs.php -------------------------------------------------------------------------------- /system/libraries/Zip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/Zip.php -------------------------------------------------------------------------------- /system/libraries/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/index.html -------------------------------------------------------------------------------- /system/libraries/javascript/Jquery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenInstitute/OpenDuka/HEAD/system/libraries/javascript/Jquery.php --------------------------------------------------------------------------------