Bibliotheken online: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Zeile 29: Zeile 29:
* [http://pdfsb.net/ pdfsb.net]
* [http://pdfsb.net/ pdfsb.net]
* [http://citeseerx.ist.psu.edu/index CiteSeerX]
* [http://citeseerx.ist.psu.edu/index CiteSeerX]
* [http://manybooks.net/ manybooks]


;über [[Tor]]
;über [[Tor]]

Version vom 2. Februar 2016, 19:26 Uhr

Nicht alles muss man kaufen, Bibliotheken sind viel nachhaltiger. Aber falls man doch einmal eine Kopie erwerben muss, findet ihr Hinweise im Artikel Büchereien online.

Wo man so Bücher online findet?

Weil die Frage nicht ist wie man dafür sorgt, dass Bücher sich gut verkaufen, sondern wie sie möglichst von vielen gelesen werden.

über Tor
pyhsikalisch

Verfügbarkeit

Nicht limitiert auf Zugang zu Büchern:

Aaron Swartz: The Guerilla Open Access Manifesto

on DRM

Digital Restrictions Management (wikipedia:de:Digital Restrictions Management) ist keine Lösung weil diejenigen in ihren Freiheiten eingeschränkt werden, die bereit sind für Leistung zu zahlen, und jene die Zahlung zur Voraussetzung erklären nicht bereit sind eine echte Leistung zu erbringen.

DRM entfernen

s.a. Howto


Linux and Adobe Digital Editions ePubs
————————————–

Here are the instructions for using the tools with ePub books and Adobe Digital Editions on Linux under Wine. (Thank you mclien and Fadel!)

1. download the most recent version of wine from winehq.org (1.3.29 in my case)

For debian users:

to get a recent version of wine I decited to use aptosid (2011-02, xfce)
(because I’m used to debian)
install aptosid and upgrade it (see aptosid site for detaild instructions)

2. properly install Wine (see the Wine site for details)

For debian users:

cd to this dir and install the packages as root:
‘dpkg -i *.deb’
you will get some error messages, which can be ignored.
again as root use
‘apt-get -f install’ to correct this errors

3. python 2.7 should already be installed on your system but you may need the following additional python package

‘apt-get install python-tk’

4. all programms need to be installed as normal user. The .exe files are installed using ‘wine ’ but .msi files must be installed using ‘wine start ’
we need:
a) Adobe Digital Edition 1.7.2(from: http://kb2.adobe.com/cps/403/kb403051.html)
(there is a “can’t install ADE” site, where the setup.exe hides)

b) ActivePython-2.7.2.5-win32-x86.msi (from: http://www.activestate.com/activepython/downloads)

c) Win32OpenSSL_Light-0_9_8r.exe (from: http://www.slproweb.com/)

d) pycrypto-2.3.win32-py2.7.msi (from: http://www.voidspace.org.uk/python/modules.shtml)

5. now get and unpack the very latest tools_vX.X (from Apprentice Alf) in the users drive_c of wine
(~/.wine/drive_c/)

6. start ADE with:
‘wine digitaleditions.exe’ or from the start menue wine-adobe-digital..

7. register this instance of ADE with your adobeID and close it
change to the tools_vX.X dir:
cd ~/.wine/drive_c/tools_vX.X/Other_Tools/

8. create the adeptkey.der with:
‘wine python ineptkey.py’ (only need once!)
(key will be here: ~/.wine/drive_c/tools_vX.X/Other_Tools/adeptkey.der)

9. Use ADE running under Wine to dowload all of your purchased ePub ebooks

10. install the ineptepub and ineptpdf plugins from the tools as discribed in the readmes.

11. copy the adeptkey.der into the config dir of calibre (~/.config/calibre in debian). Your ADE books imported to calibre will automatically be freed from DRM.

Siehe auch