Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-22-2016, 04:01 AM   #16
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
I attached a new version with updated configuration and stylesheet files provided by roger64.
To take full advantage of the stylesheet you'll need to download and embed the Linux Libertine fonts.
Of course, you can replace both files with your own customized versions.

BTW, the new version allows you to embed files, e.g. fonts or images files. These files need to be copied to the plugin resources folder. (You can also define a different folder via the resource_dir plugin preference settings.)

The following plugin preference values can set:

Code:
{
  "add_resources": true,
  "resource_dir": "C:/Resources",
  "output_format": "epub3",
  "ibooks_xml": true,
  "initialdir": "C:/Users/User/Downloads"
}
(Even though this plugin is bundled with the epub3-enabled Writer2LaTeX 1.5.2 alpha version, you can of course replace the .jar file with the stable version. Obviously, you won't be able to generate ePub3 files with it.)

BTW, if you use the "output_format": "epub3", option, you'll get the following epubcheck warning:

Code:
WARNING(HTM-014a): XHTML Content Document file name 'OEBPS/Text/chapter.html' should have the extension '.xhtml'.
Simply select all .html files in the Book Browser and rename them to .xhtml.

Technical note: If you don't use the bundled interpreter, you'll need to install the bs4 and lxml Python libraries.
Doitsu is offline   Reply With Quote
Old 03-12-2018, 08:32 AM   #17
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Since the Writer2LaTeX author has released a new beta version, I've updated the plugin.
(Unless you use the plugin to generate epub3 files, you can ignore this update, because it mostly fixes epub3 bugs and some bugs related to output formats other than epub2.)
Doitsu is offline   Reply With Quote
Advert
Old 04-21-2018, 10:33 PM   #18
manon123
Enthusiast
manon123 began at the beginning.
 
manon123's Avatar
 
Posts: 29
Karma: 10
Join Date: Nov 2014
Location: Belgium
Device: Kobo glo
I can't use it.
I've some errors with Python.
I tryed python 3 and 3.6 : nothing to do, always the same error

Last edited by manon123; 04-21-2018 at 10:37 PM.
manon123 is offline   Reply With Quote
Old 04-22-2018, 02:20 AM   #19
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by manon123 View Post
I can't use it.
I've some errors with Python.
1. What's your Linux distribution?
2. Did you build Sigil from source or did you install an Ubuntu/Debian package?

It looks like your system is missing the Python Tk library, which should have been automatically installed with Sigil.
If you have a Ubuntu-based distro, you'll need to install python3-tk. You also might want to check that the following Ubuntu packages are installed:

python3-pyqt5
python3-lxml
python-bs4
Doitsu is offline   Reply With Quote
Old 04-22-2018, 06:51 AM   #20
manon123
Enthusiast
manon123 began at the beginning.
 
manon123's Avatar
 
Posts: 29
Karma: 10
Join Date: Nov 2014
Location: Belgium
Device: Kobo glo
Hi Doitsu,

My Linux Distribution in Archlinux.
I've installed Sigil from the AUR repository (Sigil is'nt present in the repositories of Archlinux).

In Arch repositories, python3-pyqt5, python3-lxml, python-bs4 doesn't exist.
Yaourt -Ss give me back : nothing.

But, I've found it in the Archlinux's Wiki : the library is simply named : tk

So, with a
Code:
sudo pacman -S tk
, my problem is resolved.

Sorry for my English, I don't speak it fluently

Thank you for your answer.

Last edited by manon123; 04-22-2018 at 06:56 AM.
manon123 is offline   Reply With Quote
Advert
Old 04-22-2018, 09:11 AM   #21
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,546
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
For the record: Sigil is definitely available in the standard Arch repos. It's in Community.
https://www.archlinux.org/packages/c.../x86_64/sigil/

You may also want to install python-pyqt5 from Arch Extra. More and more Sigil plugins make use of PyQt5.

Python3 is the default on Arch. So its various packages are just python-*, not python3-*.

Last edited by DiapDealer; 04-22-2018 at 09:13 AM.
DiapDealer is offline   Reply With Quote
Old 04-23-2018, 12:32 PM   #22
manon123
Enthusiast
manon123 began at the beginning.
 
manon123's Avatar
 
