Git Product home page Git Product logo

docs.rtcamp.com's Introduction

rtCamp Docs

This includes following details

  • Product Documentation
  • Release Notes
  • Change Logs (Maybe)

Getting Started

Install Jekyll

gem install jekyll

Run Docs site on localhost

git clone [email protected]:static/docs-rtcamp-com.git
cd docs-rtcamp-com
jekyll serve

Create New Page

  • Create pages easily via rake task:
rake page name="about.md"
  • Create a nested page:
rake page name="pages/about.md"
  • Create a page with a "pretty" path:
rake page name="pages/about"
# this will create the file: ./pages/about/index.html

NOTE: When you add a new page, set its permalink into the YAML Front Matter of the page as follows. This will help Jekyll in generating parent-child relationship of the pages and Breadcrumbs as well.

  • Parent Page YAML Front Matter
---
layout: page
title: "Parent Page"
description: ""
permalink: parent-page-slug/
---
  • Child Page YAML Front Matter
---
layout: page
title: "Child Page"
description: ""
permalink: parent-page-slug/child-page-slug/
---
  • Directory Structure would be as follows:
|-parent-page-slug
	|-index.markdown
	|-child-page-slug
		|-index.markdown

Publish

After you've added pages or made changes to your files, simply commit them to your git repo and push the commits up to server.

git add .
git commit -m "Addding new Doc"
git push origin master

A git post-commit hook will automatically deploy your changes to http://docs.rtcamp.com.

List Child Pages

Whenever you are creating a new parent folder which does not have index.md/index.html/index.markdown, you will need to add such file, so that its following child pages do not break in permalinks and breadcrumbs.

You may put following snippet in the content to display a list of child pages:

{% child_pages depth:1 %}

This template accepts two parametes:

  • depth: You may define the depth till which the template should go while listing child pages.

Does this interest you?

Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions

docs.rtcamp.com's People

Contributors

ankitguptaindia avatar bombaypirate avatar dawpguy avatar dependabot-preview[bot] avatar dependabot[bot] avatar desaiuditd avatar dineshjain2911 avatar dishitpala avatar gau1991 avatar harshadyeola avatar iam404 avatar jigneshnakrani088 avatar manishsongirkar avatar mdavid2574661 avatar miteshshah avatar mohdsayed avatar nitun avatar patelutkarsh avatar pradeep910 avatar pranali333 avatar radhe avatar rahul286 avatar ritesh-patel avatar rjdp avatar sagarjadhav avatar sanketio avatar sumeetsarna avatar svivekjain avatar tecnich avatar umeshnevase avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs.rtcamp.com's Issues

Conditional Tags

How do Conditional tags work?

is_rtmedia_gallery() - returns true when a media ( video, music, photo or all ) archive or album archive page is displayed, right?

Is the value of true represented as "true" or is it "1"?

EasyEngine Docs Overview

Help text needs to be changed

Help text for Enable sitewide gallery section settings need to be modified as:

Enables the sitewide gallery feature. A gallery is a collection of albums and can be managed from the WordPress dashboard....

Need help with these - rtMedia

Can you please give me an example of the CSS code to put in for Custom CSS?

As regards the Audio/Video encoding service:

There are many discrepancies between what the plugin actually says and what is on https://rtcamp.com/rtmedia/addons/audio-video-encoding-service/

Plans are messed up... Some plans are mssing...

Some features are blank for some plans.

E.g. Amazon S3 support for Silver is blank. File Size limit for Platinum is blank. What should I assume blank means? Please can you let me know the exact plans and their details.

Also, once I submit the file for processing, is the file automatically downloaded back to my system? Is there a confirmation for the same?

Thanks
Michael

Change Username to User's Display Name in rtMedia Activity

By default rtMedia uses user's nice name in activity. You can change it as per your requirement using the rtmedia_buddypress_action_text_fitler filter in your theme or plugin.

I am sure all users have nice names :-)

Do we want to say real name?

Adding styles and scripts

I am trying to add style using rtp_head but its not working.

function custom_rtp_head() {
wp_enqueue_style( 'rt-assignment-foundation', get_template_directory_uri() . '/css/foundation/css/foundation.min.css', '', '5.5.1' );
}
add_action( 'rtp_head', 'custom_rtp_head' );

Testing gitbook

This is for my own play!

Try https://github.com/GitbookIO/gitbook

  • A new branch on docs.rtcamp.com
  • Trying to move existing content. Try first as a single book. If becomes big, try multiple books.
  • gitlab-ci build script
  • test if we can deploy to own CDN

Customizations

Where are "Features - Part 2" included in the docs?

/rtmedia/addons/rtmedia-pro/features/features-part-2/

title: More Features

This part two of rtMedia -PRO Features which are much older with rtMedia plugin and hence not listed as primary features.

{% child_pages depth:1 %}

The issue is they are not linked anywhere from the documentation.

Since they are "older" (what does this mean?), what should we do with them?

FFMPEG AddOn Queries

  1. From the doc:

You can Re-Count the media files for any user if it is not matching with number of media files

Does the plugin keep a track of the number of media files, or is it that we recount when we have a gut feeling that sme media files are missing?

  1. Roadmap

    • Video Thumbnail Support

So what thumbnails are generated... As I undersand thumbnails they are small JPG/PNG files created from the video itself. So what kind of feature is this on the roadmap?

  1. When installed, your BuddyPress users will be able to upload videos in many more formats....

So do we take it to mean that BuddyPress is compulsory if we want to use FFMPEG addon? If not, how does this work?

Membership Addon Questions

Membership Settings:

File and Upload limits -

Is there no platinum plan? Why?

After recalculating user data where are the stats displayed?

What happens when you cick Screen options under Update plans?

How does Manage Plan Limits work? Is it PER USER or is it for all users? How do we invoke this option?

In the "File Size Limits Surpassed in Activity" section, wat does the screenshot represent? AS I understand, if any file exceeds the set file size limit, it is rejected.... irrespective of when it is uploaded. However, the sceen shot says try after 15 hrs... Confusing...

Same goes for File Size Limits Surpassed in Media Gallery and File Size Limits Surpassed in Forum Topic and Reply Attachments...

Limit Number of Media Items in Feed - What does 0 mean?

Limit Number of Media Items in Feed [PRO]

This option allows you to limit the number of media items in your RSS feed. The default value is 0. It is recommended that you set a higher limit, depending on the number of users on your site.

So does 0 mean unlimited - or 0 mean actually 0.

Docs Clean up

Upload API - Sentence incomplete

The Upload API provides following interactions

  1. Extending th

Extending what exactly?


Also:

Adding Additional Fields in the Default Modes

rtmedia_before_{mode}_ui

This action hook, lets you add the

rtmedia_after_{mode}_ui

What exactly do we want to say here?


Adding Custom Modes

A custom mode can be added using the filter

Processing Custom Mode Input

The custom mode processing can be accessed at the action hook. The hook passes the rtMedia upload object, which can be used for further processing. After processing the input, rtMedia expects a well formatted media object.

Are we saying that the filter is called Processing Custom Mode Input?

JSON API - Why is this warning here?

title: JSON API

Note

Do not use this in production application before consulting with us.

Please let me know why this warning is placed here? What will happen if they used it by themselves?

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.