Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/tauri-inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
https://github.com/tauri-apps/tauri-inliner

not re-requested assets, and trying to make use of a cache, and better command line options

10ec00bdd0404abde8eac15d82bbbb60efc5442e authored over 13 years ago by remy <[email protected]>
changed submodule location

2c3f499ed146ea8852eb36eac98a6b360f871b8e authored over 13 years ago by remy <[email protected]>
removed incorrectly loaded submodule

57429c1742822f9e053446f5a04860d71960ba82 authored over 13 years ago by remy <[email protected]>
Merge branch 'master' of github.com:remy/inliner

bbc114efc8ee3635f090f0f23b310f8280561b43 authored over 13 years ago by remy <[email protected]>
make gzip support optional for command line use

da3311cb5450aa96556b63c5f0d8c98564f323e4 authored over 13 years ago by remy <[email protected]>
support gzip compression.

4dcafce31e3bbc9e3ba3e1f5e10e4cd58fa75531 authored over 13 years ago by remy <[email protected]>
support gzip compression. Closes #8

604f5f9cc9ebc6348457e5c126e0d1d2dd1357ce authored over 13 years ago by remy <[email protected]>
Wrong url on git clone method

279f18feb05a982f93f1e0f2a13ea4d66cce4f01 authored over 13 years ago by Remy Sharp <[email protected]>
inline style css images

f5fbdcb925311d7db0024489ee2575ef24126cea authored over 13 years ago by remy <[email protected]>
fixed multiple @import going in to a request loop

079f27afe73d11114a5700baa6cd686dfaba971e authored over 13 years ago by remy <[email protected]>
fix for urls without a default path - breaks in node 0.5.0pre

09e259282db2644b59d904921e5f3943af7bfd28 authored over 13 years ago by remy <[email protected]>
Removed compress library - unused

e7e4119590129df18a6e2b5cd0b96a12e0b9b411 authored over 13 years ago by remy <[email protected]>
handle failed connections

6e34cd0643e5196b107c793a4071a802a2f4bf10 authored over 13 years ago by remy <[email protected]>
- fixed requests including query strings

- fixed bug with jsdom encountering empty script tag and bombing out (Closes #4)
- fixed @import ...

10fcbea9ca4b5ed86d971740b17631c1936e3ca9 authored over 13 years ago by remy <[email protected]>
follows location redirects

750fc30466fb93d206defa0b9a0f9c0d37acbd1e authored over 13 years ago by remy <[email protected]>
fix for empty html

57450dec87d01016104492dfba9913fa401d61d0 authored over 13 years ago by remy <[email protected]>
bump

05619f1d1eab455f82761f7ae23b32f949772d95 authored over 13 years ago by remy <[email protected]>
removed random log output

4046275a24d03d7a5ef220b9f087f188b89929ff authored over 13 years ago by remy <[email protected]>
add job event to tell you how far along the process is

b5b1932c646fa9ebe99df86a1d78806f0ee8e0e5 authored over 13 years ago by remy <[email protected]>
Switch back to online version of jQuery - seems to work when inlining site doesn't have jQuery baked in.

94a88c09b85734b0ded17563551f854992921522 authored over 13 years ago by remy <[email protected]>
typo on compressed css

4e03705b2bf02e57618384e28306bc2a398bfd07 authored over 13 years ago by remy <[email protected]>
bump for bug fix

c9c1993f32804d237a81226b7bacc32b4e9138ad authored over 13 years ago by remy <[email protected]>
Fixed emiting error on images from css

01ee11cad6ed8ee6f73c4c633e34698c91d6049a authored over 13 years ago by remy <[email protected]>
version bump

5a567f6a340e1115e2cc1ce43bb64e637b7e26cf authored over 13 years ago by remy <[email protected]>
local jQuery again

9c798e7d457863c19824a0a267b2bb7159b6e14a authored over 13 years ago by remy <[email protected]>
emit events - ready for module to be included in web apps for progress

b12359a95a0a003bdaaabe578a3ac1ba1659561e authored over 13 years ago by remy <[email protected]>
reverting back to online jQuery. Closes #7

a7696dc7b60cbc41e8a1b2dbb7a8088ed357921a authored over 13 years ago by remy <[email protected]>
@import now supported along with media queries and other fixes including stripping of comments

cc290855537f340bacdb90a0c38059cb8573e6a5 authored over 13 years ago by remy <[email protected]>
version bump

f79098a3104b977e8fb38c0b1543a79693847f0b authored over 13 years ago by remy <[email protected]>
Updated docs

5a6f928c4fb4aeba9ce5dc77f40ebe5370ecff17 authored over 13 years ago by remy <[email protected]>
including local jQuery to allow for offline inliner use

bac33d5b72e0d975b29bf40811fbf0b3cecce8ce authored over 13 years ago by remy <[email protected]>
version bump

698e92b581b78c6a3cdb726bdca5fb5e948fe480 authored over 13 years ago by remy <[email protected]>
fixed up binary

685135e1c137d84d1c37b015784e5c56e745b6dc authored over 13 years ago by remy <[email protected]>
Strip HTML comments, and fixed assets using data:// urls, Closes #3

b39f77ba1f7757c8fcc57810a9a6910adaeae83b authored over 13 years ago by remy <[email protected]>
actually, turns out I needed the bin version, so I could add the hashbang

1185e674422655c196795267e311bb9033beb7fd authored over 13 years ago by remy <[email protected]>
ignore file

89661ba467db41a9c2ad00f72cb3f683909a36f7 authored over 13 years ago by remy <[email protected]>
not using submodules, now using npm install for deps

485594d5db3e127e687ace1b9d7149c016f88ef9 authored over 13 years ago by remy <[email protected]>
rejig of directory layout for simplier code, and fixed edge case causing empty output. Closes #5

85b9cbd2daef4fba61da1d4cd163b062d3d2486e authored over 13 years ago by remy <[email protected]>
rejiged folder layout, now does not require two files

4be84042b38f9f9753745b85dc89b1912faa1c22 authored over 13 years ago by remy <[email protected]>
Merge pull request #6 from chrisjaure/patch-1

Add support for ports other than 80

b7157fde6606b5ebe27b7be71c6f732911e155c8 authored over 13 years ago by Remy Sharp <[email protected]>
Add support for ports other than 80 so it can work with things like servedir, for instance :)