Posts: 29
Karma: 10
Join Date: Nov 2014
Location: Belgium
Device: Kobo glo
Thanks a lot for your help.
Everything is working fine now. Indeed, looking for all the dependencies of the package, I was able to install the two missing packages.
manon123 is offline   Reply With Quote
Old 10-16-2019, 03:59 PM   #23
r_avital
Junior Member
r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.
 
Posts: 8
Karma: 400000
Join Date: Mar 2017
Device: Samsung Galaxy 2 9.7"
Doitsu,

Thanks for pointing me to the Sigil tool. Without plugins, I already like it. What I'm doing right now:

1. Creating document in LibreOffice Writer with Sections, each section collects endnotes at end of section. I also protect the sections when I'm done.
2. Saving as .docx, since Calibre won't import .odt.
3. Add book in Calibre as .docx, convert to epub.
4. Open the .epub in Sigil, where the endnotes are dumped at the end of the book, because the conversion to .docx messes up the sections (when I re-open the .docx in LibreOffice, the sections have disappeared). Move them to their appropriate sections in Sigil.

Obviously it would be great if I could save in .odt and import directly into Sidil. To that aim, I downloaded and installed your ODTImport v0.1 in Sigil. Trying to use it, I get "Plugin by that name does not exist." I made sure my python interpreters were python2.7 and python3.5.

Any thoughts?

Also, exactly where should the custom-css go, assuming I'm able to solve the problem?

Thanks in advance!
r_avital is offline   Reply With Quote
Old 10-16-2019, 04:17 PM   #24
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by r_avital View Post
Trying to use it, I get "Plugin by that name does not exist."
I've never seen this error message. Did you by any chance unzip ODTImport_0.3.2.zip or do you have a Mac?
(IIRC, Macs will automatically unzip downloaded .zip files, however, the Sigil plugin manager expects .zip files.)

If you have a Mac, you can also manually move the unzipped ODTImport folder to the Sigil plugins folder. (To display the plugins folder, select Edit > Preferences > Open Preferences Location.)

Quote:
Originally Posted by r_avital View Post
Also, exactly where should the custom-css go, assuming I'm able to solve the problem?
config.xml and epub.css should both go in the ODTImport plugin folder. Please re-read the instructions in the first post.
Doitsu is offline   Reply With Quote
Old 10-16-2019, 04:39 PM   #25
r_avital
Junior Member
r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.
 
Posts: 8
Karma: 400000
Join Date: Mar 2017
Device: Samsung Galaxy 2 9.7"
Never mind, I solved the problem. Plugin is working. I guess I need one more question:
Sigil adds all the footnotes to a separate .xhtml, which is the last one in my ebook imported from the .odt. It's easy enough to cut from it and paste at the bottom of the correct .xhtml. But at that point, the superscript number points to the original .xhtml which is now empty. I know I'm doing something wrong, the question is what?

Thanks in advance!
r_avital is offline   Reply With Quote
Old 10-16-2019, 04:55 PM   #26
r_avital
Junior Member
r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.
 
Posts: 8
Karma: 400000
Join Date: Mar 2017
Device: Samsung Galaxy 2 9.7"
Great. Custom-Stylesheet.CSS, epub.css and config.xml are now in my /home/username/.local/share/sigil-ebook/sigil/plugins/ODTImport/
(This is a Linux box).

Notice that the custom-stylesheet filename has an upper-case extension, and Linux is case-sensitive. Does that make a difference?
r_avital is offline   Reply With Quote
Old 10-16-2019, 05:15 PM   #27
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by r_avital View Post
Sigil adds all the footnotes to a separate .xhtml, which is the last one in my ebook imported from the .odt.
AFAIK, Writer2Latex generates endnotes by default. Try inserting the following line after <config> in config.xml:

Code:
  <option name="use_endnotes" value="false" />
I.e. config.xml should look like this:

