Spaces:
Running
Running
Update Sources.py
Browse files- pages/Sources.py +106 -79
pages/Sources.py
CHANGED
@@ -49,9 +49,18 @@ st.markdown("""
|
|
49 |
# Introduction
|
50 |
st.markdown("""
|
51 |
This application draws from a rich tapestry of spiritual wisdom found in classical texts,
|
52 |
-
philosophical treatises, and the teachings of revered saints and spiritual masters across centuries.
|
53 |
The knowledge presented here spans multiple traditions, schools of thought, and spiritual lineages
|
54 |
that have flourished in the Indian subcontinent and beyond.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
""")
|
56 |
|
57 |
# Sacred Texts Section
|
@@ -108,193 +117,211 @@ Sri Ramakrishna, Swami Vivekananda, Sri Ramana Maharshi, Sri Nisargadatta Mahara
|
|
108 |
Paramhansa Yogananda, Swami Sri Yukteswar Giri, Shri Lahiri Mahashaya, Sri Aurobindo,
|
109 |
Sri Sri Ma Anandamayi, His Divine Grace A.C. Bhaktivedanta Swami Prabhupāda,
|
110 |
Baba Neeb Karori, Baba Lokenath, Shri Sai Baba, Bhagawan Nityananda,
|
111 |
-
Swami Muktananda, and Swami Sivananda.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
""")
|
113 |
st.markdown('</div>', unsafe_allow_html=True)
|
114 |
|
115 |
# Create expandable sections for different traditions
|
116 |
with st.expander("Advaita Vedanta & Self-Inquiry", expanded=False):
|
117 |
st.markdown("""
|
118 |
-
-
|
119 |
-
-
|
|
|
120 |
- Sankara (Adi Shankaracharya).
|
121 |
-
-
|
122 |
- Sri Ramakrishna.
|
123 |
-
-
|
124 |
-
- Swami Rama Tirtha.
|
125 |
-
- Akalkot Swami.
|
126 |
- Swami Dayananda Saraswati.
|
|
|
|
|
127 |
- Swami Swayamprakasa Brahmendra Saraswati.
|
|
|
128 |
- Vidyaranya.
|
129 |
-
- Appayya Dikshitar.
|
130 |
-
- Sadasiva Brahman.
|
131 |
""")
|
132 |
|
133 |
with st.expander("Bhakti & Sant Tradition", expanded=False):
|
134 |
st.markdown("""
|
135 |
-
-
|
|
|
|
|
136 |
- Goswami Tulsidas.
|
137 |
-
-
|
138 |
-
- Sant Dnyaneshwar (Jnanadev).
|
139 |
- Jayadeva.
|
140 |
-
-
|
141 |
-
- Sant Narahari Sonar.
|
142 |
-
- Sant Janabai.
|
143 |
-
- Sant Chokhamela.
|
144 |
-
- Sant Ravidas.
|
145 |
-
- Bhagat Pipa.
|
146 |
-
- Sant Narsi Meheta.
|
147 |
- Mira Bai.
|
148 |
-
- Sakubai.
|
149 |
- Muktabai.
|
150 |
-
-
|
|
|
|
|
|
|
|
|
151 |
- Samartha Ramdas.
|
152 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
- Śrī Caitanya (Gauranga).
|
154 |
-
- Ramananda.
|
155 |
-
- Nimbarka.
|
156 |
- Vallabha.
|
157 |
-
- Madhva.
|
158 |
-
- Saint Haridas.
|
159 |
- Bhadrachalam Ramdas.
|
160 |
-
- Potana.
|
161 |
-
- His Divine Grace A.C. Bhaktivedanta Swami Prabhupāda.
|
162 |
""")
|
163 |
|
164 |
with st.expander("Yoga & Kriya Yoga Lineage", expanded=False):
|
165 |
st.markdown("""
|
166 |
-
- Shri Lahiri Mahashaya.
|
167 |
-
- Swami Sri Yukteswar Giri.
|
168 |
-
- Paramhansa Yogananda.
|
169 |
- Baba Lokenath.
|
|
|
170 |
- Dattatreya.
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
- Yogi Bhusanda.
|
172 |
- Yogi Jaigisavya.
|
173 |
- Yogi Mukund Rai.
|
174 |
-
- Joga Paramanand.
|
175 |
-
- Guru Gorakhnath.
|
176 |
-
- Guru Matsyendranath.
|
177 |
-
- Changdev Maharaj.
|
178 |
""")
|
179 |
|
180 |
with st.expander("Modern Indian Saints", expanded=False):
|
181 |
st.markdown("""
|
182 |
-
- Sri Aurobindo.
|
183 |
-
- Sri Sri Ma Anandamayi.
|
184 |
- Baba Neeb Karori.
|
185 |
-
- Shri Sai Baba.
|
186 |
-
- Bhagawan Nityananda.
|
187 |
-
- Swami Muktananda.
|
188 |
- Baba Shri Trailangaswami.
|
|
|
|
|
|
|
|
|
189 |
- Narayana Guru.
|
190 |
-
- Ramalinga Swami.
|
191 |
- Raghavendra Swami.
|
192 |
-
-
|
193 |
- Saint Gudidi Baba.
|
194 |
-
- Shri Raukhdiya Baba.
|
195 |
- Shri Harshdev Puri Maharaj.
|
196 |
-
-
|
|
|
197 |
- Sombari Baba Maharaj.
|
198 |
-
-
|
199 |
-
-
|
|
|
|
|
200 |
""")
|
201 |
|
202 |
with st.expander("Tamil Saints & Nayanars", expanded=False):
|
203 |
st.markdown("""
|
204 |
-
- Thirumula Nayanar.
|
205 |
- Appar (Thirunavukkarasar).
|
206 |
-
- Sundaramurti.
|
207 |
-
- Thiru Jnana Sambandhar.
|
208 |
- Manickavasagar.
|
209 |
- Pattinathu Pillayar.
|
210 |
- Thayumanavar.
|
|
|
|
|
211 |
- Thiruvalluvar.
|
|
|
212 |
""")
|
213 |
|
214 |
with st.expander("Alvar Saints", expanded=False):
|
215 |
st.markdown("""
|
216 |
-
-
|
217 |
-
- Nammalwar.
|
218 |
- Kulasekhara Alwar.
|
219 |
-
-
|
220 |
-
-
|
|
|
|
|
221 |
- Thirumangai Alwar.
|
222 |
- Thirumazhisai Alwar.
|
223 |
-
-
|
224 |
-
-
|
225 |
-
- Ramanuja.
|
226 |
""")
|
227 |
|
228 |
with st.expander("Karnataka Saints & Haridasas", expanded=False):
|
229 |
st.markdown("""
|
|
|
230 |
- Kanak Das.
|
|
|
231 |
- Purandara Das.
|
232 |
-
- Vyasaraja.
|
233 |
-
- Gorakumbar.
|
234 |
- Tyagaraja.
|
235 |
-
-
|
236 |
""")
|
237 |
|
238 |
with st.expander("Sikh Gurus", expanded=False):
|
239 |
st.markdown("""
|
240 |
-
- Guru Nanak.
|
241 |
-
- Guru Angad.
|
242 |
- Guru Amardas.
|
243 |
-
- Guru
|
244 |
- Guru Arjun Singh.
|
|
|
245 |
- Guru Har Govind.
|
246 |
-
- Guru Har Rai.
|
247 |
- Guru Har Kishan.
|
|
|
|
|
|
|
248 |
- Guru Tej Bahadur.
|
249 |
-
- Guru Govind Singh.
|
250 |
""")
|
251 |
|
252 |
with st.expander("Ancient Sages & Seers", expanded=False):
|
253 |
st.markdown("""
|
254 |
- Maharshi Vyasa.
|
255 |
-
- Sage Yajnavalkya.
|
256 |
- Sage Nagnath.
|
257 |
-
- Sage Satyanath.
|
258 |
- Sage Riddhgiri.
|
259 |
-
-
|
|
|
260 |
- Sant Jagamitra Naga.
|
|
|
261 |
""")
|
262 |
|
263 |
with st.expander("Buddhist & Jain Teachers", expanded=False):
|
264 |
st.markdown("""
|
265 |
- Buddha.
|
266 |
- Mahavira.
|
267 |
-
- Parsvanatha.
|
268 |
- Milarepa of Tibet.
|
|
|
269 |
""")
|
270 |
|
271 |
with st.expander("Sufi & Islamic Saints", expanded=False):
|
272 |
st.markdown("""
|
|
|
273 |
- Jalal-ud-din Rumi.
|
274 |
- Mansoor.
|
275 |
-
- Shams Tabriez.
|
276 |
-
- Bulla Shah.
|
277 |
- Rabia.
|
|
|
278 |
""")
|
279 |
|
280 |
with st.expander("Western & Other Traditions", expanded=False):
|
281 |
st.markdown("""
|
282 |
-
-
|
|
|
|
|
283 |
- Confucius.
|
|
|
284 |
- Jesus.
|
|
|
|
|
|
|
285 |
- Saint Augustine.
|
286 |
- Saint Francis of Assisi.
|
287 |
- Saint Francis Xavier.
|
288 |
- The Saintly King Bijal.
|
289 |
-
- Akha.
|
290 |
-
- Avadayakkal.
|
291 |
-
- Nandanar.
|
292 |
- Vilwamangal.
|
293 |
- Yogi Vemana.
|
294 |
-
-
|
295 |
-
- Madalasa.
|
296 |
-
- Saint Arunagiri.
|
297 |
-
- Damaji.
|
298 |
""")
|
299 |
|
300 |
# Attribution note
|
|
|
49 |
# Introduction
|
50 |
st.markdown("""
|
51 |
This application draws from a rich tapestry of spiritual wisdom found in classical texts,
|
52 |
+
philosophical treatises, and the teachings of revered saints, siddhas, yogis, and spiritual masters across centuries.
|
53 |
The knowledge presented here spans multiple traditions, schools of thought, and spiritual lineages
|
54 |
that have flourished in the Indian subcontinent and beyond.
|
55 |
+
|
56 |
+
Note that the sources consist of about 133 digitized texts, all of which were freely available over
|
57 |
+
the internet (on sites like archive.org). Many of the texts are English translations of original
|
58 |
+
(and in some cases, ancient) sacred and spiritual texts. All of the copyrights belong to the
|
59 |
+
respective authors and publishers and we bow down in gratitude to their selfless work.
|
60 |
+
This application merely re-presents the ocean of spiritual knowledge and wisdom contained in the
|
61 |
+
original works with relevant citations in a limited number of words.
|
62 |
+
|
63 |
+
See *Home* in the navigation menu for our Thank You Note for the authors and *Publishers* for acknowledgments.
|
64 |
""")
|
65 |
|
66 |
# Sacred Texts Section
|
|
|
117 |
Paramhansa Yogananda, Swami Sri Yukteswar Giri, Shri Lahiri Mahashaya, Sri Aurobindo,
|
118 |
Sri Sri Ma Anandamayi, His Divine Grace A.C. Bhaktivedanta Swami Prabhupāda,
|
119 |
Baba Neeb Karori, Baba Lokenath, Shri Sai Baba, Bhagawan Nityananda,
|
120 |
+
Swami Muktananda, and Swami Sivananda.
|
121 |
+
|
122 |
+
Although we genuinely wanted to have the insights of Devraha Baba, but not enough information was available about the ageless siddha yogi.
|
123 |
+
|
124 |
+
### Other Saints
|
125 |
+
Note that while we have a strong list of saints that influence this work, availability of
|
126 |
+
literature and information encompassing the works of a majority of the ancient saints are limited.
|
127 |
+
Therefore, the teachings and works of the aforementioned spiritual leaders and saints form the core
|
128 |
+
of this application. While methods differ, the works of all of the saints and sages reflect a common path,
|
129 |
+
truth, and God, and therefore, this application does not miss out on any important aspect of spirituality.
|
130 |
+
|
131 |
+
Comprehensive list of all of the revered saints influencing this work (includes) follows the section *The Hidden Ones*.
|
132 |
+
|
133 |
+
### The Hidden Ones
|
134 |
+
We acknowledge the boundless grace, love, compassion, and kindness, of the great saints and siddhas who took on a physical body
|
135 |
+
to selflessly bless beings and guide them to the path to spirituality and the Lord. However, saints are not required
|
136 |
+
to come to the physical plane for continuing with their work. We would like to take a moment to thank all of those
|
137 |
+
great beings, the enlightened ones, who visisted the physical world but remanined reclusive while working on their
|
138 |
+
paths, and the ones who never had to take a physical bode, for their invaluable contributions and divine guidance.
|
139 |
""")
|
140 |
st.markdown('</div>', unsafe_allow_html=True)
|
141 |
|
142 |
# Create expandable sections for different traditions
|
143 |
with st.expander("Advaita Vedanta & Self-Inquiry", expanded=False):
|
144 |
st.markdown("""
|
145 |
+
- Akalkot Swami.
|
146 |
+
- Appayya Dikshitar.
|
147 |
+
- Sadasiva Brahman.
|
148 |
- Sankara (Adi Shankaracharya).
|
149 |
+
- Sri Nisargadatta Maharaj.
|
150 |
- Sri Ramakrishna.
|
151 |
+
- Sri Ramana Maharshi.
|
|
|
|
|
152 |
- Swami Dayananda Saraswati.
|
153 |
+
- Swami Rama Tirtha.
|
154 |
+
- Swami Sivananda.
|
155 |
- Swami Swayamprakasa Brahmendra Saraswati.
|
156 |
+
- Swami Vivekananda.
|
157 |
- Vidyaranya.
|
|
|
|
|
158 |
""")
|
159 |
|
160 |
with st.expander("Bhakti & Sant Tradition", expanded=False):
|
161 |
st.markdown("""
|
162 |
+
- Bhagat Pipa.
|
163 |
+
- Dadu.
|
164 |
+
- Ekanath.
|
165 |
- Goswami Tulsidas.
|
166 |
+
- His Divine Grace A.C. Bhaktivedanta Swami Prabhupāda.
|
|
|
167 |
- Jayadeva.
|
168 |
+
- Madhva.
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
- Mira Bai.
|
|
|
170 |
- Muktabai.
|
171 |
+
- Nimbarka.
|
172 |
+
- Potana.
|
173 |
+
- Ramananda.
|
174 |
+
- Saint Haridas.
|
175 |
+
- Sakubai.
|
176 |
- Samartha Ramdas.
|
177 |
+
- Sant Chokhamela.
|
178 |
+
- Sant Dnyaneshwar (Jnanadev).
|
179 |
+
- Sant Janabai.
|
180 |
+
- Sant Kabir Das.
|
181 |
+
- Sant Narahari Sonar.
|
182 |
+
- Sant Narsi Meheta.
|
183 |
+
- Sant Ravidas.
|
184 |
+
- Shri Sant Namdev Maharaj.
|
185 |
+
- Sant Tukaram Maharaj.
|
186 |
- Śrī Caitanya (Gauranga).
|
|
|
|
|
187 |
- Vallabha.
|
|
|
|
|
188 |
- Bhadrachalam Ramdas.
|
|
|
|
|
189 |
""")
|
190 |
|
191 |
with st.expander("Yoga & Kriya Yoga Lineage", expanded=False):
|
192 |
st.markdown("""
|
|
|
|
|
|
|
193 |
- Baba Lokenath.
|
194 |
+
- Changdev Maharaj.
|
195 |
- Dattatreya.
|
196 |
+
- Guru Gorakhnath.
|
197 |
+
- Guru Matsyendranath.
|
198 |
+
- Joga Paramanand.
|
199 |
+
- Paramhansa Yogananda.
|
200 |
+
- Shri Lahiri Mahashaya.
|
201 |
+
- Swami Sri Yukteswar Giri.
|
202 |
- Yogi Bhusanda.
|
203 |
- Yogi Jaigisavya.
|
204 |
- Yogi Mukund Rai.
|
|
|
|
|
|
|
|
|
205 |
""")
|
206 |
|
207 |
with st.expander("Modern Indian Saints", expanded=False):
|
208 |
st.markdown("""
|
|
|
|
|
209 |
- Baba Neeb Karori.
|
|
|
|
|
|
|
210 |
- Baba Shri Trailangaswami.
|
211 |
+
- Bal Brahmachari Maharaj.
|
212 |
+
- Bhagawan Nityananda.
|
213 |
+
- Hairakhan Baba.
|
214 |
+
- Khaki Baba.
|
215 |
- Narayana Guru.
|
|
|
216 |
- Raghavendra Swami.
|
217 |
+
- Ramalinga Swami.
|
218 |
- Saint Gudidi Baba.
|
|
|
219 |
- Shri Harshdev Puri Maharaj.
|
220 |
+
- Shri Raukhdiya Baba.
|
221 |
+
- Shri Sai Baba.
|
222 |
- Sombari Baba Maharaj.
|
223 |
+
- Sri Aurobindo.
|
224 |
+
- Sri Sri Ma Anandamayi.
|
225 |
+
- Sundaresa Swami.
|
226 |
+
- Swami Muktananda.
|
227 |
""")
|
228 |
|
229 |
with st.expander("Tamil Saints & Nayanars", expanded=False):
|
230 |
st.markdown("""
|
|
|
231 |
- Appar (Thirunavukkarasar).
|
|
|
|
|
232 |
- Manickavasagar.
|
233 |
- Pattinathu Pillayar.
|
234 |
- Thayumanavar.
|
235 |
+
- Thiru Jnana Sambandhar.
|
236 |
+
- Thirumula Nayanar.
|
237 |
- Thiruvalluvar.
|
238 |
+
- Sundaramurti.
|
239 |
""")
|
240 |
|
241 |
with st.expander("Alvar Saints", expanded=False):
|
242 |
st.markdown("""
|
243 |
+
- Andal.
|
|
|
244 |
- Kulasekhara Alwar.
|
245 |
+
- Nammalwar.
|
246 |
+
- Periyalwar.
|
247 |
+
- Ramanuja.
|
248 |
+
- Saint Alavandar.
|
249 |
- Thirumangai Alwar.
|
250 |
- Thirumazhisai Alwar.
|
251 |
+
- Thiruppan Alwar.
|
252 |
+
- Thondaradippodi Alwar.
|
|
|
253 |
""")
|
254 |
|
255 |
with st.expander("Karnataka Saints & Haridasas", expanded=False):
|
256 |
st.markdown("""
|
257 |
+
- Gorakumbar.
|
258 |
- Kanak Das.
|
259 |
+
- Nilakantha Dikshitar.
|
260 |
- Purandara Das.
|
|
|
|
|
261 |
- Tyagaraja.
|
262 |
+
- Vyasaraja.
|
263 |
""")
|
264 |
|
265 |
with st.expander("Sikh Gurus", expanded=False):
|
266 |
st.markdown("""
|
|
|
|
|
267 |
- Guru Amardas.
|
268 |
+
- Guru Angad.
|
269 |
- Guru Arjun Singh.
|
270 |
+
- Guru Govind Singh.
|
271 |
- Guru Har Govind.
|
|
|
272 |
- Guru Har Kishan.
|
273 |
+
- Guru Har Rai.
|
274 |
+
- Guru Nanak.
|
275 |
+
- Guru Ramdas.
|
276 |
- Guru Tej Bahadur.
|
|
|
277 |
""")
|
278 |
|
279 |
with st.expander("Ancient Sages & Seers", expanded=False):
|
280 |
st.markdown("""
|
281 |
- Maharshi Vyasa.
|
|
|
282 |
- Sage Nagnath.
|
|
|
283 |
- Sage Riddhgiri.
|
284 |
+
- Sage Satyanath.
|
285 |
+
- Sage Yajnavalkya.
|
286 |
- Sant Jagamitra Naga.
|
287 |
+
- Sri Kurmadas.
|
288 |
""")
|
289 |
|
290 |
with st.expander("Buddhist & Jain Teachers", expanded=False):
|
291 |
st.markdown("""
|
292 |
- Buddha.
|
293 |
- Mahavira.
|
|
|
294 |
- Milarepa of Tibet.
|
295 |
+
- Parsvanatha.
|
296 |
""")
|
297 |
|
298 |
with st.expander("Sufi & Islamic Saints", expanded=False):
|
299 |
st.markdown("""
|
300 |
+
- Bulla Shah.
|
301 |
- Jalal-ud-din Rumi.
|
302 |
- Mansoor.
|
|
|
|
|
303 |
- Rabia.
|
304 |
+
- Shams Tabriez.
|
305 |
""")
|
306 |
|
307 |
with st.expander("Western & Other Traditions", expanded=False):
|
308 |
st.markdown("""
|
309 |
+
- Akha.
|
310 |
+
- Appayyacharya.
|
311 |
+
- Avadayakkal.
|
312 |
- Confucius.
|
313 |
+
- Damaji.
|
314 |
- Jesus.
|
315 |
+
- Madalasa.
|
316 |
+
- Nandanar.
|
317 |
+
- Saint Arunagiri.
|
318 |
- Saint Augustine.
|
319 |
- Saint Francis of Assisi.
|
320 |
- Saint Francis Xavier.
|
321 |
- The Saintly King Bijal.
|
|
|
|
|
|
|
322 |
- Vilwamangal.
|
323 |
- Yogi Vemana.
|
324 |
+
- Zoroaster.
|
|
|
|
|
|
|
325 |
""")
|
326 |
|
327 |
# Attribution note
|