e8dda224a2a984b3a169bf7dd5329005e7f8327a authored over 13 years ago by Chris Jaure <[email protected]>
Note about global install of inliner

245541fd013026b6c5fe93bab9d01bc653e9e5d1 authored over 13 years ago by Remy Sharp <[email protected]>
manifest => appcache

f29a6ebbf9b6038a81490166e2772b507d0b13d3 authored almost 14 years ago by Remy Sharp <[email protected]>
readme tweak x 2

32c852dc092fe647266a77afec33ac8ba7a8592d authored almost 14 years ago by Remy Sharp <[email protected]>
readme tweak

535954a11df4c104585b49a9b5657efcddbd6dc3 authored almost 14 years ago by Remy Sharp <[email protected]>
Updated usage

722c14f52254ef65951932863207c8a97a9500b6 authored almost 14 years ago by Remy Sharp <[email protected]>
Merge branch 'master' of github.com:remy/inliner

541b3c4097360c228010b9bbf237f79d9d1b78c2 authored almost 14 years ago by remy <[email protected]>
+x

0cfb9af2b78ee58a6946558dca88a8e0f397103b authored almost 14 years ago by remy <[email protected]>
Install directions

9713556fa38f83053203ec34a66aede99c34df82 authored almost 14 years ago by Remy Sharp <[email protected]>
for some reason, pages with just a link wouldn't generate the CSS - so I fixed it :)

df772fc3c8d81b0a1a1ea361f29332fe9ce23ffd authored almost 14 years ago by remy <[email protected]>
hashbang missing

3127ee6491e593dd6a43d959b04a97f18d50ca20 authored almost 14 years ago by remy <[email protected]>
Merge branch 'master' of github.com:remy/inliner

ec735e1e3056227327c048b60f99d7bdf41bec5c authored almost 14 years ago by remy <[email protected]>
npm packed up, and re-org of directory

24488b9fbf2599b54f22ac5e7b8f15909abf410e authored almost 14 years ago by remy <[email protected]>
npm packed up, and re-org of directory

d8cffc4e66f73d2852875b4383067a0a103cd6be authored almost 14 years ago by remy <[email protected]>
Note about jsdom

eca5951a3beb475e0c73b6fb74b23962ff0d4982 authored almost 14 years ago by Remy Sharp <[email protected]>
+readme

a5ffd392aac171925955e66554b4bc9e3c92f761 authored almost 14 years ago by remy <[email protected]>
separated out the inlining function

b13ca34a1e35b577cca6257309638af578db0dd9 authored almost 14 years ago by remy <[email protected]>
early working version - need to add compression support

847dc1688bde007428e2896cc2fbab434f3cf7ed authored almost 14 years ago by remy <[email protected]>