Spoiler:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<config>
  <!-- Style options -->
  <option name="use_endnotes" value="false" />
  <option name="template_ids" value=",,," />
  <option name="pretty_print" value="true" />
  <option name="no_doctype" value="false" />
  <option name="encoding" value="UTF-8" />
  <option name="hexadecimal_entities" value="true" />
  <option name="use_named_entities" value="false" />
  <option name="add_bom" value="false" />
  <option name="multilingual" value="false" />
  <option name="separate_stylesheet" value="false" />
  <option name="custom_stylesheet" value="" />
  <!-- Control the conversion of formatting -->
  <option name="formatting" value="ignore_hard" />
  <option name="frame_formatting" value="ignore_hard" />
  <option name="section_formatting" value="convert_all" />
  <option name="table_formatting" value="convert_all" />
  <option name="table_size" value="relative" />
  <option name="list_formatting" value="css1" />
  <option name="tabstop_style" value="2em" />
  <option name="use_default_font" value="true" />
  <option name="default_font_name" value="Linux Libertine O" />
  <!-- Handling of dimensions -->
  <option name="convert_to_px" value="true" />
  <option name="scaling" value="100%" />
  <option name="column_scaling" value="100%" />
  <option name="image_size" value="relative" />
  <option name="relative_font_size" value="true" />
  <option name="font_scaling" value="100%" />
  <!-- Options for special content -->
  <option name="formulas" value="image+starmath" />
  <option name="use_mathjax" value="false" />
  <option name="embed_svg" value="true" />
  <option name="embed_img" value="false" />
  <option name="endnotes_heading" value="Notes" />
  <option name="footnotes_heading" value="Notes" />
  <option name="use_dublin_core" value="true" />
  <option name="notes" value="true" />
  <option name="display_hidden_text" value="false" />
  <option name="include_toc" value="true" />
  <option name="include_ncx" value="true" />
  <option name="float_objects" value="true" />
  <!-- AutoCorrect options -->
  <option name="ignore_double_spaces" value="false" />
  <option name="ignore_empty_paragraphs" value="false" />
  <option name="ignore_hard_line_breaks" value="false" />
  <!-- File options -->
  <option name="external_toc_depth" value="3" />
  <option name="split_level" value="2" />
  <option name="repeat_levels" value="5" />
  <option name="page_break_split" value="styles" />
  <option name="split_after" value="0" />
  <option name="image_split" value="none" />
  <option name="cover_image" value="true" />
  <option name="save_images_in_subdir" value="false" />
  <option name="uplink" value="" />
  <!-- Options specific for spreadsheet documents -->
  <option name="calc_split" value="false" />
  <option name="display_hidden_sheets" value="false" />
  <option name="display_hidden_rows_cols" value="false" />
  <option name="display_filtered_rows_cols" value="false" />
  <option name="apply_print_ranges" value="false" />
  <option name="use_title_as_heading" value="true" />
  <option name="use_sheet_names_as_headings" value="true" />
  <!-- Options for batch conversion -->
   <option name="directory_icon" value="" />
  <option name="document_icon" value="" />
  <!-- Style maps --> 
  <xhtml-style-map after="" before="" block-css="(none)" block-element="dl" css="(none)" element="dt" family="paragraph" name="List Heading" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="" css="(none)" element="address" family="paragraph" name="Sender" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="dl" css="(none)" element="dd" family="paragraph" name="List Contents" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="blockquote" css="(none)" element="p" family="paragraph" name="Quotations" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="" css="(none)" element="hr" family="paragraph" name="Horizontal Line" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="" css="(none)" element="pre" family="paragraph" name="Preformatted Text" />
  <xhtml-style-map after="" before="" block-css="(none)" block-element="" css="(none)" element="p" family="paragraph" name="Text body" />
  <xhtml-style-map after="" before="" css="(none)" element="em" family="text" name="Emphasis" />
  <xhtml-style-map after="" before="" css="(none)" element="var" family="text" name="Variable" />
  <xhtml-style-map after="" before="" css="(none)" element="code" family="text" name="Source Text" />
  <xhtml-style-map after="" before="" css="(none)" element="strong" family="text" name="Strong Emphasis" />
  <xhtml-style-map after="" before="" css="(none)" element="kbd" family="text" name="User entry" />
  <xhtml-style-map after="" before="" css="(none)" element="samp" family="text" name="Example" />
  <xhtml-style-map after="" before="" css="(none)" element="dfn" family="text" name="Definition" />
  <xhtml-style-map after="" before="" css="(none)" element="cite" family="text" name="Citation" />
  <xhtml-style-map after="" before="" css="(none)" element="tt" family="text" name="Teletype" />
  <xhtml-style-map css="(none)" element="sup" family="attribute" name="superscript" />
  <xhtml-style-map css="(none)" element="b" family="attribute" name="bold" />
  <xhtml-style-map css="(none)" element="i" family="attribute" name="italics" />
  
  
