Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# tizen-docs-
#tizen-docs

This project is for writing Tizen documents for platform and application developers. The documents will be published https://source.tizen.org or https://developers.tizen.org.

## Notices
Please copy & paste a line in TOC.html after exporting TOC.md.
<base href="sourece.tizen.org" target="content">
61 changes: 61 additions & 0 deletions TOC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<base href="sourece.tizen.org" target="content">
<title>TOC.md</title></head>
<body><h1><a href='getting_started.md'>Getting Started</a></h1>
<h1>What is Tizen?</h1>
<h2><a href='tizen/tizen.md'>Tizen</a></h2>
<h2><a href='tizen/mobile.md'>Mobile</a></h2>
<h2><a href='tizen/wearable.md'>Wearable</a></h2>
<h2><a href='tizen/tv.md'>TV</a></h2>
<h2><a href='tizen/iot.md'>IoT (?)</a></h2>
<p></p>
<h1>Open Source Tizen</h1>
<h2>About Open Sourece Project (<a href='www.tizen.org' target='_blank' >www.tizen.org</a> contents)</h2>
<h3><a href='open_source/about/tizen_open_source_overview.md'>Overview</a></h3>
<h3><a href='open_source/about/terms_of_service.md'>Terms of Service</a></h3>
<h3><a href='open_source/about/brand_guidelines.md'>Brand Guidelines</a></h3>
<h3><a href='open_source/about/licenses.md'>Licenses</a></h3>
<h3><a href='open_source/about/working_mechanism.md'>Development Working Mechanism</a></h3>
<h2>Developing</h2>
<h3><a href='open_source/developing/setting_up.md'>Setting up Development Environment</a></h3>
<h3><a href='open_source/developing/installing.md'>Installing Development Tools</a></h3>
<h3><a href='open_source/developing/downloading.md'>Cloning Tizen Source</a></h3>
<h3><a href='open_source/developing/building.md'>Building Packages Locally with GBS</a></h3>
<h3><a href='open_source/developing/building_all.md'>Building All Packages Locally with GBS</a></h3>
<h3><a href='open_source/developing/contributing.md'>Contributing Code to Tizen</a></h3>
<h3><a href='open_source/developing/creating.md'>Creating Tizen Images with MIC</a></h3>
<h3><a href='open_source/developing/conventions.md'>Typographic Conventions</a></h3>
<h3><a href='open_source/developing/faq.md'>FAQ</a></h3>
<h2>Tizen Porting</h2>
<h3><a href='open_sourece/porting/introduction.md'>Introduction</a></h3>
<h3><a href='open_sourece/porting/kernel.md'>Kernel</a></h3>
<h3><a href='open_sourece/porting/system.md'>System</a></h3>
<h3>...</h3>
<h2>Tizen RT</h2>
<h3><a href='open_sourece/tizen_rt/00_tizen_rt_overview.md'>Tizen Overview</a></h3>
<h3><a href='open_sourece/tizen_rt/rt_getting_started.md'>Tizen RT Getting Started</a></h3>
<h3><a href='open_sourece/tizen_rt/rt_api.md'>Tizen RT APIs</a></h3>
<h3><a href='open_sourece/tizen_rt/rt_specification_1_0.md'>Tizen RT 1.0 Specification</a></h3>
<h3><a href='open_sourece/tizen_rt/rt_goal.md'>Tizen RT Long-term Goals</a></h3>
<h2>Release Notes</h2>
<h3><a href='open_sourece/release/tizen_4_0_m1.md'>Tizen 4.0 M1</a></h3>
<h3><a href='open_sourece/release/tizen_3_0_m2.md'>Tizen 3.0 M2</a></h3>
<h3><a href='open_sourece/release/tizen_rt_1_0.md'>Tizen RT 1.0</a></h3>
<h3><a href='open_sourece/release/tizen_2_4.md'>Tizen 2.4</a></h3>
<h3><a href='open_sourece/release/tizen_2_3_1.md'>Tizen 2.3.1</a></h3>
<h2>Compliance</h2>
<h3><a href='compliance/compliance_program.md'>Tizen Compliance Program</a></h3>
<h3><a href='compliance/compliance_spec.md'>Compliance Specification</a></h3>
<h3><a href='compliance/compliance_test.md'>Tizen Compliance Test</a></h3>
<p></p>
<h1>Application Development (TBD)</h1>
<p></p>
<h1>Tizen Next (TBD)</h1>
<h2><a href='tizen/tizen_platform.md'>Tizen Platform</a></h2>
<h2><a href='tizen/tizen_studio.md'>Tizen Studio</a></h2>
<h2><a href='tizen/vstools.md'>Visual Studio Tools for Tizen</a></h2>
</body>
</html>
82 changes: 82 additions & 0 deletions TOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# [Getting Started](getting_started.md)

