<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' check for an abacci cookie if session("uid") = "" then If Request.Cookies("abaccibooks") <> "" Then ' get this user's previous session uid session("uid") = Request.Cookies("abaccibooks")("uid") else ' new user, create a new cookie for them session("uid") = cstr(cdbl(cstr(year(now)) & cstr(month(now)) & cstr(day(now)) & cstr(timer())) * 100) response.Cookies("abaccibooks").expires = Now() + 90 response.Cookies("abaccibooks")("uid") = session("uid") End if end if Dim cmdListCount__list_ID cmdListCount__list_ID = "0" if(session("uid") <> "") then cmdListCount__list_ID = session("uid") %> <% set cmdListCount = Server.CreateObject("ADODB.Command") cmdListCount.ActiveConnection = MM_cnBooks_STRING cmdListCount.CommandText = "dbo.getListCount" cmdListCount.Parameters.Append cmdListCount.CreateParameter("@RETURN_VALUE", 3, 4) cmdListCount.Parameters.Append cmdListCount.CreateParameter("@list_ID", 200, 1,16,cmdListCount__list_ID) cmdListCount.CommandType = 4 cmdListCount.CommandTimeout = 0 cmdListCount.Prepared = true set rsListCount = cmdListCount.Execute rsListCount_numRows = 0 %> About Abacci Books

Abacci Books:
the world's best literature, free!

Abacci
Books



Advanced Search
<% if not isnull(rsListCount.Fields.Item("item_count").Value) then %> <% end if %>

FAQ
<% if session("username") <> "" then%> Log Out
Your Account <% else %> Login <% end if %>
About Abacci
Contact Us
Links
Site Map
Newsletter

 

 

About Abacci

For years we've been fans of Project Gutenberg, but have always wanted a way to distinguish between the truly timeless classics and those texts which have 'historical interest only'.

All too often it's been a case of downloading an e-book over a dodgy modem link and reading through enough of it to form an opinion. This took its toll on our patience and our phone bill. As the number of titles at Gutenberg grew, so did our problems - in short, we were becoming spoilt for choice.

Then we discovered the Amazon web services. After applying a little programming nouse we built a database out of the Amazonian comments and the PG titles list. What a revelation it was to browse through the Project Gutenberg archives and read contemporary opinions of the work found there! (In fact, sometimes the reviews are more entertaining than the books they're describing :-)

We liked it so much that we've turned our original database into the web site you see today. So now you too can share our window into the Project Gutenberg archives. We're encouraging visitors to add comments, links and recommendations, so the information on the site should grow as more and more people drop by - please feel free to add your 20¢ worth...

 

 

 

 

Home | Authors | Titles | Categories | Your List | FAQ | <% if session("username") <> "" then%> Log Out | Your Account <% else %> Login <% end if %> | Contact Us | Site Map

Site Design: Megalong Multimedia