Giter Club home page Giter Club logo

slidewiki's Introduction

SlideWiki -- Authoring platform for OpenCourseWare

SlideWiki drives the OpenCourseWare authoring platform http://slidewiki.org and empowers communities of instructors, teachers, lecturers, academics to create, share and re-use sophisticated educational content in a truly collaborative way. In addition to importing PowerPoint presentations, it supports authoring of interactive online slides using HTML and LaTeX. Slides and their containers (called decks), are versioned, thereby enabling change tracking. Users can create their own themes on top of existing themes or re-use other's themes.

========= REQUIREMENTS

  1. Apache 2.2 or higher
  2. PHP 5.4
  3. MySQL 5.5 or higher
  4. Optional: we recommend to use PhpMyAdmin to manage the database

========= INSTALLATION GUIDE

  1. Download and extract SlideWiki into your server document root folder (e.g. c:/wamp/www/).

  2. Create an empty database

  3. Import slidewiki/db/slidewiki.sql into the recently created database to get an empty database
    OR

  4. Configure the installation

    • Copy the slidewiki/application/config/config.php-example file to slidewiki/application/config/config.php.

    • Change the configuration accordingly to your database and site settings: You need to change the following lines:

        define('DB_DSN', 'mysql:dbname=YOUR_DATABASE_NAME;host=YOUR_HOST_NAME;charset=utf8'); //database and hostname of the database
        define('DB_NAME', 'YOUR_DATABASE_NAME'); //the name of recently created database for slidewiki
        define('DB_USER', 'YOUR_USER_NAME'); //the name of the user, who is granted ALL privileges for slidewiki database
        define('DB_PASSWORD', 'USER_PASSWORD'); //the password of the user
        define('BASE_PATH', 'YOUR_ROOT_LOCATION'); //URL path of index.php 
      

      Be sure to grant ALL privileges for the slidewiki database to the user specified in config.php

  5. Check the configuration.
    Restart Apache service. For now the index page of slidewiki should be already shown. However, you will need to configure your Apache and PHP installations before SlideWiki will be ready to use.

  6. Configure Apache
    To work properly, SlideWiki requires rewrite_module to be enabled. Thus, be sure to uncomment the following line in htppd.conf:

     LoadModule rewrite_module modules/mod_rewrite.s
    

    Additionally, the server must allow to use directives from .htaccess files. For this, your httpd.conf should include the following lines (YOUR_DOCUMENT_ROOT means the root directory for slidewiki, for example, c:/wamp/www/slidewiki)

     DocumentRoot "YOUR_DOCUMENT_ROOT"      
     ...      
     \<Directory "YOUR_DOCUMENT_ROOT\>      
     AllowOverride all   
     ...   
     \</Directory\> 
    
  7. Configure PHP
    To work properly, SlideWiki requires php_curl and php_tidy modules to be enabled. For that, uncomment the following lines in php.ini:

     extension=php_curl      
     extension=php_tidy.dll.dll    
    

    Additionaly, you need to copy ssleay32.dll, libeay32.dll and php_curl.dll from PHP directory to system directory (e.g. C:\WINDOWS\System32)

  8. Restart Apache to complete the SlideWiki installation.
    Your new SlideWiki includes default themes and transitions as well as documentation, that can be found on http://YOUR_ROOT_LOCATION/documentation

slidewiki's People

Contributors

ali1k avatar daryatarasowa avatar soeren1611 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

slidewiki's Issues

Register on local instance

Hi All,

I am trying to create local instance of slide wiki. to login to application i need to register with the application. But the captcha image is coming. It is saying 'could not load image' in browser debug.

Please reply , how to resolve this.

Regards,
jayasree.A

Hardcoded links to slidewiki.org in muliple file

The following files have hard-coded links to slidewiki.org which affect various functions, controls and communication elements.

/cronjobs/notify_hourly.php: $headers .= "From: admin @ slidewiki.org" . "\r\n";
/cronjobs/notify_daily.php: $headers .= "From: admin @ slidewiki.org" . "\r\n";
/cronjobs/notify_weekly.php: $headers .= "From: admin @ slidewiki.org" . "\r\n";
/static/js/view-spec/playsync.js: server: 'http://slidewiki.org',
/static/js/view-spec/playsync.js: var link="http://slidewiki.org/playSync/sid/"+sid+"/style/"+style+"/transition/"+transition+"/dec k/"+deck;
/static/js/functions.js: $('#facebook_share_link').attr('href','http://www.facebook.com/sharer.php?u=http://slidewiki.org/slide/'+id+'&t='+window.document.title);
/static/js/functions.js: $('#google_share_link').attr('href','https://plus.google.com/share?url=http://slidewiki.org/slide/'+id);
/static/js/functions.js: $('#linkedin_share_link').attr('href','http://www.linkedin.com/shareArticle?mini=true&url=http://slidewiki.org/slide/'+id+'&title='+window.docume nt.title);
/static/js/functions.js: $('#twitter_share_link').attr('href','https://twitter.com/share?url=http://slidewiki.org/slide/'+id+'&text='+window.document.title);
/static/js/functions.js: $('#link_current_item').val('http://slidewiki.org/slide/'+id);
/static/js/functions.js: $('#link_latest_item').val('http://slidewiki.org/slide/'+id+'/latest');
/static/js/functions.js: $('#link_user_latest_item').val('http://slidewiki.org/slide/'+id+'/user/'+user_id);
/static/js/functions.js: $('#facebook_share_link').attr('href','http://www.facebook.com/sharer.php?u=http://slidewiki.org/deck/'+id+'&t='+window.document.title);
/static/js/functions.js: $('#google_share_link').attr('href','https://plus.google.com/share?url=http://slidewiki.org/deck/'+id);
/static/js/functions.js: $('#linkedin_share_link').attr('href','http://www.linkedin.com/shareArticle?mini=true&url=http://slidewiki.org/deck/'+id+'&title='+window.documen t.title);
/static/js/functions.js: $('#twitter_share_link').attr('href','https://twitter.com/share?url=http://slidewiki.org/deck/'+id+'&text='+window.document.title);
/static/js/functions.js: $('#link_current_item').val('http://slidewiki.org/deck/'+id);
/static/js/functions.js: $('#link_latest_item').val('http://slidewiki.org/deck/'+id+'/latest');
/static/js/functions.js: $('#link_user_latest_item').val('http://slidewiki.org/deck/'+id+'/user/'+user_id);
/static/js/profile.js: link_field+="

