Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- Aug 27, 2010, 1:21:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 94 94 API [http://alexking.org/blog/2009/12/13/api-versioning-tip versioning] is a must. 95 95 96 96 [wiki:API] 97 97 98 98 == Caching == … … 112 112 * [http://code.google.com/p/django-rest-interface/ REST] 113 113 * [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] [ 115 115 * [http://code.djangoproject.com/wiki/GoogieSpell Google Spell] 116 116 … … 126 126 * Community picked "best-version" of subtitle 127 127 * maximum two subtitles per language per release 128 * preview of subtitles will be AJAX style, fetched from cached subtitles 128 129 129 130 == Database Design == 130 131 Tables name and columns name are not final and will be changed. 131 132 133 === Version 1 === 132 134 [http://www.opensubtitles.org/addons/sql/?keyword=version1&toolbar=hidden Version 1] 135 136 Not added tables for: 137 * website translation 138 * permission/groups users 139 140 Notes: 141 * subs_movie_data -> store raw python-serialized info from other website api response 142 * 143 144 == Discussion == 145 === where to store subtitle files ? === 146 It 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? 147 For Caching of subtitles (so subtitles doesn't have to be each time REGENERATED) we can use: 148 149 133 150 134 151 == Study ==