Giter VIP home page Giter VIP logo

datapower-tutorials's Introduction

datapower-tutorials

Contains the source content for https://developer.ibm.com/datapower/blog

To write a new blog:

  1. If necessary, git clone https://github.com/ibm-datapower/datapower-tutorials.git
  2. Make a new sub-directory inside datapower-tutorials, following existing conventions. (contact Tony or Francisco if you don't have access)
  3. Write the post in markdown. A markdown editor makes this easier, perhaps MacDown or Atom. When you write, don't use H1, start with H2 such as ## Heading 2. If you use # Heading 1 later steps won't work correctly.
  4. Place any images inside a directory called media inside your post's directory
  5. When you're done, git commit and git push. and ask for review.
  6. Create a new post in the http://developer.ibm.com/datapower.
  7. if you have any images to upload, add them before the next step by clicking on Add Media. Drag all files in your media directory into the browser.
  8. Adding media will insert links into your document. Take note of the three numbers following '/sites/' in the URL. For instance, in https://developer.ibm.com/datapower/wp-content/uploads/sites/**88/2016/11**/ics-test-container-overview.png, it is 88/2016/11.
  9. Use gfm-wordpess to convert the markdown into HTML (if you don't have it, install with npm -g install gfm-wordpress). There is some header material that has to be removed, we'll do that with sed. Be sure to replace 88/2016/11 with the directory from the previous step. The command is gfm-wordpress --media="88/2016/11" ./decrypt-tls-using-master-secret-logging.md | sed -e '1,1s;^.*</ol>;;g'
  10. Copy the HTML produced by gfm-wordpress into the post and preview it. Make any corrections if necessary in the markdown and repeat the edit, transform, copy, preview process.
  11. Once you are happy with the post and the formatting, submit it for publishing

datapower-tutorials's People

Contributors

jpmatamo avatar moraesf avatar hstenzel avatar tomvanoppens avatar gdesio75 avatar matamor1 avatar migutak avatar ozairs avatar

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.