# What is Tizen?

## [Tizen](tizen/tizen.md)

## [Mobile](tizen/mobile.md)

## [Wearable](tizen/wearable.md)

## [TV](tizen/tv.md)

## [IoT (?)](tizen/iot.md)



# Open Source Tizen

## About Open Sourece Project (www.tizen.org contents)
### [Overview](open_source/about/tizen_open_source_overview.md)
### [Terms of Service](open_source/about/terms_of_service.md)
### [Brand Guidelines](open_source/about/brand_guidelines.md)
### [Licenses](open_source/about/licenses.md)
### [Development Working Mechanism](open_source/about/working_mechanism.md)

## Developing
### [Setting up Development Environment](open_source/developing/setting_up.md)
### [Installing Development Tools](open_source/developing/installing.md)
### [Cloning Tizen Source](open_source/developing/downloading.md)
### [Building Packages Locally with GBS](open_source/developing/building.md)
### [Building All Packages Locally with GBS](open_source/developing/building_all.md)
### [Contributing Code to Tizen](open_source/developing/contributing.md)
### [Creating Tizen Images with MIC](open_source/developing/creating.md)
### [Typographic Conventions](open_source/developing/conventions.md)
### [FAQ](open_source/developing/faq.md)

## Tizen Porting
### [Introduction](open_sourece/porting/introduction.md)
### [Kernel](open_sourece/porting/kernel.md)
### [System](open_sourece/porting/system.md)
### ...

## Tizen RT
### [Tizen Overview](open_sourece/tizen_rt/00_tizen_rt_overview.md)
### [Tizen RT Getting Started](open_sourece/tizen_rt/rt_getting_started.md)
### [Tizen RT APIs](open_sourece/tizen_rt/rt_api.md)
### [Tizen RT 1.0 Specification](open_sourece/tizen_rt/rt_specification_1_0.md)
### [Tizen RT Long-term Goals](open_sourece/tizen_rt/rt_goal.md)

## Release Notes

### [Tizen 4.0 M1](tizen/release/tizen_4_0_m1.md)

### [Tizen 3.0 M2](tizen/release/tizen_3_0_m2.md)

### [Tizen RT 1.0](tizen/release/tizen_rt_1_0.md)

### [Tizen 2.4](tizen/release/tizen_2_4.md)

### [Tizen 2.3.1](tizen/release/tizen_2_3_1.md)

## Compliance

### [Tizen Compliance Program](compliance/compliance_program.md)

### [Compliance Specification](compliance/compliance_spec.md)

### [Tizen Compliance Test](compliance/compliance_test.md)



# Application Development (TBD)



# Tizen Next (TBD)

## [Tizen Platform](tizen/tizen_platform.md)

## [Tizen Studio](tizen/tizen_studio.md)

## [Visual Studio Tools for Tizen](tizen/vstools.md)
48 changes: 48 additions & 0 deletions getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Getting Started

## What is Tizen?



## How to Use Open Source Tizen

