Skip to content

Commit 2617b51

Browse files
committed
today's content
1 parent 393a699 commit 2617b51

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Buddhism in Muslim Indonesia"
3+
authors:
4+
- "Karel Steenbrink"
5+
external_url: "https://journal.uinjkt.ac.id/index.php/studia-islamika/article/download/346/745"
6+
source_url: "https://doi.org/10.15408/sdi.v20i1.346"
7+
drive_links:
8+
- "https://drive.google.com/file/d/1a9_16IyB829RP8q15PYQ7wxSj6EcbaLR/view?usp=drivesdk"
9+
course: theravada-roots
10+
tags:
11+
- indonesia
12+
year: 2013
13+
journal: "Studia Islamika"
14+
volume: 20
15+
number: 1
16+
pages: "1--34"
17+
publisher: "Jakarta State Islamic University"
18+
openalexid: W2031204445
19+
---
20+
21+
> This article presents an overview of various ways in which Buddhists and Muslims have lived together in Indonesia since the arrival of Islam about 1200.
22+
> It tells how Buddhism has slowly disappeared and become a religion for mainly the Chinese who, until the late 19th century, have often converted to Islam.
23+
24+
> This article analyzes the role of three key figures in the recent government–supported revival of Buddhism.
25+
> These figures are the Chinese–Indonesian monk Ashin Jinarakkhita, the Balinese lay devotee and government official Oka Diputhera, and the Chinese–Indonesian businesswoman Sri Hartati Murdaya.
26+
> They have tried to accommodate Buddhism to the Muslim–dominated nationalism of modern Indonesia.
27+
> The result of the past five decades is that Buddhism has obtained a modest but safe position in independent Indonesia.
28+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Early World Civilizations"
3+
authors:
4+
- "John McLean"
5+
external_url: "https://library.achievingthedream.org/herkimerworldcivilization/"
6+
drive_links:
7+
- "https://drive.google.com/file/d/1xwD01jXF8rWxdXw4lD6cN2d3tsDzo-fR/view?usp=drivesdk"
8+
- "https://drive.google.com/file/d/1m1_Dk3qkWonte8pNcm2ZSyaa1HO_BN7k/view?usp=drivesdk"
9+
course: places
10+
tags:
11+
- past
12+
year: 2017 # ± 1
13+
pages: 1335
14+
---
15+
16+
A region-by-region summary of the Earth's earliest civilizations, from the Akkadians to the Zoroastrians.

‎scripts/strutils.py‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def ANSI_MOVE_UP(n):
4545
return f"\033[{n}A"
4646
# For more, see https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
4747

48-
whitespace = re.compile('\s+')
49-
digits = re.compile('(\d+)')
50-
italics = re.compile('</?(([iI])|(em))[^<>nm]*>')
48+
whitespace = re.compile(r'\s+')
49+
digits = re.compile(r'(\d+)')
50+
italics = re.compile(r'</?(([iI])|(em))[^<>nm]*>')
5151
MONTHS = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec']
52-
abnormalchars = re.compile('[^\w\s]')
52+
abnormalchars = re.compile(r'[^\w\s]')
5353
sutta_id_re = re.compile(r'^([a-zA-Z]+)(\d+)[\.]?([-–\d]*)$')
5454
yt_url_to_id_re = re.compile(r'(?:youtube(?:-nocookie)?\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|e(?:mbed)?)\/|\S*?[?&]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})')
5555
yt_url_to_plid_re = re.compile(r'[&?]list=([^&]+)')
@@ -401,6 +401,7 @@ def system_open(filepath):
401401
filepath = str(filepath)\
402402
.replace(" ", "\\ ")\
403403
.replace("$", "\\$")\
404+
.replace("&", "\\&")\
404405
.replace('"', "\\\"")\
405406
.replace("`", "\\`")\
406407
.replace("(", "\\(")\

‎sources.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Only a tiny fraction of their contents could be featured on this website, so ple
7373
* [Open Textbook Library](https://open.umn.edu/opentextbooks/subjects)
7474
* [The Directory of Open Access Books](https://www.doabooks.org/)
7575
* [The Directory of Open Access Journals](https://doaj.org/)
76+
* [The "Achieving the Dream" Library](https://library.achievingthedream.org/)
7677
* [Archive.org](https://archive.org/search.php?query=dhamma%20OR%20buddhism%20OR%20buddhist)
7778
* [The SocArXiv](https://osf.io/preprints/socarxiv/discover?q=Buddhist)
7879
* [The MindRxiv](https://mindrxiv.org/discover?subject=MindRxiv%7CArts%20and%20Humanities%7CReligion%7CBuddhist%20Studies)

0 commit comments

Comments
 (0)