Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
Aug 27, 2010, 1:21:42 PM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    9494API [http://alexking.org/blog/2009/12/13/api-versioning-tip versioning] is a must.
    9595
    96 
     96[wiki:API]
    9797
    9898== Caching ==
     
    112112   * [http://code.google.com/p/django-rest-interface/ REST]
    113113   * [http://code.djangoproject.com/wiki/JSON-RPC JSON-RPC]
    114    * [http://code.djangoproject.com/wiki/XML-RPC XML-RPC]
     114   * [http://code.djangoproject.com/wiki/XML-RPC XML-RPC] [
    115115   * [http://code.djangoproject.com/wiki/GoogieSpell Google Spell]
    116116
     
    126126 * Community picked "best-version" of subtitle
    127127 * maximum two subtitles per language per release
     128 * preview of subtitles will be AJAX style, fetched from cached subtitles
    128129
    129130== Database Design ==
    130131Tables name and columns name are not final and will be changed.
    131132
     133=== Version 1 ===
    132134[http://www.opensubtitles.org/addons/sql/?keyword=version1&toolbar=hidden Version 1]
     135
     136Not added tables for:
     137 * website translation
     138 * permission/groups users
     139
     140Notes:
     141 * subs_movie_data -> store raw python-serialized info from other website api response
     142 *
     143
     144== Discussion ==
     145=== where to store subtitle files ? ===
     146It seems the best thing is to store METADATA of subtitle files to Database, because how users can translate subtitles online, when it is not in database?
     147For Caching of subtitles (so subtitles doesn't have to be each time REGENERATED) we can use:
     148
     149
    133150
    134151== Study ==