Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petdance/htmlparsing
htmlparsing.com, a website devoted to helping people parse HTML correctly
https://github.com/petdance/htmlparsing
hacktoberfest html html-parsing parsing
Last synced: about 3 hours ago
JSON representation
htmlparsing.com, a website devoted to helping people parse HTML correctly
- Host: GitHub
- URL: https://github.com/petdance/htmlparsing
- Owner: petdance
- Created: 2010-12-24T04:01:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T04:51:02.000Z (over 2 years ago)
- Last Synced: 2024-05-01T23:45:12.646Z (7 months ago)
- Topics: hacktoberfest, html, html-parsing, parsing
- Language: CSS
- Homepage: http://htmlparsing.com/
- Size: 34.2 KB
- Stars: 30
- Watchers: 8
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is the source code for http://htmlparsing.com, plus the
Perl code that converts it from Markdown format into HTML and uploads
it to the server.Repository layout
-----------------s page bodies in Markdown format
tt templates in Template::Toolkit format
static images and styles
t tests
build outputRequirements
------------Perl and additional CPAN modules.
For building:
File::Slurp
Template
Text::MarkdownFor testing:
Test::HTML::Tidy5
Contributing page content
-------------------------1. Modify templates or page bodies. New pages have to be registered in the file `crank`.
2. Run `make` to build the site and inspect the result in the `build` directory.
3. Run `make test` to check for HTML errors.
4. Commit/publish changes, see `s/index.md`.