All Projects → awesomeWM → awesome-www

awesomeWM / awesome-www

Licence: other
Website of AwesomeWM

Programming Languages

lua
6591 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to awesome-www

Screenshot Website
📸 A GitHub Action to capture screenshots of a website, across Windows, Mac, and Linux
Stars: ✭ 116 (+197.44%)
Mutual labels:  screenshot, website
Apis
This Repository contains link to many Open or Closed Source APIs which I've made
Stars: ✭ 79 (+102.56%)
Mutual labels:  screenshot, website
urlbox-screenshots-node
Capture website thumbnails using the urlbox.io screenshot as a service API in node
Stars: ✭ 14 (-64.1%)
Mutual labels:  screenshot, website
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (+361.54%)
Mutual labels:  screenshot, website
godot-engine.code-snapshot
A plugin for Godot Engine which will let you take beautified snapshots of your code within the Editor. Configure the frame as you like, with GDScript syntax already highlighted.
Stars: ✭ 32 (-17.95%)
Mutual labels:  screenshot
nativescript-printer
📠 Send an image or the screen contents to a physical printer
Stars: ✭ 33 (-15.38%)
Mutual labels:  screenshot
scr
🎤 A Super CRappy SCReenshot & SCreen Recording SCRipt for Sound Cloud Rappers + audio recorder, yes (sponsored by https://git.io/kiwmi)
Stars: ✭ 16 (-58.97%)
Mutual labels:  screenshot
Desktopmagic
Robust multi-monitor screenshot grabbing library for Python 2.x/3.x on Windows
Stars: ✭ 52 (+33.33%)
Mutual labels:  screenshot
recurse-community-portfolio
Discover all the things Recursers have built!
Stars: ✭ 13 (-66.67%)
Mutual labels:  website
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+53.85%)
Mutual labels:  website
filterox-repo
filterox - website sederhana manipulasi gambar
Stars: ✭ 15 (-61.54%)
Mutual labels:  website
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+158.97%)
Mutual labels:  screenshot
esug.github.io
European Smalltalk User Group Web site
Stars: ✭ 13 (-66.67%)
Mutual labels:  website
vrt-react
Take a screenshot 📸 of React component. Push it and compare images in pull request.
Stars: ✭ 19 (-51.28%)
Mutual labels:  screenshot
website
ServiceMesher community website - https://www.servicemesher.com
Stars: ✭ 61 (+56.41%)
Mutual labels:  website
react-native-PixelsCatcher
👀 Library for UI snapshot testing of React Native
Stars: ✭ 99 (+153.85%)
Mutual labels:  screenshot
yezz.me
My personal website 🚀
Stars: ✭ 23 (-41.03%)
Mutual labels:  website
gsurma.github.io
Greg's Portfolio 🌎.
Stars: ✭ 24 (-38.46%)
Mutual labels:  website
SingleFile-Lite
Feel the power of the Manifest V3. The future, right now!
Stars: ✭ 55 (+41.03%)
Mutual labels:  screenshot
SteaScree
SteaScree: Steam Cloud Screenshot Uploader
Stars: ✭ 140 (+258.97%)
Mutual labels:  screenshot

Website for awesome WM

Build Status

This is the main source of the website for the awesome window manager.

Requirements

Hacking

You can build the web page locally by running make, which will generate the output in html/.

To view it, open html/index.html in your web browser.

You can simulate running a web server using Python, which will automatically open index.html when following a link to a directory:

cd html && python3 -m http.server -b localhost 8000 &

Contributing to the Screenshots Section

To contribute with Screenshots:

  1. Add your image to the folder images/screenshots with an appropriate name.

  2. Add a new <figure> tag in the bottom of screenshots.mdwn,

  3. Inside the new tag, add the screenshots with a <img> tag and use the <figcaption> to add caption to the image, explaining what is being used on the screenshot.

Contributing to Recipes Section

Fork this repository and create a new branch with a name relevant to the information you will be adding to the site. If you have doubts in how to Fork and Branch, take a look in this cheat-sheet here

The process of editing files can be done inside GitHub's interface, more information here

With external Link

Create a new link in markdown format [Link Name](Real Link) in the appropriate section in recipes.mdwn file.

With internal Link (host in awesome site)

  1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a relevant name, under the recipes folder.

    Example recipes/xrandr-tutorial.mdwn

  2. Link your page to the right section in the recipes.mdwn page with Markdown syntax.

    Example [[XrandR Tutorial|recipes/xrandr-tutorial]]

Seeing results and pulling your changes

  1. Build the site as explained in the Hacking section in this same page to check how your changes will look like.

  2. If everything is right and looks good, you're ready do make a Pull Request.

Publishing

The master branch gets built by Travis CI, and is then published through Github's Organization Pages.

Other resources

The API documentation for the master branch at /apidoc is viewable at Github's Project Pages for the apidoc repo, where it gets pushed to from successful builds in the awesome main repo.

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].