Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pe46dro/jdom-visual
A simple application that show a tree of the DOM of a website page
https://github.com/pe46dro/jdom-visual
dom graph java tree
Last synced: about 2 months ago
JSON representation
A simple application that show a tree of the DOM of a website page
- Host: GitHub
- URL: https://github.com/pe46dro/jdom-visual
- Owner: Pe46dro
- License: agpl-3.0
- Created: 2016-11-26T23:24:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T14:57:50.000Z (about 8 years ago)
- Last Synced: 2024-10-28T11:59:02.914Z (3 months ago)
- Topics: dom, graph, java, tree
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jDOM-Visual
This as you can read in description is a simple application that i made more than one year ago at school for exercise to allows the user to see all te dom tree of a WebPage after a year i decided to share it and try to keep it updated ( almost impossible but maybe you can improve it following [contributing](#contributing) subsection )...
## Usage
To run it you can download it from release ( when i upload it ) or build your own JAR following the instruction in the subsection [development](#development)
```
java -jar artifact.jar
```## Development
TODO## Building for source
Show me if you are a real developer... Use your skill :grin:Only a joke... I have to write this section but i have no time right now
## Libraries
* [JGraphX](https://github.com/jgraph/jgraphx/) - Java Swing diagramming (graph visualisation)
* [jsoup](https://github.com/jhy/jsoup/) - Java HTML Parser## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Todos
- [ ] Write Tests
- [ ] Add Code Comments
- [ ] Move dependency to Maven
- [ ] Move all to GUI
- [ ] Print Output
- [ ] Improve parsing with more information output___
##### License: AGPL-3.0
It provides the same restrictions and freedoms as the GPLv3 but with an additional clause which makes it so that source code must be distributed along with web publication.