npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ep_export_documents_images

v0.0.6

Published

This plugin for Etherpad-Lite exports pad in a document (.odt, .doc, .pdf), with images for embedded pictures. Use the 'soffice' command. Only tested on Linux for now. BETA VERSION.

Downloads

5

Readme

ep_export_documents_images

Etherpad-Lite plugin to export the pad in a PDF/ODT/Doc file with images using Open/LibreOffice. This module is part of an academic project.

Settings

Global setting used ("setting.json"):

  • "loglevel": verbose levels used in server-side console during the export.
Optional settings in your 'settings.json' file:
"ep_export_documents_images" : {
	"soffice": "", //(string) path to soffice command. If empty, default is 'soffice'.
	"keywords": "", //(string) keywords in headers (PDF and ODT).
	"author": "", //(string) author in headers (PDF and ODT). Set to "auto" to use the "title" global setting.
	"title": "", //(string) document title (PDF and ODT). You can use '%s' to refer to the pad Id (ie: "Document generated from the %s session.").
	"remove_LOdir": false,	//(boolean) remove or not the special LibreOffice folder (/tmp/LibOconversion/)  (version 0.0.4). Default value: false, not recreate it each conversion is more efficient.
	"verbose_log": false	//(boolean) activate or not verbose server log (version 0.0.5). Default value: false.
}

News

0.0.6:

  • Added pad ID and current date in the filename.
  • Fixed bug : styling was removed during export.
  • Fixed bug : if missing or wrong settings.

0.0.5:

  • New setting ("verbose_log"=true) in settings.json to activate or not verbose mode in server log.
  • Japanese language added (Thanks to Keiji Ono from Japan).
  • Italian language added.
  • Portuguese and Brazilian languages added.
  • A FAQ document added to solve common problems.

0.0.4:

  • New setting ("remove_LOdir"=false) in settings.json to choose to remove the special LibreOffice folder after conversion.
  • German translation file added.

0.0.3:

  • Fixed bug when another Office instance is running. A limited Office installation is created in "/tmp/LibO_Conversion/".

0.0.2:

  • Fixed some bugs if no setting specified in settigns.json. Settings are now optionals.
  • Homepage link added in the package.json.
  • Menus translated : English, French, Spanish.

0.0.1:

  • First [alpha] version.

Roadmap

  • OpenXML (Word 2007) export is broken so it's not available for now.
  • Do/test conversions on Windows servers.
  • Check if command from settings file exists.
  • Import documents using Office to avoid using Abiword.
  • Improve translations (help needed).
  • Fix bug with multi-byte characters (Japanese, Chinese, ...). (help needed).
  • Retrieve auto-generated Youtube thumbnails to replace linked videos.

Bugs

Send me an email with bug description and your context (Linux distribution and versions...).

Author

Benoit Lathiere - [email protected]