Skip to content

ImaginaryStargazer/articles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmica.org — Contribution FAQ

Q: I found a small bug/typo and I want to fix it. How can I do it?

Login to GitHub, go to src/<lang>/<broken_article>.md, click "Edit", correct the error, press "commit" and create a tiny pull request. Someone will soon review and approve it.

Q: How to contribute an article?

If you want to contribute something more than just a bugfix, we advise cloning the repository and editing it locally.

You just need to add a new markdown file in src directory. We recommend using specialized editors like MarkText, but you can use whatever you want as long as it complies with standard markdown syntax.

It would be really great if you also checked how it will actually be displayed. To build the entire website, install Pandoc, run build.sh and wait for ~10 seconds. The articles will be compiled into web directory, just find <your_article>.html there.

Once your pull request is merged into master, it will be automatically deployed to the web.

Q: May I use these articles somewhere else?

Sure, everything is published under Creative Commons. You can use it wherever you want, even commercially, but please provide a link to original post.

Note that some articles include diagrams borrowed from external resources. Since they aren't ours, we can't give you permission to use them.

About

Yet another Computer Science website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.7%
  • HTML 39.6%
  • Shell 8.7%