inital git commit
commit7ec5265c5d2b40304efe4715f7da6cea25a0b7d7
authorAlec Henriksen <alecwh@gmail.com>
Sat, 12 Apr 2008 17:16:03 +0000 (12 11:16 -0600)
committerAlec Henriksen <alecwh@gmail.com>
Sat, 12 Apr 2008 17:16:03 +0000 (12 11:16 -0600)
tree070dbc0cc702cdaee77800eb5b18e0a0c576b874
inital git commit
202 files changed:
.htaccess [new file with mode: 0644]
about.php [new file with mode: 0644]
article.php [new file with mode: 0644]
docs/.htaccess [new file with mode: 0644]
docs/CHANGELOG [new file with mode: 0644]
docs/HOWTO [new file with mode: 0644]
docs/INSTALL [new file with mode: 0644]
docs/LICENSE [new file with mode: 0644]
docs/README [new file with mode: 0644]
etc.php [new file with mode: 0644]
help.php [new file with mode: 0644]
images/about.png [new file with mode: 0644]
images/article management.png [new file with mode: 0644]
images/error.png [new file with mode: 0644]
images/gplv2.png [new file with mode: 0644]
images/guide/rl_window1.png [new file with mode: 0644]
images/guide/rl_window2.png [new file with mode: 0644]
images/guide/window1.png [new file with mode: 0644]
images/guide/window2.png [new file with mode: 0644]
images/guide/window_layout.png [new file with mode: 0644]
images/icons/delete.png [new file with mode: 0644]
images/icons/edit.png [new file with mode: 0644]
images/icons/favicon.ico [new file with mode: 0755]
images/icons/new.png [new file with mode: 0644]
images/index.png [new file with mode: 0644]
images/lock.png [new file with mode: 0644]
images/login.png [new file with mode: 0644]
images/new article.png [new file with mode: 0644]
images/preferences.png [new file with mode: 0644]
images/search.png [new file with mode: 0644]
images/success.png [new file with mode: 0644]
images/svg/logo.svg [new file with mode: 0644]
images/user management.png [new file with mode: 0644]
inc/auth.php [new file with mode: 0755]
inc/captcha.php [new file with mode: 0644]
inc/config.php [new file with mode: 0644]
inc/errors.php [new file with mode: 0644]
inc/function.php [new file with mode: 0644]
inc/global_files.php [new file with mode: 0644]
inc/head_data.php [new file with mode: 0644]
inc/header.php [new file with mode: 0644]
inc/init.php [new file with mode: 0644]
inc/js/codepress/codepress.css [new file with mode: 0644]
inc/js/codepress/codepress.html [new file with mode: 0644]
inc/js/codepress/codepress.js [new file with mode: 0644]
inc/js/codepress/engines/gecko.js [new file with mode: 0644]
inc/js/codepress/engines/khtml.js [new file with mode: 0644]
inc/js/codepress/engines/msie.js [new file with mode: 0644]
inc/js/codepress/engines/older.js [new file with mode: 0644]
inc/js/codepress/engines/opera.js [new file with mode: 0644]
inc/js/codepress/images/line-numbers.png [new file with mode: 0644]
inc/js/codepress/index.html [new file with mode: 0644]
inc/js/codepress/languages/css.css [new file with mode: 0644]
inc/js/codepress/languages/css.js [new file with mode: 0644]
inc/js/codepress/languages/generic.css [new file with mode: 0644]
inc/js/codepress/languages/generic.js [new file with mode: 0644]
inc/js/codepress/languages/html.css [new file with mode: 0644]
inc/js/codepress/languages/html.js [new file with mode: 0644]
inc/js/codepress/languages/javascript.css [new file with mode: 0644]
inc/js/codepress/languages/javascript.js [new file with mode: 0644]
inc/js/codepress/license.txt [new file with mode: 0644]
inc/js/highlight.js [new file with mode: 0644]
inc/js/tinymce/langs/en.js [new file with mode: 0644]
inc/js/tinymce/license.txt [new file with mode: 0644]
inc/js/tinymce/plugins/table/cell.htm [new file with mode: 0644]
inc/js/tinymce/plugins/table/css/cell.css [new file with mode: 0644]
inc/js/tinymce/plugins/table/css/row.css [new file with mode: 0644]
inc/js/tinymce/plugins/table/css/table.css [new file with mode: 0644]
inc/js/tinymce/plugins/table/editor_plugin.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/editor_plugin_src.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/buttons.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_cell_props.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_delete.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_delete_col.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_delete_row.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_insert_col_after.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_insert_col_before.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_insert_row_after.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_insert_row_before.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_merge_cells.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_row_props.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/images/table_split_cells.gif [new file with mode: 0644]
inc/js/tinymce/plugins/table/jscripts/cell.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/jscripts/merge_cells.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/jscripts/row.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/jscripts/table.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/langs/en.js [new file with mode: 0644]
inc/js/tinymce/plugins/table/merge_cells.htm [new file with mode: 0644]
inc/js/tinymce/plugins/table/readme.txt [new file with mode: 0644]
inc/js/tinymce/plugins/table/row.htm [new file with mode: 0644]
inc/js/tinymce/plugins/table/table.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/about.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/anchor.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/charmap.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/color_picker.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/css/colorpicker.css [new file with mode: 0644]
inc/js/tinymce/themes/advanced/css/editor_content.css [new file with mode: 0644]
inc/js/tinymce/themes/advanced/css/editor_popup.css [new file with mode: 0644]
inc/js/tinymce/themes/advanced/css/editor_ui.css [new file with mode: 0644]
inc/js/tinymce/themes/advanced/editor_template.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/editor_template_src.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/image.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/anchor.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/backcolor.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/bold.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/bullist.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/button_menu.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/buttons.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/cancel_button_bg.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/charmap.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/cleanup.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/code.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/color.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/colors.jpg [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/cut.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/forecolor.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/help.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/hr.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/image.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/indent.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/insert_button_bg.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/italic.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/justifycenter.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/justifyfull.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/justifyleft.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/justifyright.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/link.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/menu_check.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/numlist.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/opacity.png [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/outdent.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/paste.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/redo.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/removeformat.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/separator.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/spacer.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/statusbar_resize.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/strikethrough.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/sub.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/sup.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/underline.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/undo.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/unlink.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/images/visualaid.gif [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/about.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/anchor.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/charmap.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/color_picker.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/image.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/link.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/jscripts/source_editor.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/langs/en.js [new file with mode: 0644]
inc/js/tinymce/themes/advanced/link.htm [new file with mode: 0644]
inc/js/tinymce/themes/advanced/source_editor.htm [new file with mode: 0644]
inc/js/tinymce/tiny_mce.js [new file with mode: 0644]
inc/js/tinymce/tiny_mce_3048d5dd7c3573ca1becfe392b9f4df9.gz [new file with mode: 0644]
inc/js/tinymce/tiny_mce_d0407ef9a7ec89376538c7902791bda3.gz [new file with mode: 0644]
inc/js/tinymce/tiny_mce_gzip.js [new file with mode: 0644]
inc/js/tinymce/tiny_mce_gzip.php [new file with mode: 0644]
inc/js/tinymce/tiny_mce_popup.js [new file with mode: 0644]
inc/js/tinymce/tiny_mce_src.js [new file with mode: 0644]
inc/js/tinymce/utils/editable_selects.js [new file with mode: 0644]
inc/js/tinymce/utils/form_utils.js [new file with mode: 0644]
inc/js/tinymce/utils/mclayer.js [new file with mode: 0644]
inc/js/tinymce/utils/mctabs.js [new file with mode: 0644]
inc/js/tinymce/utils/validate.js [new file with mode: 0644]
inc/js/tour/amberjack.js [new file with mode: 0644]
inc/js/tour/amberjack.pack.js [new file with mode: 0644]
inc/js/tour/skin/black_beauty/style.css [new file with mode: 0644]
inc/js/tour/skin/model_t/control.tpl.js [new file with mode: 0644]
inc/js/tour/skin/model_t/style.css [new file with mode: 0644]
inc/page_desc.php [new file with mode: 0644]
inc/themecontrol.php [new file with mode: 0644]
index.php [new file with mode: 0644]
install/index.php [new file with mode: 0644]
install/install.inc.php [new file with mode: 0755]
install/install.tmp.php [new file with mode: 0644]
install/upgrade.php [new file with mode: 0644]
login.php [new file with mode: 0644]
manage.php [new file with mode: 0755]
preferences.php [new file with mode: 0755]
robots.txt [new file with mode: 0644]
shownews.php [new file with mode: 0755]
themes/default/admin.tpl.php [new file with mode: 0644]
themes/default/images/mgrad.png [new file with mode: 0644]
themes/default/images/news.png [new file with mode: 0644]
themes/default/images/next.png [new file with mode: 0644]
themes/default/images/notice.png [new file with mode: 0755]
themes/default/images/previous.png [new file with mode: 0644]
themes/default/images/save.png [new file with mode: 0644]
themes/default/images/search.png [new file with mode: 0644]
themes/default/images/success.png [new file with mode: 0644]
themes/default/images/tableft.gif [new file with mode: 0644]
themes/default/images/tableft_top.gif [new file with mode: 0644]
themes/default/images/tabright.gif [new file with mode: 0644]
themes/default/images/tabright_top.gif [new file with mode: 0644]
themes/default/login.tpl.php [new file with mode: 0644]
themes/default/main.css [new file with mode: 0755]
themes/default/preview.png [new file with mode: 0644]
themes/default/theme.xml [new file with mode: 0755]
user.php [new file with mode: 0644]