Developers can register for an account at: [https://www.tizen.org/user/register](https://www.tizen.org/user/register)



Tizen developers use the git and [gbs command-line tools](https://source.tizen.org/documentation/reference/git-build-system) for most of their work.
Tizen source code is managed by [Gerrit](https://source.tizen.org/documentation/reference/gerrit-usage), a code review system for Git-based projects. Source code cloning, development, and review are under ACL (Access Control Lists). Make sure you get rights to access them.



## IOT world on Craftroom

What is Tizen IoT?

How to make IoT devices

Go to craftroom



## Getting Started with Tizen .NET

What is Tizen .NET Application?

Creating Tizen .NET Applications

Downloading Visual Studio Tools for Tizen



## Getting Started with Tizen Studio

What is Tizen Native Application?

Creating with Tizen Native Application

What is Tizen Web Application?

Creating with Tizen Web Application

Downloading Tizen Studio
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>
<title>Tizen Source</title>
</head>

<!--
<frameset rows="100, *" border="0">
<frame src="top.html" name="top" scrolling="auto" marginwidth="0" marginheight="0">
<frame src="tizen/tizen.md" name="body" scrolling="auto" marginwidth="0" marginheight="0">
-->
<frameset cols="30%,*">
<frame src="TOC.html" name="menu">
<frame src="tizen/tizen.md" name="content">
<noframes>
<H1>Please Install Markdown plugin in your browser!!!<H1>
</noframes>
</frameset>
</HTML>

95 changes: 95 additions & 0 deletions open_source/about/brand_guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Brand Guidelines

Tizen is open source by nature and the identity featured below has been created to capture the freedom that open source allows. It has been designed to be flexible and allows for certain customization.

The Tizen Brand Guidelines provides a comprehensive description of the Tizen brand and its uses. Details in this document include usage, colors, fonts, secondary assets and other details. Use this guide for reference in all usage of the brand across mediums.

The brand assets below are just a sample of assets available. If you need other assets from the Brand Guidelines, please contact [Brian Warner](mailto:brian.warner@linux.com?subject=Tizen%20Brand%20Asset%20Request).



### Download the Tizen Brand Guidelines

Please review the guidelines before using the assets.
[DOWNLOAD THE PDF](https://download.tizen.org/misc/Tizen-Brand/01-Guidelines/Tizen-Brand-Guidelines-v2_4.pdf)



------



Please note

that the assets provided below are for branding and labeling purposes and

should not be used

in creating artwork such as banners or promotionals, which use a different set of assets. Again, if you have questions or require additional Tizen assets please contact Brian Warner as mentioned above.



### Tizen Logo

#### On Dark

[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Dark/01-RGB/Tizen-Logo-On-Dark-RGB.ai)
[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Dark/01-RGB/Tizen-Logo-On-Dark-RGB.pdf)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Dark/01-RGB/Tizen-Logo-On-Dark-RGB.png)

[Tizen-Logo-Assets.zip](http://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/Tizen-Logo-Assets.zip)



#### On Light

[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Light/01-RGB/Tizen-Logo-On-Light-RGB.ai)
[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Light/01-RGB/Tizen-Logo-On-Light-RGB.pdf)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Logo/On-Light/01-RGB/Tizen-Logo-On-Light-RGB.png)

------



### Tizen Pinwheel

#### On Dark

[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Dark/01-RGB/Tizen-Pinwheel-On-Dark-RGB.ai)
[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Dark/01-RGB/Tizen-Pinwheel-On-Dark-RGB.pdf)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Dark/01-RGB/Tizen-Pinwheel-On-Dark-RGB.png)

[Tizen-Pinwheel-Assets.zip](http://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/Tizen-Pinwheel-Assets.zip)



#### On Light

[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Light/01-RGB/Tizen-Pinwheel-On-Light-RGB.ai)
[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Light/01-RGB/Tizen-Pinwheel-On-Light-RGB.pdf)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Pinwheel/On-Light/01-RGB/Tizen-Pinwheel-On-Light-RGB.png)

------



### Tizen Lockup

#### On Dark

[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Dark/01-RGB/Tizen-Lockup-On-Dark-RGB.ai)
[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Dark/01-RGB/Tizen-Lockup-On-Dark-RGB.pdf)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Dark/01-RGB/Tizen-Lockup-On-Dark-RGB.png)

[Tizen-Lockup-Assets.zip](http://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/Tizen-Lockup-Assets.zip)



#### On Light

[Download .pdf](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Dark/01-RGB/Tizen-Lockup-On-Dark-RGB.pdf)
[Download .ai](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Light/01-RGB/Tizen-Lockup-On-Light-RGB.ai)
[Download .png](https://download.tizen.org/misc/Tizen-Brand/01-Primary-Assets/Lockup/On-Light/01-RGB/Tizen-Lockup-On-Light-RGB.png)



5 changes: 5 additions & 0 deletions open_source/about/licenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Content License


**TODO: Have to update for Tizen**

Loading