Giter Site home page Giter Site logo

knightth0r / echo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from takkaria/echo

0.0 2.0 0.0 1.97 MB

News aggregator and event listing web portal

Home Page: echomanchester.net

License: Other

JavaScript 16.83% CSS 5.79% PHP 73.68% ApacheConf 0.04% HTML 3.66%

echo's Introduction

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.

echo's People

Contributors

takkaria avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.