Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-28-2008, 09:57 AM   #1
ChuckEggDotCom
Member
ChuckEggDotCom began at the beginning.
 
Posts: 11
Karma: 30
Join Date: May 2008
Device: PRS-500
Calibre as a Web Application for Periodicals?

Kovid,

Have you considered Calibre as a web application for periodicals?

Reasons:
1) On my Sony Reader, I want to read Daily Newspapers, Weekly Magazines, Monthly Magazines.

2) Although I'm impressed by the complexity of CALIBRE, as a user, I don't really care about it. I simply want to quickly download some current LRF files for my reader. It would make much more sense for a server to process daily, monthly, weekly feeds and publish them for download automatically.

3) I could use my online CALIBRE like a feed reader, except instead of reading the feeds online, I could download multiple LRF files directly to my SD card.

4) I could use other peoples recipies rather than reinventing the wheel or trying to find where they've uploaded the recipies on the web.

5) A web based CALIBRE would be much easier to patch than trying to support and update hundreds of client applications.

I speak from experience. Over the past 10 years I've converted a few of my client applications to web based applications - with many good results.
ChuckEggDotCom is offline   Reply With Quote
Old 05-28-2008, 10:34 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Sure, I've thought about it. Problem is bandwidth costs and writing the server app (I prefer hacking on calibre itself). Also eventually, I will add the ability to schedule automatic downloads to the calibre GUI, which would make a server app somewhat redundant.
kovidgoyal is offline   Reply With Quote
Advert
Old 05-28-2008, 10:39 AM   #3
ChuckEggDotCom
Member
ChuckEggDotCom began at the beginning.
 
Posts: 11
Karma: 30
Join Date: May 2008
Device: PRS-500
Quote:
Originally Posted by kovidgoyal View Post
Sure, I've thought about it. Problem is bandwidth costs and writing the server app (I prefer hacking on calibre itself). Also eventually, I will add the ability to schedule automatic downloads to the calibre GUI, which would make a server app somewhat redundant.
Okay.

I can understand you liking to hack on calibre itself. For more than 20 years I've been an independent Windows application programmer (but for the past 10 years I've been a web applications manager).

Would your mind be changed if I offered server capacity?

Converting books with a desktop application makes sense because the files are typically downloaded to a local computer, anyway. Converting dynamic periodicals for which there is fresh content every day does not make sense as a desktop application since your computer may not be available every day to automatically process it.

A server app may be redundant, but it's a better choice than a client program because if you leave my PC off for several days while you travel, it will be impossible for me to generate periodical .LRF files after the fact. If you want to log in from an airport or hotel room and grab periodical files to-go, it's nearly impossible with a web application that may take too long to run.

The number of popular periodicals is somewhat finite. Just like www.TinyURL, if users have the same requests for periodicals, a properly designed web app would not store redundant copies of the same publication, but point to the same single copy of the LRF.

Currently I operate three servers and I disagree about the bandwidth. It seems most .LRF BBeB files are 800k or less. That's about the size of 10 average web images. It's not an unmanageable traffic volume even with a couple hundred users.

Also, in my experience, it's much faster and easier to update one web application than update 300 desktop client applications.

You've done a great job with Calibre, but I may have some of my programming staff look into writing a web application because I don't necessarily want to install or run Calibre every night.

For now, I've created a batch file that simply calls each periodical and writes it to my computer's SD card. I can run this by batch using a cron every night, but I don't want to leave on my computer every night and waste power. Some nights I can't leave my computer on because I travel.

Step 1: Insert your SD card to your computer.
Step 2: Change the bottom batch command to copy the files to your SD card (mine is F: drive, yours may be some other letter)
Step 3: Copy the lines below to a batch file (mags.bat) and run it to create a collection of periodicals to read on your reader.


WEB2LRF atlantic
WEB2LRF ap
WEB2LRF barrons --username=blah --password=mypass
WEB2LRF bbc
WEB2LRF chr_mon
WEB2LRF cnn
WEB2LRF economist
WEB2LRF faznet
WEB2LRF jpost
WEB2LRF jutarnji
WEB2LRF nasa
WEB2LRF newsweek
WEB2LRF newyorker
WEB2LRF newyorkreview
WEB2LRF nytimes --username=blah --password=mypass
WEB2LRF upi
WEB2LRF usatoday
WEB2LRF portfolio
WEB2LRF reuters
WEB2LRF spiegelde
WEB2LRF wsj --username=blah --password=mypass
WEB2LRF wash_post
FEEDS2LRF bw_news.py --author='news'
copy *.lrf f:*.* /Y

Last edited by ChuckEggDotCom; 05-28-2008 at 11:04 AM.
ChuckEggDotCom is offline   Reply With Quote
Old 05-28-2008, 11:10 AM   #4
ChuckEggDotCom
Member
ChuckEggDotCom began at the beginning.
 
