moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

content-aggregation-examples [2018/10/29 23:43]
serbizadmin
content-aggregation-examples [2020/06/13 15:10]
Line 1: Line 1:
-====== Content Aggregation Examples ====== 
-Content aggregation examples for [[library-box|Library in a Box]] and [[elibrary-system|Tambayayong eLibrary System]] (TeLS). 
- 
-  * TED Talks 
-Download all high-quality TED Talks videos using [[https://aria2.github.io|aria2]] and [[http://metated.petarmaric.com/download.en.html|metalinks]]. 
-<code> 
-aria2c http://metated.petarmaric.com/metalinks/TED-talks-grouped-by-publishing-year-in-high-quality.en.metalink 
-</code> 
-With the resulting files, you may generate the html code for user navigation purposes. 
-<code> 
-tree -H baseHREF >> index.html 
-</code>