Notice: file_put_contents(): Write of 62267 bytes failed with errno=28 No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20
Orange County Library System / All Locations

South Trail Branch Closure
South Trail Branch will be closed for enhancements from Monday, October 27 through Sunday, November 9. The branch will reopen on Monday, November 10. Learn more about the closure >

My Library

Request This Item
Add To My Lists
Add To Cart
MARC Display
     
Limit search to available items
Title Lost Christianities : the battles for scripture and the faiths we never knew / Bart D. Ehrman.
Author Ehrman, Bart D.
Publication Info. Oxford [England] ; New York, N.Y. : Oxford University Press, 2005.
Book Cover

Copies/Volumes
Location Call No. Status
 Orlando Public Library (Downtown) - Third Floor  229.9 EHR    Check Shelves
 Southeast  229.9 EHR    Check Shelves
Description xv, 294 p. : ill. ; 24 cm.
Note Originally published: New York : Oxford University Press, 2003.
Bibliography Includes bibliographical references (p. 259-287) and index.
Contents Major Christian Apocrypha discussed, dates and contents -- Recouping our losses -- Forgeries and discoveries. The ancient discovery of a forgery : Serapion and the Gospel of Peter ;The ancient forgery of a discovery : the Acts of Paul and Thecla ; The discovery of an ancient forgery : the Coptic Gospel of Thomas ; The forgery of an ancient discovery? : Morton Smith and the secret Gospel of Mark -- Heresies and orthodoxies. At polar ends of the spectrum : early Christian Ebionites and Marcionites ; Christians "in the know" : the worlds of early Christian gnosticism ; On the road to Nicaea : the broad swath of proto-orthodox Christianity -- Winners and losers. The quest for orthodoxy ; The arsenal of the conflicts : polemical treatises and personal slurs ; Additional weapons in the polemical arsenal : forgeries and falsifications ; The invention of scripture : the formation of the proto-orthodox New Testament ; Winners, losers, and the question of tolerance.
Subject Apocryphal books (New Testament) -- Criticism, interpretation, etc.
Christian heresies -- History -- Early church, ca. 30-600.
Church history -- Primitive and early church, ca. 30-600.
Apokryphen.
Neues Testament.
ISBN 9780195182491 (pbk.) : $19.99
0195182499 (pbk.)
9780195141832
0195141830
'); var reviewBodies = data.tm_field_staff_picks_review_short || [], firstName = data['tm_user$field_profile_first_name'], lastName = data['tm_user$field_profile_last_name'], displayName = data['ss_user$profile_staff_picks$field_staff_picks_display_name'] || '', location = data['ss_user$field_emp_location$name'] || null; if (!reviewBodies[0]) return null; var actualName = [firstName, lastName].join(' '); var reviewContent = [ $('

').append([ '"', reviewBodies[0], '"', $('').append([ ' —', (displayName || actualName), location !== null ? ', ' + location : '' ].join('')) ]) ]; review.html(reviewContent); return review; } var staffPicksContent = $('#staff-picks-content'); var permLinkElem = $('#ICON_RECORDLINK a'); if (!permLinkElem.length) return; var permLink = permLinkElem.attr('href') || null; if (permLink === null) return; var bibRegexp = new RegExp('b[0-9]{7,10}'); var recordNumMatch = bibRegexp.exec(permLink); if (recordNumMatch === null) return; $.ajax({ url: 'https://intranet.ocls.info/staff-picks/query', method: 'GET', data: { bib_url: recordNumMatch[0] }, dataType: 'json' }) .then(function (response) { response = response || {}; var solrResponse = response.response || {}, numFound = solrResponse.numFound || 0, docs = solrResponse.docs || []; console.log(solrResponse); if (numFound == 0 || !docs.length) return; var reviews = docs.map($staffPick).filter(function (row) { return row !== null; }); if (!reviews.length) return; // build and place content from data staffPicksContent.append([ $('

').text('Reviews from Staff (Staff Picks)'), ].concat(reviews)); }) .catch(function (e) { console.error(e); }); })(window.jQuery);