Skip to content

prit2477/Einstein

 
 

Repository files navigation

#Einsteinish (http://einsteinish.com)

alt text

We are developing knowledge library for learning Qunatum Universe. The best resources to learn something on the web are scattered and we may waste lot of time. We aim to elinimate this by recommending the best resources.

##Version 1 features

  • Users can share any link of interesting blog post or video in the Resource Section.
  • Resources are divided in topics.
  • Users can share snippets(a shorte blog post) on their wall to share their views and experiences in learning.
  • Users can save interesting resources to their profile for later use.
  • Topic follow button allow users to follow topics to get interesting news, new resources.
  • Explore section lets view the ongoing activity of the site at a glance.

##Later features

  • Moderators and more active users will be able to edit wiki like content in the topics and resources.
  • Tracks will be introduced to give users ability to create content for the their audiences and distribute them.
  • Users can follow other interesting users.

##Tools/Apps Used

For full requirements, see requirment.txt

##Install

Contact

LICENSE

This project is licensed under MIT License. See LICENSE.txt

Note

  • djangoratings-vote : ip-address width = 64. Otherwise, we get the following error: Data truncated for column 'ip_address' at row 1
  • discus comment tool requires registration.
  • Upgraded to Django 1.8.7 on Jan. 2, 2016 (2 fixes - 1. Import user after loading app, 2. NoReverseMatch for admin delete)
  • Added thumbnail field to resources (resources/models.py)
  • Bug fix for resource image upload by adding enctype="multipart/form-data" to templates/resources/resource_form.html
  • The upload_to folder switched to MEDIA_ROOT/topics/%Y/%m/%d/ and MEDIA_ROOT/resources/%Y/%m/%d/ to resources/models.py to Topic and Resource classes on Jan. 12, 2016.
  • Can use markdown (django-markdown-duex) for TextField such as Description and Help_Text in Resources/Topic. Basic tutorial is available at https://daringfireball.net/projects/markdown/basics.
  • Added a video field as well as a filed for embedded YouTube video to Resources.
  • Related Tutorials I - Errors and Fixes for einsteinish.com
  • Related Tutorials II - Elastic search used in einsteinish.com

To Do

  • Remote Thumbnail column

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.7%
  • HTML 31.4%
  • JavaScript 20.1%
  • CSS 13.8%