| File | Date | Author | Commit |
|---|---|---|---|
| CREDITS | 2010-03-08 | farnoy | [r15] Added CREDITS |
| README | 2010-03-08 | farnoy | [r24] Minor fixes in readme |
| j-sort.rb | 2010-03-08 | farnoy | [r22] |
| j-sort.rhtml | 2010-03-08 | farnoy | [r14] ERuby version updated |
| j-sortqt.rb | 2010-03-09 | farnoy | [r28] Few core rss-reader updates |
J-Sort allows simplified exploring of online XML files. You can search XML tags and retrieve plain text from them. Example XML file <root> <tag>Text</tag> <element>Text</element> <news>news1</news> <news>news2</news> </root> When you search news in J-Sort, you will se news1 news2 When you search tag in J-Sort, you will se Text