--- title: How to Submit layout: page permalink: "submit/" --- ## Review & Accepting Submissions **All web pages submitted will be manually reviewed for honesty and quality assurance.** 1MB Club has the final say whether a web page is added to the official listing or not. Spam, low-quality pages, or shady SEO gimmicks will be ignored. If your web page is not accepted, please do not take it personally. Let's refrain from being rude to each other! **The two rules for a web page to qualify as a member:**
  1. Total web page size (not just transferred data) must not exceed 1 megabyte
  2. The web page must contain a reasonable amount of content / usefulness in order to be added - no sites with a simple line of text, etc.
## How to Submit > Note: All web pages are manually tested through Firefox's network monitor for consistency. The **total** web page will be taken into account, not just the "transferred". ![Firefox network tab showing the full web page size of 1MB Club](/public/images/submit-screenshot.png) ### Submitting Patches The main project repo can be [found here](https://git.sr.ht/~bt/1mb-club).[^1] [Submit a patch](https://lists.sr.ht/~bt/1mb-club-devel) and your web page will be reviewed for quality assurance. If you have never submitted a patch with git email, take a look at this very helpful guide: [git-send-email.io](https://git-send-email.io/) The format of your newly added web page should be as follows: - Name the file as `yourdomain.com.md` (make note of the Markdown extension!) - The inner content should be set like the format below (page size in kilobytes, set to a **single decimal place**): ```yaml --- pageurl: yourdomain.com size: 8.2 --- ``` ## Reporting Bugs or Broken Links If you come across any bugs or incorrect/dead web page listings on this site, feel free to [open a ticket](https://todo.sr.ht/~bt/1mb-club-bugs). Please **do not** use this as a means to submit websites! They will be ignored and closed! Thank you. [^1]: There is a project mirror on Codeberg but I do not regularly check there for updates, hence the push for git email patches.