Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export epub #79

Closed
nicosomb opened this issue Apr 24, 2013 · 34 comments
Closed

export epub #79

nicosomb opened this issue Apr 24, 2013 · 34 comments
Assignees

Comments

@nicosomb
Copy link
Member

No description provided.

@memiks
Copy link
Contributor

memiks commented Apr 24, 2013

J'y ai pensé aussi à la place du PDF surtout que l'epub c'est "juste" un zip avec des fichiers HTML ;)

j'ai d'ailleurs trouvé cela : https://github.com/Grandt/PHPePub

si tu veux je m'en occupe ?

Fréd.

@nicosomb
Copy link
Member Author

tu peux regarder oui.

@memiks
Copy link
Contributor

memiks commented Apr 24, 2013

Alors j'ai ça : https://github.com/memiks/poche/tree/export_favorites_to_epub
mais c'est un premier jet, il faut que je regarde pourquoi cela fonctionne avec ebookreader de firefox mais pas avec fbreader sous android.

et l'interface est "moche" il faut que j'ajoute un bouton et une image.

mais par contre cela permet d'exporter toute une vue et chaque poche est un chapitre.

ex: http://www.memiks.fr/Poche_book_index_2013_04_24.epub

Fred.

PS: je viens d'avoir une idée, le nom du chapitre peut être le titre de la poche ;) je vais modifier cela.

@memiks
Copy link
Contributor

memiks commented Apr 24, 2013

C'est bon j'ai fait la modification. Je vais regarder à l'interface puis au bug avec fbreader. Mais ça vient sûrement du moteur CSS.

@nicosomb
Copy link
Member Author

nicosomb commented Aug 8, 2013

lu sur linuxfr

Des formats de type markdown/rest me sembleraient intéressants. Pandoc pourrait aider.

@nicosomb
Copy link
Member Author

nicosomb commented Aug 9, 2013

pour ceux qui veulent tester, y'a une branche qui vient de démarrer : https://github.com/inthepoche/poche/tree/epub

ça ajoute un lien "epub" sur la vue d'un article. rien de propre, c'est normal. mais ça tourne.

@nicosomb
Copy link
Member Author

nicosomb commented Aug 9, 2013

comme le #77, epub de
la sélection d'articles
les articles "à lire"
les articles "favoris"

@sciunto
Copy link

sciunto commented Aug 20, 2013

@nicosomb Pour compléter ton commentaire sur md/rest.
La super fonctionnalité serait d'avoir deux niveaux d'export. Un article par article, mais surtout un dump de la db dans un de ces formats.

A titre personnel, j'aurais plutôt un usage d'archivage que de "read me later" avec poche. La gestion du à lire est faite en amont chez moi. Avoir un dump est donc pour moi crucial.

Merci ! :)

@nicosomb
Copy link
Member Author

there is a epub branch https://github.com/inthepoche/poche/tree/epub
it's a last poche version but you can test epub export with it.

@Gomez
Copy link

Gomez commented Sep 10, 2013

I tested your branch:
Unfortunate the epub icon is not shown, but if i add the "?action=epub&id=1" to the url i get the epub.

It would be cool to have a feature for exporting the last x articles to epub.

Report if i can help/test.
Epub export should go into master and into Version1.0.

Thanks for your work!

@nicosomb
Copy link
Member Author

To see epub icon, you have to empty cache/ folder.

@Gomez
Copy link

Gomez commented Sep 10, 2013

Done, but still not shown :(

@nicosomb
Copy link
Member Author

Maybe a little bug ... If you say epub export works, I will work on it soon.

@Gomez
Copy link

Gomez commented Sep 10, 2013

The use-case to export only one article is uncommon, don't you think?
If i wanna read my articles on my Ebook, i expect to export more than one article, maybe all my unread articles?

I will check the epub later on my kindle (after transform to mobi).

@tcitworld
Copy link
Member

Well, most of websites providing a link to download an epub do them for only one article. But sure, there should be a special page to select what articles do you want to see and then make chapters and only one file.

@nicosomb
Copy link
Member Author

@Gomez: yes, it may be uncommon. But it was just to test epub export. I think, like @tcitworld, poche must have a specific page to export articles in epub, pdf, etc.

@Gomez
Copy link

Gomez commented Sep 10, 2013

Specific page sounds good.
Epub export works good!

@nicosomb
Copy link
Member Author

👍 Now, I "just" have to create this page ;-)

@ghost ghost assigned nicosomb Sep 11, 2013
@hobgoblinsmaster
Copy link

It could be great to be able to integrate epub export with calibre, I began to look at calibre recipes yesterday, but I'm not sure it can download a set of already computed epubs. Maybe calibre is also able to upload back the read tag to poche if we write a plugin.

@Gomez
Copy link

Gomez commented Sep 13, 2013

I use calibre too. My plan is to download the combined epub (if its available) from poche and add it to calibre (a wget would be the easy way).

@Gomez
Copy link

Gomez commented Sep 13, 2013

btw found this: http://code.google.com/p/epubmerge/

@Gomez
Copy link

Gomez commented Sep 13, 2013

@nicosomb Sorry found the epub download link

@Gomez
Copy link

Gomez commented Sep 21, 2013

btw i created the export function:

https://github.com/Gomez/poche/tree/epub_wip

Works, but code needs some love and it needs to be added to the config screen. I will create a PR if its done.

To test you need to add ?exportnew to your pouch url.

@nicosomb
Copy link
Member Author

hello @Gomez ! I don't test yet your development. It's on my todo list.

@Gomez
Copy link

Gomez commented Sep 27, 2013

Thx @nicosomb, i use it every day (automaticly download for my kindle). But it needs some more work to make it useful for users (Nice link in config, option to configure the number of articles...).

@Gomez
Copy link

Gomez commented Jan 7, 2014

@nicosomb Any plans? Its working fine for me, afaik its easy to integrate, you can check my fork.

@nicosomb
Copy link
Member Author

nicosomb commented Jan 7, 2014

I forgot this issue and what you done.
I have to test it.

DId you see that poche is into Calibre: https://github.com/FaustXVI/poche-to-calibre ? ;-)

@Gomez
Copy link

Gomez commented Jan 7, 2014

Into calibre is nice, thanks for the link. Should work with my usecase.

I think "Export as epub" is useful for other ppl.

Thanks for looking at it and thanks for poche!

@ClashTheBunny
Copy link

Is poche to calibre the best option for getting things onto my Kindle or ePub readers? Just to make sure that there hasn't been any other more integrated solution.

Does this plugin work with wallabag?

@tcitworld
Copy link
Member

I personally use RSS feeds to create an ebook containing all the articles in Wallabag. I found the final file less dirty than with poche-to-calibre. See : http://framabag.org/wallabag.php

In v2, export will be directly possible from wallabag.

@nicosomb
Copy link
Member Author

@tcitworld
Copy link
Member

I started to implement epub export directly into v1.x, it stays rather simple.

@tcitworld
Copy link
Member

This is done in v1.x

@nicosomb nicosomb modified the milestones: 2.0, 2.1 Aug 1, 2014
@nicosomb nicosomb reopened this Aug 1, 2014
@j0k3r j0k3r mentioned this issue Jun 2, 2015
29 tasks
@nicosomb
Copy link
Member Author

see #1422 for v2.

@j0k3r j0k3r closed this as completed Nov 9, 2015
@nicosomb nicosomb removed this from the 2.1.0 milestone Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants