Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cite.js.org #9621

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your PR should only be editing cnames_active.js. A CNAME file is used for GitHub Pages projects and should not be included here.

Copy link
Author

@DevChrisChan DevChrisChan Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for considering my request for a js.org domain for my project, citecount.netlify.app, and I'd like to explain how CiteCount aligns with the JavaScript ecosystem and community.

CiteCount is a pure client-side JavaScript web application designed to count and extract in-text citations from essays. Built entirely with JavaScript, it runs in the browser without any server side dependencies, making it a natural fit within the JavaScript ecosystem.

I believe its value to the community is the fact that this is an open source project that's built entirely with JavaScript, showcasing JavaScript’s abilities, such as the use of regex, string manipulation, and its ability to build features such as AutoSave, read PDF/Word files etc without backend support.

I have deleted CNAME from this pull request.

Thank you again for your time and consideration!

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cite.js.org
1 change: 1 addition & 0 deletions cnames_active.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ var cnames_active = {
"chronos": "espinielli.github.io/chronos", // noCF? (don´t add this in a new PR)
"chronosis": "jack-weilage.github.io/chronosis",
"citation": "citation-js.github.io/site",
"cite": "citecount.netlify.app",
"citeapa": "natsuozawa.github.io/citeapa",
"city": "city.github.io",
"civet": "civet-org.github.io",
Expand Down