slidewiki.org/deck/
";
/static/js/profile.js: link_field = "
Link to presentation:
slidewiki.org/deck/
";
/static/js/profile.js: link_field+="
slidewiki.org/deck/
";
/static/js/profile.js: link_field = "
Link to presentation:
slidewiki.org/deck/
";
/sitemap.xml: http://slidewiki.org/
/sitemap.xml: http://slidewiki.org/documentation/
/sitemap.xml: http://slidewiki.org/deck/create
/sitemap.xml: http://slidewiki.org/feed/decks/featured
/sitemap.xml: http://slidewiki.org/feed/decks/new
/sitemap.xml: http://slidewiki.org/activities
/sitemap.xml: http://slidewiki.org/imprint
/sitemap.xml: http://slidewiki.org/termsOfUse
/sitemap.xml: http://slidewiki.org/deck/750
/application/controllers/AjaxController.php: echo "http://slidewiki.org/sp/".$short;
/application/controllers/AjaxController.php: $content = $content.'
Confirm my editorship';
/application/controllers/AjaxController.php: $m->content=$m->content.'
'.'This comment is sent '.$comment->creationTime.' on the following item:
'.'http://slidewiki.org/deck/'.$comment->item_id.'_'.$comment->slug_title;
/application/controllers/AjaxController.php: $m->content=$m->content.'
'.'This comment is sent '.$comment->creationTime.' on the following item:
'.'http://slidewiki.org/slide/'.$comment->item_id;
/application/controllers/AjaxController.php: $m->content=$m->content.'
'.'This comment is sent '.$comment->creationTime.' on the following item:
'.'http://slidewiki.org/'.$tmp->item_type.'/'.$tmp->item_id;
/application/controllers/FeedController.php: $link = "http://slidewiki.org/";
/application/controllers/FeedController.php: $item->link = "http://slidewiki.org/?url=main/deck_stream&deck=".$s->object->id;
/application/controllers/FeedController.php: $item->description = ''.$s->subject->username . ' ' . $s->type . ' '.$s->object->title.'';
/application/controllers/FeedController.php: $item->source = "http://slidewiki.org/";
/application/controllers/FeedController.php: $link = "http://slidewiki.org/search/order/date";
/application/controllers/FeedController.php: $syndicationURL = "http://slidewiki.org/feed/decks/new";
/application/controllers/FeedController.php: $link = "http://slidewiki.org/search/order/popularity";
/application/controllers/FeedController.php: $syndicationURL = "http://slidewiki.org/feed/decks/popular";
/application/controllers/FeedController.php: $link = "http://slidewiki.org/search/order/featured";
/application/controllers/FeedController.php: $syndicationURL = "http://slidewiki.org/feed/decks/featured";
/application/controllers/FeedController.php: $item->link = "http://slidewiki.org/deck/" . $deck->id . '_' . $deck->slug_title;
/application/controllers/FeedController.php: $item->source = "http://slidewiki.org/";
/application/views/static/activities.php: echo '
  • '.$s->subject->username . ' ' . $s->type . ' '.$s->object->title.' ('.$s->timestamp.')
  • ';
    /application/views/user/profile.php:
    /application/views/user/profile.php:
    /application/views/user/profile.php: slides
    /application/views/user/profile.php: slides
    /application/views/user/profile.php:
    More info about ${username} you can find in the slides

    /application/views/user/profileEdit.php:
    slidewiki.org/deck/
    /application/views/header.php:
    /application/views/header.php:
    /application/views/img/imgmanager.php: if(fnGetDomain($('input#your_link').val())!='slidewiki.org'){
    /application/views/main/deck.php:
    /application/views/main/deck.php:
    /application/models/Msg.php:
    /application/models/Msg.php: '.$sender->username.'
    /application/models/Msg.php: This message was sent to '.$receiver_email.'. If you don't want to receive these emails from SlideWiki in the future, please unsubscribe.
    /application/models/Msg.php: SlideWiki: http://slidewiki.org
    /application/models/Msg.php: $headers [] = "From: SlideWiki <admin @ slidewiki.org>";

    Future plans

    This a very interesting platform, thank you sharing it with the world so freely!

    I assume you are making private commits elsewhere so I am wondering, what is your future plan for maintaining this repository?

    Mozilla Persona - login with email

    I see you offer login with facebook. Could you consider enabling https://login.persona.org ? ๐Ÿ†“

    I can't offer PR not feeling familiar with your code base but happily could pair with one of developers who may not feel very familiar with Mozilla Persona details.

    @seebi any hope for relevant backend modules supporting WebID+TLS? ๐Ÿ˜„

    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.