Skip to content

ThosRTanner/inforss

Repository files navigation

inforss

inforss newsreader for palemoon

This is a fork of infoRSS by Didier Ernot and was created from the distributed xpi from mozdev and a 2nd version from the palemoon forums. Icons used by kind permission of the original author.

CI status

Codacy Badge

Formatting

  • Javascript: JS Beautifier. Settings (currently): 2 space indent, brace on own line, detect packers, space before conditional
  • CSS: CSS beautifier Settings (currently): 4 space indent, but otherwise pretty much same as JS. However, the braces on own line doesn't work, so done manually
  • XUL - currently cleaned in notepad++ with 'pretty print xml', followed by 'pretty print xml (attributes)'

Note: Check with care. Formatting validation is done via the various linters provided by codacy

Notes on behaviour

  • 'disable' attribute only works for certain element types and you can't disable (e.g.) a groupbox (hence why the feed/group box gets blanked out rather than disabled when no feeds left)
  • 'disable' doesn't affect 'click' event (despite all the documentation implying it should), so use 'command' events for preference or make an explicit check)
  • 'hidden' doesn't work properly on listitem objects (note the HTML spec suggests you can use hidden on everything).