Posts: 11
Karma: 30
Join Date: May 2008
Device: PRS-500
Kovid,

By the way. You rock. I'm completely serious when I say that.

Chuck
ChuckEggDotCom is offline   Reply With Quote
Old 05-28-2008, 11:14 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Well calibre currently has about 10k users, and the number is growing. Assuming half use the webapp and download an average of 3 periodicals a week that's 3*5000*800 which is about 50GB a month. That's tolerable, but say a year down the road if the number of users/periodicals increases this could become 500GB.

I agree that a webapp is more suitable for people that don't have a computer they keep switched on 24/7 with broadband access, especially for daily publications.

But if you're willing to tolerate the bandwidth costs, I'll be happy to help develop a webapp. Technically it would be pretty simple to do.
kovidgoyal is offline   Reply With Quote
Advert
Old 05-28-2008, 07:21 PM   #6
athlonkmf
Guru
athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.athlonkmf ought to be getting tired of karma fortunes by now.
 
Posts: 714
Karma: 1014039
Join Date: May 2007
Device: Sony PRS-500, Sony PRS-505, Kindle 3, Sony PRS350, iPad 64GB
/me signs up for potential hoster too.

It'd be nice to have such a service. And my websites are already chugging out 4 TB of bandwidth monthly. A 500GB extra wouldn't even be noticed (and then I still have 6TB monthly left)
athlonkmf is offline   Reply With Quote
Old 05-28-2008, 10:24 PM   #7
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I find designing websites to be rather tedious, but I'm willing to write a backend that will fetch the recipes and store the last n in a simple sqlite database. Writing a front-end that serves up the downloaded e-books on demand should be easy enough.
kovidgoyal is offline   Reply With Quote
Old 05-29-2008, 03:37 AM   #8
banjopicker
Member
banjopicker began at the beginning.
 
banjopicker's Avatar
 
Posts: 24
Karma: 10
Join Date: May 2007
Device: PRS-505
I would think that publishers of newspapers and magazines would take legal action if there was a website that served up repackaged full-text versions of their content. Whereas with Calibre, the user does the repackaging themselves, so lawyers wouldn't know where to send the Cease and Desist letter.
banjopicker is offline   Reply With Quote
Old 05-29-2008, 06:11 AM   #9
yagiz
http://is.gd/4flJX
yagiz has a complete set of Star Wars action figures.yagiz has a complete set of Star Wars action figures.yagiz has a complete set of Star Wars action figures.yagiz has a complete set of Star Wars action figures.yagiz has a complete set of Star Wars action figures.
 
Posts: 134
Karma: 422
Join Date: Jan 2008
Device: Sony PRS-505, iPhone 3G
Kovid,

You're already developing in Python. You should definitely have a look at Google App Engine.
yagiz is offline   Reply With Quote
Old 05-29-2008, 06:48 AM   #10
Stingo
Fanatic
Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.Stingo ought to be getting tired of karma fortunes by now.
 
Stingo's Avatar
 
Posts: 559
Karma: 1334691
Join Date: Nov 2006
Location: Miami
Device: KH2O, KPW2, KDXG, KPW1, K3, S505
Guys, I'm an IP attorney and I can tell you that you are putting a big bulls-eye on your back by setting up a web site which repackages and redistributes content. At least in the US you would run into potentially serious issues.
Stick to the lower profile desktop app.
Stingo is offline   Reply With Quote
Old 05-29-2008, 07:25 AM   #11
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
True, that is one of the reasons I haven't done this yet.
kovidgoyal is offline   Reply With Quote
Old 05-29-2008, 06:20 PM   #12
astrodad
Guru
astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.
 
astrodad's Avatar
 
Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
Does Python support a Java Web Start kind of thing?
astrodad is offline   Reply With Quote
Old 05-29-2008, 09:18 PM   #13
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
What's a Java Web Start?
kovidgoyal is offline   Reply With Quote
Old 05-29-2008, 11:50 PM   #14
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by kovidgoyal View Post
What's a Java Web Start?
A hacky kludge at best.

BOb
pilotbob is offline   Reply With Quote
Old 05-30-2008, 12:11 AM   #15
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,866
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Ah I see its the technology for installing and launching an app by clicking in a browser. No python, doesn't have this (to the best of my knowledge).
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-650 Calibre and periodicals on PRS-650 IvoSenden Sony Reader 21 11-29-2010 01:06 PM
Periodicals generated by calibre not using kindle back issue archiving alessandro Calibre 6 08-09-2010 01:33 PM
web features for Calibre? Spiffy Calibre 2 05-11-2010 01:50 AM
Possible to treat periodicals as...periodicals? Spankypoo Calibre 1 01-23-2010 10:06 PM
txt2pdf convertion web application spaze PDF 0 08-26-2009 07:13 AM


All times are GMT -4. The time now is 07:10 AM.


MobileRead.com is a privately owned, operated and funded community.