</config>


This should force Writer2Latex to generate regular footnotes.

Quote:
Originally Posted by r_avital View Post
Notice that the custom-stylesheet filename has an upper-case extension, and Linux is case-sensitive. Does that make a difference?
The file names are hard-coded in the plugin code. You must use config.xml and epub.css. (All other files are ignored.)

(config.xml controls the conversion and epub.css is an optional stylesheet.)

For more information on customizing the output see the Writer2Latex website.
Doitsu is offline   Reply With Quote
Old 10-18-2019, 10:57 AM   #28
r_avital
Junior Member
r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.r_avital ought to be getting tired of karma fortunes by now.
 
Posts: 8
Karma: 400000
Join Date: Mar 2017
Device: Samsung Galaxy 2 9.7"
Got it. Many thanks for your help!
r_avital is offline   Reply With Quote
Old 08-07-2020, 10:20 AM   #29
philja
Zealot
philja began at the beginning.
 
Posts: 121
Karma: 10
Join Date: Nov 2015
Location: Europe EEC
Device: none
I've come back to needing to generate epub files from LO Writer. My last experiences were around 2015/6 and I used the LO Writer extension, writer2xhtml (v1.5.2alpha). This worked fine.

Now, I see that the world has moved on. Writer's native epub export gives me a poor result. The writer2xhtml extension no longer appears to be maintained but I have tried the writer2xhtml.oxt file from both writer2latex 152alpha and 161 and the results with LO Writer 6.3.5.2 are disappointing. The file > export method using any of the writer2xhtml options on offer fails with a 'general input/output' error.

The only thing that does work is the 'publish epub' button on the writer2xhtml toolbar and that gives me an epub3 output without any way of selecting a name for the output file. The file produced needs some work but is not bad.

I imagine that something else is required for a Writer extension than just using the .oxt file from writer2latex.

I have read this thread and tried this ODTimport plugin v 0.3.2 to produce an epub file. The first thing I noticed was that it stole my first image to use as a cover image and then failed to use the same image in the correct place in the document. It also produced a couple of style sheets, styles.css and styles1.css.

Styles1.css contains some but not all of my Writer document styles I used and the output epub file contains a mixture of styles from each of the css files. I guess I can sort that out by using the various suggestions in this thread.

Is this plugin still a recommended way to produce an epub file from odt or has it become obsolete and been replaced by other different workflows and tools?
philja is offline   Reply With Quote
Old 08-07-2020, 07:58 PM   #30
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Hi

I am an Archlinux user.

As a -nearly - daily user of both writer2xhtml.oxt on LO 6.4.5.2. and of writer2latex.jar with Sigil 1.3. and odtImport plugin 0.3.1. (both of them use in fact writer2xhtml 1.6.1.), I just can say that they both work nicely today. I'll try it asap with LO 7.

- Images in the odt file (including cover) are processed without problem.
- The first stylesheet you get is coming from your own Resources folder file, the second one (styles1) contains the styles (paragraph and character) of the odt file.
So it just depends on your choice if you want to get one (normal case) or two stylesheeets from writer2xhtml.

If you get two, of course you'll have later to harmomize them, for example with the Calibre editor, since the first one bears no direct relation to the odt file, but can be used to later fine tune your ePub.

At that time, I can't say more. If you email me a test odt file, I would probably be able to provide you with more information.

Last edited by roger64; 08-07-2020 at 08:32 PM. Reason: asap
roger64 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[FileType Plugin] YVES Bible Plugin ClashTheBunny Plugins 27 01-16-2023 01:25 AM
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 492 10-25-2022 08:13 AM
Plugin not customizable: Plugin: HTML Output does not need customization flyingfoxlee Conversion 2 02-24-2012 02:24 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM
New Plugin Type Idea: Library Plugin cgranade Plugins 3 09-15-2010 12:11 PM


All times are GMT -4. The time now is 02:13 PM.


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