";
+ print '
';
+
$currev = $file['created_rev'];
$prevrev = $file['against']['prev_rev'];
$prevanc = "code/{$diff_view}/{$project->id}/{$xpar}/{$currev}/{$prevrev}";
- print anchor ($prevanc, '<<');
- print ' ';
+ print anchor ($prevanc, '');
+ print ' ';
// show the history details of the previous revision at the root directory
$revanc = "code/revision/{$project->id}/!/{$file['against']['created_rev']}";
@@ -411,8 +415,8 @@ else
$currev = $file['created_rev'];
$nextrev = $file['against']['next_rev'];
$nextanc = "code/{$diff_view}/{$project->id}/{$xpar}/{$currev}/{$nextrev}";
- print ' ';
- print anchor ($nextanc, '>>');
+ print ' ';
+ print anchor ($nextanc, '');
print "
"; // navigator
//print "
";
@@ -497,12 +501,13 @@ else
//
print ("");
- print "
";
+ print '
';
+
$currev = $file['against']['created_rev'];
$prevrev = $file['prev_rev'];
$prevanc = "code/{$diff_view}/{$project->id}/{$xpar}/{$prevrev}/{$currev}";
- print anchor ($prevanc, '<<');
- print ' ';
+ print anchor ($prevanc, '');
+ print ' ';
// show the history details of the current revision at the root directory
$revanc = "code/revision/{$project->id}/!/{$file['created_rev']}";
@@ -511,8 +516,8 @@ else
$currev = $file['against']['created_rev'];
$nextrev = $file['next_rev'];
$nextanc = "code/{$diff_view}/{$project->id}/{$xpar}/{$nextrev}/{$currev}";
- print ' ';
- print anchor ($nextanc, '>>');
+ print ' ';
+ print anchor ($nextanc, '');
print "
"; // navigator
//print "
";
diff --git a/codepot/src/codepot/views/code_file.php b/codepot/src/codepot/views/code_file.php
index e1178b70..5fe8c6b0 100644
--- a/codepot/src/codepot/views/code_file.php
+++ b/codepot/src/codepot/views/code_file.php
@@ -6,6 +6,7 @@
+
@@ -212,7 +213,7 @@ $this->load->view (
id}/${xpar}/{$file['prev_rev']}", '<<');
+ print anchor ("code/file/{$project->id}/${xpar}/{$file['prev_rev']}", '
');
print ' ';
// anchor to the revision history at the root directory
@@ -230,7 +231,7 @@ $this->load->view (
}
print ' ';
- print anchor ("code/file/{$project->id}/${xpar}/{$file['next_rev']}", '>>');
+ print anchor ("code/file/{$project->id}/${xpar}/{$file['next_rev']}", '
');
print ' | ';
printf ('%s: %s', $this->lang->line('Size'), $file['size']);
diff --git a/codepot/src/codepot/views/code_folder.php b/codepot/src/codepot/views/code_folder.php
index 7804c0ab..3814fe3b 100644
--- a/codepot/src/codepot/views/code_folder.php
+++ b/codepot/src/codepot/views/code_folder.php
@@ -8,6 +8,7 @@
+
@@ -215,7 +216,7 @@ $(function () {
if ($.trim($("#code_search_string").val()) != "")
{
$('#code_search_submit').button ('disable');
- $('#code_search_string').addClass("search-in-progress");
+ $('#code_search_string_icon').addClass("fa-cog fa-spin");
$('#code_search_form').submit ();
}
});
@@ -318,13 +319,14 @@ $this->load->view (
{
print form_hidden('search_folder', set_value('search_folder', $file['fullpath']), 'id="code_folder_search_folder"');
print form_hidden('search_revision', set_value('search_revision', $revision), 'id="code_folder_search_revision"');
+
+ print '
';
print form_input(array(
'name' => 'search_string',
'value' => set_value('search_string', ''),
'id' =>'code_search_string',
'placeholder' => $this->lang->line('CODE_SEARCH_STRING')
));
-
print ' ';
print form_checkbox(array(
@@ -394,7 +396,7 @@ $this->load->view (
}
$xpar = $this->converter->AsciiTohex ($headpath);
- print anchor ("code/file/{$project->id}/${xpar}/{$prev_revision}", '<<');
+ print anchor ("code/file/{$project->id}/${xpar}/{$prev_revision}", '
');
print ' ';
// anchor to the revision history at the root directory
@@ -410,7 +412,7 @@ $this->load->view (
}
print ' ';
- print anchor ("code/file/{$project->id}/${xpar}/{$next_revision}", '>>');
+ print anchor ("code/file/{$project->id}/${xpar}/{$next_revision}", '
');
if ($file_count > 0)
{
@@ -497,6 +499,7 @@ $this->load->view (
$hexpath = $this->converter->AsciiToHex($fullpath);
print "
";
print '';
+ print ' ';
print anchor (
"code/file/{$project->id}/{$hexpath}{$revreq}",
htmlspecialchars($f['name']));
@@ -522,6 +525,8 @@ $this->load->view (
$hexpath = $this->converter->AsciiToHex($fullpath);
print " |
";
print '';
+ $fa_type = codepot_get_fa_file_type ($f['name']);
+ print " ";
print anchor (
"code/file/{$project->id}/{$hexpath}{$revreq}",
htmlspecialchars($f['name']));
diff --git a/codepot/src/codepot/views/code_history.php b/codepot/src/codepot/views/code_history.php
index 3053eafb..0d995ac9 100644
--- a/codepot/src/codepot/views/code_history.php
+++ b/codepot/src/codepot/views/code_history.php
@@ -93,10 +93,10 @@ $this->load->view (
converter->AsciiToHex (($fullpath == '')? '.': $fullpath);
- $graph_url = codepot_merge_path (site_url(), "/code/graph/commits-by-users/{$project->id}/{$xfullpath}");
+ $graph_url = codepot_merge_path (site_url(), "/code/graph/commits-by-users/{$project->id}/{$xfullpath}{$revreq}");
print "";
- $graph_url = codepot_merge_path (site_url(), "/code/graph/commit-share-by-users/{$project->id}/{$xfullpath}");
+ $graph_url = codepot_merge_path (site_url(), "/code/graph/commit-share-by-users/{$project->id}/{$xfullpath}{$revreq}");
print "";
?>
diff --git a/codepot/src/codepot/views/code_search.php b/codepot/src/codepot/views/code_search.php
index 50f3ddbb..8f09952d 100644
--- a/codepot/src/codepot/views/code_search.php
+++ b/codepot/src/codepot/views/code_search.php
@@ -8,6 +8,7 @@
+
@@ -26,7 +27,7 @@ $(function() {
if ($.trim($("#code_search_string").val()) != "")
{
$('#code_search_submit').button ('disable');
- $('#code_search_string').addClass ('search-in-progress');
+ $('#code_search_string_icon').addClass ('fa-cog fa-spin');
$('#code_search_form').submit ();
}
});
@@ -140,12 +141,15 @@ $this->load->view (
print form_open("code/search/{$project->id}/", 'id="code_search_form"');
print form_hidden ('search_folder', set_value('search_folder', $file['fullpath']), 'id="code_search_search_folder"');
print form_hidden ('search_revision', set_value('search_revision', $revision), 'id="code_search_search_revision"');
+
+ print ' ';
print form_input(array(
'name' => 'search_string',
'value' => set_value('search_string', ''),
'id' =>'code_search_string',
'placeholder' => $this->lang->line('CODE_SEARCH_STRING')
));
+ print ' ';
print form_checkbox(array(
'name' => 'search_invertedly',
diff --git a/codepot/src/css/Makefile.am b/codepot/src/css/Makefile.am
index 7244d7d7..12343342 100644
--- a/codepot/src/css/Makefile.am
+++ b/codepot/src/css/Makefile.am
@@ -1,10 +1,11 @@
-SUBDIRS = images
+SUBDIRS = fonts images
wwwdir=$(WWWDIR)/css
www_DATA = \
code.css \
common.css \
file.css \
+ font-awesome.min.css \
issue.css \
jquery-ui.css \
log.css \
diff --git a/codepot/src/css/Makefile.in b/codepot/src/css/Makefile.in
index 914e27b0..f3cf7bf7 100644
--- a/codepot/src/css/Makefile.in
+++ b/codepot/src/css/Makefile.in
@@ -238,11 +238,12 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
wwwdir = $(WWWDIR)/css
-SUBDIRS = images
+SUBDIRS = fonts images
www_DATA = \
code.css \
common.css \
file.css \
+ font-awesome.min.css \
issue.css \
jquery-ui.css \
log.css \
diff --git a/codepot/src/css/code.css b/codepot/src/css/code.css
index f0a4fc55..83e7459e 100644
--- a/codepot/src/css/code.css
+++ b/codepot/src/css/code.css
@@ -278,6 +278,7 @@
background-color: #7777FF;
color: #FFFFFF;
font-weight: bold;
+ padding-left: 1em;
}
#code_diff_mainarea_result_fullview .navigator a {
@@ -350,10 +351,6 @@
* project source search view (including folder view)
*-----------------------------------------------*/
-#code_search_string.search-in-progress {
- background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
-}
-
#code_search_invertedly_label .ui-button-text,
#code_search_case_insensitively_label .ui-button-text,
#code_search_recursively_label .ui-button-text,
diff --git a/codepot/src/css/fonts/Makefile.am b/codepot/src/css/fonts/Makefile.am
new file mode 100644
index 00000000..49f36d45
--- /dev/null
+++ b/codepot/src/css/fonts/Makefile.am
@@ -0,0 +1,10 @@
+wwwdir=$(WWWDIR)/css/fonts
+www_DATA = \
+ fontawesome-webfont.eot \
+ fontawesome-webfont.ttf \
+ fontawesome-webfont.woff2 \
+ fontawesome-webfont.svg \
+ fontawesome-webfont.woff
+
+EXTRA_DIST = $(www_DATA)
+
diff --git a/codepot/src/css/fonts/Makefile.in b/codepot/src/css/fonts/Makefile.in
new file mode 100644
index 00000000..8b6a68db
--- /dev/null
+++ b/codepot/src/css/fonts/Makefile.in
@@ -0,0 +1,419 @@
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+subdir = src/css/fonts
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/ac/m4/as-ac-expand.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/./config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
+am__installdirs = "$(DESTDIR)$(wwwdir)"
+DATA = $(www_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BINDIR = @BINDIR@
+CACHEDIR = @CACHEDIR@
+CFGDIR = @CFGDIR@
+CYGPATH_W = @CYGPATH_W@
+DATADIR = @DATADIR@
+DATAROOTDIR = @DATAROOTDIR@
+DEFS = @DEFS@
+DEPOTDIR = @DEPOTDIR@
+DOCDIR = @DOCDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LIBDIR = @LIBDIR@
+LIBEXECDIR = @LIBEXECDIR@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LOCALSTATEDIR = @LOCALSTATEDIR@
+LOGDIR = @LOGDIR@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PHPEXTDIR = @PHPEXTDIR@
+PHPEXTINIDIR = @PHPEXTINIDIR@
+PREFIX = @PREFIX@
+RM = @RM@
+RMDIR = @RMDIR@
+SBINDIR = @SBINDIR@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+SYSCONFDIR = @SYSCONFDIR@
+VERSION = @VERSION@
+WWWDIR = @WWWDIR@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+am__leading_dot = @am__leading_dot@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+cachedir = @cachedir@
+cfgdir = @cfgdir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+depotdir = @depotdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+logdir = @logdir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+phpextdir = @phpextdir@
+phpextinidir = @phpextinidir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+wwwdir = $(WWWDIR)/css/fonts
+www_DATA = \
+ fontawesome-webfont.eot \
+ fontawesome-webfont.ttf \
+ fontawesome-webfont.woff2 \
+ fontawesome-webfont.svg \
+ fontawesome-webfont.woff
+
+EXTRA_DIST = $(www_DATA)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/css/fonts/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign src/css/fonts/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+install-wwwDATA: $(www_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(www_DATA)'; test -n "$(wwwdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(wwwdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(wwwdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wwwdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(wwwdir)" || exit $$?; \
+ done
+
+uninstall-wwwDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(www_DATA)'; test -n "$(wwwdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(wwwdir)'; $(am__uninstall_files_from_dir)
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(wwwdir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-wwwDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-wwwDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am install-man \
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip install-wwwDATA installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
+ uninstall-am uninstall-wwwDATA
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/codepot/src/css/fonts/fontawesome-webfont.eot b/codepot/src/css/fonts/fontawesome-webfont.eot
new file mode 100644
index 00000000..33b2bb80
Binary files /dev/null and b/codepot/src/css/fonts/fontawesome-webfont.eot differ
diff --git a/codepot/src/css/fonts/fontawesome-webfont.svg b/codepot/src/css/fonts/fontawesome-webfont.svg
new file mode 100644
index 00000000..1ee89d43
--- /dev/null
+++ b/codepot/src/css/fonts/fontawesome-webfont.svg
@@ -0,0 +1,565 @@
+
+
+
\ No newline at end of file
diff --git a/codepot/src/css/fonts/fontawesome-webfont.ttf b/codepot/src/css/fonts/fontawesome-webfont.ttf
new file mode 100644
index 00000000..ed9372f8
Binary files /dev/null and b/codepot/src/css/fonts/fontawesome-webfont.ttf differ
diff --git a/codepot/src/css/fonts/fontawesome-webfont.woff b/codepot/src/css/fonts/fontawesome-webfont.woff
new file mode 100644
index 00000000..8b280b98
Binary files /dev/null and b/codepot/src/css/fonts/fontawesome-webfont.woff differ
diff --git a/codepot/src/css/fonts/fontawesome-webfont.woff2 b/codepot/src/css/fonts/fontawesome-webfont.woff2
new file mode 100644
index 00000000..3311d585
Binary files /dev/null and b/codepot/src/css/fonts/fontawesome-webfont.woff2 differ
|