https://github.com/opusvl/perldoc.perl.org
perldoc.perl.org website
https://github.com/opusvl/perldoc.perl.org
Last synced: 8 months ago
JSON representation
perldoc.perl.org website
- Host: GitHub
- URL: https://github.com/opusvl/perldoc.perl.org
- Owner: OpusVL
- Created: 2017-11-05T17:53:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T02:02:10.000Z (about 6 years ago)
- Last Synced: 2025-01-20T17:34:29.388Z (over 1 year ago)
- Size: 2.43 MB
- Stars: 26
- Watchers: 6
- Forks: 10
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository is for bug tracking issues only
While developing [perldoc.perl.org](https://perldoc.perl.org/), it was more convenient to split the engine away from the exported static site.
These are the three repositories and how they interact:
## The engine (public repository\*)
[perldoc.perl.org-engine](https://github.com/OpusVL/perldoc.perl.org-engine) is the repository you need for the new docker/pretty version of this repository.
This repository is for code storage only.
## The output (public internet cloneable of the output)
[perldoc.perl.org-export](https://github.com/OpusVL/perldoc.perl.org-export) repository is simply the auto-created statically created version of the site and is not interactable (although you can clone it).
## The website
[perldoc.perl.org](https://github.com/OpusVL/perldoc.perl.org) is this repository and this is where you should interact with the project to submit issues or pull requests.
## Reasons for this repository being cleared and split
During the development of this project at times it was neccesary for large binary files and 200k+ sets of smaller files be created. Because of this, the '.git' is an enormous 400MiB and is incredible slow to work with. In fact, shells that automatically do fancy things with git (like zsh) will take seconds to even change directories.