Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- Aug 27, 2010, 5:03:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 123 123 * [http://code.djangoproject.com/wiki/XML-RPC XML-RPC] [ 124 124 * [http://code.djangoproject.com/wiki/GoogieSpell Google Spell] 125 [http://www.mongodb.org/ MongoDB] for caching of subtitles 125 126 126 127 [http://memcached.org/ Memcache] for memory caching … … 155 156 === where to store subtitle files ? === 156 157 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? 157 For Caching of subtitles (so subtitles doesn't have to be each time REGENERATED) we can use :158 For Caching of subtitles (so subtitles doesn't have to be each time REGENERATED) we can use MongoDB 158 159 159 160 === using of API key for useragent is good idea ? ===