Coder Social home page Coder Social logo

access_control_models.png about devguide HOT 3 CLOSED

owasp avatar owasp commented on July 30, 2024
access_control_models.png

from devguide.

Comments (3)

frenchi avatar frenchi commented on July 30, 2024

@jkickens I'm noticing a lot of issues getting created for image upload purposes. The downside of this is that everyone watching the project gets a notification when it's created & closed.

If the goal is to link to the image in the wiki/guide, it's possible to include the images in bulk, in the repository structure, and then get their raw image url.

Is that the intended purpose of current issue creation? If so, happy to help out, if needed.

from devguide.

jkickens avatar jkickens commented on July 30, 2024

Yes, that is the intention. If you could tell me a better way, I'm happy to redo the images.

Jerry

Sent from my iPad

On Jul 5, 2014, at 9:24 AM, French [email protected] wrote:

@jkickens I'm noticing a lot of issues getting created for image upload purposes. The downside of this is that everyone watching the project gets a notification when it's created & closed.

If the goal is to link to the image in the wiki/guide, it's possible to include the images in bulk, in the repository structure, and then get their raw image url.

Is that the intended purpose of current issue creation? If so, happy to help out, if needed.


Reply to this email directly or view it on GitHub.

from devguide.

frenchi avatar frenchi commented on July 30, 2024

The link above is the preferred way of getting static image URL:
https://help.github.com/articles/adding-images-to-wikis

Step-by-step example using this image, and the ./03-Build/images folder you created:
Include the images in your local repository structure

cd <DevGuide_repo_location>
mv <image_location>/access_control_models.png ./03-Build/images/
git add .

Push them to github

git commit -am 'Add access_control_models.png'
git push origin master

Visit the file's location in your browser (by browsing through the repo's page, or directly):

firefox https://github.com/OWASP/DevGuide/blob/master/03-Build/images/access_control_models.png
# not actually created, will 404
click on raw

click on raw

alternatively:
change the "blob" in the url to "raw", and Bob's your uncle:

firefox https://github.com/OWASP/DevGuide/raw/master/03-Build/images/access_control_models.png

Once the files are on github, any raw file can be referenced with the general URL structure:

https://github.com/OWASP/DevGuide/raw/master/<path_to_file>

Hope that helps,
French

from devguide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.