echo

所属分类:汇编语言
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2015-11-17 23:09:23
上 传 者sh-1993
说明:  新闻聚合器_和_事件列表web门户
(News aggregator _and_ event listing web portal)

文件列表:
Gruntfile.js (1310, 2015-11-17)
LICENSE (34, 2015-11-17)
css/ (0, 2015-11-17)
css/echo.css (23924, 2015-11-17)
css/fullcalendar.css (10970, 2015-11-17)
css/jquery-ui-1.8.24.custom.css (29140, 2015-11-17)
echo.ini.default (155, 2015-11-17)
facebook.js (786, 2015-11-17)
feedfetcher/ (0, 2015-11-17)
feedfetcher/fetch.js (6339, 2015-11-17)
feedfetcher/main.js (3233, 2015-11-17)
feedfetcher/models.js (1477, 2015-11-17)
feedfetcher/tests.json (2989, 2015-11-17)
fonts/ (0, 2015-11-17)
fonts/FontAwesome.otf (62856, 2015-11-17)
fonts/fontawesome-webfont.eot (38205, 2015-11-17)
fonts/fontawesome-webfont.svg (202148, 2015-11-17)
fonts/fontawesome-webfont.ttf (80652, 2015-11-17)
fonts/fontawesome-webfont.woff (44432, 2015-11-17)
img/ (0, 2015-11-17)
img/calendar.png (3533, 2015-11-17)
img/cross.png (2902, 2015-11-17)
img/echo.png (23645, 2015-11-17)
img/header.png (17520, 2015-11-17)
img/miniecho.png (5151, 2015-11-17)
img/ui-icons_222222_256x240.png (4194, 2015-11-17)
img/ui-icons_292929_256x240.png (4194, 2015-11-17)
img/ui-icons_2e83ff_256x240.png (4194, 2015-11-17)
img/ui-icons_454545_256x240.png (4194, 2015-11-17)
img/ui-icons_888888_256x240.png (4194, 2015-11-17)
img/ui-icons_cd0a0a_256x240.png (4194, 2015-11-17)
index.php (20679, 2015-11-17)
js/ (0, 2015-11-17)
js/echo.js (223312, 2015-11-17)
js/src/ (0, 2015-11-17)
js/src/echo.js (1809, 2015-11-17)
js/src/fullcalendar-1.6.1.js (128374, 2015-11-17)
js/src/jquery-1.11.0.js (282944, 2015-11-17)
... ...

Echo README =========== # Please note that this is unmaintained and badly written! It's been rewritten using node, see takkaria/echojs. To set this up you will need to: ## Dependencies PHP 5.4 PHP's SQLite module ## Installation Initialise the databases. Create the databases from SQL: ``` mkdir db sqlite3 db/events.sqlite < sql-events.txt sqlite3 db/feeds.sqlite < sql-feeds.txt ``` Make sure they are writable by the web server. This might mean doing something like: ``` chgrp -R www-data db chmod -R g+w db ``` Move the right files into place. The following need to be in a web-accessible folder: * css * images * js * index.php The following do not: * lib * feedfetch.php * templates Set up the config file. An initial config file is in the package. It should be called 'echo.ini'. Set up a temp directory for F3: ``` mkdir temp chgrp -R www-data temp chmod -R g+w temp ``` Set up web rewrite rules. Install the Node modules: - htmlstrip-native - sequelize - sequelize-sqlite (?) - sqlite3 - ical - feedparser - request To develop, you will need sass, to build CSS files from the source SCSS files.

近期下载者

相关文件


收藏者