All Projects → jantman → Repostatus.org

jantman / Repostatus.org

Licence: cc-by-sa-4.0
A standard to easily communicate to humans and machines the development/support and usability status of software repositories/projects.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Repostatus.org

Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+968.47%)
Mutual labels:  gh-pages, status
Immersionbar
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
Stars: ✭ 10,030 (+8936.04%)
Mutual labels:  status
Chameleon
🦎Chameleoen deals with the Status of RecyclerView.
Stars: ✭ 52 (-53.15%)
Mutual labels:  status
Node Status
Nodejs stdout status and progress bar. Multi-item, various display types.
Stars: ✭ 71 (-36.04%)
Mutual labels:  status
Branchsite
CLI tool for publishing your static website to a separate branch
Stars: ✭ 65 (-41.44%)
Mutual labels:  gh-pages
Wasm Template Rust
A wasm template for Rust to publish to gh-pages without npm-deploy
Stars: ✭ 76 (-31.53%)
Mutual labels:  gh-pages
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+824.32%)
Mutual labels:  status
Doctr
A tool for automatically deploying docs from Travis CI to GitHub pages.
Stars: ✭ 110 (-0.9%)
Mutual labels:  gh-pages
Statuspage
A simple self-hosted status page site with an API written in Django under the BSD license
Stars: ✭ 92 (-17.12%)
Mutual labels:  status
Laravel Micro Manager
Oversee jobs you have put into the queue. Track status, completion % and other job information in real time.
Stars: ✭ 71 (-36.04%)
Mutual labels:  status
Kardia
A humane service status API module to expose any operational/internals of any Node.js based microservice. JSON format over HTTP protocol.
Stars: ✭ 70 (-36.94%)
Mutual labels:  status
Znlbwo.github.io
Stars: ✭ 65 (-41.44%)
Mutual labels:  gh-pages
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+983.78%)
Mutual labels:  status
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-45.05%)
Mutual labels:  gh-pages
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (-5.41%)
Mutual labels:  status
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-54.05%)
Mutual labels:  gh-pages
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+940.54%)
Mutual labels:  gh-pages
Mcstatus
💡 Minecraft services status checker
Stars: ✭ 111 (+0%)
Mutual labels:  status
Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+2158.56%)
Mutual labels:  gh-pages
Discord Rich Presence Tool
A C++/Qt program that lets you fill in your own custom Discord Rich Presence information for games and activities away from the PC.
Stars: ✭ 91 (-18.02%)
Mutual labels:  status

repostatus.org

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

A standard to easily communicate to humans and machines the development/support and usability status of software repositories/projects.

For the majority of documentation and human-readable text, see https://www.repostatus.org/ or the gh-pages branch from which it is built.

Please feel free to leave comments as Issues, or open pull requests.

Community Involvement

This project seems to have gained a lot more interest than I thought it would. As of April, 2017 there are over 1,200 references on GitHub to repostatus.org badge URLs. I do not want to be the sole person making decisions for this project. I encourage everyone who finds it useful to watch the repo on GitHub and provide their feedback in discussions, especially the issues with the discussion or "needs decision" labels. I'm handling the code updates, but I very much want this project to be driven based on consensus of those who use it.

Contributing

For changes to the site, text, or anything other than the badges themselves (and their descriptions and sample markup), simply cut a pull request against the master branch. The content that appears on the website (in the gh-pages branch) comes from gh_pages/ in master. Note that some of it (described below) is generated programmatically.

The badges (SVG), their descriptions and their sample markup are generated by a Fabfile. If you're looking to add a new badge or make changes to an existing one, update the badge_info dictionary at the top of fabfile.py and then run fab make-badges (requires Python and some packages; see the comment at the top of the file for requirements). This will regenerate all badges, metadata and samples into badges/latest. You can then cut a pull request for this; a version number will be assigned at merge time. Please remember to also update gh_pages/index.md for any badge changes.

Release Process

  1. Get everything included in the release merged into master.
  2. Assign a version number. In general, patch versions should only be assigned for releases that fix trivial (i.e. spelling) issues or touch things other than the badges and JSON (i.e. the markup samples). Minor versions should be assigned to changes that correct grammatical or spelling errors, or graphical elements. Major versions must be assigned to any changes that add or remove badges, or alter the meaning of existing badges.
  3. Re-run fab make-badges and ensure there are no new changes.
  4. Run fab version-badges x.y.z (where x.y.z is the version number).
  5. Add a CHANGELOG.md entry.
  6. Run fab badges2pages to copy the badges under gh-pages/
  7. Run fab publish to push changes to the gh-pages branch.
  8. Review the diff of gh-pages against origin.
  9. Assuing all is well, push gh-pages to origin. The changes are now live.
  10. Tag master with the version number (use GitHub Releases)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].